mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 01:11:36 +08:00
setup fas and sudo on all the builders
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user