Created
July 22, 2013 03:54
-
-
Save omgjlk/6051202 to your computer and use it in GitHub Desktop.
example playbook using rax
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
--- | |
- 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