tripleo-ansible/tripleo_ansible/roles/tripleo_cephadm/molecule/default/mock/mock_inventory.yml

34 lines
599 B
YAML

---
Standalone:
hosts:
standalone:
ansible_host: 192.168.24.1
canonical_hostname: standalone.localdomain
ctlplane_hostname: standalone.ctlplane.localdomain
ctlplane_ip: 192.168.24.1
ceph_osd:
children:
Standalone: {}
vars:
ansible_ssh_user: root
ceph_mgr:
children:
Standalone: {}
vars:
ansible_ssh_user: root
ceph_client:
children:
Standalone: {}
vars:
ansible_ssh_user: root
ceph_mon:
children:
Standalone: {}
vars:
ansible_ssh_user: root
nova_libvirt:
children:
Standalone: {}
vars:
ansible_ssh_user: root