aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/vagrant/ansible/group_vars
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-12-16 12:14:44 +0000
committerPeter Mikus <pmikus@cisco.com>2019-12-16 16:10:52 +0000
commite8b2b5a90010999393cd92028dd7d274cc8852c7 (patch)
tree033db4da3b018393e633d32967d0d87addf7aaaf /resources/tools/vagrant/ansible/group_vars
parentab5ed16c2f5ffdc754026f024cf7ff78e018637c (diff)
Vagrant: Introduce CentOS8
+ Full ansible compatibility - Docker currently not working in Centos8 as it was not yet released Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I837091621db6bbebc9fee729496384cabe2f5357
Diffstat (limited to 'resources/tools/vagrant/ansible/group_vars')
-rw-r--r--resources/tools/vagrant/ansible/group_vars/vppdevice.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/vagrant/ansible/group_vars/vppdevice.yml b/resources/tools/vagrant/ansible/group_vars/vppdevice.yml
index ffa60e2295..b920c3be18 100644
--- a/resources/tools/vagrant/ansible/group_vars/vppdevice.yml
+++ b/resources/tools/vagrant/ansible/group_vars/vppdevice.yml
@@ -1,4 +1,6 @@
---
+# Ansible interpreter (for PIP)
+ansible_python_interpreter: 'python3'
# Settings for VPP Device host group
csit:
home: '/home/vagrant/csit'