lefos 3 years ago
parent
commit
ed78b4fecb
  1. 8
      monitorall.yml

8
monitorall.yml

@ -41,8 +41,6 @@
- curl
- lynx
- ruby
- name: Import the public key used by the package management system
apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=7F0CEB10 state=present
- name: Add MongoDB repository
@ -51,6 +49,6 @@
apt: pkg=mongodb-org state=latest update_cache=yes
notify:
- start mongodb
handlers:
- name: start mongodb
service: name=mongod state=started
handlers:
- name: start mongodb
service: name=mongod state=started
Loading…
Cancel
Save