mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Added Reboot Playbook
This commit is contained in:
11
cloud/ansible/reboot.yaml
Normal file
11
cloud/ansible/reboot.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
# This playbook reboots a T-Pot
|
||||
|
||||
- hosts: TPOT
|
||||
remote_user: linux
|
||||
become: yes
|
||||
become_user: root
|
||||
become_method: sudo
|
||||
gather_facts: no
|
||||
|
||||
roles:
|
||||
- reboot
|
||||
Reference in New Issue
Block a user