Commit Graph

449 Commits

Author SHA1 Message Date
Sergei Antipov c582f8abf3
Merge pull request #193 from UnderGreen/update-3.6-support-matrix
Update 3.6 version info in support matrix
2019-12-12 12:18:43 -05:00
Sergei Antipov 9622975db9
Merge pull request #188 from hyeoksuhan/master
Fix README.md file. Support MongoDB 4.2 as default.
2019-12-12 12:16:28 -05:00
Sergei Antipov 1594656b4b
Merge pull request #194 from YoranSys/patch-1
Fix typo authomation -> automation
2019-12-12 12:16:03 -05:00
YoranSys 14c691b905
Fix typo authomation -> automation 2019-12-12 15:29:01 +01:00
Paulo Pizarro a132bff57e Update 3.6 version info in support matrix 2019-12-10 15:26:53 -03:00
hshan c68216a46b Add yum_lock_timeout to avoid "yum lockfile is held by another process" error 2019-11-01 19:30:14 +09:00
hshan 5b9c94b4ce Fix README.md file. Support MongoDB 4.2 as default. 2019-11-01 18:57:09 +09:00
Sergei Antipov 4632f4b909
Merge pull request #184 from nautikos1235/fix-handlers
Fixed handlers yaml format
2019-10-27 19:24:29 -07:00
Nautikos1235 d43a5ce078 Fixed handlers yaml format 2019-10-18 09:43:04 +02:00
Sergei Antipov d72cf36385
Merge pull request #181 from nautikos1235/missing-backup-user
Add backup user in readme
2019-09-28 07:17:42 -07:00
Sergei Antipov 8f5a9d4990
Merge pull request #183 from nautikos1235/add-setuptools-install
Add setuptools install
2019-09-28 07:17:25 -07:00
Nautikos1235 31f9f039ef Add setuptools install 2019-09-27 16:50:45 +02:00
Nautikos1235 1308809028 Add backup user in readme 2019-09-23 10:12:08 +02:00
Sergei Antipov 73d8c977ba
Merge pull request #177 from nautikos1235/fix-user-names
Use provided username in task name
2019-09-21 10:05:31 -07:00
Nautikos1235 d488567333 Use provided username in task name 2019-09-19 16:50:12 +02:00
Sergei Antipov ec2f2f3961
Merge pull request #176 from psabhay/master
Mongodb 4.2 Support
2019-09-12 18:20:42 -07:00
Abhay PS b15ffeef4d Fix README file. Used wrong icon for non-support OS version 2019-09-11 12:06:03 +02:00
Abhay PS 75e2616f23 Readme file update with 4.2 support details. 2019-09-11 11:50:45 +02:00
Abhay PS 63af4a6f21 remove unsupported os versions from test. 2019-09-10 14:54:36 +02:00
Abhay PS 6556ffa9c9 Mongodb 4.2 support added 2019-09-10 12:24:56 +02:00
Sergei Antipov 196c796ef9
Merge pull request #169 from proact-de/missing-daemon-reload
Ensure the systemd file is created under the correct name on Debian/Ubuntu
2019-06-14 11:25:06 -04:00
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
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