Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#189
Co-authored-by: mg <mg@noreply.git.mgrote.net>
Co-committed-by: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-08-16 22:38:07 +02:00
parent a6a4c48494
commit 05691cfee7
2 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,8 @@ vault_password_file = vault-pass.yml
gathering = smart
#display_ok_hosts = no # zeigt nur noch changed und error tasks/hosts an
#display_skipped_hosts = yes # dito
callback_plugins = /home/mg/.local/lib/python3.8/site-packages/ara/plugins/callback
# python3 -m ara.setup.callback_plugins
[inventory]
[privilege_escalation]
@ -29,3 +30,7 @@ gathering = smart
[diff]
always = true
[ara]
api_client = http
api_server = http://docker4.grote.lan:2233

View File

@ -6,6 +6,7 @@
version: 3.2.1
- name: Jinja2>=2.11.2
- name: markupsafe
- name: ara
### geerlingguy.ansible
ansible_install_method: pip
ansible_install_version_pip: '2.10'