<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ansible-role-borgbackup, branch master</title>
<subtitle>Ansible role for deploying scheduled borgbackup configurations</subtitle>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/'/>
<entry>
<title>Declare community.crypto dependency</title>
<updated>2026-07-02T16:28:57+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-07-02T16:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=fa137a92e1084a07608a4008ec0cb891baa76774'/>
<id>fa137a92e1084a07608a4008ec0cb891baa76774</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add github actions for molecule</title>
<updated>2026-07-02T16:19:38+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-07-02T16:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=e0d215ddc8b22e5f16acf40240a7561ee24e4454'/>
<id>e0d215ddc8b22e5f16acf40240a7561ee24e4454</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add state: absent variable</title>
<updated>2026-07-02T16:10:04+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-07-02T16:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=50b914e77695fd1cdb294653f20143747e7e3b01'/>
<id>50b914e77695fd1cdb294653f20143747e7e3b01</id>
<content type='text'>
Allow removing configuration for repositories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow removing configuration for repositories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support custom arguments for borg create</title>
<updated>2026-06-29T18:56:50+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-06-29T18:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=66e46df3d2a840bf62ef8084ad171041772db65e'/>
<id>66e46df3d2a840bf62ef8084ad171041772db65e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format python files with ruff</title>
<updated>2026-06-28T21:24:21+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-06-28T21:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=a0432093db76d7bb462f113d4bbeca0a8f376e95'/>
<id>a0432093db76d7bb462f113d4bbeca0a8f376e95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: use ansible_facts for getent_passwd</title>
<updated>2026-06-28T21:18:35+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-06-28T20:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=1143a273413e8c3df0b4c0f553eab30acb0804f8'/>
<id>1143a273413e8c3df0b4c0f553eab30acb0804f8</id>
<content type='text'>
Replace direct usage of getent_passwd with ansible_facts.getent_passwd
in both client_setup.yml and server_setup.yml.

Ansible 2.24+ will remove the INJECT_FACTS_AS_VARS feature, requiring
explicit use of ansible_facts dictionary instead of top-level fact
variables.

Fixes deprecation warning:
  INJECT_FACTS_AS_VARS default to 'True' is deprecated, top-level facts
  will not be auto injected after the change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace direct usage of getent_passwd with ansible_facts.getent_passwd
in both client_setup.yml and server_setup.yml.

Ansible 2.24+ will remove the INJECT_FACTS_AS_VARS feature, requiring
explicit use of ansible_facts dictionary instead of top-level fact
variables.

Fixes deprecation warning:
  INJECT_FACTS_AS_VARS default to 'True' is deprecated, top-level facts
  will not be auto injected after the change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parametrize server-side borg user</title>
<updated>2026-06-28T21:18:35+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-06-28T20:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=7d96c1a11fc442b4efddf9ce5250cf0a9dfaf02e'/>
<id>7d96c1a11fc442b4efddf9ce5250cf0a9dfaf02e</id>
<content type='text'>
Adds option to choose a non-default borg backup user on the server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds option to choose a non-default borg backup user on the server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to disable decryption key export</title>
<updated>2026-06-28T20:26:36+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-06-28T19:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=785e6c88e4c0a3ccc44fd357b4f693c5aadd432c'/>
<id>785e6c88e4c0a3ccc44fd357b4f693c5aadd432c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: sync argument_specs.yml</title>
<updated>2026-06-28T19:58:51+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-06-28T19:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=9df891b2bc48a7565103bab3f5bdc64542aec5f8'/>
<id>9df891b2bc48a7565103bab3f5bdc64542aec5f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add storage quota support</title>
<updated>2026-06-27T21:28:48+00:00</updated>
<author>
<name>Colin Wilk</name>
<email>colin@wilk.cx</email>
</author>
<published>2026-06-27T21:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.wilk.cx/ansible/ansible-role-borgbackup.git/commit/?id=8b0175c70cbf3ed63c9a0e617c3f1e5332650ff6'/>
<id>8b0175c70cbf3ed63c9a0e617c3f1e5332650ff6</id>
<content type='text'>
Add borg_storage_quota variable to limit repository storage on the
borg server via --storage-quota option in authorized_keys.

When not using borg_ssh_key_per_repo, all repos for a host must share
the same quota setting (similar to --append-only). Per-repo SSH keys
enable independent quotas per repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add borg_storage_quota variable to limit repository storage on the
borg server via --storage-quota option in authorized_keys.

When not using borg_ssh_key_per_repo, all repos for a host must share
the same quota setting (similar to --append-only). Per-repo SSH keys
enable independent quotas per repository.
</pre>
</div>
</content>
</entry>
</feed>
