New server setup based on ubuntu
This commit is contained in:
8
roles/server-link-aggregation/tasks/main.yml
Normal file
8
roles/server-link-aggregation/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Apt install download & unzip packages
|
||||
apt:
|
||||
name:
|
||||
- ifenslave
|
||||
- name: Interface file
|
||||
copy: src=interfaces dest=/etc/network/interfaces
|
||||
Reference in New Issue
Block a user