add ipa client role to hosts with no fas in staging

This commit is contained in:
Mark O'Brien 2021-02-04 11:59:37 +00:00 committed by nphilipp
parent 68aa3227e1
commit 5e3848ad7b
14 changed files with 14 additions and 2 deletions

View file

@ -17,6 +17,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- collectd/base - collectd/base
- sudo - sudo
- rsyncd - rsyncd

View file

@ -29,8 +29,8 @@
- nagios_client - nagios_client
- collectd/base - collectd/base
- hosts - hosts
- { role: ipa/client, when: env == "staging" }
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- sudo - sudo
- rkhunter - rkhunter
- { role: fedmsg/base, when: env != "staging" } - { role: fedmsg/base, when: env != "staging" }

View file

@ -16,6 +16,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- collectd/base - collectd/base
- fedmsg/base - fedmsg/base
- sudo - sudo

View file

@ -16,6 +16,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- rsyncd - rsyncd
- sudo - sudo
- apache - apache

View file

@ -18,6 +18,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- collectd/base - collectd/base
- { role: fedmsg/base, - { role: fedmsg/base,
when: deployment_type == "prod" } when: deployment_type == "prod" }

View file

@ -21,7 +21,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" } - { role: ipa/client, when: env == "staging" }/
- collectd/base - collectd/base
- rsyncd - rsyncd
- sudo - sudo

View file

@ -17,6 +17,7 @@
- collectd/base - collectd/base
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- rsyncd - rsyncd
- sudo - sudo
- { role: openvpn/client, - { role: openvpn/client,

View file

@ -28,6 +28,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- collectd/base - collectd/base
- apache - apache
- role: keytab/service - role: keytab/service

View file

@ -20,6 +20,7 @@
- base - base
- rkhunter - rkhunter
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- nagios_client - nagios_client
- hosts - hosts
- mariadb_server - mariadb_server

View file

@ -16,6 +16,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- collectd/base - collectd/base
- collectd/memcached - collectd/memcached
- sudo - sudo

View file

@ -16,6 +16,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- sudo - sudo
- collectd/base - collectd/base
- { role: openvpn/client, when: env != "staging" and inventory_hostname.startswith('mm-frontend') } - { role: openvpn/client, when: env != "staging" and inventory_hostname.startswith('mm-frontend') }

View file

@ -17,6 +17,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- collectd/base - collectd/base
- rsyncd - rsyncd
- sudo - sudo

View file

@ -19,6 +19,7 @@
- nagios_client - nagios_client
- hosts - hosts
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- rsyncd - rsyncd
- sudo - sudo
- collectd/base - collectd/base

View file

@ -19,6 +19,7 @@
roles: roles:
- base - base
- { role: fas_client, when: env != "staging" } - { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }/
- rkhunter - rkhunter
- nagios_client - nagios_client
- { role: ec2_proxy, - { role: ec2_proxy,