aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network/nfs.yml
blob: 9d1f73b21a874b3f24f1aa41edfdecf9feb68b96 (plain) (blame)
1
2
3
4
5
6
7
- name: ensure installation and configuration on client side
  hosts: ~st[0-9].*
  roles:
    - role: nfsclient
      vars:
        nfsclient_server_dir: "{{ global.nfs_server_dir }}/{{ ansible_host }}"
  tags: play_network_nfsclient
remember that computers suck.