Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added ansible.cfg
Empty file.
14 changes: 12 additions & 2 deletions hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
tasks:
- name: Hello Message
debug:
msg: "Hello World!"

msg: "Hello World after forking to my git hub!"

- name: copy module
copy:
content: "create file by me"
dest: /root/my_change


- name: add_host_module
copy:
content: "192.168.40.215 ffff"
dest: /etc/hosts
Empty file added hosts
Empty file.
Empty file added test30
Empty file.
Empty file added test44
Empty file.