DOC: updated readme

This commit is contained in:
xpk
2020-02-17 15:11:32 +08:00
parent d13c2e5fd0
commit b247fd49ef
+7
View File
@@ -44,3 +44,10 @@ Check that the target machines have access to AD controller on these ports: 53,
nmap -p53,88,389,445 <ad controller ip>
```
## 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
```