Skip to content

Instantly share code, notes, and snippets.

@briansorahan
Last active August 29, 2015 14:21
Show Gist options
  • Save briansorahan/fe64fe5df4c4be4fccac to your computer and use it in GitHub Desktop.
Save briansorahan/fe64fe5df4c4be4fccac to your computer and use it in GitHub Desktop.
attempt to delete rax server with ansible
- 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