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: