ansible/playbooks/sunappi.yml
2022-02-01 18:22:16 +00:00

9 lines
239 B
YAML

---
# This is just dummy playbook to get host up and running
# configuration is done elsewhere
- import_playbook: "include/deploy-kvm-guest.yml myhosts=sunappi"
- name: configure instance
hosts: static
user: root
gather_facts: true