1 --- |
1 --- |
2 |
2 |
3 - include: debian.yml |
3 - include: dist-debian.yml |
4 when: ansible_distribution == 'Debian' |
4 when: ansible_os_family == 'Debian' |
|
5 |
|
6 - include: dist-macosx.yml |
|
7 when: ansible_os_family == 'MacOSX' |
|
8 |
|
9 - include: dist-freebsd.yml |
|
10 when: ansible_os_family == 'FreeBSD' |
5 |
11 |
6 |
12 |
7 # sudo may not be everywhere. wheel is a common alternative |
13 # sudo may not be everywhere. wheel is a common alternative |
8 - name: Enable sudo for sudo group |
14 - name: Enable sudo for sudo group |
9 lineinfile: |
15 lineinfile: |