166ee3d20c
The kolla user is not obligatory and the docs default to keeping using the existing users. Needed-By: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/854985 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/855071 Change-Id: I917f493d395cc7efcbf95bc55af8191d70ec3edb
15 lines
207 B
Django/Jinja
15 lines
207 B
Django/Jinja
[storage]
|
|
{% for host in hostvars %}
|
|
{{ host }} ansible_host={{ hostvars[host]['ansible_host'] }}
|
|
{% endfor %}
|
|
|
|
# Ceph-Ansible hosts
|
|
[mons:children]
|
|
storage
|
|
|
|
[mgrs:children]
|
|
storage
|
|
|
|
[osds:children]
|
|
storage
|