Bugfixes + Update Enhancements (#25)
* Move certbot to be first. * Comment out HTTPS, will use reverse proxy until it is working properly. * Enhance `update` for pacman + pkg * `update` enhancements to pkg and apt. * Add more FS types to ignore. * Add `freebsd-update` commands, including a clean of previous upgrade (VMs are small and need space!). * Add sudo. * Put the directory back for future updates. * Avoid exit code 2 from freebsd-update install. * Remove word Cleanup.
This commit is contained in:
10
local.yml
10
local.yml
@ -155,6 +155,11 @@
|
||||
- name: Main | Server Setup
|
||||
block:
|
||||
|
||||
- include: tasks/server/software/certbot.yml
|
||||
when: certbot == true
|
||||
- include: tasks/server/cron/certbot.yml
|
||||
when: certbot == true
|
||||
|
||||
- include: tasks/server/software/onlyoffice.yml
|
||||
when: onlyoffice == true and ansible_pkg_mgr == "apt"
|
||||
|
||||
@ -167,11 +172,6 @@
|
||||
- include: tasks/server/software/grafana.yml
|
||||
when: grafana == true and ansible_pkg_mgr == "apt"
|
||||
|
||||
- include: tasks/server/software/certbot.yml
|
||||
when: certbot == true
|
||||
- include: tasks/server/cron/certbot.yml
|
||||
when: certbot == true
|
||||
|
||||
- include: tasks/server/software/hugo.yml
|
||||
when: hugo == true
|
||||
|
||||
|
Reference in New Issue
Block a user