|
před 7 roky | |
---|---|---|
.. | ||
defaults | před 7 roky | |
meta | před 7 roky | |
tasks | před 7 roky | |
templates | před 7 roky | |
README.md | před 7 roky |
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