Anton Shestakov <av6@dwimlabs.net>, Fri, 29 Jul 2016 19:22:46 +0800
provision: role vars are now legit super evil, confirmed by Ansible 2.1.0.0
They are so extremely high-priority now that they cannot be redefined in a
playbook. At least defaults should work as expected?
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/provision/roles/fruitbar/defaults/main.yml Fri Jul 29 19:22:46 2016 +0800
+repo: 'https://bitbucket.org/av6/fruitbar'
+ssl_cert: /etc/ssl/local/fruitbar.{{ umbrella }}.pem
+ssl_key: /etc/ssl/local/fruitbar.{{ umbrella }}.clean.key
--- a/provision/roles/fruitbar/vars/main.yml Wed Jul 27 12:07:44 2016 +0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
-repo: 'https://bitbucket.org/av6/fruitbar'
-ssl_cert: /etc/ssl/local/fruitbar.{{ umbrella }}.pem
-ssl_key: /etc/ssl/local/fruitbar.{{ umbrella }}.clean.key