you cant do that spock

This commit is contained in:
Stephen Smoogen 2017-01-08 22:42:45 +00:00
parent 858b3f5140
commit 43b14bcf50
12 changed files with 12 additions and 12 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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