Skip to content

Commit

Permalink
Fix passwords for johng and stig users
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Mar 28, 2019
1 parent 289afeb commit 3050e98
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions etc/cumulus-config/cumulus-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,44 @@ cumulus_tempest_alt_project:
# stackhpc.os-projects role.
cumulus_resops_users:
- name: johng-admin
password: johng
password: !vault |
$ANSIBLE_VAULT;1.1;AES256
62366133356636393339316336326132626265663830383765333862613066643436623034383430
6430633165303631333032636238633639353664316435340a636430393636393439356130313935
66633238306134363337366665666139616639396238663766616334373731653965396534616165
3366356365323039340a653631636639363234363738613736613132653262663239353265376632
37323965373134623964636336353637343666356666613338343361336437376136643238663630
3638386536383563633130653763656430393265613036623831
roles: "{{ cumulus_admin_roles }}"
- name: johng
password: johng
password: !vault |
$ANSIBLE_VAULT;1.1;AES256
62366133356636393339316336326132626265663830383765333862613066643436623034383430
6430633165303631333032636238633639353664316435340a636430393636393439356130313935
66633238306134363337366665666139616639396238663766616334373731653965396534616165
3366356365323039340a653631636639363234363738613736613132653262663239353265376632
37323965373134623964636336353637343666356666613338343361336437376136643238663630
3638386536383563633130653763656430393265613036623831
roles: "{{ cumulus_user_roles }}"
- name: stig-admin
password: stig
password: !vault |
$ANSIBLE_VAULT;1.1;AES256
63663030613037356135666465346230313465316235656665363730646164643539323336663563
3035613339356163313834653130323433663365323538380a343633303231353536393836383161
36386337626439643265633463366361623061363565353835643133336662346261313334373765
3164303661653064660a633962363239313136326234633932306662306466323561313235663938
62623665653836376165356635633235356366333265356466366664346266313661303465663131
3032383735386266313966373363636339393565333335323031
roles: "{{ cumulus_admin_roles }}"
- name: stig
password: stig
password: !vault |
$ANSIBLE_VAULT;1.1;AES256
63663030613037356135666465346230313465316235656665363730646164643539323336663563
3035613339356163313834653130323433663365323538380a343633303231353536393836383161
36386337626439643265633463366361623061363565353835643133336662346261313334373765
3164303661653064660a633962363239313136326234633932306662306466323561313235663938
62623665653836376165356635633235356366333265356466366664346266313661303465663131
3032383735386266313966373363636339393565333335323031
roles: "{{ cumulus_admin_roles }}"
- name: will
password: !vault |
Expand Down

0 comments on commit 3050e98

Please sign in to comment.