ARA Records Ansible and makes it easier to understand and troubleshoot.It is another recursive acronym.
ara is a free and open source project under the GPLv3 license.
1 2 3 4 5 6 7 8 9 10 11 12 13 14
- name: Include OS-specific variables include_vars: "{{ lookup('first_found', params) }}" vars: params: files: "{{ distro_lookup_path }}" paths: - 'vars' - name: Set timezone to Etc/UTC timezone: name: Etc/UTC # The timezone Ansible module recommends restarting cron after tz change. notify: - restart cron