October 2020
Intermediate to advanced
516 pages
12h 59m
English
ad hoc command An Ansible command that uses a module to apply the desired state without making any change to the managed system.
anacron A helper system to Linux cron, which makes sure that a job is started periodically every hour, day, week, or month, without specifically defining when exactly it should run.
Ansible Tower A web-based platform that allows for management of Ansible environments from a browser.
ansible.cfg The configuration file that Ansible uses to get information about required settings. Most parameters from ansible.cfg may be overwritten in playbooks.
AppStream The package collection in RHEL 8 that offers access to nonessential packages. Packages in AppStream are provided as yum modules, which allows for different ...