Remove SSH blacklist
This commit is contained in:
parent
e42bdd53a8
commit
3b72e2fe2d
2 changed files with 0 additions and 6 deletions
|
@ -3,9 +3,7 @@ set -e
|
||||||
|
|
||||||
# Grab valid unique hostnames from the Ansible inventory.
|
# Grab valid unique hostnames from the Ansible inventory.
|
||||||
HOSTS=$(grep -ve '^[#\[]' hosts \
|
HOSTS=$(grep -ve '^[#\[]' hosts \
|
||||||
| grep -ve '^$' \
|
|
||||||
| grep -F adm.auro.re \
|
| grep -F adm.auro.re \
|
||||||
| grep -vf ssh-blacklist.txt \
|
|
||||||
| sort -u)
|
| sort -u)
|
||||||
|
|
||||||
for host in $HOSTS; do
|
for host in $HOSTS; do
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue