Support --remote-ssh-config [path-to-ssh-config] as an argument in case extra params are required beyond --remote-port or --remote-user.
All checks were successful
CI / test (push) Successful in 8m18s
Lint / test (push) Successful in 33s
Trivy / test (push) Successful in 25s

Note: `--remote-host` must still be set, but it can be an 'alias' represented by the 'Host' value in the ssh config.
This commit is contained in:
Miguel Jacq 2026-01-13 21:56:28 +11:00
parent 5754ef1aad
commit f5eaac9f75
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
6 changed files with 110 additions and 14 deletions

View file

@ -1,4 +1,4 @@
%global upstream_version 0.4.1
%global upstream_version 0.4.2
Name: enroll
Version: %{upstream_version}
@ -43,6 +43,9 @@ Enroll a server's running state retrospectively into Ansible.
%{_bindir}/enroll
%changelog
* Tue Jan 13 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Support `--remote-ssh-config [path-to-ssh-config]` as an argument in case extra params are required beyond `--remote-port` or `--remote-user`. Note: `--remote-host` must still be s
et, but it can be an 'alias' represented by the 'Host' value in the ssh config.
* Sun Jan 11 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
- Add interactive output when 'enroll diff --enforce' is invoking Ansible.
* Sat Jan 10 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}