updated subtasks
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: Set dnsmasq host reservation
|
|
||||||
hosts: all
|
|
||||||
become: true
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- name: Ensure dnsmasq is installed
|
- name: Ensure dnsmasq is installed
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: dnsmasq
|
name: dnsmasq
|
||||||
|
|||||||
@@ -3,7 +3,11 @@
|
|||||||
hosts: 127.0.0.1
|
hosts: 127.0.0.1
|
||||||
connection: local
|
connection: local
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
include_vars: vars.yml
|
vars_files: vars.yml
|
||||||
|
|
||||||
|
vars_prompt:
|
||||||
|
- name: freeipa_password
|
||||||
|
prompt: FreeIPA password for admin user
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Deploy DNS entries for cluster via Terraform
|
- name: Deploy DNS entries for cluster via Terraform
|
||||||
@@ -16,4 +20,3 @@
|
|||||||
|
|
||||||
- ansible.builtin.include_tasks:
|
- ansible.builtin.include_tasks:
|
||||||
file: 02-dhcp/ip-reservations.yml
|
file: 02-dhcp/ip-reservations.yml
|
||||||
include_vars: vars.yml
|
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
vars_prompt:
|
|
||||||
- name: freeipa_password
|
|
||||||
prompt: FreeIPA password for admin user
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
mac_address: "98:b7:85:1e:c6:f1"
|
mac_address: "98:b7:85:1e:c6:f1"
|
||||||
|
|||||||
Reference in New Issue
Block a user