mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
ipa/client: enable for pkgs in prod
...and grant shell access to the packager group. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
@@ -16,15 +16,10 @@ wsgi_threads: 6
|
||||
|
||||
pagure_static_uid: 600
|
||||
|
||||
|
||||
fas_client_groups: sysadmin-main,sysadmin-cvs,sysadmin-noc,sysadmin-veteran
|
||||
fas_client_restricted_app: PAGURE_CONFIG=/etc/pagure/pagure_hook.cfg HOME=/srv/git /usr/libexec/pagure/aclchecker.py %(username)s
|
||||
fas_client_admin_app: PAGURE_CONFIG=/etc/pagure/pagure_hook.cfg HOME=/srv/git /usr/libexec/pagure/aclchecker.py %(username)s
|
||||
fas_client_ssh_groups: "@cvs,sysadmin-main,sysadmin-cvs,sysadmin-releng,sysadmin-noc,sysadmin-veteran"
|
||||
admin_groups: "@sysadmin-cvs @sysadmin-releng"
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: pkgs
|
||||
ipa_client_shell_groups:
|
||||
- packager
|
||||
- sysadmin-cvs
|
||||
- sysadmin-main
|
||||
- sysadmin-noc
|
||||
|
||||
@@ -20,6 +20,7 @@ fedmsg_active: True
|
||||
|
||||
ipa_host_group: pkgs
|
||||
ipa_client_shell_groups:
|
||||
- packager
|
||||
- sysadmin-cvs
|
||||
- sysadmin-main
|
||||
- sysadmin-noc
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
- hosts
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- { role: ipa/client, when: env == "staging" }
|
||||
- ipa/client
|
||||
- collectd/base
|
||||
- sudo
|
||||
- apache
|
||||
@@ -31,8 +30,6 @@
|
||||
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != "staging"
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
Reference in New Issue
Block a user