File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ These modules are distributed as [collections](https://docs.ansible.com/ansible/
2727To install them, run:
2828
2929```
30- ansible-galaxy collection install T_Systems_MMS .icinga_director
30+ ansible-galaxy collection install t_systems_mms .icinga_director
3131```
3232
3333Alternatively put the collection into a ` requirements.yml ` -file:
3434
3535```
3636---
3737collections:
38- - T_Systems_MMS .icinga_director
38+ - t_systems_mms .icinga_director
3939```
4040
4141Examples
@@ -46,7 +46,7 @@ See the `examples` directory for a complete list of examples.
4646```
4747- hosts: localhost
4848 collections:
49- - T_Systems_MMS .icinga_director
49+ - t_systems_mms .icinga_director
5050 tasks:
5151 - name: create a host in icinga
5252 icinga_host:
Original file line number Diff line number Diff line change 33# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
44# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
55# underscores or numbers and cannot contain consecutive underscores
6- namespace : T_Systems_MMS
6+ namespace : t_systems_mms
77
88# The name of the collection. Has the same character restrictions as 'namespace'
99name : icinga_director
@@ -45,13 +45,13 @@ tags: []
4545dependencies : {}
4646
4747# The URL of the originating SCM repository
48- repository : https://github.com/T-Systems-MMS/ansible-icinga-modules
48+ repository : https://github.com/T-Systems-MMS/ansible-collection- icinga-director
4949
5050# The URL to any online docs
51- documentation : https://github.com/T-Systems-MMS/ansible-icinga-modules
51+ documentation : https://github.com/T-Systems-MMS/ansible-collection- icinga-director
5252
5353# The URL to the homepage of the collection/project
54- homepage : https://github.com/T-Systems-MMS/ansible-icinga-modules
54+ homepage : https://github.com/T-Systems-MMS/ansible-collection- icinga-director
5555
5656# The URL to the collection issue tracker
57- issues : https://github.com/T-Systems-MMS/ansible-icinga-modules /issues
57+ issues : https://github.com/T-Systems-MMS/ansible-collection- icinga-director /issues
You can’t perform that action at this time.
0 commit comments