insatomcat
insatomcat
Well my usecase is using ceph-ansible among other playbooks to setup a virtualization cluster (ceph-ansible obviously for ceph, but I also configure networking, pacemaker/corosync, libvirt, etc.). My inventory contains machines...
> @insatomcat what about the similar task in `site-container.yml.sample` ? I'm not using containerized deployment so I did not hit this task, but I guess the issue is the same....
> the issue with not using `all` is that it would break the playbook execution when using the `--limit` option. how so ?
> for instance, if you run the playbook with `--limit osds`, then you won't have monitors' facts. It means any tasks later in the playbook which has a `delegate_to:` to...