Compare commits

..

No commits in common. "27d9892ff18d369e69130c3328510f2e656b3251" and "402eedfa2f4493704846b28f51468536b158cc89" have entirely different histories.

3 changed files with 1 additions and 25 deletions

View file

@ -1,21 +0,0 @@
# Ansible automation repo for kali linux VMs
# Usage
All necessary commands are included in the `install.sh` script. So, on a fresh Kali VM, do
```
git clone https://gitea.a-0.me/philip/kali-autosetup.git
cd kali-autosetup
sudo bash install.sh
```
Make sure to visit https://check.torproject.org afterwards to verify you are connected via the Tor network.
# Current functionality
- System settings
- set keyboard layout (default: de)
- set screen resolution (default: FullHD)
- Default gateway via TOR network
- Transparent proxy for TCP traffic
- Redirecting DNS queries through TOR
- Any other traffic is dropped.
# Future functionality
A lot.

View file

@ -1,4 +1,3 @@
---
vm_net_interface_name: eth0
desired_keyboard_layout: de
desired_screen_resolution: 1920x1080

View file

@ -2,5 +2,3 @@
- name: Set keyboard layout
command: "setxkbmap -layout {{ desired_keyboard_layout }}"
- name: Set screen resolution
command: "xrandr -s {{ desired_screen_resolution }}"