Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible playbooks refactoring for solving ansible-lint issues #24

Merged
merged 3 commits into from Dec 13, 2021

Conversation

ricsanfre
Copy link
Owner

Refactoring some ansible tasks to solve all ansible-lint issues:

  • Cleaning tasks in k3s_reset.yml playbook. Replace cleaning tasks using rm shell commands by ansible module file
  • Installation K3S, replacing use of curl shell command by get_url ansible module
  • Longhorn installation: replace patching kubernetes resource, kubectl patch command, by k8s ansible module
  • Other minor changes.

@ricsanfre ricsanfre merged commit c8ea299 into master Dec 13, 2021
@ricsanfre ricsanfre deleted the fix/ansiblelint branch January 4, 2022 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant