mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
Merge pull request #3 from roles-ansible/docs
Add License and update README
This commit is contained in:
commit
c55c2b266b
2 changed files with 14 additions and 3 deletions
1
LICENCE
1
LICENCE
|
@ -1,6 +1,7 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2021 Raoul <raoul@ccczh.ch>
|
Copyright (c) 2021 Raoul <raoul@ccczh.ch>
|
||||||
|
Copyright (c) 2021 L3D <l3d@c3woc.de>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
14
README.md
14
README.md
|
@ -1,4 +1,4 @@
|
||||||
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_acmetool/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/acmetool) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_acmetool/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_acmetool/blob/main/LICENSE)
|
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_acmetool/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/acmetool) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_acmetool/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_acmetool/blob/main/LICENCE)
|
||||||
|
|
||||||
Acmetool LE client
|
Acmetool LE client
|
||||||
==================
|
==================
|
||||||
|
@ -16,7 +16,17 @@ Install and configure the `acmetool` LE client.
|
||||||
Enable basic versionscheck. *(``true`` is recomended)*
|
Enable basic versionscheck. *(``true`` is recomended)*
|
||||||
|
|
||||||
References
|
References
|
||||||
----------
|
------------
|
||||||
|
|
||||||
* [acmetool](https://github.com/hlandau/acmetool)
|
* [acmetool](https://github.com/hlandau/acmetool)
|
||||||
* [acmetool user's guide](https://hlandau.github.io/acmetool/userguide)
|
* [acmetool user's guide](https://hlandau.github.io/acmetool/userguide)
|
||||||
|
|
||||||
|
Testing
|
||||||
|
---------
|
||||||
|
We are using the following github actions for testing and releasing to ansible galaxy.
|
||||||
|
|
||||||
|
| Action Status | Marketplace |
|
||||||
|
| ------------- | ----------- |
|
||||||
|
| [![Ansible Lint check](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/ansible-linting-check.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/ansible-linting-check.yml) | [ansible-lint](https://github.com/marketplace/actions/ansible-lint) |
|
||||||
|
| [![Galaxy release](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/galaxy.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/galaxy.yml) | [publish-ansible-role-to-galaxy](https://github.com/marketplace/actions/publish-ansible-role-to-galaxy) |
|
||||||
|
| [![Yamllint GitHub Actions](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/yamllint.yaml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/yamllint.yaml) | [yamllint-github-action](https://github.com/marketplace/actions/yamllint-github-action) |
|
||||||
|
|
Loading…
Reference in a new issue