-
Notifications
You must be signed in to change notification settings - Fork 166
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
add role argument spec for activation_keys role #1602
base: develop
Are you sure you want to change the base?
Conversation
#1235 is where this originates from, but I didn't put in a "Fixes" as it's only one role to test out |
for role in $(notdir $(ROLES)); do \ | ||
$(PYTHON_COMMAND) ./docs/copy-role-examples.py roles/$${role}/examples.rst docs/plugins/$${role}_role.rst; \ | ||
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a workaround for ansible/ansible#81734
description: | ||
- This role creates and manages Activation Keys. | ||
options: | ||
foreman_server_url: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have to duplicate these in all roles for now, see ansible/ansible#80657
- List of System Purpose Addons (ELS, EUS) to set on registering hosts. | ||
- This should only be used when it is supported by the OS of registering hosts (RHEL 8 only at the time of writing). | ||
|
||
notes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.