you cant do that spock
This commit is contained in:
parent
858b3f5140
commit
43b14bcf50
12 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'bodhost' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'cloud' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'coloamer' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'dedicatedsolutions' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'host1plus' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'ibiblio' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'internetx' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'osuosl' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'phx2' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'rdu-cc' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'rdu' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if hostvars[host].datacenter == 'tummy' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ hostvars[host].short_hostname }}
|
||||
host_name {{ host }}
|
||||
{% if hostvars[host].ansible_hostname is defined %}
|
||||
alias {{ hostvars[host].ansible_hostname }}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue