3
# register your Red Hat Enterprise Linux based operating system
5
# this cloud-init plugin is capable of registering by username
6
# and password *or* activation and org. Following a successfully
7
# registration you can:
8
# - auto-attach subscriptions
9
# - set the service level
10
# - add subscriptions based on its pool ID
11
# - enable yum repositories based on its repo id
12
# - disable yum repositories based on its repo id
13
# - alter the rhsm_baseurl and server-hostname in the
14
# /etc/rhsm/rhs.conf file
19
## Quote your password if it has symbols to be safe
22
## If you prefer, you can use the activation key and
23
## org instead of username and password. Be sure to
24
## comment out username and password
26
#activation-key: foobar
29
## Uncomment to auto-attach subscriptions to your system
32
## Uncomment to set the service level for your
34
#service-level: self-support
36
## Uncomment to add pools (needs to be a list of IDs)
39
## Uncomment to add or remove yum repos
40
## (needs to be a list of repo IDs)
44
## Uncomment to alter the baseurl in /etc/rhsm/rhsm.conf
45
#rhsm-baseurl: http://url
47
## Uncomment to alter the server hostname in
48
## /etc/rhsm/rhsm.conf
49
#server-hostname: foo.bar.com