00defe7fc2
- Fix line widths in rhsm_repository.py - Unify variable names: they all have rhsm_ prefix now Change-Id: I64e8d7ee201ec9b21ef7c513cf2231994b31c6a6
15 lines
449 B
YAML
15 lines
449 B
YAML
- name: SATELLITE 6 | Install katello RPM
|
|
yum:
|
|
name: "{{ rhsm_satellite_url }}/pub/katello-ca-consumer-latest.noarch.rpm"
|
|
state: present
|
|
|
|
- name: SATELLITE 6 | Get Satellite certificates
|
|
get_url:
|
|
url: "{{ rhsm_satellite_url }}//pub/katello-rhsm-consumer"
|
|
dest: /tmp/katello-rhsm-consumer
|
|
|
|
- name: SATELLITE 6 | Run katello script
|
|
command: bash /tmp/katello-rhsm-consumer
|
|
args:
|
|
creates: /etc/rhsm/ca/katello-server-ca.pem
|