debug
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 2m1s

This commit is contained in:
master of disaster
2025-12-18 00:44:23 +01:00
parent 20644e85a2
commit 55a9c3b4a3

View File

@@ -4,6 +4,10 @@
gather_facts: true gather_facts: true
become: true become: true
tasks: tasks:
- debug: var=grafana_db_user
- debug: var=grafana_db_password
- debug: var=grafana_db_name
- name: Create List with right interface - name: Create List with right interface
ansible.builtin.set_fact: ansible.builtin.set_fact:
node_ips_eth0: "{{ groups['gitea'] | map('extract', hostvars, ['ansible_facts', 'eth0', 'ipv4', 'address']) }}" node_ips_eth0: "{{ groups['gitea'] | map('extract', hostvars, ['ansible_facts', 'eth0', 'ipv4', 'address']) }}"