AWX/Ansible Tower is designed to work with a Git repo or other Source
Control holding each "project" via URI. In general this is also the
simplest way to handle things.  There is an option to use "manual" loaded
projects but requires hand loading the playbooks into the tower container.
To do this you have to manually copy the playbooks to the AWX container
something like this:

   - Create a directory in /var/lib/awx/projects directory on the local
   ansible AWX container. Example, /var/lib/awx/projects/project1
   - Place the playbook in 'project1' directory. Example,
   var/lib/awx/projects/project1/example_playbook.yml (follow process as
   described here
   
<https://docs.ansible.com/ansible-tower/latest/html/userguide/projects.html#manage-playbooks-manually>
   )
   - Create a manual project in Tower (follow process as described here
   
<https://docs.ansible.com/ansible-tower/latest/html/userguide/projects.html#add-a-new-project>
   )
   - Use that project in job template to see the playbook
   'example_playbook.yml'


On Thu, Jun 22, 2023 at 10:23 AM Federico Rovelli <[email protected]>
wrote:

> I have an Ansible environment already configured (control server and
> managed servers) and I want to manage it with AWX.
> I have installed AWX and start a GUI but I don't know in what way I can
> connect AWX to my configuration manually  done.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/bcbf1b51-306e-4325-beb8-f0867e2dac06n%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/bcbf1b51-306e-4325-beb8-f0867e2dac06n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAEcFzYxDiY7-4xj7RE2xO6rkv3JyC_Zrk%3DJ2v2M8SBNc1N9EUw%40mail.gmail.com.

Reply via email to