Move to incus connection

This commit is contained in:
Marty Oehme 2025-07-14 10:01:19 +02:00
parent 578f699cb7
commit 93ae62dc93
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 3 additions and 2 deletions

View file

@ -2,4 +2,5 @@
bob ansible_ssh_private_key_file=~/.ssh/keys/bob
[instance_system]
ansibletest ansible_connection=docker
#ansibletest ansible_connection=docker
dockerbob ansible_connection=community.general.incus ansible_incus_remote=bob

View file

@ -36,7 +36,7 @@
- name: Start the compose stack
community.docker.docker_compose_v2:
project_name: arr
project_name: arrstack
# project_src: "{{ arrstack_env_dir }}"
definition: "{{ lookup('template', 'docker-compose.yaml.j2') | from_yaml }}"
remove_orphans: true