aboutsummaryrefslogtreecommitdiff
path: root/ansible/plays
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/plays')
-rw-r--r--ansible/plays/ipam-generate-dns.yml2
-rw-r--r--ansible/plays/ipam-generate-tf.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/ansible/plays/ipam-generate-dns.yml b/ansible/plays/ipam-generate-dns.yml
index d29b3e8..25f8087 100644
--- a/ansible/plays/ipam-generate-dns.yml
+++ b/ansible/plays/ipam-generate-dns.yml
@@ -1,6 +1,8 @@
- hosts: localhost
gather_facts: no
connection: local
+ vars_files:
+ - ../group_vars/all/ipam.yml
tasks:
- set_fact:
content: |
diff --git a/ansible/plays/ipam-generate-tf.yml b/ansible/plays/ipam-generate-tf.yml
index 209b8ab..d9888b4 100644
--- a/ansible/plays/ipam-generate-tf.yml
+++ b/ansible/plays/ipam-generate-tf.yml
@@ -1,6 +1,8 @@
- hosts: localhost
gather_facts: no
connection: local
+ vars_files:
+ - ../group_vars/all/ipam.yml
collections:
- ansible.utils
tasks: