Move to incus connection
This commit is contained in:
parent
578f699cb7
commit
93ae62dc93
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue