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

22 lines
434 B
YAML
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- name: install network packages
apt:
name:
- blueman
- network-manager
- network-manager-gnome
2019-03-16 14:32:44 +01:00
- network-manager-vpnc
- network-manager-vpnc-gnome
- nmap
2019-06-07 14:57:52 +02:00
- rfkill
2018-11-13 16:31:01 +01:00
- wireshark
- zmap
2018-10-12 22:44:28 +02:00
state: present
- name: configure network-manager authentication
ini_file:
path: /etc/NetworkManager/conf.d/auth.conf
section: main
option: auth-polkit
value: false