diff --git a/copy-keys.sh b/copy-keys.sh index e5343fd..95fc428 100755 --- a/copy-keys.sh +++ b/copy-keys.sh @@ -3,9 +3,7 @@ set -e # Grab valid unique hostnames from the Ansible inventory. HOSTS=$(grep -ve '^[#\[]' hosts \ -| grep -ve '^$' \ | grep -F adm.auro.re \ -| grep -vf ssh-blacklist.txt \ | sort -u) for host in $HOSTS; do diff --git a/ssh-blacklist.txt b/ssh-blacklist.txt deleted file mode 100644 index 248f525..0000000 --- a/ssh-blacklist.txt +++ /dev/null @@ -1,4 +0,0 @@ -ldap-replica-edc-backup.adm.auro.re -ldap-replica-fleming-backup.adm.auro.re -ldap-replica-gs.adm.auro.re -ldap-replica-gs-backup.adm.auro.re