ara (#189)
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:
parent
a6a4c48494
commit
05691cfee7
2 changed files with 7 additions and 1 deletions
|
@ -10,7 +10,8 @@ vault_password_file = vault-pass.yml
|
||||||
gathering = smart
|
gathering = smart
|
||||||
#display_ok_hosts = no # zeigt nur noch changed und error tasks/hosts an
|
#display_ok_hosts = no # zeigt nur noch changed und error tasks/hosts an
|
||||||
#display_skipped_hosts = yes # dito
|
#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]
|
[inventory]
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
|
@ -29,3 +30,7 @@ gathering = smart
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
always = true
|
always = true
|
||||||
|
|
||||||
|
[ara]
|
||||||
|
api_client = http
|
||||||
|
api_server = http://docker4.grote.lan:2233
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
version: 3.2.1
|
version: 3.2.1
|
||||||
- name: Jinja2>=2.11.2
|
- name: Jinja2>=2.11.2
|
||||||
- name: markupsafe
|
- name: markupsafe
|
||||||
|
- name: ara
|
||||||
### geerlingguy.ansible
|
### geerlingguy.ansible
|
||||||
ansible_install_method: pip
|
ansible_install_method: pip
|
||||||
ansible_install_version_pip: '2.10'
|
ansible_install_version_pip: '2.10'
|
||||||
|
|
Loading…
Reference in a new issue