Refactor playbook structure;Update Drone configuration
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
8
vars/hypervisor.vcenter.yml
Normal file
8
vars/hypervisor.vcenter.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
hv:
|
||||
hostname: bv11-vc.bessems.lan
|
||||
username: administrator@vsphere.local
|
||||
datacenter: DeSchakel
|
||||
folder: Temporary
|
||||
datastore: NAS01.RAID5
|
||||
network: LAN
|
8
vars/nodes.yml
Normal file
8
vars/nodes.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
servers:
|
||||
- ip: 192.168.11.121
|
||||
template: xyz
|
||||
- ip: 192.168.11.122
|
||||
template: abc
|
||||
- ip: 192.168.11.123
|
||||
template: pqr
|
Reference in New Issue
Block a user