Sha256: f2fbe50da6cc03240ded639e72a25b1371da3943c7bb36374de3f044f053067b
Contents?: true
Size: 553 Bytes
Versions: 38
Compression:
Stored size: 553 Bytes
Contents
--- - name: Add New Relic apt repo apt_repository: repo: deb http://apt.newrelic.com/debian/ newrelic non-free state: present sudo: true - name: Add New Relic apt key apt_key: url: https://download.newrelic.com/548C16BF.gpg state: present sudo: true - name: Install New Relic server agent apt: pkg: newrelic-sysmond state: present update_cache: true sudo: true - shell: "nrsysmond-config --set license_key={{newrelic_licence}}" sudo: true notify: start newrelic agent
Version data entries
38 entries across 38 versions & 1 rubygems