This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-laptop/roles/packages/tasks/network.yml

19 lines
355 B
YAML

---
- name: install network packages
apt:
name:
- blueman
- network-manager
- network-manager-gnome
- nmap
- wireshark
- zmap
state: present
- name: configure network-manager authentication
ini_file:
path: /etc/NetworkManager/conf.d/auth.conf
section: main
option: auth-polkit
value: false