aboutsummaryrefslogtreecommitdiffstats
path: root/roles/fedora
AgeCommit message (Collapse)Author
2022-10-22fedora: sshd: only allow publickey authenticationAsbjørn Sloth Tønnesen
"PasswordAuthentication no" only prevents password logins from ever being successful, but it still entertain clients with the possiblity of password logins. This reduces the offered authentication methods from: debug1: Authentications that can continue: publickey,password to just publickey: debug1: Authentications that can continue: publickey After which most bots just disconnects. Esmil: simplified so we only need one lineinfile stanza
2021-01-18fedora: handlers: add restart sshd handlerEmil Renner Berthing
2021-01-17space_server: update for Fedora 33Emil Renner Berthing
2021-01-16fedora: homed: configure systemd-homedEmil Renner Berthing
2021-01-16fedora: systemd: configure sleep.conf and user.confEmil Renner Berthing
2021-01-16fedora: timesyncd: fix disablingEmil Renner Berthing
2020-02-29space_server: update to Fedora 31Emil Renner Berthing
2020-02-29fedora: networkd: configure networkd.confEmil Renner Berthing
2020-02-29fedora: sudo: update sudoers fileEmil Renner Berthing
2020-02-29fedora: dnf: set install_weak_deps=noEmil Renner Berthing
..when installing packages. In case the Ansible dnf module doesn't consult /etc/dnf/dnf.conf
2020-02-27roles: remove useless |bool filtersEmil Renner Berthing
This used to be a fix for some bogus warnings, but they seem to have gone in recent versions of Ansible
2020-02-27fedora: allow empty strings in ini filesEmil Renner Berthing
2020-02-27space_server: move sudo tasks to fedora roleEmil Renner Berthing
..to align with debian role
2020-02-27space_server: use common secrets.yml in ansible rootEmil Renner Berthing
..and generalize and move sshd tasks to fedora role.
2020-02-27fedora: update for hash_behaviour = replaceEmil Renner Berthing
2019-07-06roles: fix warnings about bare boolean variablesEmil Renner Berthing
2018-11-16roles: use ' and " consistentlyEmil Renner Berthing
2018-11-16fedora: dnf: disable dnf-makecache.timer by defaultEmil Renner Berthing
2018-11-11fedora: align with debian roleEmil Renner Berthing
2018-11-10space_server: update for Fedora 29Emil Renner Berthing
2018-10-03fedora: locale: align variable layout with debianEmil Renner Berthing
2018-09-30users: prepare for running on other OSesEmil Renner Berthing
2018-09-25Keep consistent ordering of rulesEmil Renner Berthing
Do - name: ... module: dest/path: 'destination on target' src: ... state: ... owner: ... group: ... mode: ... with_*: ... notify: ... tags: ...
2018-09-23Add owner, group and mode to all created filesEmil Renner Berthing
2018-09-23fedora: dnf: make even more attribute drivenEmil Renner Berthing
2018-09-21Use one variable for chroot or nspawn environmentEmil Renner Berthing
2017-11-12initial commitEmil Renner Berthing