-
0.4.4
Stablereleased this
2026-02-16 18:16:53 -06:00 | 2 commits to main since this release- Update cryptography dependency
- Add capability to handle passphrases on encrypted SSH private keys. Prompting can be forced with
--ask-key-passphraseor automated (e.g for CI) with--ssh-key-passphrase-env SOMEVAR
Downloads
-
enroll-0.4.4-py3-none-any.whl
22 downloads · 106 KiB
-
enroll-0.4.4-py3-none-any.whl.asc
21 downloads · 833 B
-
enroll-0.4.4.tar.gz
11 downloads · 105 KiB
-
enroll-0.4.4.tar.gz.asc
19 downloads · 833 B
-
Enroll.AppImage
35 downloads · 26 MiB
-
Enroll.AppImage.asc
22 downloads · 833 B
-
0.4.3
Stablereleased this
2026-01-15 18:05:48 -06:00 | 5 commits to main since this release- Add support for AddressFamily and ConnectTimeout in the .ssh/config when using --remote-ssh-config.
- Update dependencies
Downloads
-
enroll-0.4.3-py3-none-any.whl
33 downloads · 105 KiB
-
enroll-0.4.3-py3-none-any.whl.asc
27 downloads · 833 B
-
enroll-0.4.3.tar.gz
19 downloads · 104 KiB
-
enroll-0.4.3.tar.gz.asc
31 downloads · 833 B
-
Enroll.AppImage
48 downloads · 26 MiB
-
Enroll.AppImage.asc
30 downloads · 833 B
-
0.4.2
Stablereleased this
2026-01-13 05:13:35 -06:00 | 7 commits to main since this release- Support
--remote-ssh-config [path-to-ssh-config]as an argument in case extra params are required beyond--remote-portor--remote-user. Note:--remote-hostmust still be set, but it can be an 'alias' represented by the 'Host' value in the ssh config.
Downloads
-
enroll-0.4.2-py3-none-any.whl
36 downloads · 104 KiB
-
enroll-0.4.2-py3-none-any.whl.asc
30 downloads · 833 B
-
enroll-0.4.2.tar.gz
13 downloads · 103 KiB
-
enroll-0.4.2.tar.gz.asc
34 downloads · 833 B
-
Enroll.AppImage
37 downloads · 26 MiB
-
Enroll.AppImage.asc
32 downloads · 833 B
- Support
-
0.4.1
Stablereleased this
2026-01-10 17:20:42 -06:00 | 9 commits to main since this release- Add interactive output when 'enroll diff --enforce' is invoking Ansible.
Downloads
-
enroll-0.4.1-py3-none-any.whl
25 downloads · 103 KiB
-
enroll-0.4.1-py3-none-any.whl.asc
29 downloads · 833 B
-
enroll-0.4.1.tar.gz
9 downloads · 102 KiB
-
enroll-0.4.1.tar.gz.asc
32 downloads · 833 B
-
Enroll.AppImage
33 downloads · 26 MiB
-
Enroll.AppImage.asc
30 downloads · 833 B
-
0.4.0
Stablereleased this
2026-01-09 18:36:49 -06:00 | 11 commits to main since this release- Introduce
enroll validate- a tool to validate a harvest against the state schema, or check for missing or orphaned obsolete artifacts in a harvest. - Attempt to generate Jinja2 templates of systemd unit files and Postfix main.cf (now that JinjaTurtle supports it)
- Update pynacl dependency to resolve CVE-2025-69277
- Add
--exclude-pathtoenroll diffcommand, so that you can ignore certain churn from the diff (stuff you still wanted to harvest as a baseline but don't care if it changes day to day) - Add
--ignore-package-versionstoenroll diffcommand, to optionally ignore package upgrades (e.g due to patching) from the diff. - Add tags to the playbook for each role, to allow easier targeting of specific roles during play later.
- Add
--enforcemode toenroll diff. If there is diff detected between the two harvests, and it can enforce restoring the state from the older harvest, it will manifest the state and apply it with ansible. Only the specific roles that had diffed will be applied (via the new tags capability)
Downloads
-
enroll-0.4.0-py3-none-any.whl
31 downloads · 102 KiB
-
enroll-0.4.0-py3-none-any.whl.asc
35 downloads · 833 B
-
enroll-0.4.0.tar.gz
12 downloads · 101 KiB
-
enroll-0.4.0.tar.gz.asc
34 downloads · 833 B
-
Enroll.AppImage
47 downloads · 26 MiB
-
Enroll.AppImage.asc
33 downloads · 833 B
- Introduce
-
0.3.0
Stablereleased this
2026-01-05 00:15:25 -06:00 | 22 commits to main since this release- Introduce
enroll explain- a tool to analyze and explain what's in (or not in) a harvest and why. - Centralise the cron and logrotate stuff into their respective roles, we had a bit of duplication between roles based on harvest discovery.
- Capture other files in the user's home directory such as
.bashrc,.bash_aliases,.profile, if these files differ from the/etc/skeldefaults - Ignore files that end with a tilde or - (probably backup files generated by editors or shadow file changes)
- Manage certain symlinks e.g for apache2/nginx sites-enabled and so on
Downloads
-
enroll-0.3.0-py3-none-any.whl
32 downloads · 92 KiB
-
enroll-0.3.0-py3-none-any.whl.asc
30 downloads · 833 B
-
enroll-0.3.0.tar.gz
13 downloads · 90 KiB
-
enroll-0.3.0.tar.gz.asc
27 downloads · 833 B
-
Enroll.AppImage
55 downloads · 26 MiB
-
Enroll.AppImage.asc
32 downloads · 833 B
- Introduce
-
0.2.3
Stablereleased this
2026-01-04 04:25:46 -06:00 | 38 commits to main since this release- Introduce --ask-become-pass or -K to support password-required sudo on remote hosts, just like Ansible. It will also fall back to this prompt if a password is required but the arg wasn't passed in.
With thanks to slhck for the assistance, advice and feedback on the fix.
Downloads
-
enroll-0.2.3-py3-none-any.whl
29 downloads · 83 KiB
-
enroll-0.2.3-py3-none-any.whl.asc
32 downloads · 833 B
-
enroll-0.2.3.tar.gz
12 downloads · 80 KiB
-
enroll-0.2.3.tar.gz.asc
28 downloads · 833 B
-
Enroll.AppImage
35 downloads · 26 MiB
-
Enroll.AppImage.asc
29 downloads · 833 B
-
0.2.2
Stablereleased this
2026-01-02 19:32:55 -06:00 | 45 commits to main since this release- Fix stat() of parent directory so that we set directory perms correct on --include paths.
- Set pty for remote calls when sudo is required, to help systems with limits on sudo without pty
Downloads
-
enroll-0.2.2-py3-none-any.whl
28 downloads · 81 KiB
-
enroll-0.2.2-py3-none-any.whl.asc
29 downloads · 833 B
-
enroll-0.2.2.tar.gz
19 downloads · 78 KiB
-
enroll-0.2.2.tar.gz.asc
25 downloads · 833 B
-
Enroll.AppImage
44 downloads · 26 MiB
-
Enroll.AppImage.asc
31 downloads · 833 B
-
0.2.0
Stablereleased this
2025-12-29 00:53:51 -06:00 | 53 commits to main since this release- Add version CLI arg
- Add ability to enroll RH-style systems (DNF5/DNF/RPM)
- Refactor harvest state to track package versions
Downloads
-
enroll-0.2.0-py3-none-any.whl
31 downloads · 78 KiB
-
enroll-0.2.0-py3-none-any.whl.asc
29 downloads · 833 B
-
enroll-0.2.0.tar.gz
18 downloads · 76 KiB
-
enroll-0.2.0.tar.gz.asc
28 downloads · 833 B
-
Enroll.AppImage
49 downloads · 26 MiB
-
Enroll.AppImage.asc
29 downloads · 833 B
-
0.1.7
Stablereleased this
2025-12-28 01:40:26 -06:00 | 59 commits to main since this release- Fix an attribution bug for certain files ending up in the wrong package/role.
Downloads
-
enroll-0.1.7-py3-none-any.whl
30 downloads · 69 KiB
-
enroll-0.1.7-py3-none-any.whl.asc
29 downloads · 833 B
-
enroll-0.1.7.tar.gz
18 downloads · 68 KiB
-
enroll-0.1.7.tar.gz.asc
31 downloads · 833 B
-
Enroll.AppImage
36 downloads · 26 MiB
-
Enroll.AppImage.asc
34 downloads · 833 B