setup fas and sudo on all the builders
This commit is contained in:
parent
1c24caf750
commit
290072bcce
2 changed files with 8 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue