I think now I can get the datacenter working

This commit is contained in:
Stephen Smoogen 2014-11-04 02:21:34 +00:00
parent 396c116b74
commit d0591e8037
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
- "{{ ansible_fqdn }}-hosts"
- "{{ ansible_hostname }}-hosts"
- "{{ ansible_domain }}-hosts"
= "{{ datacenter }}-hosts"
- "{{ host_group }}-hosts"
skip: true
tags:

View file

@ -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