- May 26, 2020
-
-
Andreas Hamacher authored
find . -type f -name "*.yml" -print0 | xargs -0 sed -i 's/\s*$//g'
-
- Dec 18, 2019
-
-
Chris Hines authored
Former-commit-id: 04ba192e
-
- Nov 13, 2019
-
-
Former-commit-id: 29d5e407
-
- Dec 13, 2016
-
-
Chris Hines authored
Former-commit-id: 968a5147
-
- Jul 13, 2016
-
-
Chris Hines authored
allow us to make a filesystem on an ephemeral disk as well as using a cinder volume supplied with ansible metadata
-
- May 26, 2016
-
-
Chris Hines authored
switch variables from ansible_hostname to inventory_hostname incase ansible is also configuring the hostname based on the inventory
-
- Sep 29, 2015
-
-
Chris Hines authored
-
- Sep 16, 2015
-
-
Chris Hines authored
-
Chris Hines authored
separate making of files systes from exporting so we can reuse make_filesystesm to attach volumes for databases
-