fix(Ansible): ca-certificates
[csit.git] / fdio.infra.ansible / roles / common / defaults / main.yaml
index 43e40eb..ca94040 100644 (file)
@@ -5,6 +5,8 @@ packages: "{{ packages_base + packages_by_distro[ansible_distribution|lower][ans
 
 packages_base:
   - "autoconf"
+  - "ca-certificates"
+  - "cgroup-tools"
   - "cgroup-tools"
   - "dkms"
   - "iperf3"
@@ -61,12 +63,12 @@ packages_by_arch:
 
 # Proxy settings: Uncomment and fill the proper values. These variables will be
 # set globally by writing into /etc/environment file on target machine.
-#proxy_env:
-#  http_proxy: http://proxy.com:80
-#  HTTP_PROXY: http://proxy.com:80
-#  https_proxy: http://proxy.com:80
-#  HTTPS_PROXY: http://proxy.com:80
-#  ftp_proxy: http://proxy.com:80
-#  FTP_PROXY: http://proxy.com:80
-#  no_proxy: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
-#  NO_PROXY: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
\ No newline at end of file
+# proxy_env:
+#   http_proxy: http://proxy.com:80
+#   HTTP_PROXY: http://proxy.com:80
+#   https_proxy: http://proxy.com:80
+#   HTTPS_PROXY: http://proxy.com:80
+#   ftp_proxy: http://proxy.com:80
+#   FTP_PROXY: http://proxy.com:80
+#   no_proxy: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
+#   NO_PROXY: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}