[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut] ok: [pe2] ok: [p1] ok: [h1] ok: [p2] ok: [h2] ok: [h3] ok: [h4] TASK [Find device readiness script] ******************************************** ok: [dut] ok: [pe2] ok: [p1] ok: [p2] ok: [h2] ok: [h1] ok: [h3] ok: [h4] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [pe2] skipping: [p1] skipping: [p2] skipping: [h1] skipping: [h2] skipping: [h3] skipping: [h4] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, pe2, p1, p2, h1, h2, h3, h4 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut] ok: [pe2] ok: [p1] ok: [p2] ok: [h1] ok: [h2] ok: [h3] ok: [h4] TASK [Find configuration template for initial] ********************************* ok: [dut] ok: [pe2] ok: [p1] ok: [p2] ok: [h1] ok: [h2] ok: [h3] ok: [h4] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= #!/bin/vbash source /opt/vyatta/etc/functions/script-template if [ "$(id -g -n)" != 'vyattacfg' ] ; then exec sg vyattacfg -c "/bin/vbash $(readlink -f $0) $@" fi # Configuration items start here configure set system host-name 'dut' set vrf name t1 table 100 set vrf name t2 table 101 set interfaces dummy dum0 address 10.0.0.5/32 set interfaces ethernet eth1 description 'dut -> p1' set interfaces ethernet eth1 address 172.16.0.5/24 set interfaces ethernet eth2 description 'dut -> h1 [stub]' set interfaces ethernet eth2 address 172.16.3.5/24 set interfaces ethernet eth2 vrf t1 set interfaces ethernet eth3 description 'dut -> h3 [stub]' set interfaces ethernet eth3 address 172.16.5.5/24 set interfaces ethernet eth3 vrf t2 set service lldp interface all set service lldp interface eth0 disable # Commit, save and exit from subshell commit save exit # Restart FRR to pick up the new hostname sudo service frr restart ok: [pe2] => msg: |- initial configuration for pe2 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <