Skip to content

First draft of feature-netapp-trident #95

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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions inventory/group_vars/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,30 @@ sso_admin_pw: !vault |
61613464386132393937353435326462643633623361353362396239363033323136643363333537
3363613032633664370a326635383463623931353133653665653039643762613434643465633466
3232

# ---------------------------
# NetApp related informations

netapp_username: !vault |
$ANSIBLE_VAULT;1.1;AES256
39383636316637303163376365356162336139343561313330633363333537393338356339363963
3138393034356136353863643030323435643632316339310a393632316365393661323062623561
31643137323662653862336261323933373562353962343638656366613231623933313233326266
6130333062616263300a313636646433663730303661613931326333626637363535666564663665
3637

netapp_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
36353865653462303431386165366638623865326565623732326139333261356132323139373739
6437633634613931383464643036323262343166346663660a316563346133626438306239616363
62376430333737356264366233646633656535613637393539316332626461633237663039313164
6362306133373665350a653561613136353032393232383064353437313134396535643934633466
3031

netapp_managementLIF: !vault |
$ANSIBLE_VAULT;1.1;AES256
32373234333932326239633862386533316335663733323966353433366639333034623364363937
6637333464396432636239626136633063366336373438380a373735303031636432626339366263
63383431623764393735633335333332343162333566613831633961313137383364346331653639
3438393231336230390a383634333933613333396331303032616263303033326363313639623539
3164
3 changes: 3 additions & 0 deletions roles/feature-netapp-trident/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
netapp_trident_version: 24.10.0

Loading