From b247fd49ef99df2c30a38189a6f260338d2355fa Mon Sep 17 00:00:00 2001 From: x p k Date: Mon, 17 Feb 2020 15:11:32 +0800 Subject: [PATCH] DOC: updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f89186e..aa8a803 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,10 @@ Check that the target machines have access to AD controller on these ports: 53, nmap -p53,88,389,445 ``` + +## Adding this as a git submodule to your ansible home +``` +git submodule add https://xpk.headdesk.me/git/xpk/role.adcli.git roles/adcli +git commit -S -m 'SUB: adcli submodule' +git push +```