Prepare_Workshop/create_inventory_lxc.yml

10 lines
153 B
YAML

---
- hosts: all
gather_facts: no
roles:
- role: lxc_create
when: inventory_hostname not in list_of_lxc_hosts|default(groups.lxc_hosts)