Add oci-node hosts

This commit is contained in:
Timo Makinen 2021-10-05 19:13:38 +00:00
parent c98d9e2207
commit ee39a34fad
5 changed files with 37 additions and 0 deletions

13
playbooks/oci-node.yml Normal file
View file

@ -0,0 +1,13 @@
---
- import_playbook: "include/deploy-kvm-guest.yml myhosts=ocinode"
- name: configure instance
hosts: ocinode
user: root
gather_facts: true
vars_files:
- "{{ ansible_private }}/vars.yml"
roles:
- base