evoacme: variable to disable Debian version check (default: False)
This commit is contained in:
parent
b43d0f3629
commit
592030ee9a
3 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ The **patch** part changes incrementally at each release.
|
|||
### Added
|
||||
|
||||
* dovecot: Update munin plugin & configure it
|
||||
* evoacme: variable to disable Debian version check (default: False)
|
||||
* kvm-host: Add drbd role dependency (toggleable with kvm_install_drbd)
|
||||
* nextcloud: New role to setup a nextcloud instance
|
||||
* redis: variable to force use of port 6379 in instances mode
|
||||
|
|
|
@ -14,3 +14,5 @@ evoacme_ssl_loc: 'Marseille'
|
|||
evoacme_ssl_org: 'Evolix'
|
||||
evoacme_ssl_ou: 'Security'
|
||||
evoacme_ssl_email: 'security@evolix.net'
|
||||
|
||||
evoacme_disable_debian_check: False
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
- ansible_distribution == "Debian"
|
||||
- ansible_distribution_major_version is version('9', '>=')
|
||||
msg: only compatible with Debian >= 9
|
||||
when: not evoacme_disable_debian_check
|
||||
|
||||
- include: certbot.yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue