Di. 21 Mai 2019 19:07:14 CEST in /home/jens/Development/ansible/roles/tweaks on deathbolt.927589452.space

This commit is contained in:
Jens Heinrich 2019-05-21 19:07:14 +02:00
parent 3b5dabc3aa
commit e650f91311
19 changed files with 304 additions and 16 deletions

View file

@ -1,9 +1,10 @@
---
- include: "{{ role_path }}/tasks/vars.yml"
- include: "{{ role_path }}/../common/tasks/vars.yml"
tags:
- vars
- include_tasks: "{{ tweak }}"
when: "ansible_system == 'FreeBSD'"
tags:
- installation
- configuration
@ -21,6 +22,17 @@
- FreeBSD-reader.yml
- FreeBSD-shortcuts.yml
- keyboard.yml
- include_tasks: "{{ tweaks }}"
when: "ansible_system == 'FreeBSD'"
tags:
- installation
- configuration
- vars
loop_control:
loop_var: tweak
loop:
- "{{ role_path }}/../common/tasks/chip-development.yml"
- "{{ role_path }}/../common/tasks/nmap.yml"