amcedns to enable Let's Encrypt DNS-01 challenges
Some checks failed
/ Ansible Lint (push) Failing after 38s
Some checks failed
/ Ansible Lint (push) Failing after 38s
This commit is contained in:
parent
c33ae36af3
commit
0f3cd2c70a
11 changed files with 463 additions and 1 deletions
|
|
@ -78,11 +78,16 @@ all:
|
|||
ansible_host: spaceapiccc.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||
acmedns:
|
||||
ansible_host: acmedns.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||
hypervisors:
|
||||
hosts:
|
||||
chaosknoten:
|
||||
base_config_hosts:
|
||||
hosts:
|
||||
acmedns:
|
||||
ccchoir:
|
||||
cloud:
|
||||
eh22-wiki:
|
||||
|
|
@ -110,7 +115,8 @@ nftables_hosts:
|
|||
hosts:
|
||||
router:
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
hosts:
|
||||
acmedns:
|
||||
ccchoir:
|
||||
grafana:
|
||||
tickets:
|
||||
|
|
@ -128,6 +134,7 @@ nextcloud_hosts:
|
|||
cloud:
|
||||
nginx_hosts:
|
||||
hosts:
|
||||
acmedns:
|
||||
ccchoir:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
|
|
@ -150,6 +157,7 @@ public_reverse_proxy_hosts:
|
|||
public-reverse-proxy:
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
acmedns:
|
||||
ccchoir:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue