Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Releases: hifis-net/ansible-role-netplan

Deprecation Notice

22 May 10:17
ac07ab2
Compare
Choose a tag to compare

⚠️ This role is deprecated! ⚠️

The role has been migrated to the hifis.toolkit collection:

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.netplan

v0.5.0

13 Dec 10:13
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

Merged pull requests:

v0.4.0

22 Aug 07:56
ffed367
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Use FQCN everywhere #9
  • Add badges to README #7

Fixed bugs:

  • Molecule folder not linted by molecule #46
  • Computed fully qualified role name of netplan does not follow current galaxy requirements #5
  • Update Ansible Galaxy meta information #6 (tobiashuste)

Closed issues:

  • Fix ansible-lint violations #79
  • Replace deprecated gateway4 by routes #77
  • Switch to molecule-podman #56
  • Deprecation: Use 'ansible.utils.ipaddr' module instead #12

Merged pull requests:

Changed on GitLab.com

  • Update Python dependencies and use Python 3.9 in GitLab CI (!17 by tobiashuste).