diff --git a/playbooks/deploy_grafana.yml.ansible b/playbooks/deploy_grafana.yml.ansible index f3819f0..db833e2 100644 --- a/playbooks/deploy_grafana.yml.ansible +++ b/playbooks/deploy_grafana.yml.ansible @@ -4,6 +4,10 @@ gather_facts: true become: true tasks: + - debug: var=grafana_db_user + - debug: var=grafana_db_password + - debug: var=grafana_db_name + - name: Create List with right interface ansible.builtin.set_fact: node_ips_eth0: "{{ groups['gitea'] | map('extract', hostvars, ['ansible_facts', 'eth0', 'ipv4', 'address']) }}"