Add sunappi.foo.sh
This commit is contained in:
parent
919fdb4dc0
commit
252679dad3
2 changed files with 19 additions and 0 deletions
10
host_vars/sunappi.foo.sh.yml
Normal file
10
host_vars/sunappi.foo.sh.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
mem_size: 8192
|
||||||
|
vmhost: vmhost01.home.foo.sh
|
||||||
|
network_interfaces:
|
||||||
|
- device: eth0
|
||||||
|
vlan: 102
|
||||||
|
ipaddr: 37.16.96.146
|
||||||
|
netmask: 255.255.255.240
|
||||||
|
gateway: 37.16.96.145
|
||||||
|
proto: static
|
9
playbooks/sunappi.yml
Normal file
9
playbooks/sunappi.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
# 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
|
Loading…
Add table
Reference in a new issue