diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 11:27:29 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 11:27:29 -0500 |
commit | 9a0912ee6cf331d7a60044fc04621ad8bdaa7d94 (patch) | |
tree | 575bf7c929e722249fd9d2f4b21599ff09aed982 /playbooks/openshift-hosted/private | |
parent | df81cfca01b7633a95359ed6097a9dd2f7b72f84 (diff) | |
download | openshift-9a0912ee6cf331d7a60044fc04621ad8bdaa7d94.tar.gz openshift-9a0912ee6cf331d7a60044fc04621ad8bdaa7d94.tar.bz2 openshift-9a0912ee6cf331d7a60044fc04621ad8bdaa7d94.tar.xz openshift-9a0912ee6cf331d7a60044fc04621ad8bdaa7d94.zip |
Include Deprecation - openshift-hosted
Diffstat (limited to 'playbooks/openshift-hosted/private')
-rw-r--r-- | playbooks/openshift-hosted/private/config.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/playbooks/openshift-hosted/private/config.yml b/playbooks/openshift-hosted/private/config.yml index 6bcd02ba2..036fe654d 100644 --- a/playbooks/openshift-hosted/private/config.yml +++ b/playbooks/openshift-hosted/private/config.yml @@ -11,19 +11,19 @@ status: "In Progress" start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}" -- include: create_persistent_volumes.yml +- import_playbook: create_persistent_volumes.yml -- include: openshift_default_storage_class.yml +- import_playbook: openshift_default_storage_class.yml -- include: openshift_hosted_create_projects.yml +- import_playbook: openshift_hosted_create_projects.yml -- include: openshift_hosted_router.yml +- import_playbook: openshift_hosted_router.yml -- include: openshift_hosted_registry.yml +- import_playbook: openshift_hosted_registry.yml -- include: cockpit-ui.yml +- import_playbook: cockpit-ui.yml -- include: install_docker_gc.yml +- import_playbook: install_docker_gc.yml when: - openshift_use_crio | default(False) | bool - openshift_crio_enable_docker_gc | default(False) | bool |