Add oci-node hosts
This commit is contained in:
parent
c98d9e2207
commit
ee39a34fad
5 changed files with 37 additions and 0 deletions
13
playbooks/oci-node.yml
Normal file
13
playbooks/oci-node.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue