1
0
Fork 0

docs: improve ansible collection usage

This commit is contained in:
Arthur BOUDREAULT 2022-05-24 15:31:20 +02:00
parent 850a251322
commit 3a91b98bd1
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