ceph-ansible/roles/ceph-mon/tasks
Matt Thompson afc934d22a Make fetch directory configurable
Currently, the fetch directory is created in your working directory
(where ansible is run from).  We prefer to not keep any state in this
directory and would prefer to have the fetch directory configurable so
we can store it outside of our code checkout.

This commit creates a new variable in each role called
`fetch_directory` (defaulting to the previous value of 'fetch/'), and
then updates each reference to 'fetch' to use the new variable instead.

Closes issue #383
2015-08-27 16:49:50 +01:00
..
docker Make fetch directory configurable 2015-08-27 16:49:50 +01:00
ceph_keys.yml Make fetch directory configurable 2015-08-27 16:49:50 +01:00
create_mds_filesystems.yml Re-arrange roles 2015-07-24 14:50:32 +02:00
deploy_monitors.yml Make fetch directory configurable 2015-08-27 16:49:50 +01:00
main.yml Re-arrange docker monitor directory for clarity 2015-07-28 15:44:52 +02:00
openstack_config.yml Allow configurable pg_num for OpenStack pools 2015-08-17 16:14:26 +01:00
secure_cluster.yml Re-arrange roles 2015-07-24 14:50:32 +02:00
start_monitor.yml removed when condition in ceph-create-keys 2015-08-17 18:59:14 +05:30