Servermonkeys generic sysadmin tasks
Recommended Debian package: wildwest
Alternatively you can use plain Ansible but need to define some variables at runtime.
Tasks and scripts are sorted in different groups. Each prefix represents a group.
- cfg_ = System configurations, usually when you first set up a new system
- do_ = Everyday generic system administration tools
- info_ = Just collect information about a system, no active administration
- install_ = Install software or groups of software
- setup_ = Complete system setups, combination of install_ and cfg_
Before running any lager tasks, like install_ or setup_ , you need to run info_test first to update Ansible facts.