Skip to content

Commit

Permalink
Use correct version number into examples (#94)
Browse files Browse the repository at this point in the history
* Use correct version number into examples

* Adapt example to use fqdn roles names

Co-authored-by: Julian Vanden Broeck <julian.vandenbroeck@dalibo.com>
  • Loading branch information
l00ptr and Julian Vanden Broeck authored Jul 13, 2022
1 parent cb8c450 commit b45330e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Collection to setup and manage components of the Icinga software stack.
You can easily install the collection with the `ansible-galaxy` command.

```
ansible-galaxy collection install git+https://github.com/Icinga/ansible-collection-icinga.git,v0.1.0
ansible-galaxy collection install git+https://github.com/Icinga/ansible-collection-icinga.git,0.1.0
```

Or if you are using Tower or AWX add the collection to your requirements file.
Expand All @@ -33,7 +33,7 @@ Or if you are using Tower or AWX add the collection to your requirements file.
collections:
- name: https://github.com/Icinga/ansible-collection-icinga.git
type: git
version: v0.1.0
version: 0.1.0
```

## Usage
Expand All @@ -42,9 +42,7 @@ To use the collection in your playbooks, add the collections and then use the ro

```
- hosts: icinga-server
collections:
- icinga.icinga
roles:
- repos
- icinga2
- icinga.icinga.repos
- icinga.icinga.icinga2
```

0 comments on commit b45330e

Please sign in to comment.