Task shift
This commit is contained in:
parent
35531c86d7
commit
93d256af80
@ -30,6 +30,10 @@
|
|||||||
- bigboot_vars.yml
|
- bigboot_vars.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Import rear_vars role
|
||||||
|
ansible.builtin.import_role:
|
||||||
|
name: rhc.rear.rear_vars
|
||||||
|
|
||||||
- name: Grab the template name
|
- name: Grab the template name
|
||||||
ansible.builtin.set_stats:
|
ansible.builtin.set_stats:
|
||||||
aggregate: false
|
aggregate: false
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: Import rear_vars role
|
|
||||||
ansible.builtin.import_role:
|
|
||||||
name: rhc.rear.rear_vars
|
|
||||||
|
|
||||||
- name: Create list of IP addresses and hostnames
|
- name: Create list of IP addresses and hostnames
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
client_ips: "{{ item['value']['ip_addresses'] | list | flatten }}"
|
client_ips: "{{ item['value']['ip_addresses'] | list | flatten }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user