Print config.yml added
This commit is contained in:
parent
8a944aafc0
commit
8811afd44a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user