Docker: hastebin hinzugefügt (#391)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#391
This commit is contained in:
parent
38216da0eb
commit
dd5b7fed32
1 changed files with 7 additions and 0 deletions
|
@ -84,6 +84,13 @@
|
||||||
os_username: docker-user
|
os_username: docker-user
|
||||||
repository_user: mg
|
repository_user: mg
|
||||||
repository_user_password: "{{ lookup('keepass', 'gitea_mg_https_password', 'password') }}"
|
repository_user_password: "{{ lookup('keepass', 'gitea_mg_https_password', 'password') }}"
|
||||||
|
- name: hastebin
|
||||||
|
dir_name: docker-hastebin
|
||||||
|
repository_url: git.mgrote.net/mg/docker-hastebin
|
||||||
|
state: present
|
||||||
|
os_username: docker-user
|
||||||
|
repository_user: mg
|
||||||
|
repository_user_password: "{{ lookup('keepass', 'gitea_mg_https_password', 'password') }}"
|
||||||
### oefenweb.ufw
|
### oefenweb.ufw
|
||||||
ufw_rules: # ist extra weil bei munin kein subnet angegeben ist
|
ufw_rules: # ist extra weil bei munin kein subnet angegeben ist
|
||||||
- rule: allow
|
- rule: allow
|
||||||
|
|
Loading…
Reference in a new issue