mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Refactor ansible inventory to add dev server
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
- name: My first play
|
||||
hosts: devservers
|
||||
tasks:
|
||||
- name: Ping my hosts
|
||||
ansible.builtin.ping:
|
||||
|
||||
- name: Print message
|
||||
ansible.builtin.debug:
|
||||
msg: Hello world
|
||||
|
||||
Reference in New Issue
Block a user