Skip to content

Commit

Permalink
Merge pull request #6 from Mtze/add-install-steps-to-readme
Browse files Browse the repository at this point in the history
Doc: Add install steps to readme
  • Loading branch information
Mtze authored Feb 11, 2022
2 parents 4e0b319 + 25ebc9b commit 803d70a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ This role offers the following features:

This role is still in development - If you encounter problems or have feature requests, please open an [issue](https://github.com/Mtze/rke2-ansible/issues).

# Installation
You can install the role using [Ansible Galaxy](https://galaxy.ansible.com/mtze/rke2)

```
ansible-galaxy install mtze.rke2
```

Manual install of latest version:

```
ansible-galaxy install git+https://github.com/Mtze/rke2-ansible.git,main
```

# Role Variables

See `defaults` and `vars` folders for all possible variables.
Expand Down

0 comments on commit 803d70a

Please sign in to comment.