Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Suppose below is the structure of the yaml file and now we need to pass variables hostname and iburst.
-------------------------------------------------------------
- hosts: all
vars:
timesync_ntp_servers:
- hostname: 192.168.123.10
iburst: yes
- hostname: 192.168.123.20
iburst: yes
timesync_ntp_provider: chrony
timesync_step_threshold: 1.0
timesync_dhcp_ntp_servers: no
roles:
- linux-system-roles.timesync
-------------------------------------------------------------
Because of the following bug we cannot provide value to global parameter like - "[ { 'hostname': '10.10.10.10', 'iburst': 'yes' }, { 'hostname': '20.20.20.20', 'iburst': 'yes' }]"
https://bugzilla.redhat.com/show_bug.cgi?id=1402136
Version-Release number of selected component (if applicable):
Red Hat Satellite 6.4
Steps to Reproduce:
1. yum install rhel-system-roles
2. Import timesync role in satellite
3. try to set variables.
Actual results:
Unable to pass "[ { 'hostname': '10.10.10.10', 'iburst': 'yes' }, { 'hostname': '20.20.20.20', 'iburst': 'yes' }]" in global/host parameter.
Expected results:
This functionality is present in upstream foreman.
https://www.theforeman.org/plugins/foreman_ansible/2.x/index.html#4.1.2ImportingVariables
Description of problem: Suppose below is the structure of the yaml file and now we need to pass variables hostname and iburst. ------------------------------------------------------------- - hosts: all vars: timesync_ntp_servers: - hostname: 192.168.123.10 iburst: yes - hostname: 192.168.123.20 iburst: yes timesync_ntp_provider: chrony timesync_step_threshold: 1.0 timesync_dhcp_ntp_servers: no roles: - linux-system-roles.timesync ------------------------------------------------------------- Because of the following bug we cannot provide value to global parameter like - "[ { 'hostname': '10.10.10.10', 'iburst': 'yes' }, { 'hostname': '20.20.20.20', 'iburst': 'yes' }]" https://bugzilla.redhat.com/show_bug.cgi?id=1402136 Version-Release number of selected component (if applicable): Red Hat Satellite 6.4 Steps to Reproduce: 1. yum install rhel-system-roles 2. Import timesync role in satellite 3. try to set variables. Actual results: Unable to pass "[ { 'hostname': '10.10.10.10', 'iburst': 'yes' }, { 'hostname': '20.20.20.20', 'iburst': 'yes' }]" in global/host parameter. Expected results: This functionality is present in upstream foreman. https://www.theforeman.org/plugins/foreman_ansible/2.x/index.html#4.1.2ImportingVariables