ceph-ansible/roles/ceph-facts/tasks
Dimitri Savineau daf92a9e1f ceph-facts: generate fsid on mon node
The fsid generation is done via a python command. When the ansible
controller node only have python3 available (like RHEL 8) then the
python command isn't necessarily present causing the fsid generation
to fail.
We already do some resource creation (like ceph keyring secret) with
the python command too but from the mon node so we should do the same
for fsid.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1714631

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-06-03 10:11:32 +02:00
..
facts.yml ceph-facts: generate fsid on mon node 2019-06-03 10:11:32 +02:00
main.yml introduce new role ceph-facts 2018-12-12 11:18:01 +01:00
set_monitor_address.yml improve coding style 2019-04-23 15:37:07 +02:00
set_radosgw_address.yml improve coding style 2019-04-23 15:37:07 +02:00