Split arr role from playbook

This commit is contained in:
Marty Oehme 2025-04-12 09:39:39 +02:00
parent eaaa35de25
commit 71244751c7
Signed by: Marty
GPG key ID: 4E535BC19C61886E
11 changed files with 356 additions and 11 deletions

View file

@ -13,6 +13,14 @@
# name: incus-install
# tags: incus
# ansible-galaxy install geerlingguy.docker
- name: Install docker
hosts: docker_instance
tasks:
- name: Install docker and docker compose
ansible.builtin.import_role:
name: geerlingguy.docker
tags: docker
- name: Prepare all docker hosted containers
hosts: docker_instance