From 90a22da2b01f0bf460f1d81d5a3337682335563a Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 26 Jul 2021 18:46:29 +0200 Subject: [PATCH] README: update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 782aa3c..a69f703 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Run Ansible playbook Github Action +# Run Ansible playbook GitHub Action -An action that executes given Ansible playbook on selected hosts. +An Action that executes given Ansible playbook on selected hosts. Should work on any OS, if `ansible-playbook` command is available in `PATH`. @@ -23,6 +23,8 @@ Should work on any OS, if `ansible-playbook` command is available in `PATH`. [group1] example.com + # Optional, SSH known hosts file content + known_hosts: .known_hosts # Optional, encrypted vault password vault_password: ${{secrets.VAULT_PASSWORD}} # Optional, galaxy requirements filepath