mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
11 lines
192 B
YAML
11 lines
192 B
YAML
# This playbook sets a custom EWS config on the T-Pot
|
|
|
|
- hosts: TPOT
|
|
remote_user: linux
|
|
become: yes
|
|
become_user: root
|
|
become_method: sudo
|
|
gather_facts: no
|
|
|
|
roles:
|
|
- custom_ews
|