ceph-base: Update ceph-ansible default playbook

The main ceph-ansible playbook for containerized deployment is named
site-container.yml because it isn't only used for docker.
Currently the site-docker playbook is a symlink to site-container and
this symlink will probably be remove in the future.

Change-Id: Ie623e91517f2b310d58181233f06bc3e7c9e9c71
(cherry picked from commit c450bae2ba)
This commit is contained in:
Dimitri Savineau 2019-05-28 14:45:31 -04:00 committed by John Fulton
parent 170c318df8
commit 705fdb625a
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ outputs:
{%- if ceph_ansible_playbooks_param != ['default'] -%}
{{ ceph_ansible_playbooks_param }}
{%- else -%}
{{ ceph_ansible_playbooks_default|default(['/usr/share/ceph-ansible/site-docker.yml.sample']) }}
{{ ceph_ansible_playbooks_default|default(['/usr/share/ceph-ansible/site-container.yml.sample']) }}
{%- endif -%}
- name: was path for local ceph-ansible fetch directory backups set?
set_fact: