Skip to content

Commit

Permalink
Fix & clean ansible inventory and vars
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Aug 23, 2023
1 parent df425b4 commit 4813aaa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ deploy:
tags:
- docker
variables:
ANSIBLE_HOST: community-theme_staging
ANSIBLE_HOST: community-theme
before_script:
- *deploy-prepare
script:
Expand Down
2 changes: 2 additions & 0 deletions ansible/host_vars/babilonia.abzt.de/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
tutor_config_repo: git@github.com:Abstract-Tech/community-theme-tutor.git

tutor_prod_host_config:
LMS_HOST: community.abzt.de
PREVIEW_LMS_HOST: preview.community.abzt.de
Expand Down
15 changes: 15 additions & 0 deletions ansible/host_vars/babilonia.abzt.de/plugins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$ANSIBLE_VAULT;1.1;AES256
66366630313566663863336434636331363231343132333731353137643363353530636431613135
3065663033313031616339373562633263623039623030310a633632393835373637363065326264
61363930656638663666663735363832633636316464613434616331613032356539313363383733
6463623366633063640a656132306539333262396662613163343039663166383232633062373830
63663133656636643830613464323634363561313438383265643237623138313365626335366538
39363538626536306532653936393139656662316332336433623964333534643835346139366135
30333638383965633736656363306462326234633165323165333236313265356230383961343338
65613437633262636561333965346661663230383163653736373037386539316437663230373265
31373134396631376335326137393732633734336466613262633638306564396534313461346431
31373931653637343132646439376136633562653662356536363137366436613537313062396365
35306231613333613637336330666661646631303133346364346337643763643564613861656162
34643163313163353861653762646365396264656232636433636266343065396662333864363838
35363634363363323565356530636139646661613238396364346431613762383965363739613861
6339343632626630393433383466313766656564616561333033
3 changes: 1 addition & 2 deletions ansible/inventory.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[tutor]
babilonia.abzt.de tutor_config_repo=git@github.com:Abstract-Tech/community-theme-tutor.git
babilonia.abzt.de tutor_user=tutor
community_theme ansible_host=babilonia.abzt.de

0 comments on commit 4813aaa

Please sign in to comment.