Very early initial commit.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 6 Jul 2015 00:41:38 +0000 (01:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 6 Jul 2015 00:41:38 +0000 (01:41 +0100)
commit3f6c599278bae19250f1551830d96d103c1ff38d
tree3b7630ee4043dc974ae5cf9b72e5a3b2146be06b
Very early initial commit.

Very bare, just about works.  Nowhere near ready to take over from the
rdist-based system in production use.
23 files changed:
.gitignore [new file with mode: 0644]
all.yml [new file with mode: 0644]
ansible.cfg [new file with mode: 0644]
bin/ansible-inventory [new file with mode: 0755]
hosts/gen [new file with mode: 0755]
hosts/host-defs.lisp [new file with mode: 0644]
hosts/hosts.lisp [new file with mode: 0644]
rdist/.gitignore [new file with mode: 0644]
rdist/Makefile [new file with mode: 0644]
roles/common/files/ntp-client/ntp.conf [new file with mode: 0644]
roles/common/files/pki/check-x509-certs [new file with mode: 0755]
roles/common/files/pki/update-ca-certs [new file with mode: 0755]
roles/common/files/ssh-config/Makefile [new file with mode: 0644]
roles/common/files/ssh-config/moduli [new file with mode: 0644]
roles/common/files/ssh-config/ssh_config [new file with mode: 0644]
roles/common/files/ssh-config/sshd_config.m4 [new file with mode: 0644]
roles/common/files/ssh-root/Makefile [new file with mode: 0644]
roles/common/files/ssh-root/config.m4 [new file with mode: 0644]
roles/common/files/ssh-root/known_hosts.extra [new file with mode: 0644]
roles/common/handlers/main.yml [new file with mode: 0644]
roles/common/tasks/main.yml [new file with mode: 0644]
roles/common/templates/ssh-root-authkeys [new file with mode: 0644]
roles/server/tasks/main.yml [new file with mode: 0644]