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:
Kevin Fenzi 2020-05-11 15:55:44 -07:00
parent 829d38d9a8
commit f5cbd5b36f
2 changed files with 3 additions and 4 deletions

View file

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

View file

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