From 933da35b98791d46fa0110d920d02557268de19d Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Thu, 19 Dec 2024 17:00:20 +0100 Subject: [PATCH] proxy moved to controller --- host-initialization.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/host-initialization.yml b/host-initialization.yml index 745a54e..06a88c0 100755 --- a/host-initialization.yml +++ b/host-initialization.yml @@ -12,23 +12,6 @@ state: stopped enabled: false - -- name: Install squid on proxy host - hosts: proxy - become: true - gather_facts: false - - tasks: - - - name: Gathering facts - ansible.builtin.setup: - gather_subset: platform - - - name: Install docker-ce - ansible.builtin.import_role: - name: geerlingguy.docker - tags: [docker] - - name: Enable proxy hosts: k8s_cluster become: true