2022-04-23 23:08:24 +03:00
|
|
|
---
|
2022-03-08 03:48:56 +03:00
|
|
|
|
2022-04-23 23:08:24 +03:00
|
|
|
- name: 3proxy | Install from aur
|
|
|
|
aur:
|
|
|
|
name: 3proxy
|
|
|
|
use: makepkg
|
|
|
|
skip_installed: yes
|
|
|
|
become: no
|
2022-03-08 03:48:56 +03:00
|
|
|
|
|
|
|
- name: 3proxy | Deploy configuration file
|
|
|
|
template:
|
|
|
|
src: 3proxy.cfg.j2
|
|
|
|
dest: /etc/3proxy/3proxy.cfg
|
|
|
|
mode: 0600
|
2022-04-23 23:08:24 +03:00
|
|
|
owner: threeproxy
|
|
|
|
group: threeproxy
|
2022-03-08 03:48:56 +03:00
|
|
|
notify: 3proxy | Reload configuration
|
|
|
|
|
|
|
|
- name: 3proxy | Enable and start
|
|
|
|
systemd:
|
|
|
|
name: 3proxy
|
|
|
|
enabled: yes
|
|
|
|
state: started
|