foreman_ansible 5.1.2 → 5.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8744b23301ac870332d48495360cc3a927b04e4ff5e6b6afff18d53fc62c4a8a
4
- data.tar.gz: 699440047b4d1855fa0ff0a02e8e2224865090abb23f0e2c3bcf18bec2c90c36
3
+ metadata.gz: fb75d29fae2f8916406b532fe9d95e6b63ce1968da6862f9a2bb0ae9d9b45554
4
+ data.tar.gz: 4639fbbea9b4aed0dbd4f3be9e7654aff78364e5470bc14d3ee9d5f8c19817b0
5
5
  SHA512:
6
- metadata.gz: a4c23524c3b3db583c1651c7e5f801893b3ea837924a61768310c3662fe128dda33f5cca7bc449c83a9a981ffdf18a9ece59a79279e50e9fabcd8f2b34efb78a
7
- data.tar.gz: 027e5fb0a021095f67f7d1acd428f115fdf0bdf0490f4163f17e28a2dd54b8e3ee5c8d950e67af867b8172c805716cc3fbe1752181432da51b2af94e9a30e858
6
+ metadata.gz: f2ec3425352140a16674b3d17d8ffbcd7cd225a77f8c2723bc3b9e4f8a3c91bbf557b50af78580af907668d88f085ebe2605603c8b5af2f45124913c118aa2d1
7
+ data.tar.gz: 10bca14c92388bae60e128effd5a5e2b5d9aa1fb387845d40a4a7a47d7e3ad602560aaa2971356c36d5015f29a3075eee5668defb77fa935bc65c2ce830efb31
@@ -0,0 +1,16 @@
1
+ <%#
2
+ name: Service Action - Enable Web Console
3
+ job_category: Ansible Services
4
+ snippet: false
5
+ provider_type: Ansible
6
+ kind: job_template
7
+ model: JobTemplate
8
+ feature: ansible_enable_web_console
9
+ %>
10
+ ---
11
+ - hosts: all
12
+ tasks:
13
+ - name: ensure cockpit is installed
14
+ package:
15
+ name: "cockpit-system"
16
+ state: present
@@ -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 = '5.1.2'
7
+ VERSION = '5.1.3'
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: 5.1.2
4
+ version: 5.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lobato Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-31 00:00:00.000000000 Z
11
+ date: 2020-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -196,6 +196,7 @@ files:
196
196
  - app/views/foreman_ansible/job_templates/run_command_-_ansible_default.erb
197
197
  - app/views/foreman_ansible/job_templates/run_playbook-ansible_default.erb
198
198
  - app/views/foreman_ansible/job_templates/service_action_-_ansible_default.erb
199
+ - app/views/foreman_ansible/job_templates/service_action_-_enable_web_console.erb
199
200
  - app/views/ui_ansible_roles/index.json.rabl
200
201
  - app/views/ui_ansible_roles/main.json.rabl
201
202
  - app/views/ui_ansible_roles/show.json.rabl