index
:
infra-ansible
master
Common Ansible roles
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
roles
/
linux_status
(
unfollow
)
Commit message (
Collapse
)
Author
2023-09-23
linux_status: get rid of unnecessary service restarts, etc.
Egor Tensin
2023-09-19
get rid of install_recommends=false for apt packages
Egor Tensin
It will help to switch to the generic ansible.builtin.package module; it is also better to configure it globally anyway.
2023-09-04
update role READMEs
Egor Tensin
2023-09-01
sort module args, add missing state args, etc.
Egor Tensin
2023-08-31
use role dependencies where appropriate
Egor Tensin
2023-08-22
linux_status: disable power management before starting the service
Egor Tensin
2023-08-15
use ansible_distribution_release as default for APT setup
Egor Tensin
2023-08-15
apt_ppa -> ppa
Egor Tensin
2023-08-15
debian_ppa -> apt_ppa
Egor Tensin
2023-08-14
add a bunch of READMEs for roles
Egor Tensin
2023-08-07
factor out systemd service editing
Egor Tensin
2023-08-06
linux_status: factor out PPA set up to a separate role
Egor Tensin
2023-08-06
linux_status: support disabling power mgmt
Egor Tensin
2023-08-04
import some common roles
Egor Tensin