mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
hosts things for infra repo for fas!
This commit is contained in:
12
files/hosts/qa.fedoraproject.org-hosts
Normal file
12
files/hosts/qa.fedoraproject.org-hosts
Normal file
@@ -0,0 +1,12 @@
|
||||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
10.5.126.23 infrastructure.fedoraproject.org
|
||||
10.5.125.63 koji.fedoraproject.org
|
||||
10.5.125.36 kojipkgs.fedoraproject.org
|
||||
10.5.126.23 infrastructure.fedoraproject.org
|
||||
10.5.125.44 pkgs.fedoraproject.org pkgs
|
||||
#
|
||||
# This is proxy01.phx2.fedoraproject.org
|
||||
#
|
||||
10.5.126.52 mirrors.fedoraproject.org
|
||||
10.5.126.52 admin.fedoraproject.org
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
tasks:
|
||||
# this is how you include other task lists
|
||||
- include: $tasks/hosts.yml
|
||||
- include: $tasks/base.yml
|
||||
- include: $tasks/fas_client.yml
|
||||
|
||||
|
||||
@@ -38,6 +38,10 @@
|
||||
|
||||
- name: add infrastructure repo
|
||||
action: copy src=$files/common/infrastructure.repo dest=/etc/yum.repos.d/infrastructure.repo
|
||||
|
||||
|
||||
# setup /etc/hosts if we can figure it all out
|
||||
|
||||
|
||||
- name: default packages to install
|
||||
action: yum state=installed name=$item
|
||||
|
||||
Reference in New Issue
Block a user