Connecting Ansible Tower to Git Server with Self Signed Certificates

Gineesh Madapparambath
techbeatly
Published in
Oct 12, 2020

--

So many questioned me when I mention git server in an Ansible Tower environment; and later I realized that, most of them are keeping their projects inside Ansible Tower !!!

Originally published at https://www.techbeatly.com on October 12, 2020.

Okay, that is just an option in Ansible Tower and Highly NOT Recommended for production setup or for environment with multiple teams accessing the Ansible Tower.

Why Should Not ?

  • You need to give permission for each and every user to this Ansible Tower node and to this directory /var/lib/awx/projects
  • It won’t be effective when you deploy Ansible Tower as multi-node cluster as you need to update the playbooks and project files in every node, under /var/lib/awx/projects
  • Less control on editing playbooks or files as you have to do everything from CLI (mostly Ansible Tower nodes installs on nodes without GUI)
  • Other users can easily access other projects and files if you didn’t configure your directory properly.
  • and many other reasons…

Read full post at techbeatly.com

--

--