Document VCS integration in foreman_ansible plugin#2920
Document VCS integration in foreman_ansible plugin#2920Thorben-D wants to merge 1 commit intotheforeman:masterfrom
Conversation
|
The PR preview for 44ccc02 is available at theforeman-foreman-documentation-preview-pr-2920.surge.sh The following output files are affected by this PR: |
There was a problem hiding this comment.
any chance to handle this using foreman-instaler?
fd51ddb to
44ccc02
Compare
| Note that you can only clone Ansible roles through `http` and `https`. | ||
|
|
||
| * Click *Examine* to select a git revision from the list of branches and tags. | ||
| * Toggle between *Skipping existing* and *Update existing* to allow {Project} to override a given role if it is already present on the {SmartProxy}. |
There was a problem hiding this comment.
| * Toggle between *Skipping existing* and *Update existing* to allow {Project} to override a given role if it is already present on the {SmartProxy}. | |
| * Toggle between *Skipping existing* and *Update existing* to allow {Project} to override a given role if it is already present on your {SmartProxy}. |
| * `/usr/share/ansible/roles` | ||
| * `/etc/ansible/collections` | ||
| * `/usr/share/ansible/collections` | ||
| * `(optional) VCS_INTEGRATION_PATH/ansible/roles` |
There was a problem hiding this comment.
where does "VCS_INTEGRATION_PATH" come from? Is this something a user has to replace?
There was a problem hiding this comment.
For nightly, I think these manualy steps are more or less OK. For the next release, I think it would be best to do this via foreman-installer.
|
Thanks for documenting this feature! I followed the guide and dont have the vcs capability in the Ansible feature. is there something else need doing (other than the steps in the doc)? |
|
Closing this PR because PRs for the corresponding code have been closed. |
This pull request adds documentation for VCS integration in foreman_ansible.
Still subject to change.
Requires: theforeman/foreman_ansible#676
Requires: theforeman/smart_proxy_ansible#85