-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I can't add support for Fedora rowhide because it's docker is unfunctional at least in molecule. It gets upgrade conflict on buildtime
- Loading branch information
Showing
3 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
- name: Ensures 3proxy is installed | ||
dnf: | ||
name: 3proxy | ||
state: present | ||
|
||
- name: Ensures 3proxy log dir exists | ||
file: | ||
name: /var/log/3proxy | ||
state: directory | ||
|
||
- name: Configures 3proxy | ||
template: | ||
src: 3proxy.cfg.j2 | ||
dest: /etc/3proxy.cfg | ||
notify: "reload service" |