ansible/lxd/launch.yml
2026-03-21 17:42:45 +00:00

5 lines
124 B
YAML

- hosts: localhost
tasks:
- name: Launch LXD container
ansible.builtin.shell: lxc launch {{ image }} {{ name }}