From 18d866ecbec0296288735e3d104eba7853d3f2da Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 20 Dec 2020 23:32:28 +0100 Subject: ch-equinox-ws: install ansible via pip --- inventory/host_vars/ch-equinox-ws.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'inventory/host_vars/ch-equinox-ws.yml') diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 499d0254..450434f0 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -217,8 +217,21 @@ ws_base_extra_packages: # needs apt-repo/riot - element-desktop -## needs PPA or other external repo ?? +## ansible in focal is outdated and the PPA is currently broken +## will install ansible via pip but listing the deps here: # - ansible + - python3-argcomplete + - python3-crypto + - python3-cryptography + - python3-distutils + - python3-dnspython + - python3-httplib2 + - python3-jinja2 + - python3-netaddr + - python3-yaml + - python3-pip + +## needs PPA or other external repo ?? # - bazel # - deadbeef # - google-chrome-stable -- cgit v1.2.3