Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jørn Ivar committed Jul 7, 2022
1 parent 37673de commit 2b436d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Role Variables
defaults:
- remedy\_fqdn
- remedy\_port
- credentials
- remedy\_username
- remedy\_password

vars:
- credentials
- login
- logout
- read\_asset
Expand Down
10 changes: 9 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@

remedy_fqdn: remedy.company.com
remedy_port: 8443
remedy_credentials: username=MyUsername&password=MyPassword

remedy_username: MyUsername
remedy_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
37303038663263666636356537376231336338633431663332653139316562633531326634303365
3331316266326565353366353932626437613961306531630a663062643766346333316261383134
66613435353938663530613731303562356537626237393963326563356263386230333933396635
6366653630373439350a363739313938616336303364333034353266613431663132316134373835
3161
2 changes: 2 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
# vars file for bmc_asset

credentials: username={{ remedy_username }}&password={{ remedy_password }}

login: https://{{ remedy_fqdn }}:{{ remedy_port }}/api/jwt/login
logout: https://{{ remedy_fqdn }}:{{ remedy_port }}/api/jwt/logout

Expand Down

0 comments on commit 2b436d8

Please sign in to comment.