homelab/group_vars/all/vars.yml

25 lines
798 B
YAML

---
ansible_ssh_user: debian
ansible_ssh_port: 22
# Values for static IP configuration
broadcast_ip: 192.168.0.255
router_ip: 192.168.0.1
debian_pass: "{{ vault_debian_pass }}"
ansible_become_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
38306565386265383731653936353766396630626163316335643261613561363030653561346239
3764363033386531623331616132643637353536326439620a356232626635626266656331643466
36343435646561643662373138613237626461373330346566356132636366623731643838383633
3765666163656264340a663138623535626161376666323862373131383637356231323737313564
6430
woodpecker_server: 'ci.rustybever.be:9000'
woodpecker_secret: "{{ vault_woodpecker_secret }}"
restic_version: '0.16.2'
ntfy_user_pi_pass: "{{ vault_ntfy_user_pi_pass }}"