From 96b599034b491dbb792058cfa63aae19bf7e8b12 Mon Sep 17 00:00:00 2001 From: madereddy <49539048+madereddy@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:46:05 -0500 Subject: [PATCH] Update readme and inventory --- README.md | 2 ++ inventory.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a6930..9eb59b2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Simply clone this repository and follow the readme below. └── Caddyfile ├── compose └── docker-compose.yml + ├── ddns + └── ddns.config └── restic └── restic.yml ├── docker_status.yml diff --git a/inventory.yml b/inventory.yml index 695381b..6cf68e0 100644 --- a/inventory.yml +++ b/inventory.yml @@ -13,7 +13,7 @@ all: Docker: hosts: test-host: - ansible_host: 192.168.1.79 + ansible_host: 192.168.1.218 ansible_user: jeet ansible_ssh_private_key_file: ~/.ssh/id_ed25519 # host2: