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

Use linux-ansible-init from azimuth-cloud image_utils collection #226

Merged
merged 13 commits into from
Sep 3, 2024
2 changes: 1 addition & 1 deletion ansible/roles/jupyter-repo2docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
when: ansible_os_family == "Debian"

- include_role:
name: linux-ansible-init
name: azimuth_cloud.image_utils.linux_ansible_init

- include_role:
name: linux-podman
Expand Down
105 changes: 0 additions & 105 deletions ansible/roles/linux-ansible-init/files/ansible-init.py

This file was deleted.

18 changes: 0 additions & 18 deletions ansible/roles/linux-ansible-init/files/ansible-init.service

This file was deleted.

3 changes: 0 additions & 3 deletions ansible/roles/linux-ansible-init/files/ansible.cfg

This file was deleted.

46 changes: 0 additions & 46 deletions ansible/roles/linux-ansible-init/tasks/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ansible/roles/linux-rdp-gateway/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
when: ansible_os_family == "Debian"

- include_role:
name: linux-ansible-init
name: azimuth_cloud.image_utils.linux_ansible_init

- include_role:
name: linux-podman
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/linux-rstudio/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
when: ansible_os_family == "Debian"

- include_role:
name: linux-ansible-init
name: azimuth_cloud.image_utils.linux_ansible_init

- include_role:
name: linux-podman
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/linux-webconsole/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
when: desktop_enabled is defined and desktop_enabled

- include_role:
name: linux-ansible-init
name: azimuth_cloud.image_utils.linux_ansible_init

- include_role:
name: linux-podman
Expand Down
3 changes: 3 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ collections:
version: 1.15.4
- name: prometheus.prometheus
version: 0.17.1
- name: https://github.com/azimuth-cloud/ansible-collection-image-utils
type: git
version: 0.2.0

roles:
- src: https://github.com/stackhpc/ansible-role-os-manila-mount.git
Expand Down
Loading