diff options
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/127.0.0.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/host_vars/127.0.0.1 b/ansible/host_vars/127.0.0.1 new file mode 100644 index 00000000..ef49d7dd --- /dev/null +++ b/ansible/host_vars/127.0.0.1 @@ -0,0 +1,5 @@ +docker_args: + env: + DEPLOY_SCENARIO: k8-nosdn-nofeature-noha + volumes: + - /home/opnfv/functest-kubernetes/config:/root/.kube/config |