Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
13
provisioning/drutopia/host_vars/test/vars.yml
Normal file
13
provisioning/drutopia/host_vars/test/vars.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
config_import: true
|
||||
db_user: "{{ vault_db_user }}"
|
||||
db_pwd: "{{ vault_db_pwd }}"
|
||||
db_name: username_test
|
||||
server_hostname: username-test.drutopia.org
|
||||
server_aliases:
|
||||
- "username.drutopia.org"
|
||||
ssl_cert_path: ""
|
||||
ssl_key_path: ""
|
||||
git_repo: git@gitlab.com:my-org/my-project.git
|
||||
git_branch: master
|
||||
web_dir: /home/username_test/site/
|
8
provisioning/drutopia/host_vars/test/vault.yml
Normal file
8
provisioning/drutopia/host_vars/test/vault.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65396435663335626232313336633134313964393733646639666133303030666162646432346363
|
||||
3330636563626464613233343566393734393932663064310a383936393165373632636434376331
|
||||
65613562383332656166373230316638363333396438663337613731646566366636643866353738
|
||||
6161646237616663350a313361373538613230333063306634306434323730313832636163616632
|
||||
30326566383066653764316531643334613934623631376462376265313139613561353831353037
|
||||
65343263393338353139666534323934323266383934316234366135386536333936366461363638
|
||||
353437303436333633633564373762643237
|
Loading…
Add table
Add a link
Reference in a new issue