mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
22 lines
336 B
YAML
22 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
|