This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
- name: Create List with right interface
|
- name: Create List with right interface
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
node_ips_eth0: "{{ groups['grafana'] | map('extract', hostvars, ['ansible_facts', 'eth0', 'ipv4', 'address']) }}"
|
node_ips_eth0: "{{ groups['grafana_servers'] | map('extract', hostvars, ['ansible_facts', 'eth0', 'ipv4', 'address']) }}"
|
||||||
|
|
||||||
- name: Fügen Sie die Gitea pg_hba Einträge zur Patroni-Liste hinzu
|
- name: Fügen Sie die Gitea pg_hba Einträge zur Patroni-Liste hinzu
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user