diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..d1a62a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,41 @@ + + +**Is this a request for help?**: + +--- + +**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): + + + + +**Which installer**: + + +**Which product and version**: + + +**What happened**: + + +**What you expected to happen**: + + +**How to reproduce it** (as minimally and precisely as possible): + + +**Anything else we need to know**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..29c9522 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ +#### PR Checklist +[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] +- [ ] Title of the PR starts with installer/product name (e.g. `[ansible/artifactory]`) +- [ ] CHANGELOG.md updated +- [ ] Variables and other changes are documented in the README.md + + + +**What this PR does / why we need it**: + + +**Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*: fixes # + + +**Special notes for your reviewer**: + diff --git a/Ansible/README.md b/Ansible/README.md index aaaf08d..d60a876 100644 --- a/Ansible/README.md +++ b/Ansible/README.md @@ -10,6 +10,7 @@ This Ansible directory consists of the following directories that support the JF ## Tested Artifactory and Xray Versions The following versions of Artifactory and Xray have been validated with this collection. Other versions and combinations may also work. + | collection_version | artifactory_version | xray_version | |--------------------|---------------------|--------------| | 1.1.2 | 7.10.2 | 3.10.3 | @@ -117,3 +118,7 @@ The Artifactory and Xray roles support software updates. To use a role to perfor ``` ansible-galaxy collection build ``` + +## OS support +* Current ansible collection only supports ubuntu and its flavours +* Centos/RHEL and SELinux support is coming soon, stay tuned :)