|
7 years ago | |
---|---|---|
.. | ||
defaults | 7 years ago | |
meta | 7 years ago | |
tasks | 7 years ago | |
templates | 7 years ago | |
README.md | 7 years ago |
Ansible role to create an AWS launch config for a scale group.
This includes the AMI, volumes, user_data, etc.
Ansible Modules:
cdeec8b6
# if using an encrypted AMI this will be replaced
volumes:
- name: create compute nodes config
include_role:
name: openshift_aws_launch_config
vars:
r_openshift_aws_launch_config_name: "{{ launch_config_name }}"
r_openshift_aws_launch_config_clusterid: "{{ clusterid }}"
r_openshift_aws_launch_config_region: "{{ region }}"
r_openshift_aws_launch_config: "{{ node_group_config }}"
r_openshift_aws_launch_config_type: compute
r_openshift_aws_launch_config_custom_image: ami-1234
r_openshift_aws_launch_config_bootstrap_token: abcd
Apache 2.0
Openshift