diff --git a/playbooks/groups/logserver.yml b/playbooks/groups/logserver.yml index f90fc228eb..9d26642187 100644 --- a/playbooks/groups/logserver.yml +++ b/playbooks/groups/logserver.yml @@ -39,3 +39,7 @@ roles: - cloudstats + + - role: nfs/client + mnt_dir: '/mnt/fedora_stats' + nfs_src_dir: 'fedora_stats' diff --git a/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml b/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml index 0b62c5c65a..0d4990ee07 100644 --- a/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml +++ b/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml @@ -42,7 +42,7 @@ - include: "{{ handlers }}/restart_services.yml" roles: - - { role: nfs/client, mnt_dir: '/srv/fedora_stats', nfs_src_dir: 'fedora_stats' } + - { role: nfs/client, mnt_dir: '/mnt/fedora_stats', nfs_src_dir: 'fedora_stats' } - geoip tasks: