ansible-role-k3s/tasks
Logan V 9247de3920
Fix node registration ip on dual stack (#230)
When using a user defined node ip on a dual stack cluster,
k3s_node_ip will contain "ipv4,ipv6" IP. In order to properly set
the registration IP, the first (preferred) IP in the list is used,
and if it is the IPv6 IP it will be URL wrapped.
2025-01-11 09:06:23 -05:00
..
determine_systemd_context.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
ensure_cluster.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
ensure_containerd_registries.yml fix(linting): ensure tests pass 2022-09-01 20:39:17 +01:00
ensure_control_plane_started_openrc.yml fix: autodeploy fix 2022-06-15 21:36:14 +00:00
ensure_control_plane_started_systemd.yml fix: control plane start retries 2022-06-15 21:03:39 +00:00
ensure_directories.yml fix(become): only one variable neeed for become 2022-01-02 22:20:14 +00:00
ensure_downloads.yml fix(become): only one variable neeed for become 2022-01-02 22:20:14 +00:00
ensure_drain_and_remove_nodes.yml kubectl commands on node must use short name (#220) 2024-01-26 15:09:58 -05:00
ensure_installed.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
ensure_installed_node.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
ensure_k3s_auto_deploy.yml fix: static pods should be deployed to all control nodes 2023-05-31 20:39:15 -04:00
ensure_k3s_config_files.yml fix(linting): ensure tests pass 2022-09-01 20:39:17 +01:00
ensure_pre_configuration.yml Fix node registration ip on dual stack (#230) 2025-01-11 09:06:23 -05:00
ensure_started.yml fix(become): only one variable neeed for become 2022-01-02 22:20:14 +00:00
ensure_stopped.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
ensure_uninstalled.yml fix(become): only one variable neeed for become 2022-01-02 22:20:14 +00:00
ensure_uploads.yml fix(become): only one variable neeed for become 2022-01-02 22:20:14 +00:00
main.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
post_checks_control_plane.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
post_checks_nodes.yml fix(post-check): shorten node check delay to 5 seconds 2022-09-02 18:49:42 +01:00
post_checks_uninstalled.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
pre_checks.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
pre_checks_cgroups.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
pre_checks_cluster.yml fix(become): only one variable neeed for become 2022-01-02 22:20:14 +00:00
pre_checks_control_node_count.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
pre_checks_experimental_variables.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
pre_checks_issue_data.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
pre_checks_packages.yml fix: Support nftables for Debian 11 2022-02-15 15:57:43 -05:00
pre_checks_unsupported_rootless.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
pre_checks_variables.yml feat: Remove Docker install tasks 2022-01-02 22:19:51 +00:00
pre_checks_version.yml fix(version): ensure log output provided when version lookup fails 2022-09-02 18:09:23 +01:00
state_downloaded.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
state_installed.yml Containerd registries config not live (#222) 2024-01-26 15:08:18 -05:00
state_restarted.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
state_started.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
state_stopped.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
state_uninstalled.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00
state_validated.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04:00