mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1609 from ceph/quick_clean
Remove duplicate entry in a test Vagrantfilepull/1603/merge
commit
294f35be27
|
@ -72,12 +72,6 @@ ansible_provision = proc do |ansible|
|
|||
# In a production deployment, these should be secret
|
||||
if DOCKER then
|
||||
ansible.extra_vars = ansible.extra_vars.merge({
|
||||
containerized_deployment: 'true',
|
||||
containerized_deployment: 'true',
|
||||
containerized_deployment: 'true',
|
||||
containerized_deployment: 'true',
|
||||
containerized_deployment: 'true',
|
||||
containerized_deployment: 'true',
|
||||
containerized_deployment: 'true',
|
||||
ceph_mon_docker_interface: ETH,
|
||||
ceph_mon_docker_subnet: "#{PUBLIC_SUBNET}.0/24",
|
||||
|
|
Loading…
Reference in New Issue