Introduction
Introduction Statistics Contact Development Disclaimer Help
variables.yml - ansible-roles - A collection of ansible roles I have created ov…
git clone git://jay.scot/ansible-roles
Log
Files
Refs
README
LICENSE
---
variables.yml (372B)
---
1 ---
2 - name: Include OS-specific variables (Debian)
3 include_vars: "{{ ansible_distribution }}-{{ ansible_distribution_vers…
4 when: ansible_os_family == 'Debian'
5
6 - name: Include OS-specific variables (RedHat)
7 include_vars: "{{ ansible_os_family }}-{{ ansible_distribution_version…
8 when:
9 - ansible_os_family == 'RedHat'
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.