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 +```