Added this repo
This commit is contained in:
9
ansible/playbooks/os-ipxe-vmware-deploy.yml
Normal file
9
ansible/playbooks/os-ipxe-vmware-deploy.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- hosts: "{{ ipxe_target }}"
|
||||
become: false
|
||||
gather_facts: false
|
||||
vars_files:
|
||||
- /root/.secret/.ansible/vars_creds.yml
|
||||
roles:
|
||||
- os-ipxe-vmware-deploy
|
Reference in New Issue
Block a user