mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
As we have more and more tap workers, it's no longer practical to do this for the whole group, as each one seems to have a *different* set of interfaces a) present and b) 'active'. So let's just take it out of the group vars and do it per-host instead. Each tap worker only actually has *one* real hardware interface that should be handled by network / NetworkManager, so we just list that one per-host (it's eth0 for all of them except the ppc64 host, which is eth2 for some damn reason). Signed-off-by: Adam Williamson <awilliam@redhat.com>
636 B
636 B
— freezes: false fas_client_groups: sysadmin-qa,sysadmin-main sudoers: "{{ private }}/files/sudo/qavirt-sudoers" nrpe_procs_warn: 1400 nrpe_procs_crit: 1600 eth0_ip: 10.5.124.239 gw: 10.5.124.254
ansible_ifcfg_whitelist: ['eth0']
openqa_workers: 10