Files
ansible/docker/playbook-sample-project/site.yml
Márcio Fernandes 522a2f854b
All checks were successful
/ build-docker-image (push) Successful in 7s
First working release :)
2024-09-07 02:28:07 +01:00

10 lines
178 B
YAML

- name: Hello from ansible
hosts: all
tasks:
- name: Ping my hosts
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world