initial commit

This commit is contained in:
2023-11-19 13:06:51 +03:00
commit 2aa7963cf2
10 changed files with 754 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# disable-terminal
Role for disabling direct access to the terminal.
## Deploy example
```yaml
roles:
- role: disable-terminal
install_nyancat: false
```
## Available parameters
### Main
| Param | Default | Description |
| -------- | -------- | -------- |
| `install_nyancat` | `true` | Install nyancat in terminal. |