Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed Jun 23, 2019
1 parent 7f259bc commit 174cd83
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 12 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# Changelog "linux_mint"

## Version 1.1.7 2019-06-23

* [APPLICATION] upgrade `minikube` to version 1.1.1
* [APPLICATION] upgrade `boostnote` to version 0.11.17
* [APPLICATION] upgrade `terminus alpha` to version 1.0.82
* [APPLICATION] upgrade `terraform` to version 0.12.2
* [APPLICATION] upgrade `vault` to version 1.1.3
* [PIP] added `yamllint`
* [PACKAGES] added `httpie`
* [PACKAGES] added `ngrep`
* [PACKAGES] added `hping3`
* [PACKAGES] added `siege`
* [PACKAGES] switch `openjdk-8-jre` to `openjdk-11-jre`
* [VSCODE] change name of `PeterJausovec.vscode-docker` exyension into `ms-azuretools.vscode-docker`
* [VSCODE] added `p1c2u.docker-compose` extension

## Version 1.1.6 2019-06-06

* [APPLICATION] upgraded `terminus alpha` to version 1.0.79
* [APPLICATION] upgrade `rke` to version 0.2.4
* [APPLICATION] upgrade `helm` to version 2.4.1
* [APPLICATION] upgrade `terraform` to version 0.12.1
* [APPLICATION] added `trivy` to optional applications [https://github.com/knqyf263/trivy/releases/download/v0.1.2/trivy_0.1.2_Linux-64bit.deb](https://github.com/knqyf263/trivy/releases/download/v0.1.2/trivy_0.1.2_Linux-64bit.deb)
* change yum upgrade parameter from `yes` to `"yes"` - [https://github.com/ansible/ansible/issues/56788](https://github.com/ansible/ansible/issues/56788)
* change apt upgrade parameter from `yes` to `"yes"` - [https://github.com/ansible/ansible/issues/56788](https://github.com/ansible/ansible/issues/56788)
* [OS] added possibility to change alternatives using `variables.yml`

## Version 1.1.5 2019-05-25
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* installed Linux Mint 19, 19.1, 64-bit, standard options with extra codecs (available as selection during install)
* access to Internet
* openssh-server installed and running
* Ansible in version 2.7 higher
* Ansible in version 2.7/2.8 higher

```bash
sudo apt install openssh-server;systemctl enable ssh && systemctl start ssh
Expand Down
6 changes: 4 additions & 2 deletions linux_mint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_optional: true # should optional packages be installed?
install_deb: true # should extra deb packages should be installed
install_vscode_extensions: true # should we install extra vscode extensions
install_mitogen: false
install_mitogen: false # false by default
enable_bbr: true # enable TCP BBR congestion control
modify_grub: false # don't touch grub settings, unless told to do so
active_user: "{{ ansible_ssh_user }}" # user for which you're setting folders. By default taken from group_vars
Expand Down Expand Up @@ -388,6 +388,8 @@
become: "{{ active_user }}"
changed_when: "r_install_extension.stdout != ''"
when: r_dpkg_query_vscode.rc == 0
any_errors_fatal: false
ignore_errors: true
tags:
- optional
- user
Expand Down Expand Up @@ -489,7 +491,7 @@
- name: sysctl_change_vm_swappines
sysctl:
name: vm.swappiness
value: 1
value: "{{ 1|int }}"
state: present
reload: yes
- name: change_alternatives
Expand Down
23 changes: 15 additions & 8 deletions variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ packages:
- keepass2
- smartmontools
- libqt5multimedia5-plugins
- openjdk-8-jre
- openjdk-11-jre
- gsmartcontrol
- nmon
- sysstat
Expand Down Expand Up @@ -221,6 +221,11 @@ packages:
- partclone
- clonezilla
- rdesktop
- httpie
- ngrep
- tshark
- hping3
- siege
packages_optional:
- enpass
- pdk
Expand Down Expand Up @@ -252,11 +257,11 @@ deb:
- https://release.axocdn.com/linux/gitkraken-amd64.deb
- https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.deb
- https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
- https://github.com/BoostIO/boost-releases/releases/download/v0.11.16/boostnote_0.11.16_amd64.deb
- https://github.com/Eugeny/terminus/releases/download/v1.0.79/terminus-1.0.79-linux.deb
- https://github.com/BoostIO/boost-releases/releases/download/v0.11.17/boostnote_0.11.17_amd64.deb
- https://github.com/Eugeny/terminus/releases/download/v1.0.82/terminus-1.0.82-linux.deb
- https://github.com/meetfranz/franz/releases/download/v5.1.0/franz_5.1.0_amd64.deb
- https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
- https://github.com/kubernetes/minikube/releases/download/v1.1.0/minikube_1.1.0.deb
- https://github.com/kubernetes/minikube/releases/download/v1.1.1/minikube_1.1.1.deb
- http://kdl.cc.ksosoft.com/wps-community/download/8392/wps-office_11.1.0.8392_amd64.deb
- https://github.com/wagoodman/dive/releases/download/v0.7.2/dive_0.7.2_linux_amd64.deb
- https://github.com/knqyf263/trivy/releases/download/v0.1.2/trivy_0.1.2_Linux-64bit.deb
Expand All @@ -266,6 +271,7 @@ pip:
- pywinrm[kerberos]
- pywinrm[credssp]
- pypsrp
- yamllint
down:
- urls: https://releases.hashicorp.com/packer/1.4.1/packer_1.4.1_linux_amd64.zip
destination: packer
Expand All @@ -274,10 +280,10 @@ down:
destination: helm
skip_tree: true
skip_levels: 1
- urls: https://releases.hashicorp.com/terraform/0.12.1/terraform_0.12.1_linux_amd64.zip
- urls: https://releases.hashicorp.com/terraform/0.12.2/terraform_0.12.2_linux_amd64.zip
destination: terraform
skip_tree: false
- urls: https://releases.hashicorp.com/vault/1.1.2/vault_1.1.2_linux_amd64.zip
- urls: https://releases.hashicorp.com/vault/1.1.3/vault_1.1.3_linux_amd64.zip
destination: vault
skip_tree: false
- urls: https://github.com/rancher/cli/releases/download/v2.2.0/rancher-linux-amd64-v2.2.0.tar.gz
Expand All @@ -292,7 +298,7 @@ files:
- urls: https://github.com/rancher/rke/releases/download/v0.2.4/rke_linux-amd64
destination: rke
mitogen:
- urls: https://networkgenomics.com/try/mitogen-0.2.6.tar.gz
- urls: https://networkgenomics.com/try/mitogen-0.2.7.tar.gz
dest_path: /usr/local/bin.copy/mitogen
startup:
- filename: redshift-gtk.desktop
Expand Down Expand Up @@ -327,14 +333,15 @@ vscode:
- mohsen1.prettify-json
- ms-kubernetes-tools.vscode-kubernetes-tools
- ms-vscode.PowerShell
- PeterJausovec.vscode-docker
- ms-azuretools.vscode-docker
- pgourlain.erlang
- rebornix.ruby
- redhat.vscode-yaml
- shardulm94.trailing-spaces
- tht13.html-preview-vscode
- vscoss.vscode-ansible
- wholroyd.jinja
- p1c2u.docker-compose
- yzane.markdown-pdf
alternatives:
- name: editor
Expand Down

0 comments on commit 174cd83

Please sign in to comment.