собирает. В чем причина ?
user@localh0st ~/ > ansible-playbook -i inv play.yml --extra-vars "gather_facts=no"
[WARNING]: Found variable using reserved name: gather_facts
PLAY [all] ********************************************************************************************************************************************************************************************************
TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
fatal: [localhost]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host localhost port 22: Connection refused", "unreachable": true}
PLAY RECAP ********************************************************************************************************************************************************************************************************
localhost : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0
потому что - hosts: your_hosts gather_facts: false
Обсуждают сегодня