31 lines
723 B
Markdown
31 lines
723 B
Markdown
# Modules
|
|
|
|
## file
|
|
|
|
Manage files and file properties.
|
|
|
|
[Link](https://docs.ansible.com/ansible/latest/modules/file_module.html)
|
|
|
|
## seport
|
|
|
|
Manages SELinux network port type definitions.
|
|
|
|
[Link](https://docs.ansible.com/ansible/latest/modules/seport_module.html)
|
|
|
|
## unarchive
|
|
|
|
Unpacks an archive after (optionally) copying it from the local machine.
|
|
|
|
[Link](https://docs.ansible.com/ansible/latest/modules/unarchive_module.html)
|
|
|
|
## wait_for
|
|
|
|
Waits for a condition before continuing.
|
|
|
|
[Link](https://docs.ansible.com/ansible/latest/modules/wait_for_module.html)
|
|
|
|
## wait_for_connection
|
|
|
|
Waits until remote system is reachable/usable.
|
|
|
|
[Link](https://docs.ansible.com/ansible/latest/modules/wait_for_connection_module.html) |