foreman_ansible 13.0.5 → 13.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c4af68ee17d90327c926378e19f7c6fc1cc7141c1379074ba6dca91cb6cc0ff
4
- data.tar.gz: 0b1fbfd87e48bcbd01fcef781388992bcf03ca274e3187011b02adf2cf379715
3
+ metadata.gz: 9d7d0c506666cd4761864f65b6a155a28cd48ae741affa0a1aabd4de3b847c28
4
+ data.tar.gz: 81d04f4b755790f386b1f325236b2d1042134d1f7f81cbe289b297a7cacdd110
5
5
  SHA512:
6
- metadata.gz: 645645d8d3a3be25011a1cf87ce63d3ee58b3016710c9dec5a5635fd4abf827f8da1a85118430feb4e59ac0fffd975be62c651a0c1657d256d27a57da7931887
7
- data.tar.gz: 98c523e75f9e5c5bfbee9de973d8dad7281a1d0af614e86ffefb1f9f77bc7305e27778ada8476dbfa55d7d040b7829a1941811bbf84db5db8cca26b7d5fbe917
6
+ metadata.gz: 3684436fa34abb2c5611c2a92e8edf713baf62700a2b3b72770bed158d8d4e67030f3517fce0807f1fbe4c2733262fac1bb484e52ea210b29d5e31d19dc74515
7
+ data.tar.gz: e4ccbea0121e1ce4ab56b8db34c9fa977c2c9fd17b5fa5760194f6b028852d8bd11354b09da1de19abf8475ecd0984db23e2c45b2997488a382a60cf98c232be
@@ -1,7 +1,7 @@
1
1
  <% title _("Ansible Roles") %>
2
2
 
3
3
  <% title_actions ansible_proxy_import(hash_for_import_ansible_roles_path),
4
- documentation_button('#4.1ImportingRoles', :root_url => ansible_doc_url) %>
4
+ documentation_button('Managing_Configurations_Ansible', type: 'docs', chapter: 'Importing_Ansible_Roles_and_Variables_ansible') %>
5
5
 
6
6
  <table class="<%= table_css_classes 'table-fixed' %>">
7
7
  <thead>
@@ -7,7 +7,7 @@
7
7
  <p><%= _('No Ansible Roles were found in Foreman. If you want to assign roles to your hosts,
8
8
  you have to import them first.').html_safe %>
9
9
  </p>
10
- <p><%= link_to(_('Learn more about this in the documentation.'), documentation_url('#4.1ImportingRoles', :root_url => ansible_doc_url), target: '_blank') %></p>
10
+ <p><%= link_to(_('Learn more about this in the documentation.'), documentation_url('Managing_Configurations_Ansible', type: 'docs', chapter: 'Importing_Ansible_Roles_and_Variables_ansible'), target: '_blank') %></p>
11
11
  <div class="blank-slate-pf-secondary-action">
12
12
  <%= ansible_proxy_import(hash_for_import_ansible_roles_path) %>
13
13
  </div>
@@ -65,7 +65,7 @@
65
65
  </fieldset>
66
66
  </br>
67
67
  <fieldset>
68
- <h2><%= _("Specify Matchers") %> <%= documentation_button('4.2.6SmartMatchers') %></h2>
68
+ <h2><%= _("Specify Matchers") %> <%= documentation_button('Managing_Configurations_Ansible', type: 'docs', chapter: 'Overriding_Ansible_Variables_in_foreman_ansible') %></h2>
69
69
  <div class="children_fields lookup_values">
70
70
  <%= render 'lookup_keys/values', :f => f, :is_param => false %>
71
71
  </div>
@@ -2,8 +2,7 @@
2
2
  <%= stylesheet 'foreman_ansible/foreman-ansible' %>
3
3
 
4
4
  <%= title_actions display_link_if_authorized(_('New Ansible Variable'), hash_for_new_ansible_variable_path, :class => "btn btn-default no-float"),
5
- documentation_button('#4.3Variables', :root_url => ansible_doc_url)
6
- %>
5
+ documentation_button('Managing_Configurations_Ansible', type: 'docs', chapter: 'Importing_Ansible_Roles_and_Variables_ansible') %>
7
6
 
8
7
  <table class="<%= table_css_classes 'table-fixed' %>">
9
8
  <thead>
@@ -20,21 +20,6 @@ template_inputs:
20
20
  advanced: false
21
21
  value_type: plain
22
22
  hidden_value: false
23
- - name: Data telemetry
24
- required: true
25
- input_type: user
26
- description: "The convert2rhel utility uploads the following data about the system
27
- conversion to Red Hat servers for the purpose of the utility usage analysis:<br>\r\n-
28
- The convert2rhel command as executed<br>\r\n- The convert2rhel RPM version and
29
- GPG signature<br>\r\n- Success or failure status of the conversion<br>\r\n- Conversion
30
- start and end timestamps<br>\r\n- Source OS vendor and version<br>\r\n- Target
31
- RHEL version<br>\r\n- convert2rhel related environment variables<br>"
32
- options: "yes\r\nno"
33
- advanced: false
34
- value_type: plain
35
- resource_type: Katello::ActivationKey
36
- default: 'yes'
37
- hidden_value: false
38
23
  model: JobTemplate
39
24
  job_category: Convert 2 RHEL
40
25
  provider_type: Ansible
@@ -42,10 +27,8 @@ kind: job_template
42
27
  %>
43
28
  ---
44
29
  - hosts: all
45
- <%- if input('Data telemetry') != "yes" -%>
46
30
  environment:
47
- CONVERT2RHEL_DISABLE_TELEMETRY: 1
48
- <%- end -%>
31
+ CONVERT2RHEL_THROUGH_FOREMAN: 1
49
32
  tasks:
50
33
  - name: Install convert2rhel
51
34
  ansible.builtin.package:
@@ -4,5 +4,5 @@
4
4
  # This way other parts of Foreman can just call ForemanAnsible::VERSION
5
5
  # and detect what version the plugin is running.
6
6
  module ForemanAnsible
7
- VERSION = '13.0.5'
7
+ VERSION = '13.0.7'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.0.5
4
+ version: 13.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lobato Garcia
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-06 00:00:00.000000000 Z
11
+ date: 2024-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: acts_as_list
@@ -485,7 +485,7 @@ homepage: https://github.com/theforeman/foreman_ansible
485
485
  licenses:
486
486
  - GPL-3.0
487
487
  metadata: {}
488
- post_install_message:
488
+ post_install_message:
489
489
  rdoc_options: []
490
490
  require_paths:
491
491
  - lib
@@ -500,8 +500,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
500
500
  - !ruby/object:Gem::Version
501
501
  version: '0'
502
502
  requirements: []
503
- rubygems_version: 3.3.27
504
- signing_key:
503
+ rubygems_version: 3.2.33
504
+ signing_key:
505
505
  specification_version: 4
506
506
  summary: Ansible integration with Foreman (theforeman.org)
507
507
  test_files: