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

Add CI molecule and github workflows, lint #4

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e3faaed
feat: add molecule ci
juju4 Apr 22, 2023
d707fd0
feat: add github actions ci with lint, molecule, galaxy
juju4 Apr 22, 2023
c90a2a1
ci: fix missing codespellignore file
juju4 Apr 22, 2023
15426ea
chore: fix yamllint
juju4 Apr 22, 2023
563c519
fix: galaxy role namespace/author per galaxy limitations
juju4 Apr 22, 2023
51e718a
chore: fix ansible-lint fqcn[action-core]
juju4 Apr 22, 2023
ccc698e
chore: fix ansible-lint
juju4 Apr 22, 2023
feaf8f4
ci: add default-bare on github hosted images
juju4 Apr 22, 2023
addee7c
fix: add cyverse-ansible.ansible_k3s in requirements and converge
juju4 Apr 22, 2023
814dc63
fix: command as bash builtin
juju4 Apr 22, 2023
0cbb595
ci: add geerlingguy.docker to converge
juju4 Apr 22, 2023
6211e9d
ci: add inventory file with required groups
juju4 Apr 22, 2023
e9034ed
fix: add jupyterhubgroup in inventory
juju4 Apr 22, 2023
8c096b1
ci: remove roles_path from lint ansible.cfg
juju4 Apr 22, 2023
44765ef
ci: add hosts.ini in ansible.cfg
juju4 Apr 22, 2023
d61d547
chore: add inline-env-var to warn_list - seems mismatch
juju4 Apr 22, 2023
f0bfd60
Revert "ci: remove roles_path from lint ansible.cfg"
juju4 Apr 22, 2023
3da6cac
ci: galaxy dependencies in same path than current role
juju4 Apr 22, 2023
abc009b
ci: galaxy dependencies in same path than current role (lint)
juju4 Apr 22, 2023
af3b252
ci(molecule): ensure to update debian apt cache
juju4 Apr 22, 2023
44510b8
ci: use updated cyverse_ansible.ansible_k3s role
juju4 Apr 22, 2023
ac4f050
ci: fix role name
juju4 Apr 22, 2023
e9489dd
ci: remove github workflow with molecule and docker
juju4 Apr 22, 2023
b53ee8a
fix: remove use of bash builtin command
juju4 Apr 22, 2023
d4d055b
ci(default-bare): dont fail on idempotence, add always for after scri…
juju4 Apr 22, 2023
95fa345
ci: add k8 after script check
juju4 Apr 22, 2023
3658032
fix: use environment variable for jupyterhub helm chart install
juju4 Apr 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: use updated cyverse_ansible.ansible_k3s role
  • Loading branch information
juju4 committed Apr 22, 2023
commit 44510b8be062678c0df74637571667799ddc855a
5 changes: 4 additions & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
@@ -5,4 +5,7 @@ collections:

roles:
- name: geerlingguy.docker
- name: cyverse-ansible.ansible_k3s
# - name: cyverse-ansible.ansible_k3s
- src: https://github.com/juju4/ansible-k3s/
version: devel-ci2
name: cyverse_ansible.ansible_k3s