mirror of https://github.com/ceph/ceph-ansible.git
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
#!/bin/sh
|
||
|
exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.{{ ansible_hostname }}
|