Skip to content

Commit

Permalink
Use linux-ansible-init from azimuth-cloud image_utils collection (azi…
Browse files Browse the repository at this point in the history
…muth-cloud#226)

* Update to use linux-ansible-init role from Galaxy and remove in-repo

* Update requirements.yml

add external ansible-init to requirements

* Update main.yml

update ansible-init dependency for linux-webconsole

* Update main.yml

* Update main.yml

* Update main.yml

* Update requirements.yml

* Use ansible-init from image_utils collection

* bump azimuth-image-utils release

* verbose linux-rstudio.pkr.hcl

* verbose linux-rstudio.pkr.hcl

* image-utils 0.2.0

* Update linux-rstudio.pkr.hcl

---------

Co-authored-by: bertie <[email protected]>
  • Loading branch information
bertiethorpe and bertiethorpe authored Sep 3, 2024
1 parent 8a0c30f commit 3421bfb
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 176 deletions.
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

0 comments on commit 3421bfb

Please sign in to comment.