Update README.md
This commit is contained in:
parent
7c88dcf5f7
commit
ff22cb5bb7
|
@ -49,9 +49,11 @@ Include the `local_accounts` role in your playbook and define the `local_users`
|
|||
groups: [primary_group]
|
||||
```
|
||||
|
||||
### Additional Functionality
|
||||
<!-- TODO -->
|
||||
|
||||
The role also supports configuring passwordless authentication for the local users created.
|
||||
<!-- ### Additional Functionality -->
|
||||
|
||||
<!-- The role also supports configuring passwordless authentication for the local users created. -->
|
||||
|
||||
## Role: ssh_config
|
||||
|
||||
|
@ -71,36 +73,13 @@ Include the `ssh_config` role in your playbook.
|
|||
- name: Configure SSH
|
||||
hosts: target_hosts
|
||||
roles:
|
||||
- role: MyAutomationCollection.ssh_config
|
||||
- role: slococo.playground.ssh_config
|
||||
```
|
||||
|
||||
### SSH Configuration
|
||||
|
||||
The role ensures the following SSH options are configured with the specified values:
|
||||
|
||||
- `PasswordAuthentication`: yes
|
||||
- `PermitEmptyPasswords`: no
|
||||
- `PermitRootLogin`: no
|
||||
|
||||
## Bonus Task: Dry-run (Checkmode) Support
|
||||
|
||||
Both roles support dry-run (checkmode) and are idempotent.
|
||||
|
||||
## Testing
|
||||
|
||||
Test the roles on a test host, such as a local VM.
|
||||
|
||||
## Uploading to Ansible Galaxy
|
||||
|
||||
While not required for this task, the collection is prepared for uploading to Ansible Galaxy or any private Automation Hub.
|
||||
|
||||
## Author
|
||||
|
||||
[Your Name]
|
||||
|
||||
## License
|
||||
|
||||
[License information]
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
[Optional: Any acknowledgments or credits]
|
Loading…
Reference in New Issue