setup fas and sudo on all the builders

This commit is contained in:
Dennis Gilmore 2015-03-24 15:54:48 +00:00
parent 1c24caf750
commit 290072bcce
2 changed files with 8 additions and 4 deletions

View file

@ -22,10 +22,6 @@
- { role: sudo, when: inventory_hostname.startswith('aarch64') }
tasks:
- include: "{{ tasks }}/2fa_client.yml"
when: inventory_hostname.startswith('aarch64')
- include: "{{ tasks }}/motd.yml"
when: inventory_hostname.startswith('aarch64')
- include: "{{ tasks }}/yumrepos.yml"
handlers:

View file

@ -250,3 +250,11 @@
when: is_rhel is defined and ansible_architecture == 'x86_64' and ansible_distribution_major_version == '6'
tags:
- koji_builder
- name: setup fas and sudo on builders
sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"
tasks:
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"