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 - may want to generate cert for nginx
- will need to modify nginx server_name - will need to modify nginx server_name
- update /etc/rsyncd.conf hosts allow - update /etc/rsyncd.conf hosts allow
- cannot find how to push user is chroot jailed - create playbook to add a new project?
- merlin service should be copied to systemd - ssh server for push user is running on port 23
- create playbook to add a new project?

View File

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

View File

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