From b80e178fc5a08f1a9bda06044b14987144c73402 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Thu, 23 Mar 2023 14:35:21 -0700 Subject: [PATCH] Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io Signed-off-by: Noriko Hosoi --- README-ansible.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README-ansible.md diff --git a/README-ansible.md b/README-ansible.md new file mode 100644 index 0000000..bdd47b1 --- /dev/null +++ b/README-ansible.md @@ -0,0 +1,6 @@ +Introduction to Ansible for Linux System Roles +============================================== + +If you are not familiar with Ansible, please see +[Introduction to Ansible for Linux System Roles](https://linux-system-roles.github.io/documentation/intro-to-ansible-for-system-roles.html), +where many useful links are presented.