Browse Source

test try

master
lefos 3 years ago
parent
commit
7e6a73102b
  1. 22
      monitorall.yml

22
monitorall.yml

@ -43,14 +43,14 @@
- ruby - ruby
# - name: Import the public key used by the package management system - name: Import the public key used by the package management system
# apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=7F0CEB10 state=present apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=7F0CEB10 state=present
# - name: Add MongoDB repository - name: Add MongoDB repository
# apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' state=present apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' state=present
# - name: install mongodb - name: install mongodb
# apt: pkg=mongodb-org state=latest update_cache=yes apt: pkg=mongodb-org state=latest update_cache=yes
# notify: notify:
# - start mongodb - start mongodb
# handlers: handlers:
# - name: start mongodb - name: start mongodb
# service: name=mongod state=started service: name=mongod state=started
Loading…
Cancel
Save