Changeset - 5fb056e2b576
[Not reviewed]
0 5 0
Branko Majic (branko) - 6 years ago 2018-06-07 17:34:57
branko@majic.rs
MAR-129: Updated information related to supported Ansible version and copyright years.
5 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
LICENSE
Show inline comments
 
Copyright (c) 2016, Branko Majic
 
Copyright (c) 2018, Branko Majic
 
All rights reserved.
 

	
 
Redistribution and use in source and binary forms, with or without modification,
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.3.x**.
 
2.5.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
 
@@ -105,7 +105,7 @@ License
 

	
 
Majic Ansible Roles is released under terms of *BSD (3-Clause) License*::
 

	
 
  Copyright (c) 2016, Branko Majic
 
  Copyright (c) 2018, Branko Majic
 
  All rights reserved.
 

	
 
  Redistribution and use in source and binary forms, with or without modification,
docs/conf.py
Show inline comments
 
@@ -44,7 +44,7 @@ master_doc = 'index'
 

	
 
# General information about the project.
 
project = u'Majic Ansible Roles'
 
copyright = u'2016, Branko Majic'
 
copyright = u'2018, Branko Majic'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
# |version| and |release|, also used in various other places throughout the
docs/index.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.3.x**.
 
2.5.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/usage.rst
Show inline comments
 
@@ -129,7 +129,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.3.0' dnspython
 
     pip install 'ansible~=2.5.0' dnspython
 

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