mirror of
https://github.com/iv-org/infrastructure.git
synced 2024-10-01 00:45:37 -04:00
24 lines
414 B
YAML
24 lines
414 B
YAML
---
|
|
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') }}"
|