initial commit
This commit is contained in:
commit
6f50de798b
24 changed files with 1082 additions and 0 deletions
35
group_vars/all/applications.yml
Normal file
35
group_vars/all/applications.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
ppm_apps:
|
||||
- on_server: ppm.pfoe.be
|
||||
user: git
|
||||
chicken_egg_appdefinition: ../forgejo/
|
||||
appconfig:
|
||||
code:
|
||||
type: localfiles
|
||||
directory: forgejo
|
||||
restic:
|
||||
url: "{{ lookup('file', 'passwords/ppm-forgejo-url') }}"
|
||||
password: "{{ lookup('file', 'passwords/ppm-forgejo-password') }}"
|
||||
backupname: "{{ lookup('file', 'passwords/ppm-forgejo-name') }}"
|
||||
config:
|
||||
publicurl: ppm.pfoe.be
|
||||
|
||||
- on_server: ppm.pfoe.be
|
||||
user: nginx
|
||||
chicken_egg_appdefinition: ../nginx/
|
||||
firewall_redirect:
|
||||
- from: 8080
|
||||
to: 80
|
||||
- from: 8443
|
||||
to: 443
|
||||
appconfig:
|
||||
code:
|
||||
type: localfiles
|
||||
directory: nginx
|
||||
|
||||
- on_server: ppm.pfoe.be
|
||||
user: runner
|
||||
chicken_egg_appdefinition: ../forgejo-runner/
|
||||
appconfig:
|
||||
code:
|
||||
type: localfiles
|
||||
directory: forgejo-runner
|
||||
Loading…
Add table
Add a link
Reference in a new issue