mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 11:20:18 +01:00
mongo update selinux
This commit is contained in:
parent
0ce1096efe
commit
f7758fef25
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[epel]
|
||||
name=Extra Packages for Enterprise Linux 6 - $basearch
|
||||
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
|
||||
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
|
||||
baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
|
||||
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
|
||||
failovermethod=priority
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
- name: Install the mongodb package
|
||||
yum: name={{ item }} state=installed
|
||||
with_items:
|
||||
- libselinux-python
|
||||
- mongo-10gen
|
||||
- mongo-10gen-server
|
||||
- bc
|
||||
|
|
Loading…
Reference in a new issue