ceph-ansible/roles/ceph-mon
Guillaume Abrioux 1c88c444a3 mon: fix `ExecStartPre` option in systemd unit file
This command line is not supported.
According to official documentation:

```
Note that shell command lines are not directly supported.
If shell command lines are to be used,
they need to be passed explicitly to a shell implementation of some kind.
```

We must run this using /bin/sh instead.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-09-11 10:48:21 +02:00
..
defaults Allow mgr bootstrap keyring to be defined 2018-08-08 19:09:01 +00:00
files/precise Rename roles' names 2014-07-08 15:39:42 +02:00
meta ceph-mon: Add support for openSUSE Leap distributions 2017-11-14 10:51:23 +00:00
tasks mon: fix calamari initialisation 2018-08-10 14:14:23 +02:00
templates mon: fix `ExecStartPre` option in systemd unit file 2018-09-11 10:48:21 +02:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-mon

Documentation is available at http://docs.ceph.com/ceph-ansible/.