ansible-role-redhat-subscri.../defaults/main.yml

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: ""