ansible-role-k3s/tasks
Daniel Brennand de1bd094e5
Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202)
* fix(ansible-lint): FQDN and `name`

* fix(ansible-lint): add `name` and FQDN for module call

* fix(ansible-lint): add `name` to tasks and FQDN for module

* fix(ansible-lint): add task `name` and FQDN for module calls

* fix(ansible-lint): last `include_tasks`

* fix(ansible-lint): add task names and FQDN

* refactor: `Ensure` to `Run`

* [skip ci]refactor: add exist and seperate ensure installed node task, mention build cluster

* [skip ci]refactor: Pipe seperator

* [skip ci]refactor: run

* refactor: remove quotes as other files don't use them

For templated vars in task name

* [skip ci]refactor: task names, use `Run`

* [skip ci]refactor: use variable name in task name

* [skip ci]refactor: task names

* [skip ci]refactor: add service mgr in task name

* [skip ci]refactor: add task names and module FQDNs

* [skip ci]refactor: fix task name

* [skip ci]refactor: add -

* [skip ci]refactor: include task names and FQDNs

* [skip ci]refactor: add task names and FQDNs

* [skip ci]: ignore `name[template]`

* refactor: `when` clause for `block` should be before `block`

* fix: https://github.com/ansible-community/molecule/issues/3883

* refactor: molecule lint command was removed in version `5.0.0`

Use separate CI job step to run linting instead.

* [skip ci]refactor: noqa for command tasks

Subject to change

* refactor: use Ubuntu 22.04

Suspect issues with Molecule tests are related to cgroups v2.
2023-05-13 09:49:39 -04: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 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_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_k3s_auto_deploy.yml fix(linting): ensure tests pass 2022-09-01 20:39:17 +01:00
ensure_k3s_config_files.yml fix(linting): ensure tests pass 2022-09-01 20:39:17 +01:00
ensure_pre_configuration.yml Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04: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_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
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
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 Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions (#202) 2023-05-13 09:49:39 -04: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