Guillaume Coré
Guillaume Coré
@thoraxe can you look at [ocp-workloads config](https://github.com/redhat-cop/agnosticd/tree/development/ansible/configs/ocp-workloads) ? It has been updated. You can use it as any other config, see the examples in the readme and in [examples/](https://github.com/redhat-cop/agnosticd/tree/development/ansible/configs/ocp-workloads/examples) Student...
This could be achieved in the deployer scripts. We could download the 'core' at a specific revision, and the "dynamic" config at another before running `ansible-playbook`. @tonykay would that be...
thanks for reporting. @wkulhanek did we fix that ?
I can reproduce this issue on linux. I think it's because the awx-ee has `USER 1000` https://github.com/ansible/awx-ee/blob/devel/Containerfile#L91 Why can't EEs be executed rootless with ansible-navigator? ansible-navigator seems to mount /runner/artifacts...
@sjbylo Thank you very much for taking the time! @newgoliath FYI
@der-eismann ping?
@der-eismann ping?
@der-eismann ping?
While it would be "secure", it would still be a static password, even if protected by gpg on this repo. Best is to generate the password using ansible, when provisioning....
If the VMs are accessed internally, the usual pattern to provide access to them is to automate the creation of an SSH key on the workstation (or bastion) and to...