From 4fc64fc65f2b533eabbd1e7d2c76e8ee397168db Mon Sep 17 00:00:00 2001 From: Marco Massari Calderone Date: Thu, 7 Dec 2017 11:33:41 +0000 Subject: [PATCH] add CHANGELOG and TODO --- CHANGELOG.md | 1 + README.md | 6 +----- TODO.md | 5 +++++ 3 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 TODO.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a0cf709 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +# CHANGELOG diff --git a/README.md b/README.md index 75db2ca..6fe3ebc 100644 --- a/README.md +++ b/README.md @@ -91,11 +91,7 @@ This value must be contained in single quotes "\'" jumpcloud_allowMultiFactorAuthentication: 'false' ... ``` -## TODO -- [ ] replace TAGS support with GROUPS support -- [ ] create a conditional check to update groups only if they are defined as Variables -- [ ] add the automation of the group creation if the group doesn't exists in JC role -- [ ] add the possibility to define which users need to be grouped for that host's group + ## License ------- diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..3471e7f --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +# TODO +- [ ] replace TAGS support with GROUPS support +- [ ] create a conditional check to update groups only if they are defined as Variables +- [ ] add the automation of the group creation if the group doesn't exists in JC role +- [ ] add the possibility to define which users need to be grouped for that host's group