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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\#\!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 |
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.