Skip to content

Commit

Permalink
Add encrypted settings for grey-group
Browse files Browse the repository at this point in the history
Update inventory
  • Loading branch information
ml-evs committed Jun 9, 2024
1 parent 3a6e2ad commit 933ccc8
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 28 deletions.
28 changes: 18 additions & 10 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
---
ungrouped:
hosts:
<hostname>:
ansible_become_method: sudo
ansible_user: <remote_username>
api_url: <desired_datalab_api_url>
app_url: <desired_datalab_app_url>
mount_data_disk: <disk device file location, e.g., /dev/sda, /dev/sdb or otherwise>
data_disk_type: <the fstype of the data disk, defaults to 'xfs'
$ANSIBLE_VAULT;1.1;AES256
35383663346635623434386334643836633364393233633133313163313831613830373032636435
6566623835333766613561643661623532343839333136300a313634323263303232376335373334
33323133653966323361333063353962386138386634396430393364316630633132643461306236
3565343163383535340a376264643861623833303133363464323035346133333132323263353538
39316530303738633464653433343365356533316435623230393339386538326434636161343566
37316632326235363263393864643364633637323763666363643734313636643164333937613461
36376465353036623265643136633435316263643333666435636433356561363939353062396437
34623135623532656432326530396536393837346234633338313531666534306465316332636462
36613837343530646564306237363033393361373135623465303561383031663935366365356630
62373838326639623039306131316335313766353531623266616533663736613939393330363936
37366431393830316236626233396430373831666137343035646566383736636566336566663532
64383765613536663130376666386264663464643464656566653962353066303537643938333162
33363361353439666132643135646339306566363738643365646639643538386333633034633435
34346332373232656162636235386464323762623366653764636661306638343430356263666461
34643635353631653832383236376432343238373635343564336633383830306535333633306137
36613563356134623836386237316136313461613562376563313161643435363762306438653565
33636336653538313938636162343865393062303536666234636566666238343766
15 changes: 14 additions & 1 deletion ansible/vaults/datalab/.env
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
VUE_APP_API_URL="EDIT ME"
$ANSIBLE_VAULT;1.1;AES256
34316531313330633161396266366534363164306230383330643363623237636238643438393063
3130616236653935646234376666313636343838656165360a623261613561313765636162396538
31346239616632343565613035366438623761636332393263626138643961323932336230386236
3836666536333962310a626633393237646631653137336137323338656439363761383863373238
39303239633861323634343036643066623131353566393735616631383066356266353563663836
66636539353262376339396231643537343961396536336335343062613838643132616232383335
65353965356266353962383966616632333661656632373561303039346365316133613736366335
61653232646261633366333737363064313438373933373533363536363735663563326263353132
39623836656438663338343933623664313537353930613137366237643330336434646632343234
31343738316134666166326166623064303131366165633133636139313137396439353061303736
65643137643236363536616133633037646534643732626633646463316531646261383530366235
32313765616330323664613933303832346662323239653661373433653365353866386533346138
35363135326261666431323364383661376565353462363532623665383035366662
26 changes: 21 additions & 5 deletions ansible/vaults/datalab/.env_server
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
GITHUB_OAUTH_CLIENT_ID=
GITHUB_OAUTH_CLIENT_SECRET=
ORCID_OAUTH_CLIENT_ID=
ORCID_OAUTH_CLIENT_SECRET=
PYDATALAB_SECRET_KEY=
$ANSIBLE_VAULT;1.1;AES256
32356633636339656539643662616231333863393434386237663237393161646663356165666261
3334343965383535393132363831613233646631336264660a356635626530333165653962613534
39623761316635623636343031353036386432623030613963323637643332313430653038356265
3731613865353062370a623137356231613337663633383065643430663239646439613262636537
61303064386635373962333765303463656331376561623132313738373532633338333261336261
64316636663037616530396166393037636233386237356162383536396665663862613631393564
32616161666165636663333838313138623963363535356434356565633639383437663637396630
64316534363066313632393537373037306138353133336435663763343733376439383232353330
61393263333230373063663935663531633538346564643636323036346434656662623332383462
32653035323237373039373963633936333039363536623731303666353039333834326265653564
62326638646437653266386365353065333335343539346431383162393063653463346632633238
62666135353739303565393633663637643665643238373332636162626231326163323837633362
37376164376564633062323635656134343634613435373265626463303863613232623065646334
32613864353964303730333034316338663162396562366338646162646531626161363535636231
35333531306265633965356135313935333239366237646437663765653833336465363362393266
39343863663536373262333034333366353031326664636239376231326238346561623839373136
66393837313532323238363663393738666463663638303964373835353763323361383132306561
66373937383864316264376363383731636663336365303730303566313333633932653536613432
64666665353631313163336531333030376263306264383635373731316165313333396438613535
32656238636539383363
Loading

0 comments on commit 933ccc8

Please sign in to comment.