Created
December 7, 2016 16:13
-
-
Save Mayeu/cb3b369d913ef69b74e349304a0e73f4 to your computer and use it in GitHub Desktop.
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: localhost | |
gather_facts: false | |
tasks: | |
- cs_instance: | |
name: ansible-test-yourte | |
state: deployed | |
template: Linux Ubuntu 16.04 LTS 64-bit 50G Disk (2016-10-20-85bb6c) | |
zone: CH-DK-2 | |
service_offering: Micro | |
ssh_key: "Mayeu - Shub-Niggurath" | |
security_groups: [ 'default', 'ssh' ] | |
force: yes | |
#user_data: | | |
# #cloud-config | |
# manage_etc_hosts: true | |
# fqdn: ansible-test.yourt.es | |
# locale: "en_US.UTF-8" | |
# package_upgrade: true | |
# packages: | |
# - python | |
delegate_to: localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment