00defe7fc2
- Fix line widths in rhsm_repository.py - Unify variable names: they all have rhsm_ prefix now Change-Id: I64e8d7ee201ec9b21ef7c513cf2231994b31c6a6
9 lines
280 B
YAML
9 lines
280 B
YAML
- name: SATELLITE 5 | Install TLS certificate
|
|
uri:
|
|
url: "{{ rhsm_satellite_url }}/pub/rhsm_ORG_TRUSTED_SSL_CERT"
|
|
dest: /usr/share/rhn
|
|
validate_certs: no
|
|
|
|
- name: SATELLITE 5 | Register to Satellite 5
|
|
command: rhreg_ks --serverURL='{{ rhsm_satellite_url }}/XMLRPC'
|