Update README.md

This commit is contained in:
Santiago Lo Coco 2024-04-12 21:11:16 +00:00
parent 7c88dcf5f7
commit ff22cb5bb7
2 changed files with 8 additions and 27 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# ansible-playground

View File

@ -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]