Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-09 | users: make user groups configurable | Emil Renner Berthing | |
On the doorputer we want to put every user in both the dialout group and the sudo group | |||
2018-10-08 | jumbotron: irssi: cleanup | Emil Renner Berthing | |
the irssi package is already installed by the apt_packages.irssi = resent variable | |||
2018-10-07 | raspbian: apt: stop running timers too | Emil Renner Berthing | |
2018-10-07 | debian: timezone: just create symlink in chroot | Emil Renner Berthing | |
2018-10-07 | raspbian: apt: disable timers to save sd-card writes | Emil Renner Berthing | |
2018-10-07 | jumbotron: console: make sure console-setup is enabled | Emil Renner Berthing | |
2018-10-06 | users: esmil: add my plastik2 ssh key | Emil Renner Berthing | |
2018-10-06 | space_server: vars: fix doorputer MAC address | Emil Renner Berthing | |
2018-10-06 | space_server: move variables from defaults to vars | Emil Renner Berthing | |
these variables only applies to the space server and should never be overwritten from somewhere else | |||
2018-10-03 | raspbian-template: README: fix download link | Emil Renner Berthing | |
2018-10-03 | jumbotron: add role to set up jumbotron rpi | Emil Renner Berthing | |
2018-10-03 | all: add site-wide locale/timezone default | Emil Renner Berthing | |
2018-10-03 | fedora: locale: align variable layout with debian | Emil Renner Berthing | |
2018-10-03 | raspbian-template: add rpi example role | Emil Renner Berthing | |
2018-10-03 | raspbian: add basic Raspbian role | Emil Renner Berthing | |
..which just extends the Debian role with a bit of cleanup and config to save on sd-card writes | |||
2018-10-03 | debian: add basic Debian role | Emil Renner Berthing | |
2018-10-02 | space_server: networkd: delete leftover configuration | Emil Renner Berthing | |
2018-10-02 | space_server: networkd: don't restart running networkd | Emil Renner Berthing | |
..this might cut the pipe we're connected through, and new network configuration should be tested to work after reboot anyway | |||
2018-10-02 | space_server: defaults: added snakeskin rpi | max campbell | |
2018-09-30 | users: esmil: add some dotfiles | Emil Renner Berthing | |
2018-09-30 | users: root: let each user have their own root bashrc | Emil Renner Berthing | |
2018-09-30 | users: start user uids from 2000 | Emil Renner Berthing | |
This way we shouldn't conflict with existing users. Eg. the 'pi' user on Raspbian | |||
2018-09-30 | users: prepare for running on other OSes | Emil Renner Berthing | |
2018-09-30 | Make it easier to run locally | Emil Renner Berthing | |
Now you just need ansible-playbook <playbook> when running ansible from your workstation. However when running ansible on the target machine it's a good idea to add "-clocal". Otherwise ansible will ssh to itself :/ | |||
2018-09-30 | space_server: sshd: keep host keys in secrets.yml | Emil Renner Berthing | |
2018-09-26 | space_server: kernel: better cmdline template | Emil Renner Berthing | |
2018-09-26 | Format yaml lists like yaml.org | Emil Renner Berthing | |
2018-09-26 | users: merge root_env into this role | Emil Renner Berthing | |
2018-09-25 | space_server: avahi: install packages in one go | Emil Renner Berthing | |
2018-09-25 | Keep consistent ordering of rules | Emil Renner Berthing | |
Do - name: ... module: dest/path: 'destination on target' src: ... state: ... owner: ... group: ... mode: ... with_*: ... notify: ... tags: ... | |||
2018-09-23 | space_server: networkd: drop flaky cleanup | Emil Renner Berthing | |
It's still unfortunate that you can't easily tell ansible to manage a directory completely including which files should exists in it. Remove flaky code trying to implement that. | |||
2018-09-23 | space_server: kernel: order entries by time | Emil Renner Berthing | |
2018-09-23 | Don't upgrade individual packages | Emil Renner Berthing | |
2018-09-23 | Add owner, group and mode to all created files | Emil Renner Berthing | |
2018-09-23 | fedora: dnf: make even more attribute driven | Emil Renner Berthing | |
2018-09-21 | Use one variable for chroot or nspawn environment | Emil Renner Berthing | |
2018-09-11 | users: semi: added | Troels Bang Jensen | |
2018-01-20 | users: signout: added | Dennis Kjær Jensen | |
2018-01-12 | users: k2OS: added | René Mikkelsen | |
Esmil: fixed a few typos | |||
2017-11-28 | space_server: radius: fail getusers script on http error | Emil Renner Berthing | |
2017-11-26 | users: knielsen: added | Kristian Nielsen | |
2017-11-25 | space_server: bird: add preferred source | Emil Renner Berthing | |
..to default routes | |||
2017-11-20 | space_server: networkd: use drop-in file for wait-online | Emil Renner Berthing | |
The trick to overwriting the ExecStart option is to clear it first with ExecStart= | |||
2017-11-20 | space_server: sshd: disable GSSAPIAuthentication | Emil Renner Berthing | |
2017-11-20 | space_server: radius: start radiusd we're online | Emil Renner Berthing | |
2017-11-20 | space_server: update to Fedora 27 | Emil Renner Berthing | |
2017-11-19 | space_server: generate DNS, mDNS and dhcp entries | Emil Renner Berthing | |
..from the same variables | |||
2017-11-19 | space_server: unbound: use unbound instad of bind | Emil Renner Berthing | |
2017-11-18 | space_server: radius: clean up configuration | Emil Renner Berthing | |
Disable all the unused auth methods | |||
2017-11-17 | space_server: nftables: cleanup | Emil Renner Berthing | |
Allow hop-by-hop ipv6-icmp only on local interfaces. |