semaphore-test/test.yml
2024-08-27 05:25:18 +00:00

13 lines
257 B
YAML

---
- name: Test connectivity and gather system information
hosts: all
become: false
tasks:
- name: Ping the servers
ansible.builtin.ping:
- name: Update and Upgrade all Servers
apt:
upgrade: yes
update_cache: yes