Automate that Ansible Automation Platform install
Build an infrastructure that meets the requirements
Red Hat Ansible Automation Platform 2.4
Create vaults for your secrets using ansible-vault
Update role default variables
Create your job template with the appropriate tag
Login and run your appropriate installer command
Legacy Ansible Platform install command line with vaulted creds
./setup.sh -e@ames_vault.yml -- --vault-password-file ~/.ssh/secret
./setup.sh -e@ames_vault.yml -- --ask-vault-pass
Containerized Ansible Platform install command line with vaulted creds
ansible-playbook -i inventory ansible.containerized_installer.install -e@ames_vault.yml --vault-password-file ~/.ssh/secret
ansible-playbook -i inventory ansible.containerized_installer.install -e@ames_vault.yml --ask-vault-pass
