Changed DNS record creation to Ansible
This commit is contained in:
14
infra-config/playbooks/create_vm_from_clone.yml
Normal file
14
infra-config/playbooks/create_vm_from_clone.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Master playbook to create VM from a template
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
|
||||
- name: DNS Playbook
|
||||
ansible.builtin.import_playbook: add_dns_entry.yml
|
||||
|
||||
# Create DHCP Reservation
|
||||
|
||||
- name: Proxmox Clone VM Playbook
|
||||
ansible.builtin.import_playbook: proxmox_clone_vm.yml
|
||||
# - name: Set Hostname Playbook
|
||||
# ansible.builtin.import_playbook: set_hostname.yml
|
||||
Reference in New Issue
Block a user