aboutsummaryrefslogtreecommitdiffstats
path: root/roles/fedora/tasks
AgeCommit message (Collapse)Author
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-29fedora: networkd: configure networkd.confEmil 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-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