diff --git a/ansible.cfg b/ansible.cfg index 0121d916..63960529 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 diff --git a/group_vars/ansible.yml b/group_vars/ansible.yml index 57e7463d..cb49dcc2 100644 --- a/group_vars/ansible.yml +++ b/group_vars/ansible.yml @@ -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'