add fas and sudoers to all builders

This commit is contained in:
Dennis Gilmore 2015-03-24 16:01:06 +00:00
parent 290072bcce
commit 453606bb35
5 changed files with 9 additions and 2 deletions

View file

@ -1 +1,3 @@
host_group: kojibuilder host_group: kojibuilder
fas_client_groups: sysadmin-releng
sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"

View file

@ -1,3 +1,5 @@
--- ---
host_group: kojibuilder host_group: kojibuilder
fas_client_groups: sysadmin-releng
sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"
freezes: true freezes: true

View file

@ -23,3 +23,5 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
# for systems that do not match the above - specify the same parameter in # for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file # the host_vars/$hostname file
host_group: kojibuilder host_group: kojibuilder
fas_client_groups: sysadmin-releng
sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"

View file

@ -21,5 +21,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
# for systems that do not match the above - specify the same parameter in # for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file # the host_vars/$hostname file
host_group: kojibuilder host_group: kojibuilder
fas_client_groups: sysadmin-releng
sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"
datacenter: staging datacenter: staging
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid" nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"

View file

@ -252,8 +252,7 @@
- koji_builder - koji_builder
- name: setup fas and sudo on builders - name: setup fas on all builders
sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"
tasks: tasks:
- include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml" - include: "{{ tasks }}/motd.yml"