redhat-cop / aap_utilities

Ansible Collection for automated deployment of AAP and other objects for general use

Home Page:https://galaxy.ansible.com/infra/aap_utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backup role does not add much value

ansiblejunky opened this issue · comments

Looking at the backup role, it is just running the backup command (setup.sh -b). Is there something else the role can perform? otherwise I could just run the setup.sh command myself. Also, I'm not sure why the role asks for Postgres credentials etc when all of this info should be in the inventory file and leveraged using setup.sh -i inventory -b command.

Also, of course, need to rewrite the role to talk about AAP instead of Tower.

what else would you want it to do? the point of this is to allow you to automate it so you don't have to run it yourself. as for the other points I would have to test it since I haven't played with it really myself