Can you mount a second drive at /opt/ansible and tell Tower to install there instead so it won't affect a boot partition? What are some considerations if you can?
Asked
Active
Viewed 99 times
1
-
I was under the impression the prefered method was to install via docker. If you use docker, bind mount the volumes to wherever you want them to be. – Zoredache Mar 09 '20 at 20:18
1 Answers
0
According Ansible Tower documentation, it uses Python virtualenv
, so you could make own virtualenv
for own proposes as it's described in mentioned documentation.

Alexander Tolkachev
- 4,608
- 3
- 14
- 23