tpotce/cloud/ansible/reboot.yaml

12 lines
166 B
YAML
Raw Normal View History

2019-04-10 10:47:07 +00:00
# This playbook reboots a T-Pot
- hosts: TPOT
remote_user: linux
become: yes
become_user: root
become_method: sudo
gather_facts: no
roles:
- reboot