summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-03fix: allow ed25519 for certs as wellLars Wirzenius1-1/+1
Sponsored-by: author
2022-08-03fix: typo in sshd/READMELars Wirzenius1-1/+1
Sponsored-by: author
2022-08-02docs: document the `sshd` role variablesLars Wirzenius1-0/+17
Sponsored-by: author
2022-07-31sshd: addLars Wirzenius4-0/+100
Sponsored-by: author
2022-07-11chore(sane_debian_system role): run off Ansible warning aboutLars Wirzenius1-0/+2
Ansible warns about using apt-get instead of the apt module. However, I don't think the module can do what the command does. Shut up the warning. Sponsored-by: author
2022-04-30fix(sane_debian_system/apt): allow root to use sudo without passwordLars Wirzenius1-1/+1
Previously, wrong username was used in sudo config. Sponsored-by: author
2022-04-24fix: allow root to use sudoLars Wirzenius1-0/+7
Sponsored-by: author
2022-04-24fix: start dbus before using hostname module, relying on systemdLars Wirzenius1-0/+7
Sponsored-by: author
2022-02-15apache_server: redirect also https siteLars Wirzenius1-0/+5
Sponsored-by: author
2022-02-15apache_server: allow redirecting a site to another siteLars Wirzenius2-0/+6
Sponsored-by: author
2022-01-29don't install ntp, use Debian's default of systemd-timesyncd insteadLars Wirzenius1-1/+0
Sponsored-by: author
2021-12-31fix: set hostname without systemdLars Wirzenius1-1/+1
Sponsored-by: author
2021-12-31fix: don't have a default hostname valueLars Wirzenius1-2/+2
Sponsored-by: author
2021-12-28sane_debian_system: avoid apt-key for adding repository signing keysLars Wirzenius1-9/+13
Debian has decided to deprecate apt-key, though I can't find out why. Sponsored-by: author
2021-12-12fix: install gpg, for apt key installationLars Wirzenius1-1/+2
Not gnupg (see earlier commit), but gpgv doesn't seem to be enough. Bummer. Sponsored-by: author
2021-12-11fix: mark type of capture of an embedded file's nameLars Wirzenius1-0/+2
Sponsored-by: author
2021-12-08fix: drop installation of gnupgLars Wirzenius1-2/+1
gnupg drags in a lot of desktop-oriented stuff, which can make logins to servers quite slow. nalanda.liw.fi logins took 90 seconds because of this. Sponsored-by: author
2021-11-28fix: subplot to work with current SubplotLars Wirzenius1-4/+4
Sponsored-by: author
2021-09-17drop unused daemon.pyLars Wirzenius1-84/+0
Sponsored-by: author
2021-09-16fix: add impl to bindings files for new SubplotLars Wirzenius3-19/+55
Sponsored-by: author
2021-09-16xxxLars Wirzenius1-1/+1
Sponsored-by: author
2021-09-16refactor: move doc metadata to topLars Wirzenius1-13/+12
Sponsored-by: author
2021-09-09turn off Ansible warning for using apt-get in shellLars Wirzenius1-0/+2
Sponsored-by: author
2021-08-20fix: tell Ansible to use python3Lars Wirzenius1-1/+2
Sponsored-by: author
2021-08-20feat: tell Ansible to output YAML in a pretty wayLars Wirzenius1-1/+1
Ansible uses YAML for certain output. Previously, the YAML was formatted as a long, single line. That was unreadable. Now it's pretty printed. Sponsored-by: author
2021-08-20fix: automatically handle stable becoming bullseyeLars Wirzenius1-15/+14
Sponsored-by: author
2021-08-20chore: don't use vendored copy of Subplot lib/runcmd.pyLars Wirzenius2-247/+1
Use the one provided by Subplot. It has improvements. Sponsored-by: author
2021-07-12fix: make qemumgr wait for ssh port longerLars Wirzenius1-1/+1
Sponsored-by: author
2021-07-12Revert "fix: sane_debian_system setting hostname"Lars Wirzenius1-4/+3
This reverts commit 028980c06c069914823ec965e413f272b0ae0e83.
2021-07-12fix: use correct path for daemonize on Debian 11 (bullseye)Lars Wirzenius2-4/+4
Sponsored-by: author
2021-07-12fix: use correct name for Subplot binaryLars Wirzenius1-3/+3
Sponsored-by: author
2021-07-07fix: make sure gnupg is installed before adding apt keysLars Wirzenius1-0/+4
On the Debian 11 cloud image it's not installed by default. Sponsored-by: author
2021-07-07fix: sane_debian_system setting hostnameLars Wirzenius1-3/+4
This avoids the Ansible hostname module, which breaks post-Python3.6, because they removed platform.linux_didstribution. Sigh. Sponsored-by: author
2021-03-31feat! default sane_debian_hostname to inventory hostnameLars Wirzenius3-5/+29
Doesn't break anything if hostname was already set, but just in case, bump version number, which means any users of this role need to be upgraded.
2021-03-31fix: add missing "template" to subplot YAML metadataLars Wirzenius1-0/+1
2021-03-31chore: drop unused variable quietLars Wirzenius1-2/+0
2021-03-31fix: typo in READMELars Wirzenius1-1/+1
2020-11-08feat(unix_users): allow a user to be added to extra groupsLars Wirzenius4-3/+28
2020-11-08fix(subplot/qemumgr.py): use known hosts file to avoid warningLars Wirzenius1-3/+5
"Host key added" warning was always happening in the ssh output, and it's annoying. This avoids it.
2020-11-04feat! make all sane_debian_system variables be prefixed properlyLars Wirzenius6-36/+27
This is a breaking change.
2020-11-01fix(subplot/runcmd.py): fix runcmd_run to accept an env argumentLars Wirzenius1-0/+4
2020-11-01chore: update vendored copy of runcmd.py from SubplotLars Wirzenius2-81/+247
2020-11-01sane_debian_system: check that debian_codename is setLars Wirzenius3-2/+40
2020-10-21unix_users: drop obsolete authkeys_dir variable, bump versionLars Wirzenius3-27/+32
Also, document the variables in the subplot.
2020-10-21doc: all rolesLars Wirzenius4-3/+29
2020-10-18fix(sane_debian_system): set hostname via AnsibleLars Wirzenius4-12/+25
2020-10-11fix: syntax non-errorLars Wirzenius1-1/+1
2020-10-10test(sane_debian_system): add subplot scenariosLars Wirzenius6-1/+78
2020-10-10fix(subplot/subplot.py): handle an unspecified vars file correctlyLars Wirzenius1-1/+1
Previously we created a file with a list, when it needs to be a dict.
2020-10-10doc: add instructions for usingLars Wirzenius2-1/+23