Last active
January 25, 2023 16:07
-
-
Save rohitthakur2590/3b8b89de14ff620fc0cfad9c3c3f2acb to your computer and use it in GitHub Desktop.
deploy action tasks execution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ansible39) [rothakur@localhost base]$ ansible-playbook site.yml | |
/ | |
[WARNING]: running playbook inside collection network.base | |
PLAY [ios] ********************************************************************************************** | |
TASK [Network BGP Manager] ****************************************************************************** | |
TASK [network.base.resource_manager : Run the platform specific tasks] ********************************** | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/tasks/./deploy.yaml for 192.168.122.220 => (item=/home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/tasks/deploy.yaml) | |
TASK [network.base.resource_manager : Include Deploy task] ********************************************** | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/deploy.yaml for 192.168.122.220 | |
TASK [network.base.resource_manager : Set default path] ************************************************* | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Get list of files] ************************************************ | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Include configure task] ******************************************* | |
[WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the | |
`loop_control` option for the task to something else to avoid variable collisions and unexpected | |
behavior. | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/configure.yaml for 192.168.122.220 => (item=interfaces.yaml) | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/configure.yaml for 192.168.122.220 => (item=l2_interfaces.yaml) | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/configure.yaml for 192.168.122.220 => (item=l3_interfaces.yaml) | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/configure.yaml for 192.168.122.220 => (item=ospf_interfaces.yaml) | |
TASK [network.base.resource_manager : Set facts] ******************************************************** | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Grab the resource facts] ****************************************** | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Set default state] ************************************************ | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Include tasks] **************************************************** | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/edit_resource.yaml for 192.168.122.220 | |
TASK [network.base.resource_manager : Apply provided configuration] ************************************* | |
changed: [192.168.122.220] | |
TASK [network.base.resource_manager : Apply configuration] ********************************************** | |
skipping: [192.168.122.220] | |
TASK [network.base.resource_manager : Set facts] ******************************************************** | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Grab the resource facts] ****************************************** | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Set default state] ************************************************ | |
skipping: [192.168.122.220] | |
TASK [network.base.resource_manager : Include tasks] **************************************************** | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/edit_resource.yaml for 192.168.122.220 | |
TASK [network.base.resource_manager : Apply provided configuration] ************************************* | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Apply configuration] ********************************************** | |
skipping: [192.168.122.220] | |
TASK [network.base.resource_manager : Set facts] ******************************************************** | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Grab the resource facts] ****************************************** | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Set default state] ************************************************ | |
skipping: [192.168.122.220] | |
TASK [network.base.resource_manager : Include tasks] **************************************************** | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/edit_resource.yaml for 192.168.122.220 | |
TASK [network.base.resource_manager : Apply provided configuration] ************************************* | |
changed: [192.168.122.220] | |
TASK [network.base.resource_manager : Apply configuration] ********************************************** | |
skipping: [192.168.122.220] | |
TASK [network.base.resource_manager : Set facts] ******************************************************** | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Grab the resource facts] ****************************************** | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Set default state] ************************************************ | |
skipping: [192.168.122.220] | |
TASK [network.base.resource_manager : Include tasks] **************************************************** | |
included: /home/rothakur/ansible-collections/collections/ansible_collections/network/base/roles/resource_manager/includes/edit_resource.yaml for 192.168.122.220 | |
TASK [network.base.resource_manager : Apply provided configuration] ************************************* | |
ok: [192.168.122.220] | |
TASK [network.base.resource_manager : Apply configuration] ********************************************** | |
skipping: [192.168.122.220] | |
PLAY RECAP ********************************************************************************************** | |
192.168.122.220 : ok=25 changed=2 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment