diff options
author | pmikus <pmikus@cisco.com> | 2021-04-09 07:04:27 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-04-21 12:55:28 +0000 |
commit | c6103c8482d1acbc0d1c3bc71ad0de8903b73a3c (patch) | |
tree | 134113578b7286894972e1f824f3ee50e38d5f8a /fdio.infra.ansible/inventories/vagrant_inventory | |
parent | 1e5030b987404fb1cf1dfabe31a150092ff84a3d (diff) |
Infra: Vagrant upgrade to focal
+ Upgradfe to focal
+ Move to better place
+ Integrate with ansible library
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ibddea33efa2c3587251f9f03921282fb47ffee31
Diffstat (limited to 'fdio.infra.ansible/inventories/vagrant_inventory')
-rw-r--r-- | fdio.infra.ansible/inventories/vagrant_inventory/group_vars/vagrant.yml | 5 | ||||
-rw-r--r-- | fdio.infra.ansible/inventories/vagrant_inventory/hosts | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/fdio.infra.ansible/inventories/vagrant_inventory/group_vars/vagrant.yml b/fdio.infra.ansible/inventories/vagrant_inventory/group_vars/vagrant.yml new file mode 100644 index 0000000000..20cea1d3d4 --- /dev/null +++ b/fdio.infra.ansible/inventories/vagrant_inventory/group_vars/vagrant.yml @@ -0,0 +1,5 @@ +--- +# file: vagrant_inventory/group_vars/all.yaml + +# Ansible interpreter (for PIP) +ansible_python_interpreter: "/usr/bin/python3"
\ No newline at end of file diff --git a/fdio.infra.ansible/inventories/vagrant_inventory/hosts b/fdio.infra.ansible/inventories/vagrant_inventory/hosts new file mode 100644 index 0000000000..451a01621c --- /dev/null +++ b/fdio.infra.ansible/inventories/vagrant_inventory/hosts @@ -0,0 +1,4 @@ +# Inventory file for VPP Device vagrant environment + +[vagrant] +localhost ansible_connection=local |