From 6fda7993efd3105f1bc573cf4a1b01dbcf7878bb Mon Sep 17 00:00:00 2001 From: bms Date: Sat, 17 Feb 2024 18:56:19 +0300 Subject: [PATCH] Update 'inventory/hosts.yml' --- inventory/host.yml.example | 7 ------- inventory/hosts.yml | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 inventory/host.yml.example create mode 100644 inventory/hosts.yml diff --git a/inventory/host.yml.example b/inventory/host.yml.example deleted file mode 100644 index 3af15e5..0000000 --- a/inventory/host.yml.example +++ /dev/null @@ -1,7 +0,0 @@ -#--- -#all: -# hosts: -# h1: -# ansible_host: 8.8.8.8 -# ansible_user: admin -# ansible_connection: local diff --git a/inventory/hosts.yml b/inventory/hosts.yml new file mode 100644 index 0000000..a1e76b0 --- /dev/null +++ b/inventory/hosts.yml @@ -0,0 +1,8 @@ +--- +#all: +# hosts: +# h1: +# ansible_host: +# ansible_user: +# ansible_password: +# ansible_connection: local