iad2: and you can't use ansible_group_priority in group_vars, instead set in inventory directly
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
829d38d9a8
commit
f5cbd5b36f
2 changed files with 3 additions and 4 deletions
|
@ -12,7 +12,3 @@ nagios_Check_Services:
|
|||
swap: false
|
||||
ping: false
|
||||
raid: false
|
||||
|
||||
# we need to set the group priority here so this group 'wins' over the 'virthosts'
|
||||
# group and we can override values from that.
|
||||
ansible_group_priority: 10
|
||||
|
|
|
@ -1296,3 +1296,6 @@ vmhost-x86-04.iad2.fedoraproject.org
|
|||
vmhost-x86-05.iad2.fedoraproject.org
|
||||
vmhost-x86-06.iad2.fedoraproject.org
|
||||
vmhost-x86-07.iad2.fedoraproject.org
|
||||
|
||||
[iad2:vars]
|
||||
ansible_group_priority=10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue