Fix linters
Ignore the _ vs - and fix permissions on files Change-Id: Id7efa789cdbd4501ef740e77a36c7419eb785056
This commit is contained in:
parent
99b3d398e8
commit
a787e658da
2
.ansible-lint
Normal file
2
.ansible-lint
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
skip_list:
|
||||||
|
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern
|
@ -92,6 +92,7 @@
|
|||||||
content: |
|
content: |
|
||||||
CKNFAST_OVERRIDE_SECURITY_ASSURANCES=explicitness
|
CKNFAST_OVERRIDE_SECURITY_ASSURANCES=explicitness
|
||||||
force: no
|
force: no
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: create snmp.conf
|
- name: create snmp.conf
|
||||||
copy:
|
copy:
|
||||||
@ -99,6 +100,7 @@
|
|||||||
content: |
|
content: |
|
||||||
defaultPort 21161
|
defaultPort 21161
|
||||||
force: yes
|
force: yes
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: enroll client to HSM
|
- name: enroll client to HSM
|
||||||
command: /opt/nfast/bin/nethsmenroll --force {{ thales_hsm_ip_address }} {{ anonkneti.stdout_lines[0] }}
|
command: /opt/nfast/bin/nethsmenroll --force {{ thales_hsm_ip_address }} {{ anonkneti.stdout_lines[0] }}
|
||||||
|
Loading…
Reference in New Issue
Block a user