Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Acoords Provisioning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Acoords
Acoords Provisioning
Merge requests
!1
Development environment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Development environment
development-environment
into
main
Overview
0
Commits
12
Pipelines
0
Changes
5
Open
Daniel Palomar
requested to merge
development-environment
into
main
6 months ago
Overview
0
Commits
12
Pipelines
0
Changes
5
Expand
devenv configuration to create a LXC container
Install npm global with yarn (needed by the backend) and pnpm (needed by Etherpad)
Install PostgreSQL, create the users and the DBs needed by the backend and Etherpad
Install Etherpad
Update the README
0
0
Merge request reports
Viewing commit
007a2b89
Show latest version
5 files
+
122
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
007a2b89
add test environment
· 007a2b89
Daniel Palomar
authored
6 months ago
inventory/host_vars/acoords-test.devs.coop/config.yml
0 → 100644
+
38
−
0
Options
---
# Sysadmins
system_administrators
:
-
name
:
"
daniel"
ssh_key
:
"
{{
inventory_dir
}}/../files/keys/daniel.pub"
state
:
present
-
name
:
"
jordi"
ssh_key
:
"
{{
inventory_dir
}}/../files/keys/jordi.pub"
state
:
present
-
name
:
"
adria"
ssh_key
:
"
{{
inventory_dir
}}/../files/keys/adria.pub"
state
:
present
-
name
:
"
kon"
ssh_key
:
"
{{
inventory_dir
}}/../files/keys/kon.pub"
state
:
present
-
name
:
"
lai"
ssh_key
:
"
{{
inventory_dir
}}/../files/keys/lai.pub"
state
:
present
-
name
:
"
cesar"
ssh_key
:
"
{{
inventory_dir
}}/../files/keys/cesar.pub"
state
:
present
development_environment
:
false
app_secret_key
:
!vault
|
$ANSIBLE_VAULT;1.1;AES256
36303430313239386432333163613838303934393637643233343935333834633766626665343339
6437306263363835323737303361383438326237653036660a633738616337386263633135363161
39643831383233626531613361366432373936663231313564356661346437653535373835646236
6638623362363630610a383131663736313761303135363861336662613338373338653166623365
37616465653130363963633362613930393735646461393866343633656438316261366465336463
3565346631386566383866613336376135396537633834646134
app_algorithm
:
"
HS256"
app_access_token_expire_minutes
:
21600
app_admin_password
:
"
password"
load_sample_data
:
"
True"
\ No newline at end of file
Loading