diff options
Diffstat (limited to 'tests/vagrant/vagrant-template-fedora/setup.yml')
-rw-r--r-- | tests/vagrant/vagrant-template-fedora/setup.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/vagrant/vagrant-template-fedora/setup.yml b/tests/vagrant/vagrant-template-fedora/setup.yml new file mode 100644 index 00000000000..fc42a8157f3 --- /dev/null +++ b/tests/vagrant/vagrant-template-fedora/setup.yml @@ -0,0 +1,16 @@ +--- +- hosts: all + sudo: true + roles: + #Installing packages invoke dnf and metadata download takes a long time. + #The box used in Vagrantfile has all the packages installed. + #Refer to main.yml file in install-pkgs role to get list of packages. + #install-pkgs role is hence disabled by default. + #- install-pkgs + - remove-gluster-pkgs + - prepare-brick + - mock-user + - selinux + - iptables + - fix-localhost + - daemon-services |