Compare commits

..

No commits in common. "2776cfcadf4f6bd5a805081fa579d25c78613345" and "ab047ee852699b417ea03c7f0634729b68facf6b" have entirely different histories.

View File

@ -14,10 +14,10 @@
owner: root
group: root
- name: Enable and stop haproxy
- name: Enable haproxy
service:
name: haproxy
state: stopped
state: started
enabled: yes
- name: "Install certbot via apt"
@ -29,13 +29,7 @@
- name: Generate certificate for all proxied domains
command:
cmd: certbot certonly --non-interactive --agree-tos -m tormakristof@tormakristof.eu --standalone -d neko.tormakristof.eu
- name: Enable and start haproxy
service:
name: haproxy
state: started
enabled: yes
cmd: certbot certonly --non-interactive --agree-tos -m tormakristof@tormakristof.eu --nginx -d neko.tormakristof.eu
- name: Copy certbot cronjob
copy:
@ -71,7 +65,7 @@
- name: "Generate datadog configuration"
ansible.builtin.template:
src: datadog.yaml
dest: /etc/datadog-agent/datadog.yaml
dest: /etc/datadog-agnet/datadog.yaml
owner: dd-agent
group: dd-agent
mode: '0640'