Print config.yml added

This commit is contained in:
Gonzalo Acuña 2022-03-30 13:59:01 -03:00
parent 8a944aafc0
commit 8811afd44a
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -35,6 +35,14 @@
mode: 0644 mode: 0644
register: tlsconfig_template register: tlsconfig_template
- name: Display config.yml contents
command: cat {{ local_certs_path }}/config.yml
register: command_output
- name: Print config.yml
debug:
msg: "{{command_output.stdout}}"
- name: Local action | Generate the node & admin certificates in local - name: Local action | Generate the node & admin certificates in local
command: >- command: >-
bash {{ local_certs_path }}/wazuh-certs-tool.sh -A bash {{ local_certs_path }}/wazuh-certs-tool.sh -A