Files
ansible-role-redhat-subscri…/defaults/main.yml
Emilien Macchi a4d2420e60 Support Red Hat Portal Activation Keys
Enable users of the role to not use username/password but activation
key and org_id.

Change-Id: I51941b851c55451377060993f951fcd68cacde0b
2017-12-15 12:48:06 -08:00

20 lines
570 B
YAML

# These parameters aren't required, so no default is provided:
# rhn_username: joe
# rhn_password: secrete
# rhn_activation_key: AAA-BBB-CCC-DDD
# rhn_ord_id: 1234
rhsub_state: present # present or absent
rhsub_autosubscribe: True
# rhsub_repos:
# - name: rhel-7-server-extras-rpms # wildcard or repo name
# state: enable # enable or disable
# /etc/rhsm/rhsm.conf settings
rhsub_rhsm_port: 443
# rhsub_rhsm_proxy_hostname: ""
# rhsub_rhsm_proxy_port: ""
# rhsub_rhsm_proxy_user: ""
# rhsub_rhsm_proxy_password: ""