chore: release to stable #266
18
dockerfile
18
dockerfile
@ -86,15 +86,17 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages
|
||||
|
||||
|
||||
RUN ansible-galaxy collection install \
|
||||
awx.awx==23.6.0 \
|
||||
awx.awx==24.0.0 \
|
||||
# ansible.posix.authorized_key for SSH
|
||||
ansible.posix==1.5.4 \
|
||||
ansible.utils==3.0.0 \
|
||||
community.dns==2.7.0 \
|
||||
ansible.utils==3.1.0 \
|
||||
community.dns==2.8.1 \
|
||||
# docker managment
|
||||
community.docker==3.5.0 \
|
||||
community.docker==3.8.0 \
|
||||
# community.general.gitlab_*
|
||||
community.general==8.2.0 \
|
||||
community.mysql==3.8.0 \
|
||||
community.postgresql==3.3.0 \
|
||||
kubernetes.core==3.0.0
|
||||
community.general==8.4.0 \
|
||||
community.mysql==3.9.0 \
|
||||
community.postgresql==3.4.0 \
|
||||
theforeman.foreman==4.0.0; \
|
||||
ansible-galaxy collection install --pre \
|
||||
nofusscomputing.kubernetes
|
Submodule gitlab-ci updated: bea398200f...9afa68d1f3
Submodule includes/etc/ansible/playbooks updated: 8f8b27a11b...ef302641a1
Submodule includes/etc/ansible/roles updated: 56b5cf97d0...944566d0f0
@ -1,7 +1,7 @@
|
||||
ansible-core==2.16.1
|
||||
ansible-lint==6.15.0
|
||||
ansible-runner==2.3.4
|
||||
awxkit==23.6.0
|
||||
awxkit==23.9.0
|
||||
# Required for community.general.gitlab_*
|
||||
python_gitlab==4.3.0
|
||||
# community.postgresql
|
||||
|
Reference in New Issue
Block a user