Стоял Ansible 2.2.1.0, по веским причинам обновил до 2.9.7. И теперь даже простой плейбук не работает.
Сам плейбук:
---
- hosts: compilingHost
tasks:
- name: Проверка доступности хоста билд-станции
ping:
Файл ansible.cfg в директории плейбука:
[defaults]
hostfile=./inventory.cfg
sudo_user=root
log_path=./ansible.log
retry_files_save_path = ./retry_files
Файл inventory.cfg в директории плейбука:
[compilingPlace]
compilingHost ansible_ssh_host=192.168.1.100 ansible_ssh_user=user
Ошибки:
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
[WARNING]: Could not match supplied host pattern, ignoring: compilingHost
PLAY [compilingHost] ********************
skipping: no hosts matched
PLAY RECAP ******************************