status(host): configure external status page and uptime monitoring host
Some checks failed
/ Ansible Lint (push) Failing after 2m0s
Some checks failed
/ Ansible Lint (push) Failing after 2m0s
This commit is contained in:
parent
51bbdd42a2
commit
fe52127e82
14 changed files with 1381 additions and 2 deletions
24
inventories/external/hosts.yaml
vendored
Normal file
24
inventories/external/hosts.yaml
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
all:
|
||||
hosts:
|
||||
status:
|
||||
# TODO: Manually set up ufw on the host. Create a role for ufw.
|
||||
ansible_host: status.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
base_config_hosts:
|
||||
hosts:
|
||||
status:
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
status:
|
||||
nginx_hosts:
|
||||
hosts:
|
||||
status:
|
||||
certbot_hosts:
|
||||
hosts:
|
||||
status:
|
||||
infrastructure_authorized_keys_hosts:
|
||||
hosts:
|
||||
status:
|
||||
ansible_pull_hosts:
|
||||
hosts:
|
||||
status:
|
||||
Loading…
Add table
Add a link
Reference in a new issue