diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-03 17:28:45 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-15 13:35:10 -0500 |
commit | e5f4823d6e4191367178f743ddd5e0885598e8cf (patch) | |
tree | 10877c2ae156d1362f1394177cb02942951db24e /playbooks/byo/openshift-etcd | |
parent | c49dd26ba094b96da1e234d8ea355861a5220c99 (diff) | |
download | openshift-e5f4823d6e4191367178f743ddd5e0885598e8cf.tar.gz openshift-e5f4823d6e4191367178f743ddd5e0885598e8cf.tar.bz2 openshift-e5f4823d6e4191367178f743ddd5e0885598e8cf.tar.xz openshift-e5f4823d6e4191367178f743ddd5e0885598e8cf.zip |
Playbook Consolidation - Initialization
Diffstat (limited to 'playbooks/byo/openshift-etcd')
-rw-r--r-- | playbooks/byo/openshift-etcd/certificates.yml | 4 | ||||
-rw-r--r-- | playbooks/byo/openshift-etcd/config.yml | 4 | ||||
-rw-r--r-- | playbooks/byo/openshift-etcd/embedded2external.yml | 4 | ||||
-rw-r--r-- | playbooks/byo/openshift-etcd/migrate.yml | 4 | ||||
-rw-r--r-- | playbooks/byo/openshift-etcd/restart.yml | 4 | ||||
-rw-r--r-- | playbooks/byo/openshift-etcd/scaleup.yml | 4 |
6 files changed, 6 insertions, 18 deletions
diff --git a/playbooks/byo/openshift-etcd/certificates.yml b/playbooks/byo/openshift-etcd/certificates.yml index e35cf243f..0e9d42cd6 100644 --- a/playbooks/byo/openshift-etcd/certificates.yml +++ b/playbooks/byo/openshift-etcd/certificates.yml @@ -1,7 +1,5 @@ --- -- include: ../openshift-cluster/initialize_groups.yml - -- include: ../../common/openshift-cluster/std_include.yml +- include: ../../init/main.yml - include: ../../common/openshift-etcd/ca.yml diff --git a/playbooks/byo/openshift-etcd/config.yml b/playbooks/byo/openshift-etcd/config.yml index 1342bd60c..c6e0a9d90 100644 --- a/playbooks/byo/openshift-etcd/config.yml +++ b/playbooks/byo/openshift-etcd/config.yml @@ -1,6 +1,4 @@ --- -- include: ../openshift-cluster/initialize_groups.yml - -- include: ../../common/openshift-cluster/std_include.yml +- include: ../../init/main.yml - include: ../../common/openshift-etcd/config.yml diff --git a/playbooks/byo/openshift-etcd/embedded2external.yml b/playbooks/byo/openshift-etcd/embedded2external.yml index 6690a7624..492f677b0 100644 --- a/playbooks/byo/openshift-etcd/embedded2external.yml +++ b/playbooks/byo/openshift-etcd/embedded2external.yml @@ -1,6 +1,4 @@ --- -- include: ../openshift-cluster/initialize_groups.yml - -- include: ../../common/openshift-cluster/std_include.yml +- include: ../../init/main.yml - include: ../../common/openshift-etcd/embedded2external.yml diff --git a/playbooks/byo/openshift-etcd/migrate.yml b/playbooks/byo/openshift-etcd/migrate.yml index 2dec2bef6..3020e7db4 100644 --- a/playbooks/byo/openshift-etcd/migrate.yml +++ b/playbooks/byo/openshift-etcd/migrate.yml @@ -1,6 +1,4 @@ --- -- include: ../openshift-cluster/initialize_groups.yml - -- include: ../../common/openshift-cluster/std_include.yml +- include: ../../init/main.yml - include: ../../common/openshift-etcd/migrate.yml diff --git a/playbooks/byo/openshift-etcd/restart.yml b/playbooks/byo/openshift-etcd/restart.yml index 034bba4b4..0889d91ba 100644 --- a/playbooks/byo/openshift-etcd/restart.yml +++ b/playbooks/byo/openshift-etcd/restart.yml @@ -1,6 +1,4 @@ --- -- include: ../openshift-cluster/initialize_groups.yml - -- include: ../../common/openshift-cluster/std_include.yml +- include: ../../init/main.yml - include: ../../common/openshift-etcd/restart.yml diff --git a/playbooks/byo/openshift-etcd/scaleup.yml b/playbooks/byo/openshift-etcd/scaleup.yml index a2a5856a9..e7d62e264 100644 --- a/playbooks/byo/openshift-etcd/scaleup.yml +++ b/playbooks/byo/openshift-etcd/scaleup.yml @@ -1,6 +1,4 @@ --- -- include: ../openshift-cluster/initialize_groups.yml - -- include: ../../common/openshift-cluster/std_include.yml +- include: ../../init/main.yml - include: ../../common/openshift-etcd/scaleup.yml |