Added Reboot Playbook

This commit is contained in:
Sebastian Haderecker
2019-04-10 10:47:07 +00:00
parent b4ed9952bf
commit 00e4043bca
2 changed files with 21 additions and 0 deletions

11
cloud/ansible/reboot.yaml Normal file
View 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