housekeeping and typos
This commit is contained in:
parent
d30759f5b8
commit
228d8e50bc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
# ignore molecule/testinfra pycache
|
# ignore molecule/testinfra pycache
|
||||||
**/__pycache__
|
**/__pycache__
|
@ -31,7 +31,7 @@ This variable sets the password of the account, by default, it is set to "*", wh
|
|||||||
```yaml
|
```yaml
|
||||||
provision_ansible_user_is_system: true # by default, set to true
|
provision_ansible_user_is_system: true # by default, set to true
|
||||||
```
|
```
|
||||||
This variable describe wether the account should be a system user or not. Default (and recommended) is `true`.
|
This variable describe whether the account should be a system user or not. Default (and recommended) is `true`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
provision_ansible_user_home: /opt/{{ provision_ansible_user_name }} # by default, set to /opt/{{ provision_ansible_user_name }}
|
provision_ansible_user_home: /opt/{{ provision_ansible_user_name }} # by default, set to /opt/{{ provision_ansible_user_name }}
|
||||||
@ -76,7 +76,6 @@ None.
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
|
||||||
```yaml
|
```yaml
|
||||||
# calling the role inside a playbook with either the default or group_vars/host_vars
|
# calling the role inside a playbook with either the default or group_vars/host_vars
|
||||||
- hosts: servers
|
- hosts: servers
|
||||||
|
Loading…
Reference in New Issue
Block a user