Changeset - ce24831d92f8
[Not reviewed]
0 4 0
Branko Majic (branko) - 4 years ago 2020-05-06 14:42:56
branko@majic.rs
MAR-152: Update documentation regarding removal of support for Debian 8 Jessie:

- Updated introductory information about the project.
- Removed references to Debian 8 Jessie from documentation.
- Updated release notes.
4 files changed with 9 insertions and 7 deletions:
0 comments (0 inline, 0 general)
docs/about.rst
Show inline comments
 
@@ -11,9 +11,8 @@ Roles cover different aspects of infrastructure, such as mail servers, web
 
servers, web applications etc. The roles are mainly well-suited for smaller
 
installations.
 

	
 
Roles are mainly written for use with *Debian 8 Jessie*, although some support
 
*Debian 9 Stretch* as well. You can find out more about distribution
 
compatibility in :ref:`rolereference`.
 
Roles are written for use with *Debian GNU/Linux*. For more details on
 
supported releases, see :ref:`rolereference`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
2.9.x**.
docs/development.rst
Show inline comments
 
@@ -604,7 +604,7 @@ In order to deploy the test site, the following steps would normally be taken:
 
     ansible-playbook playbooks/preseed.yml
 

	
 
9. Install all servers using the generated preseed files. Use *Debian
 
   8 Jessie* or *Debian 9 Stretch* in any combination desired.
 
   9 Stretch*.
 

	
 
10. Add the SSH host fingerprints to your ``known_hosts`` file (don't forget to
 
    remove old entries if you are redoing the process). You can easily obtain all
docs/index.rst
Show inline comments
 
@@ -11,9 +11,8 @@ Roles cover different aspects of infrastructure, such as mail servers, web
 
servers, web applications etc. The roles are mainly well-suited for smaller
 
installations.
 

	
 
Roles are written for use with *Debian 8 Jessie* and *Debian 9
 
Stretch*. You can find out more about distribution compatibility in
 
:ref:`rolereference`.
 
Roles are written for use with *Debian GNU/Linux*. For more details on
 
supported releases, see :ref:`rolereference`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
2.9.x**.
docs/releasenotes.rst
Show inline comments
 
@@ -12,6 +12,10 @@ Breaking changes:
 
* Switched to Ansible 2.9.x, removing support for older versions. All
 
  documentation has been updated.
 

	
 
* All roles
 

	
 
  * Support for Debian 8 Jessie has been dropped from all roles.
 

	
 
Bug fixes:
 

	
 
* ``common`` role
0 comments (0 inline, 0 general)