DebOps v3.0.0 Release Notes
Release Date: 2022-02-17 // over 4 years ago-
.. _debops v3.0.0: https://github.com/debops/debops/compare/v2.3.0...v3.0.0
➕ Added
🆕 New DebOps roles '''''''''''''''' - 🔧 The :ref:`debops.minidlna` role configures the MiniDLNA service that can be used to provide media (video, music, images) to other devices on the local network that support the DLNA protocol. - The :ref:`debops.pdns` role manages the `PowerDNS Authoritative Server`__, which is an authoritative DNS server with support for DNSSEC, DNS UPDATE, geographical load balancing, and storing zone data and metadata in one or more backends like relational databases, LDAP databases, and plain text files. .. __: https://www.powerdns.com/auth.html - The :ref:`debops.telegraf` role can be used to install and manage the `Telegraf`__ metrics server, which can send data to various other services. .. __: https://www.influxdata.com/time-series-platform/telegraf/ - 🔧 The :ref:`debops.lldpd` role provides support for managing and configuring the :command:`lldpd` service, which can be used to locate other network devices connected to a given host using the Link-Layer Discovery Protocol. The role is included in the :file:`common.yml` playbook by default. - 🔧 The :ref:`debops.zabbix_agent` role can install and configure Zabbix Agent, used for monitoring and metrics. - The :ref:`debops.keepalived` role can be used to install and manage :command:`keepalived` daemon, a lightweight load balancing and high availability service. - The :ref:`debops.rspamd` role can be used to install `rspamd`__ service, an anti-spam mail filter. The role automatically integrates with the :ref:`debops.postfix` role to provide anti-spam support. .. __: https://rspamd.org/ - 🔧 The :ref:`debops.imapproxy` role can install and configure the IMAP Proxy service, useful for web mail applications that use IMAP to access the mail services. General ''''''' - New Jinja filters ``from_toml`` and ``to_toml`` are available to DebOps roles, provided using a custom Ansible plugin. The filters require the ``toml`` Python package to be installed on the Ansible Controller. - 🆕 New Ansible custom lookup plugin ``dig_srv`` can be used in Ansible variables and tasks to simplify DNS SRV record parsing. The plugin can retrieve an existing SRV record or if none is found, fall back to a predefined default values for the hostname and port. - A new Ansible tag, ``meta::facts`` has been added in all DebOps roles to the tasks that install Ansible local facts. This can be useful during initial provisioning to avoid issues with Ansible ``--check`` mode when certain configurations depend on the presence of the local facts to gather details from the remote hosts. :ref:`debops.apt` role '''''''''''''''''''''' - The role can now enable additional Debian architectures on a given host, which allows for `Multiarch`__ installations. .. __: https://wiki.debian.org/Multiarch/HOWTO - 🔧 You can now purge specific APT packages along with their configuration and unused dependencies. This might be useful during bootstrap or provisioning process to remove unused or conflicting services installed by the provider. - 🔧 The role can now configure :file:`/etc/apt/auth.conf.d/` configuration files to enable access to restricted APT repositories that require HTTP Basic Authentication. :ref:`debops.dokuwiki` role ''''''''''''''''''''''''''' - The role now provides a set of variables and tasks which can be used to add or remove custom files in the DokuWiki installation, useful in certain setups. :ref:`debops.elasticsearch` role '''''''''''''''''''''''''''''''' - 🚀 In a cluster deployment on hosts with PKI environment configured, the role will automatically enable the X-Pack plugin and configure TLS encryption for HTTP client and inter-cluster communication. - Elasticsearch user accounts and role definitions can be managed via Ansible using the API access, when the encrypted communication and X-Pack plugin is enabled. The role will initialize a set of built-in user accounts in the Elasticsearch cluster automatically. :ref:`debops.ferm` role ''''''''''''''''''''''' - 📦 The ``arptables`` and ``ebtables`` APT packages will be installed by default. This is needed so that various alternatives for :command:`iptables` backends can be correctly synchronized. :ref:`debops.keyring` role '''''''''''''''''''''''''' - 🔧 The role can now configure :file:`/etc/apt/auth.conf.d/` configuration files to enable access to restricted APT repositories that require HTTP Basic Authentication. :ref:`debops.kibana` role ''''''''''''''''''''''''' - If the username and password for connection to the Elasticsearch service are provided, the role will configure Kibana to use TLS encryption for communication with the Elasticsearch cluster, based on the PKI environment managed by the :ref:`debops.pki` Ansible role. :ref:`debops.libvirtd` role ''''''''''''''''''''''''''' - The role will now install UEFI firmware for amd64 VMs, alongside traditional BIOS. :ref:`debops.lvm` role '''''''''''''''''''''' - The role can now manage `LVM Thin Pool Logical Volumes`__. .. __: https://man7.org/linux/man-pages/man7/lvmthin.7.html - It is now possible to apply custom options to :ref:`lvm__thin_pools` and :ref:`lvm__logical_volumes`. :ref:`debops.lxc` role '''''''''''''''''''''' - The role can define a list of SSH identities added to the ``root`` UNIX account in new LXC containers by default. This can be used to grant multiple system administrators access to the containers. :ref:`debops.netbase` role '''''''''''''''''''''''''' - The :man:`hosts(5)` database FQDN entries defined as strings will automatically create hostname aliases when the role uses a template to generate the :file:`/etc/hosts` database. :ref:`debops.nginx` role '''''''''''''''''''''''' - The role can be used in "config-only" mode where the :command:`nginx` packages are not installed but are expected to be present and in configuration compatible with DebOps. - 🔧 The :command:`nginx` server can now be configured to send logs to the :command:`syslog` service via a :file:`/dev/log` UNIX socket, instead of storing them in separate configuration files. :ref:`debops.pki` role '''''''''''''''''''''' - 👍 The role gained support for `Certbot`__ tool as an alternative to :command:`acme-tiny` script. Certbot provides `Lets' Encrypt DNS-01 challenge`__ functionality with wildcard and internal certificates. See role documentation for more details. .. __: https://certbot.eff.org/ .. __: https://letsencrypt.org/docs/challenge-types/#dns-01-challenge :ref:`debops.rsyslog` role '''''''''''''''''''''''''' - 0️⃣ It is now possible to override the default ``netstream_driver``, ``driver_mode`` and ``driver_authmode`` parameters in every :ref:`rsyslog__ref_forward` forwarding rule. :ref:`debops.sshd` role ''''''''''''''''''''''' - The ``sshd__ferm_interface`` variable can now be used to limit access to SSH via the host firewall based on interface. :ref:`debops.slapd` role '''''''''''''''''''''''' - The `SCHema for ACademia`__ (schac) LDAP schema has been added to the role to provide more LDAP attributes and object classes useful in university environments. .. __: https://wiki.refeds.org/display/STAN/SCHAC :ref:`debops.sysctl` role ''''''''''''''''''''''''' - 📦 The ``systemd`` Debian package in Debian Bullseye provides a :command:`sysctl` configuration file which increases the maximum number of PIDs allowed by the kernel. The role will create a "masked" configuration file to ensure that :command:`sysctl` configuration works in LXC containers, where the ``kernel.pid_max`` parameter will be commented out since it cannot be modified from inside of a container. On hardware and VM hosts the configuration will be applied as expected. 🔄 Changed⚡️ Updates of upstream application versions ''''''''''''''''''''''''''''''''''''''''
- In the :ref:
debops.ipxerole, the Debian Buster netboot installer version has been updated to the next point release, 10.11. Debian Bullseye has been updated to the next point relase as well, 11.2.
Debian 11 (Bullseye) has been released. The :ref:
debops.ipxerole will now prepare a netboot installer with this release and set Bullseye as the default Stable installation option.⚡️ The :file:
lxc_ssh.pyAnsible connection plugin has been updated to include latest changes and bugfixes.🔧 The Elastic APT repository configured on new installations by :ref:
debops.elastic_cohas been updated to version 7.x. Updating the repository configuration on existing hosts requires that you manually update the local facts or to set theelastic_co__versionvariable to '7.x' before running the playbook.⚡️ In the :ref:
debops.netboxrole, the NetBox version has been updated tov3.1.6. Note that you needv2.11.0or later to upgrade tov3.0.🌐 The Icinga Web 2 modules installed by :ref:
debops.icinga_webhave been updated to their latest versions. A quick database migration is needed after updating to get Director to work again. Just click the database migration button on the 'Icinga Director' -> 'Activities log' page.In the :ref:
debops.roundcuberole, the Roundcube version installed by default has been updated to1.4.13.⬆️ Drop Nextcloud 20 and 21 support because they are EOL. You need to upgrade Nextcloud manually if you are running version 21 or below. The role now defaults to Nextcloud 22 for new installations.
⚡️ In the :ref:
debops.wpclirole, the WpCli version has been updated to2.5.0.2.3.0and2.4.0can be installed by changingwpcli__version
General '''''''
🔒 DebOps tasks that import local SSH keys will now recognize FIDO U2F security keys used via the SSH agent.
🔧 The APT configuration by the :ref:
debops.aptand :ref:debops.apt_proxyroles in the :file:common.ymlplaybook has been moved to a separate play to ensure feature parity with the bootstrap playbooks.The :command:
debopsPython scripts have been completely rewritten and reorganized. The UI has been redesigned to use subcommands rather than separate scripts. This pans the way for easy extension of the script functionality in the future and improvements for various tasks done on the Ansible Controller.The DebOps monorepo can now be used as an "Ansible Collection" when path to the :file:
ansible/collections/subdirectory inside of the :command:gitrepository is specified in thecollections_paths__ variable in the Ansible configuration file.
.. note:: The roles and plugins included in DebOps are not yet fully compatible with the Collection system. They will be converted at a later time.
.. __: https://docs.ansible.com/ansible/latest/reference_appendices/config.html#collections-paths
🐳 The base Docker image used by DebOps Dockerfile has been changed from
debian:buster-slimtodebian:bullseye-slim. The Dockerfile has been updated to build and install DebOps from the monorepo instead of installing a release from PyPI.🔌 The references for custom Ansible lookup and filter plugins have been modified to use the Fully Qualified Collection Name format to allow the DebOps monorepo to work as an Ansible Collection.
🔌 Custom Ansible plugins included in the :ref:
debops.ansible_pluginsrole have been copied to the :file:ansible/plugins/subdirectories to make them available through the Ansible Collection mechanisms.Multiple roles that use the DNS
SRVResource Records to find related services have been updated to utilize the newdig_srvAnsible lookup plugin to find the records. This change should make the role code easier to maintain.Most of the DebOps roles now use :envvar:
debops__no_logvariable in tasks with theno_logAnsible keyword. This should provide an easier way to debug issues with various roles.Roles which use the :command:
dpkg-divertDebian utility to preserve original configuration files have been updated to use thedpkg_divertcustom Ansible module included in the DebOps Collection instead of using thecommandorshellAnsible modules to manage the diversion and reversion.
Continuous Integration ''''''''''''''''''''''
- ⚡️ The default box used by Vagrant for DebOps VMs has been updated from
debian/buster64todebian/bullseye64.
LDAP ''''
- The :file:
ldap/init-directory.ymlplaybook can now store the administrator credentials in the :file:secret/directory managed by the :ref:debops.secretrole. THe credentials can also be randomly generated if the playbook is used non-interactively.
:ref:
debops.aptrole ''''''''''''''''''''''- ⚡️ The role defaults have been updated, Bullseye is the new Stable.
:ref:
debops.apt_installrole ''''''''''''''''''''''''''''''- 📦 The
havegedDebian package will not be installed in a virtual machine if the underlying hypervisor technology already provides access to the host's RNG device through virtualization.
:ref:
debops.dhparamrole ''''''''''''''''''''''''''- The role will no longer install the :command:
cronservice directly; instead it depends on the :ref:debops.cronrole to ensure that the service is present. This allows replacing thecronDebian package with a different backend, for examplesystemd-cronpackage.
🐳 :ref:
debops.docker_serverrole ''''''''''''''''''''''''''''''''- ⏪ The role now enables
live restore__ by default.
.. __: https://docs.docker.com/config/containers/live-restore/
:ref:
debops.dovecotrole ''''''''''''''''''''''''''- The role has been throughly refreshed and now uses the
:ref:
universal_configurationformat for the service configuration. All role variables have been renamed to put them in a separate namespace.
.. warning:: If you use a Dovecot installation in your environment, you should check the new role documentation and update the relevant configuration in the Ansible inventory before applying the new role on your infrastructure.
:ref:
debops.elasticsearchrole ''''''''''''''''''''''''''''''''- 🔧 The main configuration is reorganized, original contents of the configuration
file are set in the :envvar:
elasticsearch__original_configurationvariable and the options changed by the role are set in the :envvar:elasticsearch__default_configurationvariable.
:ref:
debops.etckeeperrole ''''''''''''''''''''''''''''- ➕ Add
etckeeper__gitattributesoption to be able to appended to the :file:/etc/.gitattributesfile.
:ref:
debops.fermrole '''''''''''''''''''''''- 🔧 The backend configuration will now manage all relevant alternatives for
:command:
arptables, :command:ebtables, :command:iptablesand :command:ip6tablescommands to keep various parts of the firewall synchronized.
.. warning:: The variable which controls what backend is used has been renamed to :envvar:
ferm__iptables_backend_typedue to value change. You might need to update your Ansible inventory to select the correct backend.- 0️⃣ The default backend for :command:
iptablesis changed tolegacyon newer OS releases, becausethere's no plans__ to support :command:nftablesbackend by the :command:fermproject. You might want to check if the firewall configuration is correctly applied after running the role against already configured hosts.
.. __: https://github.com/MaxKellermann/ferm/issues/47
:ref:
debops.grubrole '''''''''''''''''''''''- 0️⃣ The role now enables the serial console by default.
:ref:
debops.ipxerole '''''''''''''''''''''''- 0️⃣ You can now define what kernel parameters are used by default in the Debian Installer, using an iPXE variable.
:ref:
debops.keyringrole ''''''''''''''''''''''''''- 0️⃣ The default keyserver used by the role has been changed to
Ubuntu keyserver__ due to deprecation of the SKS Keyserver pool.
.. __: https://keyserver.ubuntu.com/
:ref:
debops.logrotaterole ''''''''''''''''''''''''''''- The role will no longer install the :command:
cronservice directly; instead it depends on the :ref:debops.cronrole to ensure that the service is present. This allows replacing thecronDebian package with a different backend, for examplesystemd-cronpackage.
:ref:
debops.netboxrole '''''''''''''''''''''''''- Add
netbox__config_customoption to be able to configure not explicitly supported options in a raw format.
:ref:
debops.nginxrole ''''''''''''''''''''''''🔧 The
item.location_listentries in the server configuration can now define access policy for a specific location and use subnet ranges or password authentication to control access.Length and characters included in the passwords generated by the role for HTTP Basic Authentication can now be controlled using default variables.
:ref:
debops.phprole ''''''''''''''''''''''- 🔖 php7.4 has been added to the
php__version_preferencelist. This ensures that PHP-related packages are installed on Debian 11 (Bullseye) systems.
:ref:
debops.pkirole ''''''''''''''''''''''- The RootCA certificate for the Let's Encrypt ACME certificates has been
changed to :file:
mozilla/ISRG_Root_X1.crt, the previous CA certificate is now expired. Existing PKI realms will not be modified, you might need to recreate them or replace the :file:acme/root.pemsymlink manually.
:ref:
debops.postldaprole '''''''''''''''''''''''''''- A few changes to the Postfix LDAP lookup tables were made, most notably a better split between alias lookups (ldap_virtual_alias_maps.cf) and distribution list lookups (ldap_virtual_forward_maps.cf).
👀 :ref:
debops.preseedrole ''''''''''''''''''''''''''- The role has been redesigned from the ground up and uses
:ref:
universal_configurationto manage Preseed configuration files. Multiple "flavors" are provided to permit installation of Debian in a variety of environments. See the :ref:upgrade_notesfor details about upgrading an existing installation.
:ref:
debops.repreprorole '''''''''''''''''''''''''''- The role has been redesigned from scratch. It can now manage multiple APT
repository instances on separate DNS domains, repositories can have access
restrictions, the :command:
inoticomingservice has been replaced by a :command:systemd.pathunits. Repositories are now configured via the :ref:universal_configurationsystem. See the new role documentation for details.
:ref:
debops.rsyslogrole ''''''''''''''''''''''''''- 0️⃣ The default NetStream driver mode and authentication mode are now set based
on whether the
gtlsdriver is enabled.
:ref:
debops.slapdrole ''''''''''''''''''''''''The :file:
mailservice.schemaLDAP schema has been modified to add new LDAP attributes,mailPrivateAddressandmailContactAddress. This change includes additional constraints on uniqueness and requires a rebuild of the OpenLDAP service. See :ref:upgrade_notesfor details.The
sudoUserattribute index in the OpenLDAP service has been changed tosudoHost,sudoUser eq,subto provide better search performance for the :command:sssdservice. This will have to be changed manually on existing OpenLDAP installations before the role is idempotent.
:ref:
debops.sshdrole '''''''''''''''''''''''- Keep the
SSH_CONNECTIONenvironment variable when running commands with sudo.
:ref:
debops.sysctlrole '''''''''''''''''''''''''- 🔧 The role will configure protection for FIFOs and regular files along with protection for symlinks and hardlinks, introduced in Debian Bullseye.
:ref:
debops.system_usersrole '''''''''''''''''''''''''''''''- The role assumes that Ansible Controller has Python 3 available and will not check for Python 2.7 anymore while gathering local UNIX account details, to avoid issues with non-existent host facts.
⬆️ :ref:
debops.unattended_upgradesrole ''''''''''''''''''''''''''''''''''''''- The role now defaults to the admin_private_email Ansible fact (as provided by
:ref:
debops.core) for the :envvar:unattended_upgrades__mail_tovariable.
🛠 Fixed
General ''''''' - 🛠 Fixed an issue with user and group management roles where the UNIX account home directories were created even if they were specifically disabled. Roles should now be more careful and respect the administrator wishes. LDAP '''' - 👍 The :file:`ldap/init-directory.yml` playbook should now work better with non-local UNIX accounts and provide better defaults for standardized account names like ``ansible``. - The ``*__ldap_bindpw`` variables in various roles have been modified to create the passwords only when LDAP support is enabled. This should fix an issue in non-LDAP environments where Ansible would stop playbook execution when a single password file for an LDAP object was created by multiple hosts, generating a race condition due to empty domain part of the Distinguished Name. :ref:`debops.apt` role '''''''''''''''''''''' - The role no longer disables the backports repository of a Debian LTS or archive release. :ref:`debops.apt_cacher_ng` role '''''''''''''''''''''''''''''''' - The role no longer creates an unnecessary NGINX webroot directory. :ref:`debops.dhcpd` role '''''''''''''''''''''''' - host-identifier parameters are now always quoted in dhcpd6.conf. This is needed when the host-identifier contains periods (e.g. fully qualified domain names). :ref:`debops.dnsmasq` role '''''''''''''''''''''''''' - 🔧 Ensure that the configuration entries with ``a`` or ``aaaa`` parameter are correctly recognized as host entries. :ref:`debops.ipxe` role ''''''''''''''''''''''' - 👀 Make sure that the correct Preseed flavor is used when the user changes it using the menu item. :ref:`debops.kmod` role ''''''''''''''''''''''' - 🛠 Fixed an issue with role facts where the script ended with exception when the ``kmod`` package wasn't installed and the :command:`lsmod` command was not available. :ref:`debops.ldap` role ''''''''''''''''''''''' - The role will refresh the local facts when the :file:`/etc/ldap/ldap.conf` configuration changes to ensure that other roles have correct information available, for example when a new set of LDAP servers is used. :ref:`debops.libvirt` role '''''''''''''''''''''''''' - 🚀 The ``virt-top`` APT package is not part of the Debian Bullseye release, therefore the role will not try to install it by default. :ref:`debops.libvirtd` role ''''''''''''''''''''''''''' - 🚀 The ``virt-top`` APT package is not part of the Debian Bullseye release, therefore the role will not try to install it by default. - 0️⃣ The root account will no longer be added to the 'libvirt' group by default. :ref:`debops.lxc` role '''''''''''''''''''''' - 0️⃣ Use the Ubuntu GPG keyserver by default to download LXC container signing keys when the container is created by the :command:`lxc-new-unprivileged` script as well as through the ``lxc_container`` Ansible module (the SKS keyserver pool has been deprecated). - 🔧 Enable AppArmor nesting configuration in LXC v4.0.x version, used in Debian Bullseye. Without this, various :command:`systemd` services inside of the LXC containers cannot start and SSH/console login is delayed ~25 seconds. :ref:`debops.netbase` role '''''''''''''''''''''''''' - 🛠 Fixed an issue where the fact script broke when it tried to find the host's IP address using DNS and the host does not have an entry in the DNS or in :file:`/etc/hosts` database. - 🛠 Fixed an issue where the initial bootstrap and common playbook execution didn't provide the correct configuration for the :ref:`debops.netbase` role, resulting in a non-idempotent execution and wrong :file:`/etc/hosts` database contents. The order of the :ref:`debops.python` role in bootstrap and common playbooks has been adjusted to ensure that the Python packages required by the :ref:`debops.netbase` role are installed before its execution. :ref:`debops.netbox` role ''''''''''''''''''''''''' - Set ``client_max_body_size`` to ``25m`` in Nginx as in the NetBox Nginx config example. Before, it was at the Nginx default of ``1m`` which caused Nginx to reject larger picture uploads to NetBox. :ref:`debops.nginx` role '''''''''''''''''''''''' - Access to the ACME challenge directories is now always allowed, even if a server-wide allowlist configuration or HTTP basic authentication enforcement has been applied. This ensures that it is always possible to request and renew certificates through the ACME protocol. - 🚚 Do not remove the whole PKI hook directory when the :command:`nginx` hook script is removed by the role. :ref:`debops.owncloud` role ''''''''''''''''''''''''''' - 🛠 Fixed an issue with the :ref:`debops.nginx` configuration where some Nextcloud pages (LDAP configuration, for example) did not work correctly. :ref:`debops.pki` role '''''''''''''''''''''' - Ensure that the X.509 certificate requests generated by the :command:`pki-realm` script to renew Let's Encrypt/ACME certificates include SubjectAltNames defined in the PKI realm. :ref:`debops.postfix` role '''''''''''''''''''''''''' - 🚚 Do not remove the whole PKI hook directory when the :command:`postfix` hook script is removed by the role. :ref:`debops.proc_hidepid` role ''''''''''''''''''''''''''''''' - ➕ Add the ``procadmins`` UNIX group as a supplementary group in the :file:`user@.service` :command:`systemd` unit to fix an issue where the user service does not start when unified cgroupv2 hierarchy is used. :ref:`debops.prosody` role '''''''''''''''''''''''''' - 🚚 Do not remove the whole PKI hook directory when the :command:`prosody` hook script is removed by the role. :ref:`debops.rabbitmq_server` role '''''''''''''''''''''''''''''''''' - Correctly interpret the list of RabbitMQ user accounts to not create unwanted vhosts. :ref:`debops.redis_server` role ''''''''''''''''''''''''''''''' - 🛠 Fixed an issue with facts not showing Redis instances correctly when password is empty. debops.reprepro role '''''''''''''''''''' - ➕ Added missing architectures (all expected architectures for Bookworm, and some missing architectures for older releases). :ref:`debops.resolvconf` role ''''''''''''''''''''''''''''' - Ensure that the fact script correctly includes information about upstream nameservers when :command:`systemd-resolved` service is used. :ref:`debops.rsyslog` role '''''''''''''''''''''''''' - 🔧 The rsyslog role always configured the streamDriverPermittedPeers option, even when the ``anon`` network driver authentication mode was selected. :ref:`debops.sshd` role ''''''''''''''''''''''' - The role will no longer create an LDAP account when it is not needed. - The default :envvar:`sshd__login_grace_time` has been increased from 30 to 60 seconds. This mitigates a lock-out issue when :envvar:`sshd__use_dns` is enabled (the default) and your DNS resolvers are unreachable. - The role will avoid leaking the LDAP bind password through the process list during password file creation on the remote host. :ref:`debops.sudo` role ''''''''''''''''''''''' - 🛠 Fixed an issue in the fact script which resulted in a wrong string being picked up as the version number when :command:`sudo` was configured to use LDAP, but the LDAP service was not available. - 📦 The role will now skip installing the ``sudo-ldap`` package and creating the LDAP account object if :envvar:`sudo__ldap_enabled` is ``False``. :ref:`debops.sysctl` role ''''''''''''''''''''''''' - 0️⃣ The role's default of explicitly disabling packet forwarding conflicted with the sysctl configuration done by Docker Server. The role would disable essential (for Docker) packet forwarding, which would only be enabled again when the Docker daemon was manually restarted or the sysctl parameter was manually corrected. This has been fixed by letting the role default to enabling packet forwarding on Docker Server hosts. :ref:`debops.system_users` role ''''''''''''''''''''''''''''''' - ✏️ The ``create_home`` parameter was not functional because of typos in the Ansible task. ✂ RemovedGeneral '''''''
🚚 The old DebOps scripts have been removed from the monorepo, they are replaced with new, cleaner scripts that support subcommands.
⚡️ The :command:
debops-updatescript has been dropped from the project. Existing users should use :command:git clonecommand to install the DebOps monorepo if they wish to use the rolling release. There's also no need to install thedebopsPyPI package; DebOps scripts can be installed directly from the monorepo in development mode if desired.The :command:
debops-taskscript has been dropped. You can use the :command:ansiblecommand directly to perform ad-hoc commands against the Ansible inventory.🚚 The :command:
debops-defaultsscript has been removed from the project. Easy access to the role defaults will be implemented at a later date.The :command:
debops-initscript has been replaced with the :command:debops project initsubcommand.🚚 The :command:
debops-padlockscript has been removed from the project. It's functionality is now available via the :command:debops projectsubcommands.
:ref:
debops.nginxrole ''''''''''''''''''''''''- 🚚 The support for
SPDY__ protocol has been removed from the role; it has been replaced in the technology stack byHTTP/2__ specification.
.. _: https://en.wikipedia.org/wiki/SPDY .. _: https://en.wikipedia.org/wiki/HTTP/2
👀 :ref:
debops.preseedrole ''''''''''''''''''''''''''- 👌 Support for installing and configuring Salt Minions during host provisioning has been removed.
:ref:
debops.snmpdrole ''''''''''''''''''''''''- The tasks and other code which managed the :command:
lldpddaemon has been removed from the role. The :ref:debops.lldpdrole now provides the LLDP support and automatically integrates with SNMP daemon when it is detected.
🔒 Security
General ''''''' - Specific DebOps roles (:ref:`debops.dovecot`, :ref:`debops.owncloud`, :ref:`debops.postldap`) used password generation lookups with invalid parameters which might have resulted in a weaker passwords generated during their deployment. The parameters in the password lookups have been fixed; you might consider regenerating the passwords created by them by removing existing ones from the :ref:`debops.secret` storage on the Ansible Controller and re-running the roles. - In the :ref: