Patrick Dreker
b6b99e33ff
Ensure the systemd file is created under the
...
correct name
When installing mongodb-org packages on Debian/Ubuntu the daemon name is
set to "mongod" but the .service file is unconditionally installed as
"mongodb.service". This PR ensures, that the systemd file (and the
accompanying symlink) are installed as "mongodb_dameon_name.service".
Otherwise installation fails with
fatal: [tmongo-02]: FAILED! => {"changed": false, "msg": "Could not find the requested service mongod: host"}
for every host, as the handler tries to restart mongod, but systemd only
sees mongodb
2019-06-14 15:10:03 +02:00
Sergei Antipov
eb1c8e682c
Merge pull request #168 from sportsru/fix_requireSSL
...
Add correct support mode requireSSL.
2019-06-06 12:10:54 -04:00
Sergei Antipov
2c5a3abc28
Merge pull request #167 from sportsru/fix_init_template
...
Fix init template
2019-06-05 11:37:18 -04:00
Mikhail Konyakhin
f8142e6d5a
Add correct support mode requireSLL.
2019-06-05 17:58:06 +03:00
Mikhail Konyakhin
ede0d25175
Fix init template.
2019-06-05 14:25:32 +03:00
Sergei Antipov
e5caa291b5
Merge pull request #166 from boutetnico/thp
...
Avoid errors when disabling THP
2019-06-03 23:27:45 -04:00
Sergei Antipov
343c5f659d
Merge pull request #165 from boutetnico/free_monitoring
...
Add option to configure free monitoring
2019-06-03 13:20:15 -04:00
Nicolas Boutet
bcc48b329e
Improve disable THP systemd unit file
2019-06-03 18:57:48 +02:00
Nicolas Boutet
885671595e
Remove unused files
2019-06-03 18:28:39 +02:00
Nicolas Boutet
872aaaa813
Only configure cloud options on MongoDB >= 4.0
2019-06-01 11:25:46 +02:00
Nicolas Boutet
28e947dc76
Add option to configure free monitoring
2019-05-31 14:38:56 +02:00
Sergei Antipov
fb8c3f191f
Merge pull request #164 from UnderGreen/ansible_lint
...
Ansible lint
v2.6.0
2019-05-28 22:48:38 -04:00
Sergei Antipov
02f3334b1a
Fix issue with amazonlinux
2019-05-28 15:55:35 -04:00
Sergei Antipov
79aea9ac40
Few more fixes
2019-05-28 13:39:54 -04:00
Sergei Antipov
8103d273f0
Merge pull request #152 from NeowayLabs/wiredtiger
...
Add more wiredtiger, security and profiling configs
2019-05-27 15:26:42 -04:00
Sergei Antipov
606210c767
Multiple changes for linting warnings
...
+ propert handling of mongodb_version variable
2019-05-27 15:00:59 -04:00
Sergei Antipov
5ee8162161
Fixed for Ansible 2.8
2019-05-25 22:52:10 -04:00
Sergei Antipov
852ad2149e
Fix all issues and warnings
2019-05-23 00:37:39 -04:00
Paulo Pizarro
4ba3adc37a
add wiredtiger, security and profiling configs
2019-05-21 22:17:31 -03:00
Sergei Antipov
1d0593464e
Fix issues for yum
2019-05-21 16:42:26 -04:00
Sergei Antipov
7825db9f79
Fix issue with apt
2019-05-21 16:39:59 -04:00
Sergei Antipov
02495dece3
Fix for linting warnings
2019-05-21 15:42:02 -04:00
Sergei Antipov
3cfe431492
Merge pull request #159 from thiagoalmeidasa/master
...
Adding amazonlinux support
2019-05-21 14:14:52 -04:00
Sergei Antipov
daac15cd1a
Merge pull request #160 from psabhay/master
...
Mongodb package name fix for ubuntu 18.04
2019-05-21 14:14:35 -04:00
Abhay PS
00e8a6e2d4
template error in conditional fixed.
2019-05-21 09:43:56 +02:00
Sergei Antipov
c38ca80891
Merge pull request #158 from boutetnico/fix_systemd_perm
...
Fix systemd service file permissions
2019-05-20 20:21:01 -04:00
Sergei Antipov
1dbfaef824
Merge pull request #157 from boutetnico/add_options
...
Allow more options in replication params
2019-05-20 20:20:09 -04:00
Sergei Antipov
01c70c71c4
Merge pull request #156 from boutetnico/package_state
...
Add variable to customize mongodb package state
2019-05-20 20:19:16 -04:00
Sergei Antipov
444b7e2096
Update support matrix
2019-05-20 20:08:51 -04:00
Thiago Almeida
157cc09541
Adding support mongodb 3.4 and 3.6 on amazonlinux
2019-05-20 22:40:41 +02:00
Abhay Pratap Singh
960842c5c4
mongodb 3.6 is not available on mongodb repo. It must be installed from ubuntu repo with package name mongodb.
2019-05-20 19:53:38 +02:00
Abhay Pratap Singh
6e9eab4472
Missed the travis.yml
2019-05-20 19:42:24 +02:00
Abhay PS
6fdf202b9e
test fix
2019-05-20 16:52:03 +02:00
Thiago Almeida
d913374538
Improving tags on meta
2019-05-20 11:08:35 +02:00
Abhay PS
3b22a28d39
Mongodb package name fix for ubuntu 18.04
...
- mongodb package name for 18.04 is 'mongodb-org'
- package name 'mongodb' will install mongodb
from ubuntu repo which is 3.6 currently and is
not a recommended way.
2019-05-20 10:50:54 +02:00
Thiago Almeida
b3e13d96dd
Improving tags on meta
2019-05-20 10:50:51 +02:00
Thiago Almeida
0397e45a52
Updating MongoDB support matrix on README.md
2019-05-20 09:36:58 +02:00
Thiago Almeida
3490662522
Removing support for mongo 3.7 on amazonlinux
2019-05-17 15:21:15 +02:00
Thiago Almeida
ac4e50be27
Fixing again MONGODB_PACKAGE name for amazonlinux and mongo 3.7
2019-05-17 14:54:53 +02:00
Thiago Almeida
6893615421
Fixing MONGODB_PACKAGE name for amazonlinux and mongo 3.7
2019-05-17 14:33:59 +02:00
Thiago Almeida
6b2e822a9f
Fixing pip install on amazonlinux task
2019-05-17 14:23:16 +02:00
Thiago Almeida
1ce4f9af9a
Adding amazonlinux to the platforms compatible list
2019-05-17 14:13:33 +02:00
Thiago Almeida
63db0f9225
Fixing install on amazonlinux task
2019-05-17 14:02:48 +02:00
Thiago Almeida
868204b5d1
Adding testes for mongo 3.7 on amazonlinux 2
2019-05-17 12:16:27 +02:00
Thiago Almeida
4ec3826b1d
Removing deprecated loop for packages
2019-05-17 12:10:09 +02:00
Thiago Almeida
d87f4f304c
Updating amazonlinux mongodb repo url
2019-05-17 12:05:59 +02:00
Thiago Almeida
60c2538f0d
Adding ansible_distribution filters and files for amazonlinux
2019-05-17 11:57:53 +02:00
Thiago Almeida
7f832ba108
Adding tests for amazonlinux:2
2019-05-17 11:28:27 +02:00
Nicolas Boutet
08fc1f82b9
Fix systemd service file permissions
2019-05-15 17:09:06 +02:00
Nicolas Boutet
97ab03f81f
Allow more options in replication params
2019-05-15 16:16:11 +02:00