pvc-ansible/roles/base/defaults/main.yml

30 lines
860 B
YAML
Raw Normal View History

2023-09-01 15:42:25 -04:00
---
2023-09-01 15:42:27 -04:00
debian_main_repository: http://debian.mirror.rafal.ca/debian
debian_security_repository: http://security.debian.org
debian_pvc_repository: https://repo.parallelvirtualcluster.org/debian
2024-02-13 11:05:40 -05:00
debian_pvc_signing_key_path: https://repo.parallelvirtualcluster.org/debian/repo.parallelvirtualcluster.org.gpg
2023-09-01 15:42:27 -04:00
debian_pvc_signing_key_id: 83D07192314835D4
2023-09-01 15:42:27 -04:00
recursive_dns_servers:
- 8.8.8.8
- 8.8.4.4
recursive_dns_search_domains:
- "{{ local_domain }}"
2023-09-01 15:42:29 -04:00
ntp_servers:
- time.nrc.ca
- time.chu.nrc.ca
grub_cmdline: "console=tty0 console=ttyS{{ grub.serial_console[cluster_hardware].console }},115200 plymouth.ignore-serial-consoles splash"
2023-09-01 15:42:26 -04:00
grub_serial: "serial --unit={{ grub.serial_console[cluster_hardware].console }} --speed=115200"
2023-09-01 15:42:25 -04:00
deploy_username: "deploy"
2023-09-01 15:42:26 -04:00
2023-09-01 15:42:25 -04:00
fail2ban_ignorelist:
- 10.0.0.0/8
cpu_governor: "ondemand"
2023-12-10 00:24:19 -05:00
enable_prometheus_exporters: yes