Whitespace cleanup to get in sync with AniNIX/Uniglot hooks
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
- name: SSL packages
|
||||
become: yes
|
||||
package:
|
||||
name:
|
||||
package:
|
||||
name:
|
||||
- certbot
|
||||
- openssl
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
loop:
|
||||
loop:
|
||||
- "certbot.service"
|
||||
- "certbot.timer"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
name: certbot.timer
|
||||
enabled: yes
|
||||
state: started
|
||||
|
||||
|
||||
- name: Create letsencrypt folder
|
||||
become: yes
|
||||
file:
|
||||
@@ -50,7 +50,7 @@
|
||||
become: yes
|
||||
command: /usr/local/sbin/tlsa-generation.bash
|
||||
register: tlsa_records
|
||||
|
||||
|
||||
- name: Show proposed TLSA records
|
||||
debug:
|
||||
msg: "{{ tlsa_records.stdout_lines }}"
|
||||
@@ -60,7 +60,7 @@
|
||||
run_once: yes
|
||||
command: "/bin/bash -c 'printf _443._tcp\\ ; dig _443._tcp.{{ external_domain }} TLSA +short; printf _6697._tcp\\ ; dig _6697._tcp.{{ external_domain }} TLSA +short'"
|
||||
register: ext_tlsa_records
|
||||
|
||||
|
||||
- name: Show TLSA records
|
||||
debug:
|
||||
msg: "{{ ext_tlsa_records.stdout_lines }}"
|
||||
|
Reference in New Issue
Block a user