From 2c9848413f665698a381166f1a32dd4d6af444cf Mon Sep 17 00:00:00 2001 From: "Kleijn, Martijn van der (ITCDTE) - KLM" Date: Fri, 19 May 2017 16:29:25 +0200 Subject: [PATCH] Update info for 2.0.1 --- CHANGELOG.md | 4 ++++ README.md | 2 ++ ansible-maas.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb66409..9a0c7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.1 + +Only return machines that are in "Deployed" status to Ansible. - Thanks @v92 + # 2.0.0 Reworked some of the code, added extra features and made compatibility changes diff --git a/README.md b/README.md index dc06fff..3cf9b3e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Primarily it will be called by Ansible itself with the `--list` or `--host` arguments, but additional arguments were implemented for administrators to take advantage of if desired. +Note: this script will only return machines that are in "Deployed" status. + ## Usage - Replace Ansible's hosts file in the correct directory, e.g. `/etc/ansible/hosts` diff --git a/ansible-maas.py b/ansible-maas.py index e34d984..c880c1a 100755 --- a/ansible-maas.py +++ b/ansible-maas.py @@ -19,7 +19,7 @@ :copyright: Martijn van der kleijn, 2017 :author: Martijn van der Kleijn :license: Released under the Apache 2.0 License. See LICENSE for details. -:version: 2.0.0 +:version: 2.0.1 :date: 11 May 2017 """