Initial commit
This commit is contained in:
8
roles/network_interfaces/tasks/packages.yml
Normal file
8
roles/network_interfaces/tasks/packages.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: (packages.yml) Ensure basic networking tools are installed
|
||||
apt:
|
||||
pkg: "{{ network_interface_required_packages }}"
|
||||
state: present
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
Reference in New Issue
Block a user