This commit is contained in:
2024-09-01 20:56:12 +03:00
commit 9717dca6a2
9 changed files with 217 additions and 0 deletions

25
playbook.yaml Normal file
View File

@@ -0,0 +1,25 @@
- hosts: localhost
connection: local
become: true
roles:
# - install
- configure
vars:
apps:
- networkmanager
- modemmanager
- iptables
# - hostapd
# - dhcpd
wifi_ssid: "test"
wifi_psk: "test12345"
wifi_int_ip: 10.1.10.1
# dhcpd
subnet: 10.1.10.0
netmask: 255.255.255.0
range_start: 10.1.10.10
range_end: 10.1.10.200
default_lease_time: 600
max_lease_time: 7200
dns1: 77.88.8.8
dns2: 77.88.8.1