1
0
Fork 0

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

Resolve "docs: improve ansible collection usage"

Closes #46

See merge request lydra/yunohost/ansible-yunohost!28
This commit is contained in:
Christophe Chaudier 2022-05-24 13:52:14 +00:00
commit 1f17e94d67
8 changed files with 22 additions and 30 deletions

View file

@ -81,10 +81,9 @@ Aucune.
- name: Install Yunohost apps
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_apps
- lydra.yunohost.ynh_apps
```
## License

View file

@ -81,10 +81,9 @@ None.
- name: Install Yunohost apps
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_apps
- lydra.yunohost.ynh_apps
```
## License

View file

@ -47,10 +47,9 @@ Aucune.
- name: Configure Yunohost backups
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_backup
- lydra.yunohost.ynh_backup
```
## License

View file

@ -47,10 +47,9 @@ None.
- name: Configure Yunohost backups
hosts: all
become: True
collections:
- lydra.yunohost
roles:
- ynh_backup
- lydra.yunohost.ynh_backup
```
## License

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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