We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec4868 commit c9ca0d2Copy full SHA for c9ca0d2
ansible/roles/nhc/tasks/boot.yml
@@ -1,3 +1,10 @@
1
+- name: Ensure NHC configuration directory exists
2
+ ansible.builtin.file:
3
+ path: /etc/nhc
4
+ state: directory
5
+ owner: root
6
+ group: root
7
+ mode: u=rwX,go= # HealthCheckProgram is run by root
8
9
- name: Copy stored NHC configuration to active location
10
ansible.builtin.copy:
ansible/roles/nhc/tasks/main.yml
@@ -1,4 +1,12 @@
+
- name: Template out NHC configuration
11
ansible.builtin.template:
12
src: "{{ nhc_config_template }}"
0 commit comments