Skip to content

Instantly share code, notes, and snippets.

@Mayeu
Created December 7, 2016 16:13
Show Gist options
  • Save Mayeu/cb3b369d913ef69b74e349304a0e73f4 to your computer and use it in GitHub Desktop.
Save Mayeu/cb3b369d913ef69b74e349304a0e73f4 to your computer and use it in GitHub Desktop.
- 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