aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/vagrant.yaml
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-04-09 07:04:27 +0000
committerPeter Mikus <pmikus@cisco.com>2021-04-21 12:55:28 +0000
commitc6103c8482d1acbc0d1c3bc71ad0de8903b73a3c (patch)
tree134113578b7286894972e1f824f3ee50e38d5f8a /fdio.infra.ansible/vagrant.yaml
parent1e5030b987404fb1cf1dfabe31a150092ff84a3d (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/vagrant.yaml')
-rw-r--r--fdio.infra.ansible/vagrant.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/fdio.infra.ansible/vagrant.yaml b/fdio.infra.ansible/vagrant.yaml
new file mode 100644
index 0000000000..005f7866e3
--- /dev/null
+++ b/fdio.infra.ansible/vagrant.yaml
@@ -0,0 +1,24 @@
+---
+# file: vagrant.yaml
+
+- hosts: vagrant
+ remote_user: vagrant
+ become: yes
+ become_user: root
+ gather_facts: false
+ pre_tasks:
+ - name: Gathering Facts
+ gather_facts:
+ tags:
+ - always
+ roles:
+ - role: common
+ tags: common
+ - role: python_env
+ tags: python_env
+ - role: docker
+ tags: docker
+ - role: vpp
+ tags: vpp
+ - role: vagrant
+ tags: vagrant \ No newline at end of file