diff options
author | Patrick Uiterwijk <patrick@puiterwijk.org> | 2017-08-10 17:47:18 +0200 |
---|---|---|
committer | Patrick Uiterwijk <patrick@puiterwijk.org> | 2017-08-10 17:47:31 +0200 |
commit | 6832c75c58356d101c64eb9f232e5a204f3ec65c (patch) | |
tree | 0b26e32a45b823c018f1cc722e3ae0870f10cbec | |
parent | ae045e1ac785a1b0286a084c1b6281eb75b2ea8d (diff) | |
download | ansible-6832c75c58356d101c64eb9f232e5a204f3ec65c.tar.gz ansible-6832c75c58356d101c64eb9f232e5a204f3ec65c.tar.xz ansible-6832c75c58356d101c64eb9f232e5a204f3ec65c.zip |
RHIT has blocked bastion from using internal mx, which is in DNS. Workaround
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
-rw-r--r-- | roles/hosts/files/bastion01.phx2.fedoraproject.org-hosts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/hosts/files/bastion01.phx2.fedoraproject.org-hosts b/roles/hosts/files/bastion01.phx2.fedoraproject.org-hosts new file mode 100644 index 000000000..73f95ace7 --- /dev/null +++ b/roles/hosts/files/bastion01.phx2.fedoraproject.org-hosts @@ -0,0 +1,3 @@ +127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 +::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 +66.187.233.71 mx2.redhat.com |