Register camelot and gitea, make camelot accessible for everyone

pull/1/head
Yohann D'ANELLO 4 years ago
parent 646ebd3ba9
commit 5c46191389

@ -19,6 +19,8 @@ dhcp-aurore.adm.auro.re
dns-aurore.adm.auro.re
docker-worker1-aurore.adm.auro.re
proxy-backup.adm.auro.re
camelot.adm.auro.re
gitea.adm.auro.re
###############################################################################

@ -1,6 +1,7 @@
---
# Filter SSH on groups
- name: Filter SSH on groups
when: ansible_facts['hostname'] != "camelot" # Camelot is accessible for everyone
lineinfile:
dest: /etc/ssh/sshd_config
regexp: ^AllowGroups

Loading…
Cancel
Save