From 46964671a948654164005ecd0bcf6fad40b64ed9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 12 Jan 2021 09:11:05 -0800 Subject: [PATCH] Rename master.yml to main.yml Signed-off-by: Kevin Fenzi --- README.md | 4 ++-- master.yml => main.yml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename master.yml => main.yml (100%) diff --git a/README.md b/README.md index 9912c9eff0..cf68a2446a 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ roles - specific roles to be use in playbooks. filter_plugins - Jinja filters -master.yml - This is the master playbook, consisting of all +main.yml - This is the main playbook, consisting of all current group and host playbooks. Note that the daily cron doesn't run this, it runs even over - playbooks that are not yet included in master. + playbooks that are not yet included in main. This playbook is usefull for making changes over multiple groups/hosts usually with -t (tag). ``` diff --git a/master.yml b/main.yml similarity index 100% rename from master.yml rename to main.yml