From bd5da43f2ec610a5636d3eb6ee53acf2eb984c99 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Sat, 11 Nov 2023 04:42:11 +0800 Subject: [PATCH] Updated README.md + use .yaml --- README.md | 4 ++-- tasks/{main.yml => main.yaml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tasks/{main.yml => main.yaml} (100%) diff --git a/README.md b/README.md index 2b7fbc8..93df8e5 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ all: wireguard_ip: 10.3.0.1 vars: - pipelining: true ansible_ssh_port: 22 + ansible_ssh_common_args: "-o StrictHostKeyChecking=no" ansible_ssh_user: root - ansible_become_method: su + ansible_become_method: su wireguard_mask_bits: 24 wireguard_port: 51871 ``` diff --git a/tasks/main.yml b/tasks/main.yaml similarity index 100% rename from tasks/main.yml rename to tasks/main.yaml