init
This commit is contained in:
25
playbook.yaml
Normal file
25
playbook.yaml
Normal 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
|
||||
Reference in New Issue
Block a user