You've already forked ansible-role-checkmk-agent
Compare commits
2 Commits
01adff887f
...
eda8282a35
| Author | SHA1 | Date | |
|---|---|---|---|
| eda8282a35 | |||
| 3edd1445b0 |
@@ -1,6 +1,6 @@
|
|||||||
ansible-core<2.17
|
ansible-core==2.16.3
|
||||||
ansible-compat<4
|
ansible-compat==4.1.11
|
||||||
molecule[docker]<5.0.0
|
molecule[docker]==24.2.1
|
||||||
ansible-lint==6.16.2
|
ansible-lint==6.22.2
|
||||||
yamllint==1.32.0
|
yamllint==1.35.1
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
@@ -30,8 +30,9 @@
|
|||||||
debug:
|
debug:
|
||||||
msg: "{{ msg.split('\n') }}"
|
msg: "{{ msg.split('\n') }}"
|
||||||
when: cmk_debug
|
when: cmk_debug
|
||||||
|
|
||||||
- name: Copy archive from samba_share. (No-Log)
|
- name: Copy archive from samba_share. (No-Log)
|
||||||
command: >
|
shell: >
|
||||||
smbget 'smb:{{ (cmk_download_path + '/' + cmk_installer) | reslash }}' -U
|
smbget 'smb:{{ (cmk_download_path + '/' + cmk_installer) | reslash }}' -U
|
||||||
'{{ cmk_smb_username }}%{{ cmk_smb_password }}'
|
'{{ cmk_smb_username }}%{{ cmk_smb_password }}'
|
||||||
args:
|
args:
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
no_log: true # Turn off logging due to password exposure
|
no_log: true # Turn off logging due to password exposure
|
||||||
when: not cmk_debug | bool
|
when: not cmk_debug | bool
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Copy archive from samba_share. (Debug)
|
- name: Copy archive from samba_share. (Debug)
|
||||||
command: >
|
command: >
|
||||||
smbget 'smb:{{ (cmk_download_path + '/' + cmk_installer) | reslash }}' -U '{{ cmk_smb_username | trim }}%{{ cmk_smb_password | trim }}
|
smbget 'smb:{{ (cmk_download_path + '/' + cmk_installer) | reslash }}' -U '{{ cmk_smb_username | trim }}%{{ cmk_smb_password | trim }}
|
||||||
|
|||||||
Reference in New Issue
Block a user