Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Foreman Documentation for REX plugin #2089

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions plugins/foreman_remote_execution/10.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: plugin
title: Foreman Remote Execution 10.0 Manual
version: 10.0
# uncomment for older versions than stable or nightly
robots: noindex
---

# 1. {{ page.title }}

If you want to use remote execution (REX) on Foreman, have a look at [Configuring and Setting Up Remote Jobs](https://docs.theforeman.org/{{ page.version }}/Managing_Hosts/index-katello.html#Configuring_and_Setting_Up_Remote_Jobs_managing-hosts) on _docs.theforeman.org_.

# 2. Help

Please follow our [standard procedures and contacts]({{site.baseurl}}support.html).

# 3. Getting involved

## 3.1 Troubleshooting

If you find a bug, please file it in
[Redmine](http://projects.theforeman.org/projects/foreman_remote_execution/issues/new).

See the [troubleshooting section](/manuals/latest/index.html#7.2GettingHelp)
in the Foreman manual for more info.


## 3.2 Contributing

Follow the [same process as Foreman](/contribute.html#SubmitPatches)
for contributing.

# 4. Links

* foreman_remote_execution plugin [https://github.com/theforeman/foreman_remote_execution](https://github.com/theforeman/foreman_remote_execution)
* foreman-tasks plugin [https://github.com/theforeman/foreman-tasks](https://github.com/theforeman/foreman-tasks)
* smart_proxy_remote_execution_ssh [https://github.com/theforeman/smart_proxy_remote_execution_ssh](https://github.com/theforeman/smart_proxy_remote_execution_ssh)
* smart_proxy_dynflow [https://github.com/theforeman/smart_proxy_dynflow](https://github.com/theforeman/smart_proxy_dynflow)
* issue tracker [http://projects.theforeman.org/projects/foreman_remote_execution](http://projects.theforeman.org/projects/foreman_remote_execution)
2 changes: 1 addition & 1 deletion plugins/foreman_remote_execution/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: plugin_index
title: Foreman Remote Execution Documentation
versions: [1.7, 1.3, 0.3, 0.2, 0.1, 0.0]
versions: [10.0, 1.7, 1.3, 0.3, 0.2, 0.1, 0.0]
---

# Foreman Remote Execution manuals
Expand Down