Logo
Explore Help
Sign In
quico-ansible/role-common-packages
1
0
Fork 0
You've already forked role-common-packages
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
1933e02290e69d1dafabd58ce98a64177c14edaf
role-common-packages/tasks/base-package-auxiliary-settings.yml

5 lines
235 B
YAML
Raw Normal View History

feat(role): Add package-specific global config files Packages can now have a global (i.e. system-wide) config defined and applied. If package is missing the config file is deleted. This is helpful for example for Git where we want to define helpful aliases for every logged in user and for tmux where every user should have access to the tmux-resurrect session manager etc.
2025-08-21 03:48:22 +02:00
# SPDX-License-Identifier: MIT
feat(role): Collect sysstat data with sysstat.service unit Arch-based systems will never automatically enable a systemd service unit for the administrator. Check if 'sysstat.service' exists. Start and enable it if so.
2025-09-19 01:48:24 +02:00
- import_tasks: 'base-package-auxiliary-settings-sysstat.yml'
feat(role): Add package-specific global config files Packages can now have a global (i.e. system-wide) config defined and applied. If package is missing the config file is deleted. This is helpful for example for Git where we want to define helpful aliases for every logged in user and for tmux where every user should have access to the tmux-resurrect session manager etc.
2025-08-21 03:48:22 +02:00
- import_tasks: 'base-package-auxiliary-settings-tmux.yml'
- import_tasks: 'base-package-auxiliary-settings-single-package-single-config.yml'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 29ms Template: 3ms
English
English
Licenses API