mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move network related packages
This commit is contained in:
parent
9bc7ae9863
commit
829fba3431
2 changed files with 6 additions and 3 deletions
|
@ -32,9 +32,14 @@
|
||||||
state: present
|
state: present
|
||||||
when: not is_raspbian
|
when: not is_raspbian
|
||||||
|
|
||||||
|
# used in the network role
|
||||||
- name: Install package iptables-persistent (debuntu)
|
- name: Install package iptables-persistent (debuntu)
|
||||||
package:
|
package:
|
||||||
name: iptables-persistent
|
name:
|
||||||
|
- iproute2
|
||||||
|
- iptables-persistent
|
||||||
|
- hostapd
|
||||||
|
- netmask
|
||||||
state: present
|
state: present
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
|
|
|
@ -36,14 +36,12 @@
|
||||||
- curl # Used to install roles/nodejs and roles/nodered
|
- curl # Used to install roles/nodejs and roles/nodered
|
||||||
#- etckeeper # "nobody is really using etckeeper and it's bloating the filesystem every time apt runs" per @jvonau at https://github.com/iiab/iiab/issues/1146
|
#- etckeeper # "nobody is really using etckeeper and it's bloating the filesystem every time apt runs" per @jvonau at https://github.com/iiab/iiab/issues/1146
|
||||||
- gawk
|
- gawk
|
||||||
- hostapd
|
|
||||||
- htop
|
- htop
|
||||||
- i2c-tools # Low-level bus/chip/register/EEPROM tools e.g. for RTC
|
- i2c-tools # Low-level bus/chip/register/EEPROM tools e.g. for RTC
|
||||||
- logrotate
|
- logrotate
|
||||||
#- lynx # Installed by 1-prep's roles/iiab-admin/tasks/access.yml
|
#- lynx # Installed by 1-prep's roles/iiab-admin/tasks/access.yml
|
||||||
- make # 2021-04-26: What roles (if any) truly still use this?
|
- make # 2021-04-26: What roles (if any) truly still use this?
|
||||||
- mlocate
|
- mlocate
|
||||||
- netmask
|
|
||||||
- net-tools # 2021-04-26: @jvonau suggests possibly deleting this...unless oldtimers really want these older commands in iiab-diagnostics output?
|
- net-tools # 2021-04-26: @jvonau suggests possibly deleting this...unless oldtimers really want these older commands in iiab-diagnostics output?
|
||||||
- ntfs-3g # Possibly no longer nec, similar to exfat packages above?
|
- ntfs-3g # Possibly no longer nec, similar to exfat packages above?
|
||||||
#- openssh-server # ssh (Raspbian) or openssh-server (other OS's) already installed by 1-prep's roles/sshd/tasks/main.yml
|
#- openssh-server # ssh (Raspbian) or openssh-server (other OS's) already installed by 1-prep's roles/sshd/tasks/main.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue