openstack-ansible-nspawn_co.../examples/playbook.yml
Kevin Carter 627d5107cc
First commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-02-06 22:37:24 -06:00

7 lines
138 B
YAML

- name: Create container(s)
hosts: all_containers
gather_facts: false
user: root
roles:
- { role: "nspawn_container_create" }