We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9208d90 commit c53d12aCopy full SHA for c53d12a
README.md
@@ -28,20 +28,18 @@ None.
28
## Getting Started
29
30
### Install in playbook
31
-Install the role using ansible-galaxy:
+ - __Using global ansible galaxy:__
32
`ansible-galaxy install diffy0712.sysadmin_user_manager`
33
-
+ - __Using ansible galaxy requirements.yml:__
34
Add to `requirements.yml`:
35
```
36
---
37
roles:
38
- 'diffy0712.sysadmin_user_manager'
39
40
Then run `ansible-galaxy install -r requirements.yml -p roles`
41
42
43
-Or clone this repository:
44
-`[email protected]:diffy0712/ansible-role-sysadmin-user-manager.git`
+ - __Using git:__
+`git clone [email protected]:diffy0712/ansible-role-sysadmin-user-manager.git`
45
46
### Define required variables
47
0 commit comments