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,
 
are permitted provided that the following conditions are met:
 

	
 
  Redistributions of source code must retain the above copyright notice, this
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.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
 
machine.
 

	
 

	
 
@@ -102,13 +102,13 @@ found at:
 

	
 
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,
 
  are permitted provided that the following conditions are met:
 

	
 
    Redistributions of source code must retain the above copyright notice, this
docs/conf.py
Show inline comments
 
@@ -41,13 +41,13 @@ source_suffix = '.rst'
 

	
 
# The master toctree document.
 
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
 
# built documents.
 
#
 
# The short X.Y version.
docs/index.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.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
 
machine.
 

	
 

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

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

	
 

	
0 comments (0 inline, 0 general)