Deploy to localhost instead of seperate VM

This commit is contained in:
sonny 2023-02-12 09:24:51 +01:00
parent 5aa567c8b7
commit b05d1647b3
14 changed files with 27 additions and 252 deletions

View file

@ -1,11 +1,13 @@
default_user: 'sonny'
# Can either use a port number or an IP:PORT combo, see SENTRY_BIND
bind_address: '9000'
app_name: 'sentry'
app_dir: '/srv/sites/sentry'
app_dir: '/srv/docker/sentry'
app_url: 'https://sentry.fudiggity.nl'
app_repository: 'https://github.com/getsentry/onpremise.git'
app_branch: '21.7.0'
app_user: 'sentry'
app_user: 'sonny'
app_key: !vault |
$ANSIBLE_VAULT;1.1;AES256
33666233326139613365306263323464666538303862666561313839646435643866663064356263

View file

@ -1,6 +0,0 @@
hostname: 'sentry.fudiggity.nl'
host_interface: 'en*'
host_ip: '192.168.178.73'
host_subnet: '24'
host_gateway: '192.168.178.1'
host_dns: '192.168.178.1'

View file

@ -1,12 +1,5 @@
postgres_host: '192.168.178.165'
postgres_port: '5432'
postgres_db: 'sentry'
postgres_user: 'sentry'
postgres_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
62306238313361643131646665646161336162626464393839353238363861376462663936666239
3166653966303132393563653832653635623131393536640a653037306539666261346232633930
34656431386531303234316137396436653635393061393934393839663032386638633264326133
6564366362326462640a323835633561363433393435376434306535636339646662343234356530
61656162663462616538313835343665333661303963653635346666323933663761376335373832
3761303331613539623761626535336330353836373838363963
postgres_host: 'postgres'
postgres_port: ''
postgres_db: 'postgres'
postgres_user: 'postgres'
postgres_password: ''