mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Added copy to list of modules, though it's not really a true module. Added more idea notes.
This commit is contained in:
@@ -124,12 +124,14 @@ Existing library modules
|
|||||||
* command -- runs commands, giving output, return codes, and run time info
|
* command -- runs commands, giving output, return codes, and run time info
|
||||||
* ping - just returns if the system is up or not
|
* ping - just returns if the system is up or not
|
||||||
* facter - retrieves facts about the host OS
|
* facter - retrieves facts about the host OS
|
||||||
|
* copy - add files to remote systems
|
||||||
|
|
||||||
Future plans
|
Future plans
|
||||||
============
|
============
|
||||||
|
|
||||||
* modules for users, groups, and files, using puppet style ensure mechanics
|
* modules for users, groups, and files, using puppet style ensure mechanics
|
||||||
* inventory gathering (w/ accompanying ansible-inventory & RSS)
|
* ansible-inventory -- gathering fact/hw info, storing in git, adding RSS
|
||||||
|
* ansible-slurp ------ recursively rsync file trees for each host
|
||||||
* very simple option constructing/parsing for modules
|
* very simple option constructing/parsing for modules
|
||||||
* Dead-simple declarative configuration management engine using
|
* Dead-simple declarative configuration management engine using
|
||||||
a runbook style recipe file, written in JSON or YAML
|
a runbook style recipe file, written in JSON or YAML
|
||||||
|
|||||||
Reference in New Issue
Block a user