- Jan 14, 2020
-
-
nimrod authored
So there's a different default private key and also separate the public keys I use to encrypt for other people in Endless.
-
- Dec 26, 2019
-
-
nimrod authored
Use the variable file matching the workspace when validating. Also when validating and formatting, show the diff.
-
- Dec 19, 2019
-
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
The prune_ssh_sockets shell function would always delete the ControlMaster sockets (the open file handlers would have a random suffix and the check would always show that the socket wasn't open by any process). Instead add a prefix to the ControlMaster sockets and ignore them when pruning. Those sockets are always deleted when the process exists. Also, mark the vim filetype for the ssh config fragments as sshconfig.
-
nimrod authored
Use the openvpn endpoint as a jump host, it eases the firewall restrictions. Clean up duplications.
-
- Dec 17, 2019
-
-
nimrod authored
They have hashes but aren't secrets.
-
- Dec 09, 2019
-
-
nimrod authored
Don't delete sockets that are still in use (have an open ssh client listening).
-
- Dec 08, 2019
-
-
nimrod authored
So now I can run `$(eval docker remote hostname)`.
-
- Dec 01, 2019
- Nov 07, 2019
-
-
nimrod authored
- Add toolbox script, bash completion. - Better ansible-local in Makefile (match shell alias). - Delete gcloud SDK bash completion, the mirror in github is gone. - Update to newer version of binaries and vendored files.
-
- Nov 01, 2019
-
-
nimrod authored
-
- Oct 31, 2019
-
-
nimrod authored
Per https://docs.ansible.com/ansible/latest/reference_appendices/config.html#the-configuration-file the ~/.ansible.cfg file is ignored if another is found first. So use environment variables instead so they work with all of my setups (the internded purpose). Also, for the ansible-local and ansible-local-playbook aliases, use the Python3 interpreter that was used to run Ansible in the first so that modules (like postgresql_privs) that require Python module have access to them.
-
- Oct 28, 2019
- Oct 27, 2019
- Oct 20, 2019
-
-
nimrod authored
-
- Oct 14, 2019
- Sep 13, 2019
-
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
The checks for open ports/ sockets was timinig out after 1 second which isn't reasonable.
-
nimrod authored
Otherwise the files (as root) are written to my home directory and when I correct the ownership I get this error: "Refusing to operate on a user installation as root".
-
- Sep 09, 2019
-
-
nimrod authored
-
- Aug 22, 2019
-
-
nimrod authored
-
- Aug 17, 2019
-
-
nimrod authored
-
- Aug 16, 2019
-
-
nimrod authored
-
- Aug 14, 2019
-
-
nimrod authored
-
nimrod authored
- Add missing symlink to the wrapper script, without it the scripts can't be called as Vagrant commands. - Fix pylint issues.
-
nimrod authored
Too many changes in one commit that aren't relevant to each other all because I didn't commit these for some time and they piled up, exactly what I shouldn't do. - Remove some Git submodules. They're not needed. - Remove the REPREPRO_BASE_DIR environment variable, it's set with direnv inside that project. - Use Docker Buildkit. - Use auto Python interpeter with Ansible, prefer Python3. - Better ls aliases. - Netcat aliases to listen and check ports and sockets. - Aliases and functions for Terraform. - Use Black to format Python code. - Show the run duration and exit code in a line before the prompt, maybe better with Bash earlier than 5.0, where there's an annoying with line wrapping. - Valid name for the flatpak_kill shell function. - Delete user-dirs files, didn't do anything anyway. - Convert README from reStructuredText to Markdown. - Don't install gsutil with Python2, use snap to install the Google SDK. - More pre-commit hooks, update the exiting ones, format the file for yamllint, Use flake8 from it's repo, the one from the hooks repo is deprecated. - Clean the Shore SSH config. - Add the shared AWS keys to the Endless SSH config.
-
nimrod authored
-