NFS configuration
=================
Need could be activated. In this case, we need to add server domain name
Examples of Ops inventory file
==============================
1/ VALID:
---
env_nfs:
configure: false
2/ INVALID, configure is false but default:
env_nfs:
server: another-nfs.silique.fr
3/ VALID:
---
env_nfs:
configure: true
4/ VALID
env_nfs:
configure: true
server: another-nfs.silique.fr
NFS configuration
=================
Need could be activated. In this case, we need to add server domain name
---
env_nfs:
configure: true
server: another-nfs.silique.fr
Examples of Ops inventory file
==============================
1/ INVALID, only with Rougail:
---
env_nfs:
configure: false
server: another-nfs.silique.fr
2/ VALID:
---
env_nfs:
configure: true
Proxy configuration
===================
env_proxy.port has a default value
with ansible we needs to define a new mapping variable: env_proxy_all
Examples of Ops inventory file
==============================
1/ VALID:
---
env_proxy:
host: proxy.example.net
2/ VALID:
---
env_proxy:
host: proxy.example.net
port: "3129"