Many updates over time

This commit is contained in:
2026-02-24 17:57:35 -07:00
parent 6b36273324
commit 0132ed6a8f
68 changed files with 1409 additions and 197 deletions

View File

@@ -6,4 +6,4 @@
state: present
name:
- certbot
- python-certbot-nginx
- python3-certbot-nginx

View File

@@ -6,6 +6,14 @@
state: present
name: haproxy
# Ensure /etc/haproxy/ssl/certs exists
- name: Creating /etc/haproxy/ssl/certs
file:
path: /etc/haproxy/ssl/certs
state: directory
owner: root
group: root
# Copy /etc/rsyslog.conf
- name: Copying /etc/rsyslog.conf
copy:
@@ -28,4 +36,4 @@
notify: restart rsyslog
# Copy scripts to /usr/local/bin
- include_tasks: ../../../functions/copy_usr-local-bin.yml
- include_tasks: ../../shared/functions/copy_usr-local-bin.yml

View File

@@ -4,4 +4,4 @@
apt:
update_cache: yes
state: present
name: nginx-light
name: nginx