Skip to content
Snippets Groups Projects
Commit bbe974ab authored by Shahaan Ayyub's avatar Shahaan Ayyub
Browse files

Modified installNFS

parent eca2013a
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,7 @@
hosts: openvpn-servers
remote_user: ec2-user
roles:
- easy-rsa-common
- easy-rsa-CA
- easy-rsa-certificate
- OpenVPN-Server
#- OpenVPN-Server
- nfs-server
sudo: true
vars:
......@@ -15,9 +12,9 @@
hosts: openvpn-clients
remote_user: ec2-user
roles:
- easy-rsa-common
- easy-rsa-certificate
- OpenVPN-Client
#- easy-rsa-common
#- easy-rsa-certificate
#- OpenVPN-Client
- syncExports
- nfs-client
sudo: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment