No, they don't, all those actions are run locally on the machine running Ansible.
On Debian, that's the ceph-base and ceph-common packages which would need to be installed on the machine running Ansible.
Definitely something that should be mentioned in the README :)
We could have Ansible try to perform the package installation itself but I don't really like that as I don't want Ansible to start modifying the system it's running on.
No, they don't, all those actions are run locally on the machine running Ansible.
On Debian, that's the
ceph-base
andceph-common
packages which would need to be installed on the machine running Ansible.Definitely something that should be mentioned in the README :)
We could have Ansible try to perform the package installation itself but I don't really like that as I don't want Ansible to start modifying the system it's running on.