Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit 01e1b9f

Browse files
committed
rollback to only root configuration
1 parent 9de4349 commit 01e1b9f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

mininet/mininet/provision/playbooks/configure-lxd-no-clustering.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- hosts : all
44
remote_user: root
5-
become: true
65
tasks :
76
- name : lxd configuration
87
expect:
@@ -27,7 +26,6 @@
2726

2827
- hosts : all
2928
remote_user: root
30-
become: true
3129
tasks :
3230
- name : distribute switch image
3331
copy :

mininet/mininet/provision/playbooks/install-lxd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
- hosts : master
44
remote_user: root
5-
become: true
65
tasks :
76

87
- name : Download switch
@@ -21,7 +20,6 @@
2120

2221
- hosts : all
2322
remote_user: root
24-
become: true
2523
tasks :
2624
- name: install python3-pip
2725
apt :

0 commit comments

Comments
 (0)