Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fb471b78a1 | |||
| 732cbf5d4d |
@@ -0,0 +1,3 @@
|
||||
- name: Update APT Cache
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
@@ -2,5 +2,3 @@
|
||||
ansible.builtin.import_tasks: repo.yaml
|
||||
- name: Install Kubernetes packages
|
||||
ansible.builtin.import_tasks: packages.yaml
|
||||
- name: Configure networking
|
||||
ansible.builtin.import_tasks: networking.yaml
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
- name: Enable sysctl 'net.ipv4.ip_forward'
|
||||
ansible.posix.sysctl:
|
||||
name: net.ipv4.ip_forward
|
||||
value: 1
|
||||
sysctl_set: true
|
||||
@@ -6,3 +6,5 @@
|
||||
suites: /
|
||||
signed_by: https://pkgs.k8s.io/core:/stable:/v1.36/deb/Release.key
|
||||
state: present
|
||||
notify:
|
||||
- Update APT Cache
|
||||
|
||||
Reference in New Issue
Block a user