Всем привет. пытаюсь поставить noc project. Сделал все как по инструкции
https://code.getnoc.com/noc/tower/-/blob/master/Readme.md , веб-интерфейс доступен по адресу http://myhost:8888, добавляю хост в environments, нажимаю Pull - отрабатывает, затем нажимаю deploy и в логах (с опцией be extremely verbose) вижу такие проблемы:
Starting job #5
ansible-playbook 2.9.14
config file = None
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /opt/tower/lib/python3.8/site-packages/ansible
executable location = /opt/tower/bin/ansible-playbook
python version = 3.8.7 (default, Dec 22 2020, 19:16:06) [GCC 9.3.0]
No config file found; using defaults
setting up inventory plugins
host_list declined parsing /opt/tower/bin/tower-inv as it did not pass its verify_file() method
Parsed /opt/tower/bin/tower-inv inventory source with script plugin
[WARNING]: provided hosts list is empty, only localhost is available. Note that
the implicit localhost does not match 'all'
Read vars_file 'vars/main.yml'
skipping vars_file 'vars/{{ ansible_distribution }}.yml' due to an undefined variable
Read vars_file 'vars/main.yml'
skipping vars_file 'vars/{{ ansible_distribution }}.yml' due to an undefined variable
Read vars_file 'vars/main.yml'
skipping vars_file 'vars/{{ ansible_distribution }}.yml' due to an undefined variable
statically imported: /opt/tower/var/tower/playbooks/NOC/noc_roles/pre/tasks/facts.yml
Read vars_file 'vars/main.yml'
И, соответветственно ничего не деплоится. подскажите пожалуйста куда копать?