ansible local
-
ansible inventoryansible 2022. 2. 5. 18:00
Inventory inventory.txt # Web Servers web1 ansible_host=server1.company.com ansible_connection=ssh ansible_user=root ansible_ssh_pass=Password123! web2 ansible_host=server2.company.com ansible_connection=ssh ansible_user=root ansible_ssh_pass=Password123! # Localhost localhost ansible_connection=localhost # Database Servers db1 ansible_host=server3.company.com ansible_connection=winrm ansible_us..