Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created July 22, 2013 03:54
Show Gist options
  • Save omgjlk/6051202 to your computer and use it in GitHub Desktop.
Save omgjlk/6051202 to your computer and use it in GitHub Desktop.
example playbook using rax
---
- name: Create a server
hosts: localhost
connection: local
gather_facts: false
tasks:
- name: Make me that server
rax: creds_file=~/.raxpub service=cloudservers name=keekz1 flavor=2
image=<hash> state=present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment