From 130df85ecdab1a9f2fe5843d3a8ffa0b61a64329 Mon Sep 17 00:00:00 2001 From: lekepropitix Date: Tue, 12 Jan 2021 12:13:42 +0000 Subject: [PATCH] commit message --- inventory/dev | 2 ++ inventory/prod | 0 inventory/staging | 0 inventory/uat | 0 playbooks/common.yml | 7 +++++++ 5 files changed, 9 insertions(+) create mode 100644 inventory/dev create mode 100644 inventory/prod create mode 100644 inventory/staging create mode 100644 inventory/uat create mode 100644 playbooks/common.yml diff --git a/inventory/dev b/inventory/dev new file mode 100644 index 00000000..3e9a89ff --- /dev/null +++ b/inventory/dev @@ -0,0 +1,2 @@ +[nfs] +172.31.45.123 diff --git a/inventory/prod b/inventory/prod new file mode 100644 index 00000000..e69de29b diff --git a/inventory/staging b/inventory/staging new file mode 100644 index 00000000..e69de29b diff --git a/inventory/uat b/inventory/uat new file mode 100644 index 00000000..e69de29b diff --git a/playbooks/common.yml b/playbooks/common.yml new file mode 100644 index 00000000..9395040b --- /dev/null +++ b/playbooks/common.yml @@ -0,0 +1,7 @@ +--- + - hosts: all + become: true + tasks: + - name: display the hostname of the machines present + command: hostname +