first functional commit

This commit is contained in:
Pin
2022-10-02 12:31:34 -04:00
parent d367398766
commit 46d46a4e36
52 changed files with 1216 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: VSFTPD Service
ansible.builtin.service:
name: vsftpd
enabled: "yes"
state: restarted
...