diff --git a/playbooks/groups/blockerbugs.yml b/playbooks/groups/blockerbugs.yml index d64c02294b..8779040d34 100644 --- a/playbooks/groups/blockerbugs.yml +++ b/playbooks/groups/blockerbugs.yml @@ -17,7 +17,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - collectd/base - sudo - rsyncd diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index 8f032f1bfb..115a13be79 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -30,7 +30,7 @@ - collectd/base - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - sudo - rkhunter - { role: fedmsg/base, when: env != "staging" } diff --git a/playbooks/groups/busgateway.yml b/playbooks/groups/busgateway.yml index 48726e5b4a..05ba1efb6d 100644 --- a/playbooks/groups/busgateway.yml +++ b/playbooks/groups/busgateway.yml @@ -16,7 +16,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - collectd/base - fedmsg/base - sudo diff --git a/playbooks/groups/certgetter.yml b/playbooks/groups/certgetter.yml index 883f229ad4..076293df0e 100644 --- a/playbooks/groups/certgetter.yml +++ b/playbooks/groups/certgetter.yml @@ -16,7 +16,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - rsyncd - sudo - apache diff --git a/playbooks/groups/datagrepper.yml b/playbooks/groups/datagrepper.yml index 12ef3430da..a0c17ec42e 100644 --- a/playbooks/groups/datagrepper.yml +++ b/playbooks/groups/datagrepper.yml @@ -18,7 +18,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - collectd/base - { role: fedmsg/base, when: deployment_type == "prod" } diff --git a/playbooks/groups/github2fedmsg.yml b/playbooks/groups/github2fedmsg.yml index 9372bbe791..66decccebd 100644 --- a/playbooks/groups/github2fedmsg.yml +++ b/playbooks/groups/github2fedmsg.yml @@ -21,7 +21,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - collectd/base - rsyncd - sudo diff --git a/playbooks/groups/ipa.yml b/playbooks/groups/ipa.yml index 98622c7a88..1ec86ff95e 100644 --- a/playbooks/groups/ipa.yml +++ b/playbooks/groups/ipa.yml @@ -17,7 +17,7 @@ - collectd/base - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - rsyncd - sudo - { role: openvpn/client, diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index f396cf8e32..cc25727d12 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -28,7 +28,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - collectd/base - apache - role: keytab/service diff --git a/playbooks/groups/mariadb-server.yml b/playbooks/groups/mariadb-server.yml index 2279ff64d0..432d6c1afb 100644 --- a/playbooks/groups/mariadb-server.yml +++ b/playbooks/groups/mariadb-server.yml @@ -20,7 +20,7 @@ - base - rkhunter - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - nagios_client - hosts - mariadb_server diff --git a/playbooks/groups/memcached.yml b/playbooks/groups/memcached.yml index bcc4732f53..f5bad5a530 100644 --- a/playbooks/groups/memcached.yml +++ b/playbooks/groups/memcached.yml @@ -16,7 +16,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - collectd/base - collectd/memcached - sudo diff --git a/playbooks/groups/mirrormanager.yml b/playbooks/groups/mirrormanager.yml index 56579b78ce..28f1b8630d 100644 --- a/playbooks/groups/mirrormanager.yml +++ b/playbooks/groups/mirrormanager.yml @@ -16,7 +16,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - sudo - collectd/base - { role: openvpn/client, when: env != "staging" and inventory_hostname.startswith('mm-frontend') } diff --git a/playbooks/groups/oci-registry.yml b/playbooks/groups/oci-registry.yml index 908f1221a3..32b672d104 100644 --- a/playbooks/groups/oci-registry.yml +++ b/playbooks/groups/oci-registry.yml @@ -17,7 +17,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - collectd/base - rsyncd - sudo diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index 6f751a94ce..5d45d85f4e 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -19,7 +19,7 @@ - nagios_client - hosts - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" }/ + - { role: ipa/client, when: env == "staging" } - rsyncd - sudo - collectd/base