base: use a variable for /etc/installurl content

This commit is contained in:
Jérémy Dubois 2022-09-28 16:40:58 +02:00
parent b070e4bac0
commit daaa33a10a
4 changed files with 4 additions and 2 deletions

View File

@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* nagios-nrpe: do not erase custom configuration of servers in nrpe.d/evolix.cfg, and do not use zzz_evolix.cfg anymore
* base: export evomaintenance and evobackup tasks into their own roles
* nagios-nrpe: multiples IP can now be checked with check_ipsecctl_critiques.sh
* base: use a variable for /etc/installurl content
### Fixed

View File

@ -8,3 +8,5 @@ general_technical_realm: "example.com"
evobsd_system_timeout: 36000
evobsd_path: "$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
cron_root_path: "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
install_url: "https://cdn.openbsd.org/pub/OpenBSD"

View File

@ -1 +0,0 @@
https://cdn.openbsd.org/pub/OpenBSD

View File

@ -2,8 +2,8 @@
- name: "Configure installurl"
copy:
content: "{{ install_url }}\n"
dest: /etc/installurl
src: installurl
mode: "0644"
tags:
- pkg