]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Move role variables to defaults 165/head
authorSébastien Han <sebastien.han@enovance.com>
Mon, 5 Jan 2015 23:13:10 +0000 (00:13 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Mon, 5 Jan 2015 23:13:10 +0000 (00:13 +0100)
commit08330b1fab2e662c16afea455d8ab49d601746be
tree5900aad5880fd4a94949a28773bd451f264c1f9f
parent4f2787e7fad1fd9dfe2c88980a52a9389140f4c0
Move role variables to defaults

Following best practices from
http://docs.ansible.com/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable

Closes: #161
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
12 files changed:
roles/ceph-common/defaults/main.yml [new file with mode: 0644]
roles/ceph-common/vars/main.yml [deleted file]
roles/ceph-mds/defaults/main.yml [new file with mode: 0644]
roles/ceph-mds/vars/main.yml [deleted file]
roles/ceph-mon/defaults/main.yml [new file with mode: 0644]
roles/ceph-mon/vars/main.yml [deleted file]
roles/ceph-osd/defaults/main.yml [new file with mode: 0644]
roles/ceph-osd/vars/main.yml [deleted file]
roles/ceph-radosgw/defaults/main.yml [new file with mode: 0644]
roles/ceph-radosgw/vars/main.yml [deleted file]
roles/haproxy/defaults/main.yml [new file with mode: 0644]
roles/haproxy/vars/main.yml [deleted file]