You've already forked change-root-password
initial commit
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# change-root-password
|
||||
|
||||
Role for change root password and sett i attr in `/etc/shadow` file.
|
||||
|
||||
## Deploy example
|
||||
|
||||
```yaml
|
||||
roles:
|
||||
- role: change-root-password
|
||||
root_password: "{{ something | password_hash('sha512') }}"
|
||||
```
|
||||
|
||||
## Available parameters
|
||||
|
||||
### Main
|
||||
|
||||
| Param | Default | Description |
|
||||
| -------- | -------- | -------- |
|
||||
| `root_password` | `-` | Root password in sha512. |
|
||||
Reference in New Issue
Block a user