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

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <[email protected]>
  • Loading branch information
Normo committed May 22, 2024
1 parent 336e31f commit ac07ab2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ SPDX-License-Identifier: Apache-2.0

# Netplan Role

:warning: **This project is archived!** :warning:

This role has been migrated to our `hifis.toolkit` collection:

- <https://github.com/hifis-net/ansible-collection-toolkit>
- <https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/>

[![CI Status](https://github.com/hifis-net/ansible-role-netplan/actions/workflows/ci.yml/badge.svg)](https://github.com/hifis-net/ansible-role-haproxy/actions/workflows/ci.yml)
[![Ansible Role: hifis.netplan](https://img.shields.io/badge/role-hifis.netplan-blue)](https://galaxy.ansible.com/ui/standalone/roles/hifis/netplan/)
[![Ansible Role Downloads](https://img.shields.io/ansible/role/d/hifis/netplan)](https://galaxy.ansible.com/ui/standalone/roles/hifis/netplan/)
Expand Down
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

---

- name: Deprecation notice.
ansible.builtin.debug:
msg: "DEPRECATION NOTICE: This role has been migrated to the hifis.toolkit collection (https://github.com/hifis-net/ansible-collection-toolkit)."

- name: Check whether network configurations are given.
ansible.builtin.assert:
that:
Expand Down

0 comments on commit ac07ab2

Please sign in to comment.