Actions
Feature #36971
openGUI to allow cloning of Ansible roles from VCS
Description
This feature adds a new modal to /ansible/ansible_roles, which allows the user to clone a git-repo with roles to a specified SmartProxy.
Features:- Users may select branch, tag or commit to be cloned
- Users may specify a custom name for the repository
- If a repository with the given name already exists, the user must either provide a new name or choose to update the existing repository
- Actual cloning is done via a ForemanTask, to allow cloning of potentially huge repos in the background
- Concurrent installation of a repo on multiple SmartProxies
- Integration of Foreman SSH-key management to allow cloning of repos that require authentification
This features includes modification of smart_proxy_ansible
Files
Updated by Thorben Denzer about 1 year ago
- Subject changed from GUI to allow cloning of ansible-roles from VCS to GUI to allow cloning of Ansible roles from VCS
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/676 added
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/theforeman/smart_proxy_ansible/pull/85 added
Updated by The Foreman Bot 5 months ago
- Pull request deleted (
https://github.com/theforeman/foreman_ansible/pull/676, https://github.com/theforeman/smart_proxy_ansible/pull/85)
Actions