Move all shared into this new repo
This commit is contained in:
9
file/proftpd/tasks/main.yml
Normal file
9
file/proftpd/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# Install ProFTPd Server
|
||||
- name: Installing ProFTPd Server
|
||||
apt:
|
||||
update_cache: yes
|
||||
state: present
|
||||
name:
|
||||
- proftpd-basic
|
||||
- proftpd-mod-mysql
|
||||
Reference in New Issue
Block a user