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

5 lines
149 B
YAML

- hosts: localhost
tasks:
- name: Create LXD container snapshot
ansible.builtin.shell: lxc snapshot {{ name }} {{ label | default('') }}