Skip to content

Instantly share code, notes, and snippets.

@neil-mewe
Created May 3, 2016 01:16
Show Gist options
  • Save neil-mewe/4383cb19c1bf3d2138f77ad4b45e55a2 to your computer and use it in GitHub Desktop.
Save neil-mewe/4383cb19c1bf3d2138f77ad4b45e55a2 to your computer and use it in GitHub Desktop.
- description: AWS EC2 Provisioning
executionEnabled: true
id: d1537610-d24b-4258-8730-a8f337a223ae
loglevel: DEBUG
name: EC2 Provisioning
options:
- enforced: true
name: assign_public_ip
required: true
value: 'no'
values:
- 'no'
- 'yes'
- name: group_id
required: true
value: sg-6d55f5091
- name: image
required: true
value: ami-f933e79a1
- name: instance_name
- name: instance_type
required: true
value: t2.micro
- name: key_name
required: true
value: root-key-sg1
- name: region
required: true
value: ap-southeast-1
- name: vpc_subnet_id
required: true
value: subnet-c07d76b71
scheduleEnabled: true
sequence:
commands:
- configuration:
playbook: /opt/ansible-master/aws-ec2.yml
nodeStep: true
type: com.batix.rundeck.AnsiblePlaybookNodeStep
keepgoing: false
strategy: node-first
uuid: d1537610-d24b-4258-8730-a8f337a223ae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment