This commit is contained in:
@@ -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']) }}"
|
||||
|
||||
Reference in New Issue
Block a user