Changeset - 79a8cf1632c0
[Not reviewed]
0 4 0
Branko Majic (branko) - 5 years ago 2018-11-25 20:38:47
branko@majic.rs
MAR-136: Updated Ansible version used through documentation and release notes.
4 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
docs/about.rst
Show inline comments
 
@@ -16,7 +16,7 @@ Roles are mainly written for use with *Debian 8 Jessie*, although some support
 
compatibility in :ref:`rolereference`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
2.5.x**.
 
2.7.x**.
 

	
 
The role also utilises the ``dig`` lookup plugin which requires ``dnspython``
 
package to be installed. Make sure you have the package available on controller
docs/index.rst
Show inline comments
 
@@ -16,7 +16,7 @@ Stretch*. You can find out more about distribution compatibility in
 
:ref:`rolereference`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
2.5.x**.
 
2.7.x**.
 

	
 
The role also utilises the ``dig`` lookup plugin which requires ``dnspython``
 
package to be installed. Make sure you have the package available on controller
docs/releasenotes.rst
Show inline comments
 
@@ -5,11 +5,11 @@ Release notes
 
NEXT RELEASE
 
------------
 

	
 
Upgrade to Ansible 2.5.x.
 
Upgrade to Ansible 2.7.x.
 

	
 
Breaking changes:
 

	
 
* Switched to Ansible 2.5.x, removing support for older versions. All
 
* Switched to Ansible 2.7.x, removing support for older versions. All
 
  documentation has been updated.
 

	
 
* All roles
docs/usage.rst
Show inline comments
 
@@ -131,7 +131,7 @@ packages, and to prepare the environment a bit on the Ansible server:
 
     mkdir ~/mysite/
 
     mkvirtualenv -a ~/mysite/ mysite
 
     pip install -U pip setuptools
 
     pip install 'ansible~=2.5.0' dnspython
 
     pip install 'ansible~=2.7.0' dnspython
 

	
 
.. warning::
 
   The ``dnspython`` package is important since it is used internally via
0 comments (0 inline, 0 general)