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 3a91b98b authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

docs: improve ansible collection usage

parent 850a2513
No related branches found
No related tags found
1 merge request!28Resolve "docs: improve ansible collection usage"
Pipeline #5629 passed with warnings
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
...@@ -81,10 +81,9 @@ Aucune. ...@@ -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. ...@@ -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. ...@@ -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. ...@@ -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. ...@@ -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. ...@@ -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. ...@@ -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. ...@@ -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
......
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