I think now I can get the datacenter working
This commit is contained in:
parent
396c116b74
commit
d0591e8037
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
- "{{ ansible_fqdn }}-hosts"
|
||||
- "{{ ansible_hostname }}-hosts"
|
||||
- "{{ ansible_domain }}-hosts"
|
||||
= "{{ datacenter }}-hosts"
|
||||
- "{{ host_group }}-hosts"
|
||||
skip: true
|
||||
tags:
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
with_first_found:
|
||||
- "{{ files }}/2fa/pam_url.conf.{{ inventory_hostname }}"
|
||||
- "{{ files }}/2fa/pam_url.conf.{{ ansible_domain }}"
|
||||
- "{{ files }}/2fa/pam_url.conf.{{ datacenter }}"
|
||||
- "{{ files }}/2fa/pam_url.conf.j2"
|
||||
tags:
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue