Ansible

When you have many tasks in your Ansible Playbook, you may want to run only some of them. You can use Ansible tags to achieve this.

Two files are required to execute an Ansible Playbook: an Ansible Playbook and an Ansible Inventory file.

Use ansible to connect to Windows 2012 R2

用用看 Ansible

📅 April 24, 2023

Ansible 是一個自動化工具,可以用來管理主機,例如:安裝套件、啟動服務、部署程式等等。