Jelajahi Sumber

Include Deprecation - openshift-hosted

Russell Teague 7 tahun lalu
induk
melakukan
9a0912ee6c

+ 2 - 2
playbooks/openshift-hosted/config.yml

@@ -1,4 +1,4 @@
 ---
-- include: ../init/main.yml
+- import_playbook: ../init/main.yml
 
-- include: private/config.yml
+- import_playbook: private/config.yml

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