Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Internal
sentry-deploy
Commits
c3ac9efb
Commit
c3ac9efb
authored
Feb 12, 2014
by
Ihor Kaharlichenko
Browse files
Add main playbook and example configs (PPL-139)
parent
2c0495ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
group_vars/all.yml.example
0 → 100644
View file @
c3ac9efb
---
db:
name: sentry
user: sentry
password: changeme
virtualenv_dir: /opt/venv
sentry_url: http://sentry.example.com # no trailing slash!
sentry_key: '$Uper5ekr!t'
email:
backend: django.core.mail.backends.smtp.EmailBackend
send_from: sentry@sentry.example.com
host: localhost
port: 25
user: ''
password: ''
tls: false
hosts.example
0 → 100644
View file @
c3ac9efb
[dbservers]
sentry.example.com
[appservers]
sentry.example.com
[webservers]
sentry.example.com
site.yml
0 → 100644
View file @
c3ac9efb
---
# This playbook deploys the whole application stack in this site.
-
name
:
Apply common configuration to all nodes
hosts
:
all
roles
:
-
common
-
name
:
Deploy and configure the databases
hosts
:
dbservers
roles
:
-
db
-
name
:
Deploy and configure the application servers
hosts
:
appservers
roles
:
-
app
-
name
:
Deploy and configure the webservers frontends
hosts
:
webservers
roles
:
-
web
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment