mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add emby and gitlab
This commit is contained in:
parent
9b031c14b6
commit
409828214b
13 changed files with 1743 additions and 3 deletions
10
playbook.yml
10
playbook.yml
|
|
@ -11,7 +11,11 @@
|
|||
- role: murmur-docker
|
||||
- role: searx-docker
|
||||
- role: wiki-docker
|
||||
- role: emby-docker
|
||||
- role: gitlab-docker
|
||||
vars_prompt:
|
||||
- name: "ansible_sudo_pass"
|
||||
prompt: "Sudo password"
|
||||
private: yes
|
||||
- name: "ansible_sudo_pass"
|
||||
prompt: "Sudo password"
|
||||
private: yes
|
||||
vars_files:
|
||||
- "passwords.yml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue