Sha256: 37b8c6e8a4fdaeae7bdb144b83331104d77a86bf2c22a7f47f4560263f80761b
Contents?: true
Size: 456 Bytes
Versions: 16
Compression:
Stored size: 456 Bytes
Contents
--- - name: Install monit apt: name: monit state: present become: true - name: Copy sudoers file so that deploy can use monit without entering password. copy: src: sudoers-monit dest: /etc/sudoers.d/monit become: true - 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
Version data entries
16 entries across 16 versions & 1 rubygems