Updated README, CHANGELOG. Added 1.1.2 package.

This commit is contained in:
Jeff Fry
2020-10-29 14:18:07 -07:00
parent c4ff47cc5e
commit f19ac8e3d8
14 changed files with 173 additions and 24 deletions

View File

@@ -1,6 +1,8 @@
# artifactory
The artifactory role installs the Artifactory Pro software onto the host. Per the Vars below, it will configure a node as primary or secondary. This role uses secondary roles artifactory_nginx to install nginx.
1.1.1 contains breaking changes. To mitigate this, use the role before doing any upgrades, let it mitigate the path changes, and then run again with your upgrade.
## Role Variables
* _artifactory_version_: The version of Artifactory to install. eg. "7.4.1"
* _master_key_: This is the Artifactory [Master Key](https://www.jfrog.com/confluence/display/JFROG/Managing+Keys). See below to [autogenerate this key](#autogenerating-master-and-join-keys).