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 - name: Install Yunohost apps
hosts: all hosts: all
become: True become: True
collections:
- lydra.yunohost
roles: roles:
- ynh_apps - lydra.yunohost.ynh_apps
``` ```
## License ## License

View file

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

View file

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

View file

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

View file

@ -61,10 +61,9 @@ Aucune.
- name: Configure Yunohost on Debian Server - name: Configure Yunohost on Debian Server
hosts: all hosts: all
become: True become: True
collections:
- lydra.yunohost
roles: roles:
- ynh_config - lydra.yunohost.ynh_config
``` ```
## License ## License

View file

@ -61,10 +61,9 @@ None.
- name: Configure Yunohost on Debian Server - name: Configure Yunohost on Debian Server
hosts: all hosts: all
become: True become: True
collections:
- lydra.yunohost
roles: roles:
- ynh_config - lydra.yunohost.ynh_config
``` ```
## License ## License

View file

@ -77,13 +77,12 @@ Aucune.
- name: Install Yunohost on Debian Server - name: Install Yunohost on Debian Server
hosts: all hosts: all
become: True become: True
collections:
- lydra.yunohost
roles: roles:
- ynh_setup - lydra.yunohost.ynh_setup
- ynh_apps - lydra.yunohost.ynh_apps
- ynh_config - lydra.yunohost.ynh_config
- ynh_backup - lydra.yunohost.ynh_backup
``` ```
## License ## License

View file

@ -77,13 +77,12 @@ None.
- name: Install Yunohost on Debian Server - name: Install Yunohost on Debian Server
hosts: all hosts: all
become: True become: True
collections:
- lydra.yunohost
roles: roles:
- ynh_setup - lydra.yunohost.ynh_setup
- ynh_apps - lydra.yunohost.ynh_apps
- ynh_config - lydra.yunohost.ynh_config
- ynh_backup - lydra.yunohost.ynh_backup
``` ```
## License ## License