|
před 6 roky | |
---|---|---|
.. | ||
defaults | před 6 roky | |
files | před 7 roky | |
meta | před 7 roky | |
tasks | před 6 roky | |
templates | před 7 roky | |
OWNERS | před 7 roky | |
README.md | před 7 roky |
Provision AWS infrastructure and instances.
This role contains many task-areas to provision resources and perform actions against an AWS account for the purposes of dynamically building an openshift cluster.
This role is primarily intended to be used with "import_role" and "tasks_from".
import_role can be called from the tasks section in a play. See example playbook below for reference.
These task-areas are:
Appropriate AWS credentials and permissions are required.
- import_role:
name: openshift_aws
tasks_from: vpc.yml
vars:
openshift_aws_clusterid: test
openshift_aws_region: us-east-1
Apache License, Version 2.0