Changeset - 282617c92589
[Not reviewed]
0 3 0
Branko Majic (branko) - 4 years ago 2020-01-08 20:24:38
branko@majic.rs
MAR-148: Update references to Ansible version in documentation to point to Ansible 2.9.x.
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/about.rst
Show inline comments
 
@@ -13,13 +13,13 @@ 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`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
2.7.x**.
 
2.9.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
 
machine.
 

	
 

	
docs/index.rst
Show inline comments
 
@@ -13,13 +13,13 @@ 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`.
 

	
 
At the moment, the roles have been written for and tested against **Ansible
 
2.7.x**.
 
2.9.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
 
machine.
 

	
 

	
docs/usage.rst
Show inline comments
 
@@ -128,13 +128,13 @@ 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.7.0' dnspython
 
     pip install 'ansible~=2.9.0' dnspython
 

	
 
.. warning::
 
   The ``dnspython`` package is important since it is used internally via
 
   ``dig`` lookup plugin.
 

	
 

	
0 comments (0 inline, 0 general)