diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c66046ccefb55868791a3763ed52b5a51088f400..3fc5e38285e0a6d482135cd9822668beca63cf5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,23 @@ --- +#-----------------------------------------------------------------------------# +# ansible-yunohost allows to deploy Yunohost using Ansible # +# Copyright 2021-2021 Lydra https://www.lydra.fr/ # +# # +# this program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# this program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see <http://www.gnu.org/licenses/>. # +# # +#-----------------------------------------------------------------------------# + # -*- coding: utf-8 -*- # Doc: https://docs.gitlab.com/ce/ci/yaml/#include diff --git a/README-FR.md b/README-FR.md index 428abde8c8a7b9744bb1019c2326122dce8d2b79..a765017757c5b945ce5a10f768fa04fe15956793 100644 --- a/README-FR.md +++ b/README-FR.md @@ -118,4 +118,6 @@ Aucune. ## License +[](https://choosealicense.com/licenses/gpl-3.0/) + GPL-3.0 diff --git a/README.md b/README.md index d25c3d2536eac75126713d200229626a88e46abe..e9fac00c39014619611779375662964a394a2cd0 100644 --- a/README.md +++ b/README.md @@ -117,4 +117,6 @@ None. ## License +[](https://choosealicense.com/licenses/gpl-3.0/) + GPL-3.0 diff --git a/default/main.yml b/default/main.yml index 2c6873ee35158aaa3765b7fd348fc74be4d914d1..2971031e9acbb552cdaefe11f7fc865fbb55ed8b 100644 --- a/default/main.yml +++ b/default/main.yml @@ -1,4 +1,23 @@ --- +#-----------------------------------------------------------------------------# +# ansible-yunohost allows to deploy Yunohost using Ansible # +# Copyright 2021-2021 Lydra https://www.lydra.fr/ # +# # +# this program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# this program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see <http://www.gnu.org/licenses/>. # +# # +#-----------------------------------------------------------------------------# + # Debian 10 script only. ynh_install_script_url: https://install.yunohost.org diff --git a/meta/main.yml b/meta/main.yml index 59d87b9096984c3f4b21515a479f7f5e350d4822..843253795d33d3f8c04557c97380dcd938fc4103 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,3 +1,4 @@ +--- galaxy_info: role_name: yunohost author: lydra diff --git a/tasks/apps.yml b/tasks/apps.yml index 6d2fb0cfe08cce999279ad777377b7f58ad569ac..525f81bcacda1d8d366d1fbc524503958a8c05c1 100644 --- a/tasks/apps.yml +++ b/tasks/apps.yml @@ -1,4 +1,23 @@ --- +#-----------------------------------------------------------------------------# +# ansible-yunohost allows to deploy Yunohost using Ansible # +# Copyright 2021-2021 Lydra https://www.lydra.fr/ # +# # +# this program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# this program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see <http://www.gnu.org/licenses/>. # +# # +#-----------------------------------------------------------------------------# + - name: List currently installed apps ansible.builtin.command: yunohost app map --output-as json register: ynh_installed_apps_raw diff --git a/tasks/domains.yml b/tasks/domains.yml index 7c9ad27582957e9574ed799456bd47ac54e5f80e..43fd607adbbc512deb8538a88c8bff3bbbbe5332 100644 --- a/tasks/domains.yml +++ b/tasks/domains.yml @@ -1,4 +1,23 @@ --- +#-----------------------------------------------------------------------------# +# ansible-yunohost allows to deploy Yunohost using Ansible # +# Copyright 2021-2021 Lydra https://www.lydra.fr/ # +# # +# this program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# this program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see <http://www.gnu.org/licenses/>. # +# # +#-----------------------------------------------------------------------------# + - name: List currently installed domains ansible.builtin.command: yunohost domain list --output-as json register: ynh_installed_domains_raw diff --git a/tasks/main.yml b/tasks/main.yml index 1719b05e03e432e16f8b1e1ec330365be34cb6f8..e0f8b73252fcbfd9ea571700081a93e3e69b58d4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,4 +1,23 @@ --- +#-----------------------------------------------------------------------------# +# ansible-yunohost allows to deploy Yunohost using Ansible # +# Copyright 2021-2021 Lydra https://www.lydra.fr/ # +# # +# this program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# this program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see <http://www.gnu.org/licenses/>. # +# # +#-----------------------------------------------------------------------------# + - name: Install requirements ansible.builtin.apt: name: diff --git a/tasks/users.yml b/tasks/users.yml index ac3e087bad0da05c4ad8c36b4c64da4d7b822f85..06e3c4c171e3673e7b2a7c306353d881eb24aff3 100644 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -1,4 +1,23 @@ --- +#-----------------------------------------------------------------------------# +# ansible-yunohost allows to deploy Yunohost using Ansible # +# Copyright 2021-2021 Lydra https://www.lydra.fr/ # +# # +# this program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# this program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see <http://www.gnu.org/licenses/>. # +# # +#-----------------------------------------------------------------------------# + - name: List users ansible.builtin.command: yunohost user list --output-as json register: ynh_registered_users_raw