Many updates over time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user