and when the perms are right, might cthulhu will awake and merge stats
This commit is contained in:
parent
3373f9938d
commit
37e6e4d939
2 changed files with 5 additions and 1 deletions
|
@ -39,3 +39,7 @@
|
|||
|
||||
roles:
|
||||
- cloudstats
|
||||
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_stats'
|
||||
nfs_src_dir: 'fedora_stats'
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue