first commit
This commit is contained in:
20
sentinel.yml
Normal file
20
sentinel.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
#test
|
||||
- name: run automation for linux
|
||||
become: true
|
||||
hosts: LIN
|
||||
roles:
|
||||
# - role: linux_update
|
||||
- role: linux_install-sentinelone
|
||||
# - role: linux_install-checkmk
|
||||
- name: run automation for windows
|
||||
gather_facts: no
|
||||
hosts: WIN
|
||||
become_method: runas
|
||||
become: yes
|
||||
ansible_connection: winrm
|
||||
ansible_port: 5985
|
||||
ansible_winrm_transport: kerberos
|
||||
ansible_winrm_server_cert_validation: ignore
|
||||
roles:
|
||||
- role: windows_install-sentinelone
|
||||
Reference in New Issue
Block a user