Move filter_plugin folder;Improve feedback;Add missing attributes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8181ae4017
commit
0bddae0440
@ -16,6 +16,8 @@
|
|||||||
_template:
|
_template:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
namespace: "{{ item.namespace }}"
|
namespace: "{{ item.namespace }}"
|
||||||
|
annotations: "{{ item.annotations | default('{}') | indent(width=4, first=True) }}"
|
||||||
|
labels: "{{ item.labels | default('{}') | indent(width=4, first=True) }}"
|
||||||
data: "{{ item.data }}"
|
data: "{{ item.data }}"
|
||||||
loop:
|
loop:
|
||||||
- name: hypervisor-credentials
|
- name: hypervisor-credentials
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
- regex: '^PasswordAuthentication yes'
|
- regex: '^PasswordAuthentication yes'
|
||||||
line: 'PasswordAuthentication yes'
|
line: 'PasswordAuthentication yes'
|
||||||
state: absent
|
state: absent
|
||||||
|
loop_control:
|
||||||
|
label: "{{ '[' + item.regex + '] ' + item.state }}"
|
||||||
|
|
||||||
- name: Create dedicated SSH keypair
|
- name: Create dedicated SSH keypair
|
||||||
community.crypto.openssh_keypair:
|
community.crypto.openssh_keypair:
|
||||||
|
Loading…
Reference in New Issue
Block a user