mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
21 lines
336 B
YAML
21 lines
336 B
YAML
- name: Check host prerequisites
|
|
hosts: localhost
|
|
become: yes
|
|
roles:
|
|
- check
|
|
|
|
- name: Deploy instance
|
|
hosts: localhost
|
|
roles:
|
|
- deploy
|
|
|
|
- name: Install T-Pot on new instance
|
|
hosts: TPOT
|
|
remote_user: linux
|
|
become: yes
|
|
gather_facts: no
|
|
roles:
|
|
- install
|
|
# - custom_ews
|
|
# - custom_hpfeeds
|
|
- reboot
|