diff options
author | Andrew Butcher <abutcher@redhat.com> | 2018-01-10 14:56:26 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2018-01-10 15:47:54 -0500 |
commit | 4bc8d5c7b89dda0a46a009de5a0830efb904d2e2 (patch) | |
tree | b4c8b51954ed30d5502787b0a4acf145360aadd7 /playbooks/cluster-operator/aws | |
parent | 3986e89ecf2df2f5f1ff5b28273d9a6407f8d6f6 (diff) | |
download | openshift-4bc8d5c7b89dda0a46a009de5a0830efb904d2e2.tar.gz openshift-4bc8d5c7b89dda0a46a009de5a0830efb904d2e2.tar.bz2 openshift-4bc8d5c7b89dda0a46a009de5a0830efb904d2e2.tar.xz openshift-4bc8d5c7b89dda0a46a009de5a0830efb904d2e2.zip |
Add cluster-operator playbook directory.
Diffstat (limited to 'playbooks/cluster-operator/aws')
-rw-r--r-- | playbooks/cluster-operator/aws/infrastructure.yml | 21 | ||||
l--------- | playbooks/cluster-operator/aws/roles | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/playbooks/cluster-operator/aws/infrastructure.yml b/playbooks/cluster-operator/aws/infrastructure.yml new file mode 100644 index 000000000..9669820fb --- /dev/null +++ b/playbooks/cluster-operator/aws/infrastructure.yml @@ -0,0 +1,21 @@ +--- +- name: Alert user to variables needed + hosts: localhost + tasks: + - name: Alert user to variables needed - clusterid + debug: + msg: "openshift_aws_clusterid={{ openshift_aws_clusterid | default('default') }}" + + - name: Alert user to variables needed - region + debug: + msg: "openshift_aws_region={{ openshift_aws_region | default('us-east-1') }}" + +- import_playbook: ../../aws/openshift-cluster/provision_vpc.yml + +- import_playbook: ../../aws/openshift-cluster/provision_ssh_keypair.yml + +- import_playbook: ../../aws/openshift-cluster/provision_sec_group.yml + +- import_playbook: ../../aws/openshift-cluster/provision_s3.yml + +- import_playbook: ../../aws/openshift-cluster/provision_elb.yml diff --git a/playbooks/cluster-operator/aws/roles b/playbooks/cluster-operator/aws/roles new file mode 120000 index 000000000..20c4c58cf --- /dev/null +++ b/playbooks/cluster-operator/aws/roles @@ -0,0 +1 @@ +../../../roles
\ No newline at end of file |