summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2021-02-18 16:48:06 +0000
committerAnoop C S <anoopcs@cryptolab.net>2021-04-15 15:25:10 +0530
commit639b0a4e99b35e5fff72b956335ce6fa149f65dc (patch)
treecff78be2059088be490d06c9cfd760025b7b15ac
parent44b55cbfc9d3d47f649a613e66cb23a5739ac8fc (diff)
downloadsamba-integration-639b0a4e99b35e5fff72b956335ce6fa149f65dc.tar.gz
samba-integration-639b0a4e99b35e5fff72b956335ce6fa149f65dc.tar.xz
samba-integration-639b0a4e99b35e5fff72b956335ce6fa149f65dc.zip
Add CentOS 8 specific actions for common.prep
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/ansible/roles/common.prep/tasks/centos8.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/common.prep/tasks/centos8.yml b/vagrant/ansible/roles/common.prep/tasks/centos8.yml
new file mode 100644
index 0000000..bb3b9bd
--- /dev/null
+++ b/vagrant/ansible/roles/common.prep/tasks/centos8.yml
@@ -0,0 +1,15 @@
+- 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
+
+- name: Enable Samba nightly rpms repository
+ command: yum-config-manager --add-repo http://artifacts.ci.centos.org/gluster/nightly-samba/samba-nightly-master.repo