feat: initial commit
This commit is contained in:
commit
072a1ed764
36 changed files with 1089 additions and 0 deletions
53
README.md
Normal file
53
README.md
Normal file
|
@ -0,0 +1,53 @@
|
|||
<h1 align="center">
|
||||
<br>
|
||||
<img src="https://guardianproject.dev/irl/.profile/raw/branch/main/header.png" alt="irl.xyz">
|
||||
<br>
|
||||
</h1>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://docs.ansible.com/">
|
||||
<img alt="Language: Ansible" src="https://img.shields.io/badge/Language-Ansible-CC0001?style=flat-square&label=Language">
|
||||
</a>
|
||||
<a href="https://opensource.org/licenses/BSD-2-Clause">
|
||||
<img alt="Licence: BSD 2-Clause" src="https://img.shields.io/badge/License-BSD%202--Clause-orange?style=flat-square">
|
||||
</a>
|
||||
<img alt="Lifecycle: Experimental" src="https://img.shields.io/badge/Lifecycle-Experimental-339999?style=flat-square">
|
||||
</p>
|
||||
|
||||
## ansible-collection-wip
|
||||
|
||||
This is the home of Ansible roles and playbooks that have been put together for one reason or another, but have not yet
|
||||
been polished for publication. No guarantee is made that anything here will be maintained, however some challenges may
|
||||
have been overcome in producing these so there may be some lessons to learn from the YAML herein.
|
||||
|
||||
Generally roles will be targeting the latest release of Debian GNU/Linux. As new releases are approaching, sometimes
|
||||
I'll jump the gun and start targeting the unreleased next version as it is usually ready for production anyway. The
|
||||
Debian people just like to get everything perfect before they hit the release button.
|
||||
|
||||
### Usage
|
||||
|
||||
Use these as examples, but I would strongly recommend you do not include these directly in your IaC.
|
||||
If something here fits your needs really well, maybe [get in touch](https://irl.xyz/contact/) with me and check if I'm
|
||||
planning to maintain that role or playbook.
|
||||
Sometimes a bit of external motivation is the push I need to get something finished, otherwise you can always
|
||||
[hire me to do it](https://www.sr2.uk/).
|
||||
|
||||
### Licence
|
||||
|
||||
Copyright © 2022-2025 irl.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
|
||||
following conditions are met:
|
||||
|
||||
Redistributions of source code must retain the above copyright notice, this list of conditions and the following
|
||||
disclaimer.
|
||||
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
|
||||
disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
Loading…
Add table
Add a link
Reference in a new issue