Commit ee153a19 authored by Vũ Hoàng Nam's avatar Vũ Hoàng Nam

Update first playbook content.

parent acfc3a97
......@@ -3,8 +3,15 @@
become: yes
tasks:
- name: Ping my hosts
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello world
- name: Install neofetch
apt:
name: neofetch
state: present
[ubuntu]
[servers]
192.168.67.9
[ubuntu:vars]
[servers:vars]
ansible_user=jay
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment