Hi, On Mon, 16 Sep 2019 00:59:18 -0700 (PDT) Stephen Thorpe <[email protected]> wrote:
> I'm deploying MongoDB to a number of servers using the script below. > Servers are Ubuntu 18.0.4. I have an issue where the installation fails > to create a mongo folder in /var/run/ and thus can't start the service (No > place to put the PID file) ... but after a reboot the MongoDB folder is > removed (because var/run is not persistent) > [...] > Is this an issue with how I'm installing mongo via Ansible? No. It's not Ansible issue at all. MongoDB doesn't care about the directory. There are more options: 1) Put "pidfile" to persistent location https://docs.mongodb.com/manual/reference/configuration-options/ 2) Fix the service to create the directory. See hints https://github.com/mongodb/mongo/commit/50ca596ace0b1390482408f1b19ffb1f9170cab6 3) Create the directory on your own at startup. Cheers, -vlado -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/20190916111055.5a267084%40gmail.com.
pgpoI2CN6VWEd.pgp
Description: OpenPGP digital signature
