浏览代码

Add cluster-operator playbook directory.

Andrew Butcher 7 年之前
父节点
当前提交
4bc8d5c7b8
共有 2 个文件被更改,包括 22 次插入0 次删除
  1. 21 0
      playbooks/cluster-operator/aws/infrastructure.yml
  2. 1 0
      playbooks/cluster-operator/aws/roles

+ 21 - 0
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

+ 1 - 0
playbooks/cluster-operator/aws/roles

@@ -0,0 +1 @@
+../../../roles