ansible-roles/newrelic/defaults/main.yml

9 lines
230 B
YAML
Raw Permalink Normal View History

---
2017-07-13 15:57:42 +02:00
newrelic_sysmond: True
newrelic_php: False
newrelic_license: ""
newrelic_appname: ""
apt_keyring_dir: "{{ ansible_distribution_major_version is version('12', '<') | ternary('/etc/apt/trusted.gpg.d', '/etc/apt/keyrings') }}"