almost done

This commit is contained in:
Andrew Wang 2021-10-03 17:38:42 -04:00
parent 0a26c830f1
commit 5164a49ba9
3 changed files with 7 additions and 8 deletions

View File

@ -93,6 +93,5 @@ Drives vda and vdb are for the main filesystem, they use raid1. Drives vdc, vdd,
- may want to generate cert for nginx
- will need to modify nginx server_name
- update /etc/rsyncd.conf hosts allow
- cannot find how to push user is chroot jailed
- merlin service should be copied to systemd
- create playbook to add a new project?
- create playbook to add a new project?
- ssh server for push user is running on port 23

View File

@ -5,8 +5,8 @@
roles:
- "../roles/system"
- "../roles/mirror"
# - "../roles/ftp"
# - "../roles/nginx"
# - "../roles/rsync"
# - "../roles/ssh"
- "../roles/ftp"
- "../roles/nginx"
- "../roles/rsync"
- "../roles/ssh"
# TODO: - "../roles/mirrormanager"

View File

@ -5,7 +5,7 @@
state: present
update_cache: yes
- name: enable proftpd
- name: start proftpd
service:
name: proftpd
state: started