-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ansible/artifactory] automate the configuration of a Artifactory installation #290
Comments
Here is a historic example of an Artifactory module to configure Artifactory: A modern approach would enable the users to define the state of the resources in Artifactory in YAML vars, and to iterated these vars into the REST interface. As an example, the dispatch role for Ansible Automation Controller iterates these vars to run roles to do a similar thing. |
@bbaassssiiee Thanks for raising the feature request, we might plan to take up in next quarter |
Another example configuring Artifactory: https://github.com/eugene-krivosheyev/ansible-artifactory-role |
You could merge the example. |
You don't intend to implement this. |
Is this a request for help?:
NO
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Automate the configuration of Artifactory, namely:
Which installer:
Artifactory
Which product and version (eg: ansible & collection version - 7.24.2):
ansible & collection version
Which operating system and version(eg: ubuntu & version - 20.4):
RHEL 8.8
Which product license (Enterprise/Pro):
Enterprise
JFrog support reference (if already raised with support team):
260703
What happened:
I encountered a wizard! Had to click and type!
What you expected to happen:
I'd rather use parameters and Ansible's template module.
How to reproduce it (as minimally and precisely as possible):
Install Artifactory.
Anything else we need to know:
Another step can be automated like this:
The text was updated successfully, but these errors were encountered: