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
ac3e18e4c1
ceph-ansible
/
roles
/
ceph-defaults
/
tasks
/
main.yml
4 lines
57 B
YAML
Raw
Normal View
History
Unescape
Escape
Move basics facts to `ceph-defaults` Move `fsid`,`monitor_name`,`docker_exec_cmd` and `ceph_release` set_fact to `ceph-defaults` role. It will allow to reuse these facts without having to play `ceph-common` or `ceph-docker-common`. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-07-29 05:02:51 +08:00
---
defaults: change running order in main.yml The task which sets `ceph_current_fsid` in `facts.yml` in case of containerized deployment, will definitely fail because `docker_exec_cmd` is not set yet. This commits simply makes `facts.yml` played after `check_socket.yml` so `docker_exec_cmd` is set properly. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-10-02 21:49:05 +08:00
-
name
:
include facts.yml
follow up on b5d2ea2 Add some missed statements Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-10-04 16:02:24 +08:00
include_tasks
:
facts.yml