diff --git a/README.md b/README.md index 8fad392..505268f 100644 --- a/README.md +++ b/README.md @@ -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? \ No newline at end of file +- create playbook to add a new project? +- ssh server for push user is running on port 23 \ No newline at end of file diff --git a/mirror/main.yml b/mirror/main.yml index 77359a5..a3b5c47 100644 --- a/mirror/main.yml +++ b/mirror/main.yml @@ -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" \ No newline at end of file diff --git a/roles/ftp/tasks/main.yml b/roles/ftp/tasks/main.yml index c0bcf51..45f32e6 100644 --- a/roles/ftp/tasks/main.yml +++ b/roles/ftp/tasks/main.yml @@ -5,7 +5,7 @@ state: present update_cache: yes -- name: enable proftpd +- name: start proftpd service: name: proftpd state: started