Sha256: a618672dec1243b030885309a74aa020d2fd9a8a22577cb5aed4baaa155ba23b
Contents?: true
Size: 686 Bytes
Versions: 34
Compression:
Stored size: 686 Bytes
Contents
--- - name: Configure monit to install instead of pin dpkg_selections: name: monit selection: install become: true tags: - monit - name: install monit apt: name: monit state: present become: true tags: - monit - name: Copy sudoers file so that deploy can use monit without entering password. copy: src: sudoers-monit dest: /etc/sudoers.d/monit become: true tags: - monit - name: Copy monit config to enable http from localhost copy: src: monit-http.conf dest: /etc/monit/conf.d/monit-http.conf become: true notify: - restart_monit tags: - monit
Version data entries
34 entries across 34 versions & 1 rubygems