|
|
@@ -1,5 +1,3 @@
|
|
|
----
|
|
|
-
|
|
|
- name: Configure team network device
|
|
|
hosts: servers
|
|
|
become: true
|
|
|
@@ -30,11 +28,11 @@
|
|
|
master: team1
|
|
|
|
|
|
roles:
|
|
|
- - rhel-system-role
|
|
|
+ - rhel-system-roles.network
|
|
|
|
|
|
tasks:
|
|
|
- name: Tune team runner to activebackup
|
|
|
- command: nmcli con nmcli con
|
|
|
+ command: nmcli con mod team1 team.runner activebackup
|
|
|
|
|
|
- name: Reboot the server
|
|
|
reboot:
|