diff options
| author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-21 16:09:43 +0000 |
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-21 16:09:43 +0000 |
| commit | 3b046f2a5fdd2a0f02c171fb63d8328159d671ae (patch) | |
| tree | acbfc58cfd4f0f1a20210bed52b5998c543c4a78 | |
| parent | 74535c03b8a5836c81c32c3e9ca98e0be9408dca (diff) | |
| download | rules-3b046f2a5fdd2a0f02c171fb63d8328159d671ae.tar.gz | |
host/stack0: Disable NFS mount for httpd
| -rw-r--r-- | host_vars/stack0.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml index ba88fc8..767ca93 100644 --- a/host_vars/stack0.yml +++ b/host_vars/stack0.yml @@ -1,3 +1,5 @@ +httpd_use_nfs: false + __ip: external: 192.168.5.40 internal: 10.10.0.40 |