mirror of
https://gitea.invidious.io/iv-org/infrastructure.git
synced 2024-08-15 00:53:31 +00:00
Add playbook
This commit is contained in:
parent
736c8b6c79
commit
1ef70ae1f0
10 changed files with 266 additions and 0 deletions
22
group_vars/main/main.yml
Normal file
22
group_vars/main/main.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
ansible_python_interpreter: /usr/bin/python3
|
||||
ansible_user: root
|
||||
ansible_port: 233
|
||||
|
||||
apt_packages:
|
||||
- vim
|
||||
- tmux
|
||||
- screen
|
||||
- htop
|
||||
- bash-completion
|
||||
- net-tools
|
||||
- python3-setuptools
|
||||
- jq
|
||||
|
||||
pip_install_packages:
|
||||
- name: docker
|
||||
- name: docker-compose
|
||||
|
||||
caddy_user: caddy
|
||||
caddy_setcap: false
|
||||
caddy_systemd_capabilities_enabled: true
|
||||
caddy_config: "{{ lookup('template', 'templates/Caddyfile.j2') }}"
|
Loading…
Add table
Add a link
Reference in a new issue