Compare commits
No commits in common. "8992bc8a686fab2201d0604bd09b47c5513f77bc" and "e650f91311a93390af47b2fff0dae0fdd660fcdf" have entirely different histories.
8992bc8a68
...
e650f91311
4 changed files with 4 additions and 62 deletions
|
|
@ -35,8 +35,3 @@
|
||||||
loop:
|
loop:
|
||||||
- sdpd
|
- sdpd
|
||||||
- hpsecd
|
- hpsecd
|
||||||
|
|
||||||
- name: new aliases
|
|
||||||
become: true
|
|
||||||
command: newaliases
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
- name: install the updated intel driver
|
|
||||||
package:
|
|
||||||
name: intel-em-kmod
|
|
||||||
state: present
|
|
||||||
become: true
|
|
||||||
tags:
|
|
||||||
- installation
|
|
||||||
|
|
||||||
- name: activate the updated intel driver
|
|
||||||
lineinfile:
|
|
||||||
path: "/boot/loader.conf"
|
|
||||||
regexp: "^{{ item.name }}"
|
|
||||||
line: "{{ item.name }}={{ item.val }}"
|
|
||||||
become: true
|
|
||||||
loop: "{{ sysctl_setting }}"
|
|
||||||
vars:
|
|
||||||
sysctl_setting:
|
|
||||||
- name: "if_em_updated_load"
|
|
||||||
val: 1
|
|
||||||
tags:
|
|
||||||
- configuration
|
|
||||||
|
|
@ -42,16 +42,6 @@
|
||||||
tags:
|
tags:
|
||||||
- configuration
|
- configuration
|
||||||
|
|
||||||
- name: FreeBSD power| tweaks for use as a desktop
|
|
||||||
blockinfile:
|
|
||||||
path: "/boot/loader.conf"
|
|
||||||
block: "{{ lookup('file', 'block-FreeBSD-power-deskop.j2') }}"
|
|
||||||
marker: "# {mark} ANSIBLE MANAGED BLOCK tweaks for desktop"
|
|
||||||
become: true
|
|
||||||
tags:
|
|
||||||
- configuration
|
|
||||||
|
|
||||||
|
|
||||||
- name: setup suspend on lid close
|
- name: setup suspend on lid close
|
||||||
sysctl:
|
sysctl:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
- vars
|
- vars
|
||||||
|
|
||||||
- include_tasks: "{{ tweak }}"
|
- include_tasks: "{{ tweak }}"
|
||||||
when: ansible_facts['os_family'] == "FreeBSD"
|
when: "ansible_system == 'FreeBSD'"
|
||||||
tags:
|
tags:
|
||||||
- installation
|
- installation
|
||||||
- configuration
|
- configuration
|
||||||
|
|
@ -21,31 +21,8 @@
|
||||||
- FreeBSD-chromium.yml
|
- FreeBSD-chromium.yml
|
||||||
- FreeBSD-reader.yml
|
- FreeBSD-reader.yml
|
||||||
- FreeBSD-shortcuts.yml
|
- FreeBSD-shortcuts.yml
|
||||||
- FreeBSD-em0.yml
|
|
||||||
- keyboard.yml
|
- keyboard.yml
|
||||||
|
|
||||||
- include_tasks: "{{ tweak }}"
|
|
||||||
when: ansible_facts['os_family'] == "Debian"
|
|
||||||
tags:
|
|
||||||
- installation
|
|
||||||
- configuration
|
|
||||||
- vars
|
|
||||||
loop_control:
|
|
||||||
loop_var: tweak
|
|
||||||
loop:
|
|
||||||
- Debian-power.yml
|
|
||||||
|
|
||||||
- include_tasks: "{{ tweak }}"
|
|
||||||
when: ansible_facts['os_family'] == "Archlinux"
|
|
||||||
tags:
|
|
||||||
- installation
|
|
||||||
- configuration
|
|
||||||
- vars
|
|
||||||
loop_control:
|
|
||||||
loop_var: tweak
|
|
||||||
loop:
|
|
||||||
- Archlinux-power.yml
|
|
||||||
|
|
||||||
- include_tasks: "{{ tweaks }}"
|
- include_tasks: "{{ tweaks }}"
|
||||||
when: "ansible_system == 'FreeBSD'"
|
when: "ansible_system == 'FreeBSD'"
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -53,7 +30,9 @@
|
||||||
- configuration
|
- configuration
|
||||||
- vars
|
- vars
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: tweaks
|
loop_var: tweak
|
||||||
loop:
|
loop:
|
||||||
- "{{ role_path }}/../common/tasks/chip-development.yml"
|
- "{{ role_path }}/../common/tasks/chip-development.yml"
|
||||||
- "{{ role_path }}/../common/tasks/nmap.yml"
|
- "{{ role_path }}/../common/tasks/nmap.yml"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue