diff --git a/CHANGELOG.md b/CHANGELOG.md index adb6de0..a5d4cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 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 @@ -7,7 +23,7 @@ * [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 diff --git a/README.md b/README.md index a2b95d1..c8a479c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/linux_mint.yaml b/linux_mint.yaml index 5ce4a15..aeb0074 100644 --- a/linux_mint.yaml +++ b/linux_mint.yaml @@ -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 @@ -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 @@ -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 diff --git a/variables.yml b/variables.yml index 8bc4583..33b5fb9 100644 --- a/variables.yml +++ b/variables.yml @@ -191,7 +191,7 @@ packages: - keepass2 - smartmontools - libqt5multimedia5-plugins -- openjdk-8-jre +- openjdk-11-jre - gsmartcontrol - nmon - sysstat @@ -221,6 +221,11 @@ packages: - partclone - clonezilla - rdesktop +- httpie +- ngrep +- tshark +- hping3 +- siege packages_optional: - enpass - pdk @@ -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 @@ -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 @@ -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 @@ -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 @@ -327,7 +333,7 @@ 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 @@ -335,6 +341,7 @@ vscode: - tht13.html-preview-vscode - vscoss.vscode-ansible - wholroyd.jinja +- p1c2u.docker-compose - yzane.markdown-pdf alternatives: - name: editor