ansible / windows / playbooks

Soldato
Joined
17 Jul 2008
Posts
7,369
i've watched a number of videos on this, playbooks look simple enough but what they all exclude is how I define how to install a software package, what criteria make it "installed", what options are selected when its installed,

I assume the playbook is the high level "simple" bit, and there is something else (scripting language) used to manage and define how to install something.

I assume I'm missing something here anyone point me in the right direction?
 
Associate
Joined
1 Sep 2009
Posts
1,084
i've watched a number of videos on this, playbooks look simple enough but what they all exclude is how I define how to install a software package, what criteria make it "installed", what options are selected when its installed,

Which operating system? For Red Hat/Centos there's a yum module, for Window there's a win_feature, win_package or win_msi module depending on what you're trying to install. The Ansible website has full documentation for these, including examples: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html
 
Back
Top Bottom