From 20dbeb9c221c1d5e508435d21ba5ae33bf36ce0e Mon Sep 17 00:00:00 2001 From: Martina Ferrari Date: Wed, 23 Oct 2024 04:49:43 -0300 Subject: [PATCH] Release 1.1 --- .config/ansible-lint.yaml | 3 +++ CHANGELOG.md | 4 ++++ LICENSE | 15 +++++++++++++++ galaxy.yml | 2 +- 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.config/ansible-lint.yaml b/.config/ansible-lint.yaml index d386512..f703c10 100644 --- a/.config/ansible-lint.yaml +++ b/.config/ansible-lint.yaml @@ -1,6 +1,9 @@ --- profile: production exclude_paths: + - roles/libvirt_host + - roles/libvirt_vm + - roles/ntp - roles/resolv skip_list: - meta-runtime[unsupported-version] # 2.14 deemed too old by ansible-lint diff --git a/CHANGELOG.md b/CHANGELOG.md index a442cb0..7963510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.0 - 2024-10-23 + +New release adding libvirt-host, libvirt-vm, and ntp roles. + ## 1.0.0 - 2024-09-11 Initial release with resolv role. diff --git a/LICENSE b/LICENSE index 35a2b3a..81bce2c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,21 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Martina Ferrari +Files: roles/libvirt_host/* +License: UNKNOWN +Copyright: 2022 Mark Goddard (mark@stackhpc.com) +Comment: https://github.com/stackhpc/ansible-role-libvirt-host + +Files: roles/libvirt_vm/* +License: UNKNOWN +Copyright: 2024 Mark Goddard (mark@stackhpc.com) +Comment: https://github.com/stackhpc/ansible-role-libvirt-vm + +Files: roles/ntp/* +License: MIT +Copyright: 2017 Jeff Geerling +Comment: https://github.com/geerlingguy/ansible-role-ntp + Files: roles/resolv/* License: MIT Copyright: 2016 Andrew J Huffman diff --git a/galaxy.yml b/galaxy.yml index 012da5c..2f789a3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: tina_pm name: third_party -version: 1.0.0 +version: 1.1.0 authors: - Adeodato Simó