Skip to content
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
2 changes: 2 additions & 0 deletions inventory/dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[nfs]
172.31.45.123
Empty file added inventory/prod
Empty file.
Empty file added inventory/staging
Empty file.
Empty file added inventory/uat
Empty file.
7 changes: 7 additions & 0 deletions playbooks/common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- hosts: all
become: true
tasks:
- name: display the hostname of the machines present
command: hostname