-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvars_manifest.yml
29 lines (24 loc) · 911 Bytes
/
vars_manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Either use a manifest file from the local system
# or download one from Red Hat Customer Portal
# Downloading will be done from the Satellite host
satellite_manifest_download: true
# Skip manifest file upload, only refresh
# previously uploaded manifest in Satellite
satellite_manifest_refresh: false
# Manifest file path to use on the Satellite host
# This is used both when copying or downloading
satellite_manifest_file_remote: "{{ ansible_facts.env.HOME + '/satellite_manifest.zip' }}"
#
# Required when copying manifest
#
# Manifest local file path to copy to the Satellite host
satellite_manifest_file_local: "{{ lookup('env', 'HOME') + '/satellite_manifest.zip' }}"
#
# Required when downloading manifest
#
# Manifest UUID to download
satellite_manifest_uuid:
# Red Hat Customer Portal credentials for downloading
# These should come from vault
#satellite_rhsm_username:
#satellite_rhsm_password: