summaryrefslogtreecommitdiffstats
path: root/tests/vagrant/vagrant-template/setup.yml
blob: a9e798da3f4bf5d8b4d143c4b588dacd40f7300c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- 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