lxc / incus-deploy

Deployment playbooks, configurations and scripts for Incus
Apache License 2.0
48 stars 17 forks source link

fix ceph playbook task order: packages need to be installed first #3

Closed mkbrechtel closed 7 months ago

stgraber commented 7 months ago

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.

mkbrechtel commented 7 months ago

Thank you for the hint. I will try it out and add it to the README. Closing this as it is based on a false assumption.