Last active
August 29, 2015 14:21
-
-
Save briansorahan/fe64fe5df4c4be4fccac to your computer and use it in GitHub Desktop.
attempt to delete rax server with ansible
This file contains hidden or 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: 127.0.0.1 | |
connection: local | |
gather_facts: false | |
tasks: | |
- name: Destroy servers | |
rax: name=rax-ord-pub-01 image="Ubuntu 15.04 (Vivid Vervet) (PVHVM)" flavor=2 region="{{ rax_region | default('DFW') }}" state=absent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment