This repository has been archived by the owner on May 22, 2024. It is now read-only.
Releases: hifis-net/ansible-role-ssh-keys
Releases · hifis-net/ansible-role-ssh-keys
Deprecation Notice
The role has been migrated to the hifis.toolkit
collection:
- https://github.com/hifis-net/ansible-collection-toolkit
- https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
You can install the collection and include the role in your playbook as followed:
ansible-galaxy collection install hifis.toolkit
- hosts: servers
roles:
- role: hifis.toolkit.ssh_keys
v1.4.0
Implemented enhancements:
- Create users if they are not present #48
Closed issues:
- Add a contribution guide #16
Merged pull requests:
- Prepare release v1.4.0 #56 (Normo)
- Add contribution guide #55 (Normo)
- Bump ansible-lint from 6.4.0 to 6.5.2 #54 (dependabot[bot])
- Add CITATION.cff #53 (Normo)
- Bump ansible from 6.2.0 to 6.3.0 #51 (dependabot[bot])
- Ensure ssh users are present #49 (Normo)
- Bump ansible from 6.1.0 to 6.2.0 #47 (dependabot[bot])
- Bump ansible-lint from 6.3.0 to 6.4.0 #46 (dependabot[bot])
- Fix role badges #45 (tobiashuste)
v1.3.0
Implemented enhancements:
- Add support for Debian 11, AlmaLinux 9 and Ubuntu 22.04 #42
- Use molecule-podman instead of molecule-docker #41
- Replacement for Centos 8 #18
- Add badges to README #13
- Migrate changelog to github-changelog-generator #3
Closed issues:
- Rename project to ansible-role-ssh-keys #4
Merged pull requests:
- Support Debian 11, AlmaLinux 9 and Ubuntu 22.04 #43 (tobiashuste)
- Remove support for EOL Debian 9 #39 (tobiashuste)
- Use molecule-podman instead of molecule-docker #38 (tobiashuste)
- Bump molecule from 3.6.1 to 4.0.1 #37 (dependabot[bot])
- Bump ansible from 5.7.1 to 6.1.0 #36 (dependabot[bot])
- Bump yamllint from 1.26.3 to 1.27.1 #35 (dependabot[bot])
- Bump ansible-lint from 6.2.1 to 6.3.0 #32 (dependabot[bot])
- Bump robertdebock/galaxy-action from 1.2.0 to 1.2.1 #29 (dependabot[bot])
- Bump reuse from 0.14.0 to 1.0.0 #28 (dependabot[bot])
- Bump ansible-lint from 6.1.0 to 6.2.1 #26 (dependabot[bot])
- Bump ansible-lint from 6.0.2 to 6.1.0 #24 (dependabot[bot])
- Bump ansible from 5.6.0 to 5.7.1 #23 (dependabot[bot])
- Add support for Rocky Linux 8 #21 (tobiashuste)
- Update links in changelog #20 (Normo)
- Add github_branch to role meta information #19 (Normo)
- Add badges to README #15 (tobiashuste)
- Update Python dependencies and specify Python version explicitly #14 (tobiashuste)
- Use the FQCN in the whole project #12 (tobiashuste)
- Update Galaxy meta information file #11 (tobiashuste)
- Migrate manual changelog to github-changelog-generator #10 (Normo)
- Implement GitHub actions workflows #2 (Normo)