Adding ntp and time
This commit is contained in:
parent
8c74666891
commit
0dc7e3a1c3
1 changed files with 26 additions and 1 deletions
|
@ -439,7 +439,7 @@ no_galaxy: true
|
|||
----
|
||||
galaxy_name: l3d.avahi
|
||||
----
|
||||
galaxy_url: https://galaxy.ansible.com/l3d/avahi
|
||||
galaxy_url: https://galaxy.ansible.com/ui/repo/published/l3d/avahi/
|
||||
----
|
||||
maintainance: true
|
||||
----
|
||||
|
@ -459,3 +459,28 @@ name: Avahi Daemon
|
|||
role_name: l3d.avahi_daemon
|
||||
-----
|
||||
galaxy_name: l3d.avahi.daemon
|
||||
#### collections ####
|
||||
name: Ansible time collection
|
||||
----
|
||||
gitrepo: https://github.com/roles-ansible/ansible_collection_time
|
||||
----
|
||||
gitearepo: https://git.l3d.ch/ansible/ansible_collection_time.git
|
||||
----
|
||||
no_galaxy: true
|
||||
----
|
||||
galaxy_name: l3d.time
|
||||
----
|
||||
galaxy_url: https://galaxy.ansible.com/ui/repo/published/l3d/time/
|
||||
----
|
||||
maintainance: true
|
||||
----
|
||||
license: MIT
|
||||
----
|
||||
roles:
|
||||
|
||||
##### single #####
|
||||
name: NTP Server
|
||||
-----
|
||||
role_name: l3d.ntp
|
||||
-----
|
||||
galaxy_name: l3d.time.ntp
|
||||
|
|
Loading…
Reference in a new issue