triksy the hobbitses is
This commit is contained in:
parent
43b14bcf50
commit
9e04e140a3
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
define hostgroup {
|
||||
hostgroup_name taskotron
|
||||
alias Taskotron Production Hosts
|
||||
members {% for host in groups['taskotron-prod'] %}{{host}}{% endfor %}{% for host in groups['taskotron-prod-client-hosts'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['taskotron-prod'] %}{{host}},{% endfor %}{% for host in groups['taskotron-prod-client-hosts'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name taskotron-stg
|
||||
alias Taskotron Staging Hosts
|
||||
members {% for host in groups['taskotron-stg'] %}{{host}}{% endfor %}{% for host in groups['taskotron-stg-client-hosts'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['taskotron-stg'] %}{{host}},{% endfor %}{% for host in groups['taskotron-stg-client-hosts'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue