mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Changed License
This commit is contained in:
parent
5b9aa582ab
commit
1216998760
@ -1,5 +1,4 @@
|
|||||||
# CyMaIS - Cyber Master Infrastructure Solution
|
# CyMaIS - Cyber Master Infrastructure Solution
|
||||||
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
|
|
||||||
|
|
||||||
<img src="https://cybermaster.space/wp-content/uploads/sites/7/2023/12/logo_cymais.png" width="300" style="float: right; margin-left: 10px;">
|
<img src="https://cybermaster.space/wp-content/uploads/sites/7/2023/12/logo_cymais.png" width="300" style="float: right; margin-left: 10px;">
|
||||||
|
|
||||||
@ -78,4 +77,4 @@ The following list showcases the extensive range of solutions that CyMaIS incorp
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the GNU Affero General Public License v3.0. The full license text is available in the [LICENSE file](./LICENSE.txt) of this repository.
|
This project is licensed from Kevin Veen-Birkenbach. The full license is available in the [LICENSE.md](./LICENSE.md) of this repository.
|
||||||
|
@ -12,10 +12,6 @@ This Ansible role automates the process of performing backups to a swappable USB
|
|||||||
|
|
||||||
This role was created and is maintained by Kevin Veen-Birkenbach.
|
This role was created and is maintained by Kevin Veen-Birkenbach.
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This code is released under the AGPL v3 license. Please refer to the [LICENSE](LICENSE) file for more details.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
This software was created with the assistance of [OpenAI ChatGPT](https://chat.openai.com/share/a75ca771-d8a4-4b75-9912-c515ba371ae4).
|
This software was created with the assistance of [OpenAI ChatGPT](https://chat.openai.com/share/a75ca771-d8a4-4b75-9912-c515ba371ae4).
|
@ -99,10 +99,6 @@ For more details, visit the [Akaunting Docker Repository](https://github.com/aka
|
|||||||
|
|
||||||
Your contributions and feedback are welcome. Please reach out for support or queries at kevin@veen.world.
|
Your contributions and feedback are welcome. Please reach out for support or queries at kevin@veen.world.
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This project is licensed under the GNU Affero General Public License v3.0.
|
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
This script is developed by Kevin Veen-Birkenbach. You can reach out to him at kevin@veen.world or visit his website at https://www.veen.world.
|
This script is developed by Kevin Veen-Birkenbach. You can reach out to him at kevin@veen.world or visit his website at https://www.veen.world.
|
@ -7,7 +7,3 @@ This Ansible role sets up Attendize, an open-source ticket selling and event man
|
|||||||
```bash
|
```bash
|
||||||
bash ./Makefile setup
|
bash ./Makefile setup
|
||||||
```
|
```
|
||||||
|
|
||||||
## Author and License
|
|
||||||
|
|
||||||
This role was created by Kevin Veen-Birkenbach (kevin@veen.world) and is distributed under the AGPL v3 License.
|
|
||||||
|
@ -12,10 +12,6 @@ An Ansible Role that installs `caffeine-ng` on Archlinux systems and sets it to
|
|||||||
|
|
||||||
None.
|
None.
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
AGPL 3
|
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
Kevin Veen-Birkenbach - kevin@veen.world - https://www.veen.world/
|
Kevin Veen-Birkenbach - kevin@veen.world - https://www.veen.world/
|
||||||
|
@ -4,7 +4,6 @@ dependencies:
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Kevin Veen-Birkenbach
|
author: Kevin Veen-Birkenbach
|
||||||
description: Ansible role for installing caffeine-ng and setting it to start at user login.
|
description: Ansible role for installing caffeine-ng and setting it to start at user login.
|
||||||
license: AGPL 3
|
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: 2.4
|
||||||
platforms:
|
platforms:
|
||||||
- name: Archlinux
|
- name: Archlinux
|
||||||
|
@ -28,8 +28,5 @@ An example of how to use this role in your playbook:
|
|||||||
- pc-gnucash
|
- pc-gnucash
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
|
||||||
This playbook is licensed under the terms of the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0).
|
|
||||||
|
|
||||||
## Author Information
|
## Author Information
|
||||||
This role was created by [Kevin Veen-Birkenbach](https://cybermaster.space).
|
This role was created by [Kevin Veen-Birkenbach](https://cybermaster.space).
|
@ -32,10 +32,6 @@ The following variables can be customized in the role's `vars/main.yml` file:
|
|||||||
|
|
||||||
To use this role, include it as a dependency in your playbook or role that requires email notifications. Ensure that the `systemd-notifier-email` role is correctly referenced and configured.
|
To use this role, include it as a dependency in your playbook or role that requires email notifications. Ensure that the `systemd-notifier-email` role is correctly referenced and configured.
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This Ansible role is licensed under the AGPL v3 License. See the LICENSE file for the full license text.
|
|
||||||
|
|
||||||
## Contact Information
|
## Contact Information
|
||||||
|
|
||||||
For any questions or feedback, please contact the author:
|
For any questions or feedback, please contact the author:
|
||||||
|
@ -29,10 +29,6 @@ This role was created as part of a conversation with OpenAI's ChatGPT and can be
|
|||||||
|
|
||||||
To use this role, include it as a dependency in your playbook or role that requires Telegram notifications. Ensure that the `systemd-notifier-telegram` role is correctly referenced and configured.
|
To use this role, include it as a dependency in your playbook or role that requires Telegram notifications. Ensure that the `systemd-notifier-telegram` role is correctly referenced and configured.
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This Ansible role is licensed under the AGPL v3 License. See the LICENSE file for the full license text.
|
|
||||||
|
|
||||||
## Contact Information
|
## Contact Information
|
||||||
|
|
||||||
For any questions or feedback, please contact the author:
|
For any questions or feedback, please contact the author:
|
||||||
|
@ -13,10 +13,6 @@ Features include:
|
|||||||
|
|
||||||
This role was created as part of a conversation with OpenAI's ChatGPT and can be found [here](https://chat.openai.com/share/96e4ca12-0888-41c0-9cfc-29c0180f0dba).
|
This role was created as part of a conversation with OpenAI's ChatGPT and can be found [here](https://chat.openai.com/share/96e4ca12-0888-41c0-9cfc-29c0180f0dba).
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This Ansible role is licensed under the AGPL v3 License. See the LICENSE file for the full license text.
|
|
||||||
|
|
||||||
## Role Dependencies
|
## Role Dependencies
|
||||||
|
|
||||||
This role has the following dependencies:
|
This role has the following dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user