and we really should have remembered we solved this months ago
This commit is contained in:
parent
dafcf12b63
commit
0fcbef0842
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% for host in groups['all'] %}
|
||||
{% if hostvars[host].datacenter == 'cloud' or hostvars[host].datacenter == 'fedorainfracloud' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
use mincheck
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue