Skip to content

Commit

Permalink
proxy moved to controller
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Dec 19, 2024
1 parent 3ab45e2 commit 933da35
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions host-initialization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 933da35

Please sign in to comment.