diff --git a/bootstrap.adoc b/bootstrap.adoc index 98ea7d5..820fd56 100644 --- a/bootstrap.adoc +++ b/bootstrap.adoc @@ -283,7 +283,7 @@ Archlinux installation:: + ```bash root@archiso ~ # pacstrap /mnt base arch-install-scripts intel-ucode linux \ -> openssh python2 etckeeper git lvm2 btrfs-progs rsync +> openssh python etckeeper git lvm2 btrfs-progs rsync … root@archiso ~ # genfstab -L /mnt >>/mnt/etc/fstab ``` diff --git a/roles/_maintenance_start/defaults/main.yml b/roles/_maintenance_start/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/_maintenance_start/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/_maintenance_stop/defaults/main.yml b/roles/_maintenance_stop/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/_maintenance_stop/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/acme_back/defaults/main.yml b/roles/acme_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/acme_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/acme_front/defaults/main.yml b/roles/acme_front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/acme_front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/cleanupdate/defaults/main.yml b/roles/cleanupdate/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/cleanupdate/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/ddclient_FreeDNS_example/defaults/main.yml b/roles/ddclient_FreeDNS_example/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/ddclient_FreeDNS_example/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/ddclient_HE_example/defaults/main.yml b/roles/ddclient_HE_example/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/ddclient_HE_example/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_dotclear_front/defaults/main.yml b/roles/dmz_dotclear_front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_dotclear_front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_exim/defaults/main.yml b/roles/dmz_exim/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_exim/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_haproxy/defaults/main.yml b/roles/dmz_haproxy/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_haproxy/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_ihmgit_front/defaults/main.yml b/roles/dmz_ihmgit_front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_ihmgit_front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_ihmldap/defaults/main.yml b/roles/dmz_ihmldap/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_ihmldap/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_movim_front/defaults/main.yml b/roles/dmz_movim_front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_movim_front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_nextcloud_front/defaults/main.yml b/roles/dmz_nextcloud_front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_nextcloud_front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_nginx/defaults/main.yml b/roles/dmz_nginx/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_nginx/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_prosody_front/defaults/main.yml b/roles/dmz_prosody_front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_prosody_front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dmz_wallabag_front/defaults/main.yml b/roles/dmz_wallabag_front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dmz_wallabag_front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dotclear_back/defaults/main.yml b/roles/dotclear_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dotclear_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/dovecot/defaults/main.yml b/roles/dovecot/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/dovecot/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/front/defaults/main.yml b/roles/front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/front/tasks/main.yml b/roles/front/tasks/main.yml index 7901736..76daee4 100644 --- a/roles/front/tasks/main.yml +++ b/roles/front/tasks/main.yml @@ -45,7 +45,7 @@ ' (bzip2|dhcpcd|gzip|licenses|linux|lvm2|mdadm|pciutils|reiserfsprogs|systemd-sysvcompat|texinfo|usbutils|xfsprogs)$' | cut -d' ' -f2 ) - busybox openssh python2 etckeeper + busybox openssh python etckeeper args: creates: "{{front_dir}}/usr" register: arch diff --git a/roles/front_run/defaults/main.yml b/roles/front_run/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/front_run/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/ihmgit_back/defaults/main.yml b/roles/ihmgit_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/ihmgit_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/init/defaults/main.yml b/roles/init/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/init/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/iodine/defaults/main.yml b/roles/iodine/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/iodine/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/ldap/defaults/main.yml b/roles/ldap/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/ldap/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/ldap/tasks/main.yml b/roles/ldap/tasks/main.yml index ddb7bc2..8d81418 100644 --- a/roles/ldap/tasks/main.yml +++ b/roles/ldap/tasks/main.yml @@ -15,7 +15,7 @@ name: "{{item}}" state: present with_items: - - python2-ldap + - python-ldap - openldap - nss-pam-ldapd diff --git a/roles/mediaplayer/defaults/main.yml b/roles/mediaplayer/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/mediaplayer/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/movim_back/defaults/main.yml b/roles/movim_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/movim_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/msmtp/defaults/main.yml b/roles/msmtp/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/msmtp/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/nextcloud_back/defaults/main.yml b/roles/nextcloud_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/nextcloud_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/nextcloud_davfs/defaults/main.yml b/roles/nextcloud_davfs/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/nextcloud_davfs/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/nfs/defaults/main.yml b/roles/nfs/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/nfs/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/nftables_back/defaults/main.yml b/roles/nftables_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/nftables_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/nftables_front/defaults/main.yml b/roles/nftables_front/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/nftables_front/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/ntp/defaults/main.yml b/roles/ntp/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/ntp/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/php/defaults/main.yml b/roles/php/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/php/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/postgresql/defaults/main.yml b/roles/postgresql/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/postgresql/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/postgresql/tasks/main.yml b/roles/postgresql/tasks/main.yml index d76d4e0..7e1d2aa 100644 --- a/roles/postgresql/tasks/main.yml +++ b/roles/postgresql/tasks/main.yml @@ -17,7 +17,7 @@ with_items: - postgresql - postgresql-old-upgrade - - python2-psycopg2 + - python-psycopg2 ### UPSTREAM END ⇒ ### - name: merge upstream diff --git a/roles/postinstall/defaults/main.yml b/roles/postinstall/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/postinstall/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/printscan/defaults/main.yml b/roles/printscan/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/printscan/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/privatebin/defaults/main.yml b/roles/privatebin/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/privatebin/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/prosody_back/defaults/main.yml b/roles/prosody_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/prosody_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/pyruse/defaults/main.yml b/roles/pyruse/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/pyruse/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/slapd/defaults/main.yml b/roles/slapd/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/slapd/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/slapd/tasks/main.yml b/roles/slapd/tasks/main.yml index a72cdae..4e858a0 100644 --- a/roles/slapd/tasks/main.yml +++ b/roles/slapd/tasks/main.yml @@ -15,7 +15,7 @@ name: "{{item}}" state: present with_items: - - python2-ldap + - python-ldap - openldap ### UPSTREAM END ⇒ ### diff --git a/roles/sockets/defaults/main.yml b/roles/sockets/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/sockets/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/ssh/defaults/main.yml b/roles/ssh/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/ssh/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/ssowat/defaults/main.yml b/roles/ssowat/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/ssowat/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/transmission/defaults/main.yml b/roles/transmission/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/transmission/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/transmission_back/defaults/main.yml b/roles/transmission_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/transmission_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/transmission_nfs/defaults/main.yml b/roles/transmission_nfs/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/transmission_nfs/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2 diff --git a/roles/wallabag_back/defaults/main.yml b/roles/wallabag_back/defaults/main.yml deleted file mode 100644 index 4e7b3f5..0000000 --- a/roles/wallabag_back/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# The home-server project produces a multi-purpose setup using Ansible. -# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license. -# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. - -ansible_python_interpreter: /usr/bin/python2