mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
@@ -44,9 +44,11 @@ define hostgroup{
|
||||
|
||||
##
|
||||
## Management hardware
|
||||
define hostgroup {
|
||||
hostgroup_name phx2_mgmt_systems
|
||||
alias phx2_mgmt_systems
|
||||
members {% for host in vars['phx2_management_hosts']|sort %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
#define hostgroup {
|
||||
# hostgroup_name phx2_mgmt_systems
|
||||
# alias phx2_mgmt_systems
|
||||
# members {% for host in vars['phx2_management_hosts']|sort %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
#
|
||||
#}
|
||||
|
||||
}
|
||||
# TODO: Add iad2 mgmt here
|
||||
|
||||
Reference in New Issue
Block a user