HI there.
Not sure if his is a noob question. But is there a variable to get the path of a project?
I’m trying to deploy files included on GIT to several servers (SSL Certificates, configuration files, etc).
When i add a project (GIT) i know it get deployed inside /var/lib/awx/projects/ but i do not know the name it will get.
My files are located on a folder called “files” at the project root level.
I have found so far that the copy module uses the playbook path as default path.
I have also found that some variables for paths like:
playbook_dir
inventory_dir (This one did not work for me. For some reason the value was inside the /tmp foldet)