diff --git a/LICENSE b/LICENSE index 095715a90d44a424dc38ca441e5ccbd8c633d2a1..fabf339a90dc097ff560921a93f28a6783adae8f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -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, diff --git a/docs/about.rst b/docs/about.rst index 00d9af33a077f6243c7e834d35c0bc9cea042762..4bec7e0fbf2ea490f88ae04ec1dec60116dbc01d 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -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, diff --git a/docs/conf.py b/docs/conf.py index 6bbae843918d057f05565b7622254e197abbc7d0..bce4a04babec891c2e3576f583b537872c8810ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 773358ba296cb853b8fc008b28bfc4aef2b6bec8..bd5124d6ec2725244af2db9de701abbabb84807d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/usage.rst b/docs/usage.rst index f22ea95e051752b4555607a9c2303a9638685f34..bd57058451c37ca66f29b429d6b4b203f9424539 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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