fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

Add autofs to grid node, add nfs_mount and move autofs on install #99

Closed jabl closed 8 years ago

jabl commented 8 years ago

Continuation of pull #97

martbhell commented 8 years ago

The grid change is fine, but the nfs_mount is already done on the install node, in the nfs.yml playbook.

The reason behind this is ordering. We need to have the nfs server up before the install node mounts NFS and before the install node and sshd host keys are created/written to the shared fs.

Closing this PR and making the change for grid.yml manually.