--- # # Installs a StatsD server on the StatsD host with the default port, does not secure it - hosts: statsd remote_user: root roles: - {role: epel, when: ansible_distribution_major_version == '7'} - statsd-install environment: "{{proxy_env}}"