Change to list
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
# 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)
|
||||
12
Ansible/modules_plugins.md
Normal file
12
Ansible/modules_plugins.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Modules
|
||||
| Module | Description |
|
||||
|------------------------------------------------------------------------------------------|------------------------------------------------|
|
||||
| [file](https://docs.ansible.com/ansible/latest/modules/file_module.html) | Manage files and file properties. |
|
||||
| [seport](https://docs.ansible.com/ansible/latest/modules/seport_module.html) | Manages SELinux network port type definitions. |
|
||||
| [unarchive](https://docs.ansible.com/ansible/latest/modules/unarchive_module.html) | Unpacks an archive after (optionally) copying it from the local machine. |
|
||||
| [wait_for](https://docs.ansible.com/ansible/latest/modules/wait_for_module.html) | Waits for a condition before continuing. |
|
||||
| [wait_for_connection](https://docs.ansible.com/ansible/latest/modules/wait_for_connection_module.html) | Waits until remote system is reachable/usable. |
|
||||
# Plugins
|
||||
| Plugin | Description |
|
||||
|------------------------------------------------------------------------------------------|-----------------------------------|
|
||||
| [gather_facts](https://docs.ansible.com/ansible/latest/modules/gather_facts_module.html) | Gathers facts about remote hosts. |
|
||||
Reference in New Issue
Block a user