Skip to content

Commit

Permalink
Merge pull request #22 from roles-ansible/ui
Browse files Browse the repository at this point in the history
Update galaxy namespace
  • Loading branch information
DO1JLR authored Dec 12, 2024
2 parents c3fabc5 + f68616b commit 07ecce6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.ntp.svg)](https://galaxy.ansible.com/ui/standalone/roles/l3d/ntp/)
[![BSD-3 Clause](https://ansible.l3d.space/svg/l3d.ntp_license.svg)](LICENSE)
[![Maintainance](https://ansible.l3d.space/svg/l3d.ntp_maintainance.svg)](https://ansible.l3d.space/#l3d.ntp)
[![Ansible Galaxy](https://ansible.l3d.space/svg/roles-ansible.ntp.svg)](https://galaxy.ansible.com/ui/standalone/roles/roles-ansible/ntp/)
[![BSD-3 Clause](https://ansible.l3d.space/svg/roles-ansible.ntp_license.svg)](LICENSE)
[![Maintainance](https://ansible.l3d.space/svg/roles-ansible.ntp_maintainance.svg)](https://ansible.l3d.space/#roles-ansible.ntp)

Ansible role ntp
======================
Expand Down Expand Up @@ -54,20 +54,20 @@ submodules_versioncheck: false
### Getting this Role
You can install this role using ansible Galaxy:
```bash
ansible-galaxy install l3d.ntp
ansible-galaxy install roles-ansible.ntp
```

Or download or clone this git repo. Example:
```bash
git clone https://github.com/roles-ansible/ansible_role_ntp.git l3d.ntp
git clone https://github.com/roles-ansible/ansible_role_ntp.git roles-ansible.ntp
```
### Using this role in a Playbook
```yml
---
- name: Install and Configure NTP
hosts: example.com
roles:
- {role: l3d.ntp, tags: ntp}
- {role: roles-ansible.ntp, tags: ntp}
vars:
submodules_versioncheck: true
ntp_set_time_zone: true
Expand Down Expand Up @@ -95,6 +95,7 @@ This role is tested on debian stable. It should work on other operating systems.
+ This role was created in 2018 by diodonfrost.
+ This role was updated and maintained since 2019 by L3D *([DO1JLR](https://github.com/do1jlr))*
+ In 2023 this role moved from ``do1jlr.ntp`` to ``l3d.ntp`` Namespace.
+ With the introduction of galaxy-ng the role was forced to move from ``l3d.ntp`` to the ``roles-ansible.ntp`` Namespace.

## Contribution
Pleas feel free to open a issue or *(even better)* create a Pull Request if there is a problem or you missing a feature or something like that.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
galaxy_info:
role_name: ntp
author: l3d
author: roles-ansible
description: Install and Configure the Network Time Protocol (NTP) Daemon
license: "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
playbook_version_number: 2062
playbook_version_number: 2063
ntp__playbook_version_path: 'role-ntp_chaos-bodensee_github.com.version'

ntp__vars:
Expand Down

0 comments on commit 07ecce6

Please sign in to comment.