From 05691cfee770b72a2c99a83ccf73a318131e49ec Mon Sep 17 00:00:00 2001 From: mg Date: Mon, 16 Aug 2021 22:38:07 +0200 Subject: [PATCH] ara (#189) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/189 Co-authored-by: mg Co-committed-by: mg --- ansible.cfg | 7 ++++++- group_vars/ansible.yml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) 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'