A playbook (script file) is a file that describes the actions to be performed on a group of hosts. Inside the playbook: play is a set of tasks to be performed for a group of hosts task is a specific
Continue readingMonth: June 2022
What is ansible modules?
In this post I want to explain you about ansible modules. Along with the installation of ansible, a large number of modules (module library) are also created. The module library has about 200 modules available. Module it’s like extension for
Continue readingAd Hoc commands in ansible
With ad-hoc command you can run some Ansible action from the command line. An example ad-hoc command: This option basically is used in cases where you need to check something, for example, the operation of the module. Or just perform
Continue readingWhat is ansible? Terminology, inventory.
Works without installing an agent on managed hosts Uses SSH to connect to managed hosts Performs changes using Python modules that run on managed hosts Can perform actions locally on the management host Uses YAML to describe scenarios Contains many
Continue reading