diff options
Diffstat (limited to 'resources/tools/testbed-setup')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/01-host-setup.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml index 7333885127..90a5ad7899 100644 --- a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml +++ b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml @@ -142,6 +142,12 @@ apt: name=libtool state=present - name: Install screen apt: name=screen state=present + - name: Install libmbedcrypto0 + apt: name=libmbedcrypto0 state=present + - name: Install libmbedtls10 + apt: name=libmbedtls10 state=present + - name: Install libmbedx509-0 + apt: name=libmbedx509-0 state=present - name: Install lxc apt: name=lxc state=present - name: Disable 80-vpp.conf @@ -172,4 +178,4 @@ - name: Install Kubernetes kubelet apt: name=kubelet state=present - name: Install Kubernetes kubeadm - apt: name=kubeadm state=present + apt: name=kubeadm state=present
\ No newline at end of file |