intro.adoc 1.3 KB

123456789101112131415161718192021222324
  1. = Action Examples
  2. This section provides practical examples of how to configure actions in OliveTin for common use cases. These examples demonstrate real-world scenarios and can serve as starting points for your own configurations.
  3. The examples cover:
  4. * Container management (starting, stopping, and managing containers)
  5. * Systemd service control
  6. * Network utilities like ping
  7. * Remote execution via SSH
  8. * PowerShell commands for Windows environments
  9. * Integration with automation tools like Ansible
  10. Each example includes a complete configuration snippet that you can adapt for your environment. Browse through the examples to find scenarios that match your needs, or use them as inspiration for creating your own custom actions.
  11. == What's Next?
  12. After reviewing the examples, you can:
  13. * xref:action_execution/create_your_first.adoc[Create your own action] - Build a custom action for your needs
  14. * xref:action_customization/intro.adoc[Customize your actions] - Learn how to configure action properties
  15. * xref:args/intro.adoc[Add arguments] - Make your actions interactive with user input
  16. * xref:solutions/intro.adoc[Explore complete solutions] - See full configurations for common use cases
  17. * xref:action_execution/shellvsexec.adoc[Understand shell vs exec] - Learn about execution methods for security