This repository contains two Ansible projects:
Located in windows_ansible/
directory:
- Installs Google Chrome on Windows servers
- Uses WinRM for connection
- Requires proper Windows credentials and WinRM setup
ansible-playbook -i windows_ansible/inventory.ini windows_ansible/install_chrome.yml
Located in ubuntu_ansible/
directory:
- Updates package cache
- Performs system update using apt
- Uses SSH for connection
- Requires SSH key authentication
ansible-playbook -i ubuntu_ansible/inventory.ini ubuntu_ansible/update_packages.yml
- Update the inventory files with your server IP addresses
- Configure proper credentials in inventory files
- Ensure WinRM is set up on Windows servers
- Ensure SSH access is configured for Ubuntu servers