hosts things for infra repo for fas!
This commit is contained in:
parent
722e26c72c
commit
0ed5422792
3 changed files with 17 additions and 0 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue