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
| ubuntu@ip-172-31-30-98:~/kubespray$ ansible-playbook -i ./inventory/hosts ./cluster.yml -e ansible_user=core -b --become-user=root --flush-cache -vvv | |
| ansible-playbook 2.9.6 | |
| config file = /home/ubuntu/kubespray/ansible.cfg | |
| configured module search path = ['/home/ubuntu/kubespray/library'] | |
| ansible python module location = /usr/local/lib/python3.6/dist-packages/ansible | |
| executable location = /usr/local/bin/ansible-playbook | |
| python version = 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0] | |
| Using /home/ubuntu/kubespray/ansible.cfg as config file | |
| host_list declined parsing /home/ubuntu/kubespray/inventory/hosts as it did not pass its verify_file() method | |
| script declined parsing /home/ubuntu/kubespray/inventory/hosts as it did not pass its verify_file() method |
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
| ip-10-250-201-197.us-east-2.compute.internal | SUCCESS => { | |
| "hostvars[inventory_hostname]": { | |
| "ansible_check_mode": false, | |
| "ansible_diff_mode": false, | |
| "ansible_facts": {}, | |
| "ansible_forks": 5, | |
| "ansible_host": "10.250.201.197", | |
| "ansible_inventory_sources": [ | |
| "/home/ubuntu/kubespray/inventory/hosts" | |
| ], |