1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
Commit graph

65 commits

Author SHA1 Message Date
root
1df0263281 detected_network.yml: 'when: look_for_ap.failed is defined and...' 2022-05-19 00:04:57 -04:00
root
4d5143e2de network/tasks/detected_network.yml: Refine AP detection 2022-05-18 23:48:54 -04:00
Jerry Vonau
438cdf552c tweak regexp for entries in Supported TX RX - forgot stdout 2022-03-28 20:40:14 -05:00
Jerry Vonau
7113f87f32 Detect, recored if wifi can be AP and suppress installing supporting files 2022-03-28 20:40:11 -05:00
root
abeb97794f Ansible indentation norm across 7-8 roles 2022-01-07 05:29:54 -05:00
root
ca171fbc1c Remove "| bool" 1.5yrs later, as Ansible 2.10 changed conditional_bare_variables default 2020-10-16 16:46:19 -04:00
Jerry Vonau
3d0bdc47e4 record bare variables and use -e with the bare variables in the grep line 2020-10-09 07:30:18 -05:00
Jerry Vonau
46448daeab replace second_gateway_found.changed with second_gateway_found.stdout != and wording 2020-10-07 13:59:16 -05:00
Jerry Vonau
a6074935db open up exclude_devices for any device with a default route present
handles wifi & wired devices
2020-09-15 08:17:07 -05:00
Jerry Vonau
aed16ca9f2 exclude_device -> exclude_devices
There can be more than one
2020-09-15 08:17:07 -05:00
Jerry Vonau
797aee3e9f 2515 fix 2020-09-14 22:53:30 -05:00
Jerry Vonau
05600f3b7a detect secondary gateway on wifi interface for no_net_restart 2020-09-12 02:33:31 +01:00
Jerry Vonau
f8a59b46bb legacy wifi installs needs iiab_wireless_lan_iface set also 2020-05-01 20:02:05 -05:00
Jerry Vonau
640dbd64ea use wifi_up_down to set iiab_wireless_lan_iface 2020-05-01 10:27:47 -05:00
Jerry Vonau
1d4e427fa9 softcode exclude devices, move tests and turn into hard failures, record wifi after channel detection, prior_gateway_device, fix ap0 exclude 2020-05-01 10:27:47 -05:00
Jerry Vonau
ef7ad60800 netplan - need to start netplan-wpa@ after hostapd 2020-05-01 10:27:46 -05:00
Jerry Vonau
1693e502ba Rework reserved_wifi -> reserved_device 2020-05-01 10:27:46 -05:00
Jerry Vonau
39cf3b2947 exclude ap0 from count_wifi_interfaces 2020-05-01 10:27:46 -05:00
Jerry Vonau
17c69eca74 network exclude ap0 2020-03-19 06:49:04 -05:00
Jerry Vonau
845d88cf41 network - reduce is_rpi or move to is_raspbian 2020-03-04 17:00:01 -06:00
root
99f48aae4a iiab.ini: '| string' avoids Ansible warnings 2020-01-11 21:41:37 -05:00
Jerry Vonau
0d0775ccbf remove unneeded quotes 2019-08-08 11:12:33 -05:00
Jerry Vonau
64379d9233 ignore docker interfaces for LAN device count 2019-08-08 11:01:32 -05:00
Jerry Vonau
3baa790b6e fix WAN detection in /etc/network/interfaces 2019-07-06 22:59:12 -05:00
Anish Mangal
808d7d1697 Add br-* and docker to network interface list to exclude 2019-06-23 02:39:27 +00:00
Jerry Vonau
0851b6093d
Update detected_network.yml
Docker
2019-06-20 12:03:03 -05:00
holta
3eccbd9d60 '| bool' for Ansible 2.8; prep U18+ 2019-05-24 03:06:43 -04:00
A Holt
237547f9da
exclude wired interface for RPi 2019-02-26 13:05:10 -05:00
root
b5efe25edb /etc/iiab/iiab.ini -> {{ iiab_ini_file }} 2018-10-15 07:01:09 -04:00
root
b973906dc3 iiab_env_file -> {{ iiab_env_file }} or "{{ iiab_env_file }}" 2018-10-15 06:41:58 -04:00
A Holt
a0d62e87fb
Update detected_network.yml 2018-10-15 04:54:01 -04:00
A Holt
2004e621e9
Update detected_network.yml 2018-10-08 17:58:38 -04:00
Jerry Vonau
5ca184297e handle systemd-networkd having enabled-runtime 2018-05-20 11:34:02 -05:00
Jerry Vonau
852d14dbde correct false postive, numbers need quotes 2018-05-05 07:57:04 -05:00
A Holt
6a632bffc7
Typos discovered_*_lan_iface -> iiab_*_lan_iface 2017-12-28 14:26:56 -05:00
Jerry Vonau
ac738458f0 use results to set_facts 2017-11-24 11:04:37 -06:00
Jerry Vonau
e83d65ea7b record new facts 2017-11-24 11:04:36 -06:00
Jerry Vonau
7e4ff797e5 hand merge of systemd-net with a rename 2 2017-11-24 11:04:36 -06:00
Jerry Vonau
9204c4caf5 single interface - strings need to be quoted, add stdout_lines 2017-11-22 09:58:13 -06:00
Jerry Vonau
fa3512f2b1 alter wifi list to include gateway 2017-11-20 11:17:16 -06:00
Jerry Vonau
4cc6da39fb blacklist_wifi -> reserved_wifi as a better discription of the use case
Document option for use in local_vars - used with BM's U17 install
2017-11-15 20:46:19 -06:00
A Holt
3597896d71
Merge pull request #510 from jvonau/U17
U17: Ubuntu 17.10 preparations
2017-11-13 12:35:16 -05:00
Jerry Vonau
7b5de542cf don't run lan_list_result when 'Count LAN ifaces' is zero to quite
down noisy log when detecting single interface
2017-11-13 09:56:46 -06:00
Jerry Vonau
95409fdfff move dhcpcd detection to local_facts to clean up logging 2017-11-12 19:30:59 -06:00
A Holt
2a1b18d8ad
typos/tweaks in detected_network.yml 2017-11-10 11:39:20 -05:00
Jerry Vonau
41033ba949 br0 - single interface mis-detection 2017-11-09 12:21:57 -06:00
Jerry Vonau
78a9434122 restore bridging for RPi and make optional 2017-11-06 15:34:28 -06:00
Jerry Vonau
a9926e6700 adjust for 'is defined' and order 2017-11-06 15:34:27 -06:00
Jerry Vonau
9bd493b0c5 discovered_lan_iface -> discovered_wired_iface 2017-11-06 15:34:27 -06:00
Jerry Vonau
18d66e47f4 numbers should not have quotes 2017-11-06 15:34:27 -06:00