Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1f17e94d authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '46-docs-improve-ansible-collection-usage' into 'main'

Resolve "docs: improve ansible collection usage"

Closes #46

See merge request !28
parents 850a2513 3a91b98b
No related branches found
No related tags found
1 merge request!28Resolve "docs: improve ansible collection usage"
Pipeline #5866 failed
......@@ -81,10 +81,9 @@ Aucune.
- name: Install Yunohost apps
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_apps
- lydra.yunohost.ynh_apps
```
## License
......
......@@ -81,10 +81,9 @@ None.
- name: Install Yunohost apps
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_apps
- lydra.yunohost.ynh_apps
```
## License
......
......@@ -47,10 +47,9 @@ Aucune.
- name: Configure Yunohost backups
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_backup
- lydra.yunohost.ynh_backup
```
## License
......
......@@ -47,10 +47,9 @@ None.
- name: Configure Yunohost backups
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_backup
- lydra.yunohost.ynh_backup
```
## License
......
......@@ -61,10 +61,9 @@ Aucune.
- name: Configure Yunohost on Debian Server
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_config
- lydra.yunohost.ynh_config
```
## License
......
......@@ -61,10 +61,9 @@ None.
- name: Configure Yunohost on Debian Server
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_config
- lydra.yunohost.ynh_config
```
## License
......
......@@ -77,13 +77,12 @@ Aucune.
- name: Install Yunohost on Debian Server
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_setup
- ynh_apps
- ynh_config
- ynh_backup
- lydra.yunohost.ynh_setup
- lydra.yunohost.ynh_apps
- lydra.yunohost.ynh_config
- lydra.yunohost.ynh_backup
```
## License
......
......@@ -77,13 +77,12 @@ None.
- name: Install Yunohost on Debian Server
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_setup
- ynh_apps
- ynh_config
- ynh_backup
- lydra.yunohost.ynh_setup
- lydra.yunohost.ynh_apps
- lydra.yunohost.ynh_config
- lydra.yunohost.ynh_backup
```
## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment