-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ansible/artifactory] Configure admin credentials (#335)
* Setup admin credentials - credits: @eugene-krivosheyev * README.md * CHANGELOG.md Signed-off-by: Bas Meijer <[email protected]> * Revert directory creation. * artifactory_admin_password was not used before, define it to manage it with Ansible. * Stay secure! --------- Signed-off-by: Bas Meijer <[email protected]>
- Loading branch information
1 parent
cbbd03e
commit 1c6e273
Showing
5 changed files
with
55 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Ansible/ansible_collections/jfrog/platform/roles/artifactory/templates/bootstrap.creds.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{{ artifactory_admin_username }}@*={{ artifactory_admin_password }} | ||
|