change domain of concourse
This commit is contained in:
parent
1ee0bece0f
commit
c97dff4303
2 changed files with 6 additions and 1 deletions
5
ansible/playbooks/nfs.yml
Normal file
5
ansible/playbooks/nfs.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Setup NFS
|
||||
hosts: dataserver
|
||||
|
||||
roles:
|
||||
- {name: nfs, tags: nfs}
|
Reference in a new issue