-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmetadata.obsah.yaml
More file actions
44 lines (42 loc) · 1.35 KB
/
metadata.obsah.yaml
File metadata and controls
44 lines (42 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
help: |
Deploy and manage Foreman development environment with git-based Foreman and containerized backend services.
variables:
foreman_development_enabled_plugins:
help: Plugin to enable (can be used multiple times)
action: append
parameter: --foreman-development-enabled-plugin
choices:
- foreman_remote_execution
- foreman_ansible
- foreman_rh_cloud
- foreman_discovery
- foreman_openscap
- foreman_bootdisk
- foreman_theme_satellite
- foreman_tasks
- foreman_webhooks
- foreman_templates
- foreman_leapp
- foreman_puppet
target_host:
help: Target hostname or IP address for deployment
action: store
foreman_development_user:
help: Username for the development user account
action: store
foreman_development_github_username:
help: GitHub username to add as additional remote for git checkouts
action: store
pulp_import_paths:
help: Extra file path that Pulp can use for content imports. Argument may be used more than once.
action: append_unique
type: AbsolutePath
parameter: --content-import-path
pulp_export_paths:
help: Extra file path that Pulp can use for content exports. Argument may be used more than once.
action: append_unique
type: AbsolutePath
parameter: --content-export-path
include:
- _flavor_features