Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-ev committed Jul 8, 2023
1 parent 904c9b7 commit 726fb15
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 157 deletions.
21 changes: 0 additions & 21 deletions ansible/inventory/host_vars/kube001.sops.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/inventory/host_vars/kube002.sops.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/inventory/host_vars/kube003.sops.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/inventory/host_vars/kube101.sops.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/inventory/host_vars/kube102.sops.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/inventory/host_vars/kube103.sops.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions ansible/inventory/host_vars/kube104.sops.yaml

This file was deleted.

14 changes: 7 additions & 7 deletions ansible/playbooks/cluster-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
fs.inotify.max_user_watches: 524288
fs.inotify.max_user_instances: 8192

- name: Disable IPv6
ansible.builtin.include_role:
name: dmotte.disable_ipv6
public: true
vars:
ansible_become: true
reload_sysctl_if_changed: false
# - name: Disable IPv6
# ansible.builtin.include_role:
# name: dmotte.disable_ipv6
# public: true
# vars:
# ansible_become: true
# reload_sysctl_if_changed: false

handlers:
- name: Reboot
Expand Down
6 changes: 3 additions & 3 deletions ansible/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ roles:
- name: xanmanning.k3s
src: https://github.com/PyratLabs/ansible-role-k3s.git
version: v3.4.2
- name: dmotte.disable_ipv6
src: https://github.com/dmotte/ansible-role-disable-ipv6.git
version: "1.1.0"
# - name: dmotte.disable_ipv6
# src: https://github.com/dmotte/ansible-role-disable-ipv6.git
# version: "1.1.0"

0 comments on commit 726fb15

Please sign in to comment.