mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Adding vgk user, and adding autoconfig for email
This commit is contained in:
@@ -9,3 +9,17 @@
|
||||
repo: 'https://tildegit.org/thunix/thunix_gopher.git'
|
||||
dest: /var/gopher
|
||||
force: yes
|
||||
|
||||
- file:
|
||||
path: /var/www/autoconfig
|
||||
state: directory
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- copy:
|
||||
src: ../files/autoconfig.xml
|
||||
dest: /var/www/autoconfig/autoconfig.xml
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
Reference in New Issue
Block a user