From c2f491d63efd6095e4fc1e11925a3a8ee7b1de96 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Sun, 2 Feb 2020 22:28:24 +0000 Subject: [PATCH] etcHosts should not be commited in the test env --- CICD/files/.gitignore | 3 +++ CICD/files/etcHosts | 14 -------------- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 CICD/files/etcHosts diff --git a/CICD/files/.gitignore b/CICD/files/.gitignore index 27b0bac4..37e22cdf 100644 --- a/CICD/files/.gitignore +++ b/CICD/files/.gitignore @@ -1 +1,4 @@ +ssh_known_hosts +*.conf +etcHosts inventory.* diff --git a/CICD/files/etcHosts b/CICD/files/etcHosts deleted file mode 100644 index 19863a99..00000000 --- a/CICD/files/etcHosts +++ /dev/null @@ -1,14 +0,0 @@ -127.0.0.1 localhost -::1 ip6-localhost ip6-loopback -fe00::0 ip6-localnet -ff00::0 ip6-mcastprefix -ff02::1 ip6-allnodes -ff02::2 ip6-allrouters -118.138.241.196 hpcldap0.erc.monash.edu.au -118.138.244.7 consistency0 - -118.138.235.28 CICDCICD-mgmt0.massive.org.au CICDCICD-mgmt0 -118.138.233.249 CICDCICD-login0.massive.org.au CICDCICD-login0 -118.138.234.145 CICDCICD-computec0.massive.org.au CICDCICD-computec0 -118.138.234.104 CICDCICD-sql0.massive.org.au CICDCICD-sql0 -118.138.235.60 CICDCICD-mgmt1.massive.org.au CICDCICD-mgmt1 -- GitLab