updated subtasks

This commit is contained in:
2025-03-22 15:00:46 -05:00
parent 13bb2d6e73
commit 310469293c
3 changed files with 24 additions and 29 deletions

View File

@@ -3,7 +3,11 @@
hosts: 127.0.0.1
connection: local
gather_facts: true
include_vars: vars.yml
vars_files: vars.yml
vars_prompt:
- name: freeipa_password
prompt: FreeIPA password for admin user
tasks:
- name: Deploy DNS entries for cluster via Terraform
@@ -16,4 +20,3 @@
- ansible.builtin.include_tasks:
file: 02-dhcp/ip-reservations.yml
include_vars: vars.yml