foreman_ansible 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +2 -0
- data/lib/foreman_ansible/engine.rb +0 -2
- data/lib/foreman_ansible/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cae18690ddfd00ff1050acdefd09a621457177a
|
|
4
|
+
data.tar.gz: bba73f69e7a760c310c712f69027cc0312b23a1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f58daf8630756494fa0f39ecf99df13cbf38694005fcf73bad1f2ec4a1e026c89ab3cde7703ca051041b41ec80469934aeb2d75d8f43360d63c6bdec6126a46
|
|
7
|
+
data.tar.gz: 46a793766a4fd1cfd2c75e67ecacc68225410efea24d430115f452fe5f4ff9964acac8b0ef3468eab895f4fc6b5153ca1e333675cdf1070089abf11867a469be
|
data/README.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
## Basic usage
|
|
8
8
|
|
|
9
|
+
Install `foreman_ansible` on your Foreman host. See the [Foreman manual: installing plugin from gems](http://www.theforeman.org/plugins/#2.3AdvancedInstallationfromGems)
|
|
10
|
+
|
|
9
11
|
Deploy `extras/foreman_callback.py` as a callback on your Ansible installation. For instance, put in your `ansible.cfg`:
|
|
10
12
|
|
|
11
13
|
```
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_ansible
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Lobato Garcia
|
|
@@ -48,7 +48,8 @@ files:
|
|
|
48
48
|
- test/fixtures/sample_facts.json
|
|
49
49
|
- test/test_plugin_helper.rb
|
|
50
50
|
homepage: https://github.com/theforeman/foreman_ansible
|
|
51
|
-
licenses:
|
|
51
|
+
licenses:
|
|
52
|
+
- GPL-3
|
|
52
53
|
metadata: {}
|
|
53
54
|
post_install_message:
|
|
54
55
|
rdoc_options: []
|