Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Set up a Docker Hub repo, link it to Github.
https://docs.docker.com/docker-hub/builds/#/remote-build-triggers
Sign up for Distill.io
http://imgur.com/a/Ev7uc
| \#\!ipxe | |
| set base-url http://stable.release.core-os.net/amd64-usr/current | |
| kernel ${base-url}/coreos\_production\_pxe.vmlinuz initrd=coreos\_production\_pxe\_image.cpio.gz coreos.first\_boot=1 coreos.autologin=tty0 | |
| initrd ${base-url}/coreos\_production\_pxe\_image.cpio.gz | |
| boot |
| --- | |
| # Ansible playbook for SSH server hardening, | |
| # in line with https://stribika.github.io/2015/01/04/secure-secure-shell.html | |
| - hosts: all | |
| vars: | |
| become: true | |
| become_method: sudo | |
| tasks: |