taperole 1.4.1 → 1.4.2

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: c0e0bcf6668d7e661536285b40436befdde49a38
4
- data.tar.gz: 2071e81ab01d82f0dd5e023cccfac59a926df8f5
3
+ metadata.gz: 638428c89bc9a716927b4e203a5ff25498b5b6d3
4
+ data.tar.gz: c638cdeded83c39138d19c15ceb8bcf669139705
5
5
  SHA512:
6
- metadata.gz: b4b569c4e75be0afcf66558442f566131ea3e3487c7d231fec75c2508030781b5597cf0dd5f314bafb96dfd8b261f04166799cf6c154992f2460f546a4eec5cc
7
- data.tar.gz: 3197d3051733f7ddcf9e3deca61c8948bb0c25bcfdf23b6a56f94d30f261393de4573235a7ebc3bcea55414a138603240125be63517a56116fa9ac5884354728
6
+ metadata.gz: da169a5c5e709c752ac6b724a78a397df08d59528739a4c5226681fa578f72d5e33b58d1703b1f1cb7a9f0f21f94ae3d6ea5eed68298ea2a5e242a658f27d0cc
7
+ data.tar.gz: 0348e79a0a45258e33573be2b58829661e274129be3be94d3299e8b22e8988bee046eb6911b117a7a9153af08e14ca8e5616453f0e90c226bf6bdf3b20defbc4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.4.2
2
+ * Remove Mosh
3
+
1
4
  ### 1.4.1
2
5
  * Blocks all ports on your server except 22, 80, 443
3
6
  * Installs node via nodesource
data/requirements.yml CHANGED
@@ -14,8 +14,6 @@
14
14
  - src: geerlingguy.memcached
15
15
  version: 1.0.4
16
16
 
17
- - src: jnv.mosh
18
-
19
17
  - src: tersmitten.htop
20
18
 
21
19
  - src: nodesource.node
@@ -1,5 +1,4 @@
1
1
  ---
2
2
  dependencies:
3
3
  - role: jnv.unattended-upgrades
4
- - role: jnv.mosh
5
4
  - role: tersmitten.htop
data/taperole.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "taperole"
3
- spec.version = '1.4.1'
3
+ spec.version = '1.4.2'
4
4
  spec.authors = ['Jack Forrest', 'Smashing Boxes', 'Brandon Mathis']
5
5
  spec.description = "General purpose server provisioning and application deployment toolkit"
6
6
  spec.email = ['jack@smashingboxes.com', 'brandon@sbox.es']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taperole
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Forrest
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-01-28 00:00:00.000000000 Z
13
+ date: 2016-02-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: slack-notifier
@@ -165,12 +165,6 @@ files:
165
165
  - vendor/geerlingguy.memcached/tests/test.yml
166
166
  - vendor/geerlingguy.memcached/vars/Debian.yml
167
167
  - vendor/geerlingguy.memcached/vars/RedHat.yml
168
- - vendor/jnv.mosh/LICENSE
169
- - vendor/jnv.mosh/README.md
170
- - vendor/jnv.mosh/meta/.galaxy_install_info
171
- - vendor/jnv.mosh/meta/main.yml
172
- - vendor/jnv.mosh/tasks/main.yml
173
- - vendor/jnv.mosh/vars/main.yml
174
168
  - vendor/jnv.unattended-upgrades/.gitignore
175
169
  - vendor/jnv.unattended-upgrades/.travis.yml
176
170
  - vendor/jnv.unattended-upgrades/LICENSE
@@ -1,24 +0,0 @@
1
- This is free and unencumbered software released into the public domain.
2
-
3
- Anyone is free to copy, modify, publish, use, compile, sell, or
4
- distribute this software, either in source code form or as a compiled
5
- binary, for any purpose, commercial or non-commercial, and by any
6
- means.
7
-
8
- In jurisdictions that recognize copyright laws, the author or authors
9
- of this software dedicate any and all copyright interest in the
10
- software to the public domain. We make this dedication for the benefit
11
- of the public at large and to the detriment of our heirs and
12
- successors. We intend this dedication to be an overt act of
13
- relinquishment in perpetuity of all present and future rights to this
14
- software under copyright law.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
- OTHER DEALINGS IN THE SOFTWARE.
23
-
24
- For more information, please refer to <http://unlicense.org>
@@ -1,56 +0,0 @@
1
- # [Mosh (Mobile shell) Role for Ansible](https://github.com/jnv/ansible-role-mosh)
2
-
3
- Installs [Mosh](http://mosh.mit.edu/) native package on Debian (wheezy), Ubuntu (precise and newer), OpenSuSE (12.3+), and Fedora (16+).
4
-
5
- Optional installation from backports repository on Ubuntu and Debian is also supported.
6
-
7
- ## Usage
8
-
9
- Install via [Galaxy](https://galaxy.ansibleworks.com/):
10
-
11
- ```
12
- ansible-galaxy install jnv.mosh
13
- ```
14
-
15
- In your playbook:
16
-
17
- ```yaml
18
- - hosts: all
19
- roles:
20
- # ...
21
- - jnv.mosh
22
- ```
23
-
24
- And then connect the same way as with SSH, but replace `ssh` with `mosh`:
25
-
26
- ```
27
- mosh user@host
28
- ```
29
-
30
- ### Install Mosh 1.2 from Backports (Debian, Ubuntu)
31
-
32
- Ubuntu Precise (12.04) provides 1.1 version of Mosh, but the newer version is available from backports repository. To install:
33
-
34
- 1. Enable backports repository; you can use [debian-backports role](https://galaxy.ansibleworks.com/list#/roles/224):
35
-
36
- ```
37
- ansible-galaxy install jnv.debian-backports
38
- ```
39
-
40
- 2. Enable `mosh_debian_use_backports` variable.
41
-
42
- For example:
43
-
44
- ```yaml
45
- - hosts: all
46
- roles:
47
- - jnv.debian-backports
48
- - { role: jnv.mosh, mosh_debian_use_backports: yes}
49
- ```
50
-
51
- ## Variables
52
-
53
- - `mosh_pkg` (default: `mosh`): Mosh package name, usually just on most distributions
54
- - `mosh_debian_use_backports` (default: `no`): Whether the backports version should be installed; see [above](#install-mosh-12-from-backports-debian-ubuntu).
55
- - `mosh_debian_backports_target` (default: `{{ansible_distribution_release}}-backports`): Value of the `default_release` to use with [apt module](http://docs.ansible.com/apt_module.html) when `mosh_debian_use_backports` is enabled.
56
- + The default resolves to, for example, `precise-backports`
@@ -1 +0,0 @@
1
- {install_date: 'Wed Jan 20 20:34:13 2016', version: v0.1}
@@ -1,96 +0,0 @@
1
- ---
2
- galaxy_info:
3
- author: Jan Vlnas
4
- description: Installs native package for Mosh (mobile shell)
5
- license: Unlicense
6
- min_ansible_version: 1.2
7
- platforms:
8
- #- name: EL
9
- # versions:
10
- # - all
11
- # - 5
12
- # - 6
13
- #- name: GenericUNIX
14
- # versions:
15
- # - all
16
- # - any
17
- - name: Fedora
18
- versions:
19
- # - all
20
- - 16
21
- - 17
22
- - 18
23
- - 19
24
- - 20
25
- - name: opensuse
26
- versions:
27
- # - all
28
- # - 12.1
29
- # - 12.2
30
- - 12.3
31
- - 13.1
32
- - 13.2
33
- #- name: GenericBSD
34
- # versions:
35
- # - all
36
- # - any
37
- #- name: FreeBSD
38
- # versions:
39
- # - all
40
- # - 8.0
41
- # - 8.1
42
- # - 8.2
43
- # - 8.3
44
- # - 8.4
45
- # - 9.0
46
- # - 9.1
47
- # - 9.1
48
- # - 9.2
49
- - name: Ubuntu
50
- versions:
51
- # - all
52
- # - lucid
53
- # - maverick
54
- # - natty
55
- # - oneiric
56
- - precise
57
- - quantal
58
- - raring
59
- - saucy
60
- - trusty
61
- #- name: SLES
62
- # versions:
63
- # - all
64
- # - 10SP3
65
- # - 10SP4
66
- # - 11
67
- # - 11SP1
68
- # - 11SP2
69
- # - 11SP3
70
- #- name: GenericLinux
71
- # versions:
72
- # - all
73
- # - any
74
- - name: Debian
75
- versions:
76
- # - all
77
- # - etch
78
- # - lenny
79
- # - squeeze
80
- - wheezy
81
- categories:
82
- #- cloud
83
- #- cloud:ec2
84
- #- cloud:gce
85
- #- cloud:rax
86
- #- database
87
- #- database:nosql
88
- #- database:sql
89
- #- development
90
- #- monitoring
91
- # - networking
92
- #- packaging
93
- - system
94
- #- web
95
- dependencies: []
96
-
@@ -1,20 +0,0 @@
1
- ---
2
- - name: install Mosh package for Debian-based system
3
- apt: name={{mosh_pkg}} state=present
4
- when: ansible_os_family == 'Debian' and (not mosh_debian_use_backports)
5
-
6
- - name: install Mosh package for Debian-based system from backports
7
- apt: name={{mosh_pkg}} state=present default_release={{mosh_debian_backports_target}}
8
- when: ansible_os_family == 'Debian' and mosh_debian_use_backports
9
-
10
- - name: install Mosh package for Debian-based system
11
- apt: name={{mosh_pkg}} state=present
12
- when: ansible_os_family == 'Debian'
13
-
14
- - name: install Mosh package for openSuSE
15
- zypper: name={{mosh_pkg}} state=present
16
- when: ansible_distribution == 'opensuse'
17
-
18
- - name: install Mosh package for Fedora
19
- yum: name={{mosh_pkg}} state=present
20
- when: ansible_distribution == 'Fedora'
@@ -1,4 +0,0 @@
1
- ---
2
- mosh_pkg: mosh
3
- mosh_debian_use_backports: no
4
- mosh_debian_backports_target: "{{ansible_distribution_release}}-backports"