This website requires JavaScript.
Explore
Help
Register
Sign In
ceph
/
ceph-ansible
mirror of
https://github.com/ceph/ceph-ansible.git
Watch
1
Star
0
Fork
You've already forked ceph-ansible
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8dcc8d1434
ceph-ansible
/
roles
/
ceph-rbd-mirror
/
tasks
/
docker
/
main.yml
4 lines
93 B
YAML
Raw
Normal View
History
Unescape
Escape
rbd-mirror: container deployment support add the ability to deploy a containerized version of the rbd mirror daemon. Signed-off-by: Sébastien Han <seb@redhat.com>
2016-07-12 18:15:22 +08:00
---
name includes and set_fact for clarity When Ansible is not run with verbose options it's difficult to see which include and/or set_fact does what. So adding a name for each clarifies. Signed-off-by: Sébastien Han <seb@redhat.com>
2017-09-15 06:48:53 +08:00
-
name
:
include start_docker_rbd_mirror.yml
don't use "include" to include tasks Use "import_tasks" or "include_tasks" instead. Signed-off-by: Rishabh Dave <ridave@redhat.com>
2018-08-21 22:23:35 +08:00
include_tasks
:
start_docker_rbd_mirror.yml