From 3889081bc9c3661d52fd32c37e133dbda32abf10 Mon Sep 17 00:00:00 2001 From: xpk Date: Mon, 17 Feb 2020 15:14:04 +0800 Subject: [PATCH] DOC: updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9dc8acc..955309a 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,10 @@ Provide the userlist, group, and sudoers variables in a playbook, e.g: - RHEL7 - CentOS7 - Ubuntu18 + +## Add this as a submodule to your ansible home +``` +git submodule add https://xpk.headdesk.me/git/xpk/role.users.git roles/users +git commit -S -m 'ADD: adcli submodule' +git push +```