Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Mar 23, 2023
1 parent ab8c28f commit 0f6e838
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @konstruktoid
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Ansible role template repository

This is an [Ansible](https://www.ansible.com/) role template repository,
it contains:

- a complete Ansible role structure
- multiple GitHub actions that assists in [linting](https://ansible-lint.readthedocs.io/)
the role and managing any dependencies
- a basic [Ansible Molecule](https://molecule.readthedocs.io/en/latest/)
test environment using the [Vagrant](https://www.vagrantup.com/) driver

> **Note**
> You will need too at least update the `meta/main.yml`, `.github/CODEOWNERS`
> and `.github/workflows/issues.yml` before publishing anything.
```sh
.
├── .github
│   ├── CODEOWNERS
│   └── workflows
│   ├── issues.yml
│   ├── lint.yml
Expand Down Expand Up @@ -40,5 +54,5 @@
│   └── test.yml
└── tox.ini

13 directories, 25 files
13 directories, 26 files
```

0 comments on commit 0f6e838

Please sign in to comment.