summaryrefslogtreecommitdiffstats
path: root/tests/vagrant/vagrant-template/setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vagrant/vagrant-template/setup.yml')
-rw-r--r--tests/vagrant/vagrant-template/setup.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/vagrant/vagrant-template/setup.yml b/tests/vagrant/vagrant-template/setup.yml
new file mode 100644
index 00000000000..691c7aff07f
--- /dev/null
+++ b/tests/vagrant/vagrant-template/setup.yml
@@ -0,0 +1,11 @@
+---
+- hosts: all
+ sudo: true
+ roles:
+ - install-pkgs
+ - prepare-brick
+ - mock-user
+ - selinux
+ - iptables
+ - daemon-services
+