forked from CCCHH/ansible-infra
status(host): configure external status page and uptime monitoring host
This commit is contained in:
parent
51bbdd42a2
commit
fe52127e82
14 changed files with 1381 additions and 2 deletions
16
inventories/external/group_vars/all.yaml
vendored
Normal file
16
inventories/external/group_vars/all.yaml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# ansible_pull
|
||||
# ansible_pull__age_private_key needs to be defined per host (probably HOST.sops.yaml).
|
||||
ansible_pull__repo_url: https://git.hamburg.ccc.de/CCCHH/ansible-infra.git
|
||||
ansible_pull__inventory: inventories/external
|
||||
ansible_pull__playbook: playbooks/maintenance.yaml
|
||||
ansible_pull__timer_on_calendar: "*-*-* 04:30:00 Europe/Berlin"
|
||||
ansible_pull__failure_notification_address: noc-notifications@lists.hamburg.ccc.de
|
||||
ansible_pull__timer_randomized_delay_sec: 30min
|
||||
|
||||
# msmtp
|
||||
# msmtp__smtp_password is defined in the all.sops.yaml.
|
||||
msmtp__smtp_host: cow.hamburg.ccc.de
|
||||
msmtp__smtp_port: 465
|
||||
msmtp__smtp_tls_method: smtps
|
||||
msmtp__smtp_user: any@external-hosts.hamburg.ccc.de
|
||||
msmtp__smtp_from: "{{ inventory_hostname }}@external-hosts.hamburg.ccc.de"
|
||||
Loading…
Add table
Add a link
Reference in a new issue