Correct. AWX was not intended managing a seperate environment. Honestly, unless you need schedules and callbacks, or shared operation management like in enterprise it is not very useful.
On Thu, Jun 22, 2023, 1:38 PM Federico Rovelli <[email protected]> wrote: > Thanks Evan for the answer, but I have already configured my Ansible > environment manually under /etc/ansible outside container. > Now, after one year I decided to install AWX and I tought was possible to > manage my configuration with AWX. > > What you sugget is replicate manually on AWX the same things I already > done on the server :-( > > Regards > Ciao > > Il giorno giovedì 22 giugno 2023 alle 17:42:23 UTC+2 Evan Hisey ha scritto: > > 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/6ceea438-2bbf-4784-91e9-9874f1e0cda3n%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/6ceea438-2bbf-4784-91e9-9874f1e0cda3n%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/CAEcFzYwaeWcSNuP3a2YaKvDWd3Ny6Ak9g9aZa1ztNgeK52PO1Q%40mail.gmail.com.
