Files
ansible/playbooks/container-host.yml
T

13 lines
192 B
YAML
Raw Normal View History

2026-08-19 14:16:39 -04:00
---
- name: Configure container hosts
hosts:
- ch01.balsillie.house
gather_facts: false
tasks:
- name: Ping
become: true
ansible.builtin.ping:
data: "pong"