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:
commit
1f17e94d67
8 changed files with 22 additions and 30 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue