Di. 21 Mai 2019 19:07:14 CEST in /home/jens/Development/ansible/roles/tweaks on deathbolt.927589452.space
This commit is contained in:
parent
3b5dabc3aa
commit
e650f91311
19 changed files with 304 additions and 16 deletions
13
vars/FreeBSD.yml
Normal file
13
vars/FreeBSD.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
xorgconfigpath: "/usr/local/etc/X11/xorg.conf.d/"
|
||||
kblayout: "de"
|
||||
kbvariant: "nodeadkeys"
|
||||
|
||||
defaultsnddevice: "0"
|
||||
audiochannel: 4
|
||||
|
||||
default_net_device: "wlan0"
|
||||
|
||||
vm_nat_net: "10.70.14.0/22"
|
||||
|
||||
vm_pool: zroot/vm
|
||||
8
vars/bluetooth-devices.yml
Normal file
8
vars/bluetooth-devices.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
bluetooth_devices:
|
||||
- name:
|
||||
mac:
|
||||
- name:
|
||||
mac:
|
||||
key:
|
||||
pin:
|
||||
13
vars/default.yml
Normal file
13
vars/default.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
xorgconfigpath: "/usr/local/etc/X11/xorg.conf.d/"
|
||||
kblayout: "de"
|
||||
kbvariant: "nodeadkeys"
|
||||
|
||||
defaultsnddevice: "0"
|
||||
audiochannel: 4
|
||||
|
||||
default_net_device: "wlan0"
|
||||
|
||||
vm_nat_net: "10.70.14.0/22"
|
||||
|
||||
vm_pool: zroot/vm
|
||||
17
vars/local_unbound.yml
Normal file
17
vars/local_unbound.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
local_unbound_conf_d: "{{ local_unbound_d}}conf.d/"
|
||||
local_unbound_d: "/etc/unbound"
|
||||
local_unbound_run_d: "/var/unbound"
|
||||
hints_opennic: "opennic.cache"
|
||||
hints_opennic_cmd: "drill . NS @75.127.96.89 > {{ local_unbound_d }}/{{ hints_opennic }}"
|
||||
hints_named: "{{ local_unbound_d }}/named.cache"
|
||||
hints_named_url: "https://www.internic.net/domain/named.cache"
|
||||
|
||||
local_unbound_files:
|
||||
- src: "local_unbound_opennic.conf.j2"
|
||||
dest: "{{ local_unbound_conf_d }}/opennic.conf"
|
||||
- src: "local_unbound_access_control.conf.j2"
|
||||
dest: "{{ local_unbound_conf_d }}/access_control.conf"
|
||||
- src: "local_unbound_local_resolver.conf.j2"
|
||||
dest: "{{ local_unbound_conf_d }}/local_resolver.conf"
|
||||
|
||||
3
vars/ssh.yaml
Normal file
3
vars/ssh.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
ctf_host:
|
||||
- domain: overthewire.org
|
||||
Loading…
Add table
Add a link
Reference in a new issue