summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/common.prep/tasks/centos8.yml
blob: 1bc5abf140e3c0362c8307bcb1067a0932ca6dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- name: Perform a complete update
  yum:
    name: '*'
    state: latest

- name: Enable EPEL repository
  yum:
    name: epel-release
    state: latest

- name: Enable GlusterFS nightly rpms repository
  command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly/master.repo

# required for dependencies
- name: Enable GlusterFS repo
  yum:
    name: centos-release-gluster
    state: latest

- name: Enable Samba nightly rpms repository
  command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly-samba/samba-nightly-master.repo

- name: Restart systemd
  command: kill -TERM 1