subspace 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 94cc2121bb0fd23080ec1199d94962700215666d
4
- data.tar.gz: ffbfc888a7d9b47a01fd477b9cbce7aadfa0bb2c
3
+ metadata.gz: 90fdfae878e177aa1a51a5bc81e1a71085f50ea9
4
+ data.tar.gz: af8989cc9ea70276eb5faf0a5018b361a6127ebc
5
5
  SHA512:
6
- metadata.gz: fc3d2dfb01e59f0d0971180c5040962eec5ed21405ddbcb8830aa85076151feffb69fb16ad96084391cdeb90fb44538f797d243f0e538f1ad3678735d304006b
7
- data.tar.gz: 3a28fd453456243ec744d7ae2d0b23150ad3916c517e3881320487e139c17d77d39aad24629cf90e6bcd32e84a09665687c74a6fdb041f3ffa60a163c44526a9
6
+ metadata.gz: 3cd61fcbc09f1ed46f6615e4c68e6ed4ba4e3adf2b00d00c7dea12e4eadb6bdfd466bf0822c145a9b4413c5d5f8f994bbd3b8603d862e0819c4ed0abc962e7e1
7
+ data.tar.gz: 888c2c7f29e47a7633df767428b89bea36c739a24fbf93a7495ad3d046f0fa093c08b7fd7c436ac3c52d3ade2d80854d58360d6f7f31d37950faa969cce93d0d
@@ -8,6 +8,11 @@ This project attempts to follow [semantic versioning](https://semver.org/)
8
8
 
9
9
  * _nada_
10
10
 
11
+ ## 1.0.1 - 2018-08-15
12
+
13
+ * bug fixes
14
+ * Update alienvault role to handle Ubuntu and Amazon ansible\_distributions.
15
+
11
16
  ## 1.0.0 - 2018-08-15
12
17
 
13
18
  No breaking changes from 0.6.17 to 1.0.0, but decided it's time for version
@@ -32,7 +37,7 @@ No breaking changes from 0.6.17 to 1.0.0, but decided it's time for version
32
37
 
33
38
  ## 0.6.16 - 2018-07-27
34
39
 
35
- * bug fix
40
+ * bug fixes
36
41
  * Remove /cable location entry for nginx-rails config file
37
42
 
38
43
  ## 0.6.15 - 2018-07-17
@@ -5,6 +5,17 @@
5
5
  line: "*.* @{{alienvault_usm_anywhere_sensor_ip}}:514"
6
6
  state: present
7
7
  become: true
8
+ when: ansible_distribution == 'Ubuntu'
9
+ tags:
10
+ - alienvault
11
+
12
+ - name: Enable syslog communication to sensor
13
+ lineinfile:
14
+ dest: "/etc/rsyslog.conf"
15
+ line: "*.* @{{alienvault_usm_anywhere_sensor_ip}}:514"
16
+ state: present
17
+ become: true
18
+ when: ansible_distribution == 'Amazon'
8
19
  tags:
9
20
  - alienvault
10
21
 
@@ -4,7 +4,7 @@ This server brought to you by:
4
4
  \___ \| | | | '_ \___ \| '_ \ / _` |/ __/ _ \
5
5
  ___) | |_| | |_) |__) | |_) | (_| | (_| __/
6
6
  |____/ \__,_|_.__/____/| .__/ \__,_|\___\___|
7
- |_| v1.0.0
7
+ |_| v1.0.1
8
8
  ~~~ https://github.com/tenforwardconsulting/subspace ~~~
9
9
 
10
10
  If you need to make configuration changes to the server, please modify the
@@ -1,3 +1,3 @@
1
1
  module Subspace
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson