Add in /etc/hosts

This commit is contained in:
Kevin Fenzi 2013-06-03 23:58:07 +00:00
parent 44d3c8d07a
commit e8b3b77948
2 changed files with 20 additions and 0 deletions

14
files/hosts/sign-hosts Normal file
View file

@ -0,0 +1,14 @@
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.126.53 admin.fedoraproject.org
#
# Here for historical reasons due to cert names.
#
10.5.125.71 sign-vault1
10.5.125.72 sign-bridge1
#
# Need to be able to talk to various kojis
#
10.5.125.63 koji.fedoraproject.org
10.5.125.36 kojipkgs.fedoraproject.org

View file

@ -17,3 +17,9 @@
- name: enable ntpd
action: service name=ntpd enabled=true state=started
- name: /etc/hosts
action: copy src=$files/hosts/sign-hosts dest=/etc/hosts
tags:
- configs