From 01b844e8f67a9f9e6a0b1efff532dce81771cf07 Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 4 Mar 2022 18:08:45 +0200 Subject: [PATCH] add cloud info --- CloudComputing_Lab/modules/ROOT/pages/ansible.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CloudComputing_Lab/modules/ROOT/pages/ansible.adoc b/CloudComputing_Lab/modules/ROOT/pages/ansible.adoc index 9439d60..05cfca4 100755 --- a/CloudComputing_Lab/modules/ROOT/pages/ansible.adoc +++ b/CloudComputing_Lab/modules/ROOT/pages/ansible.adoc @@ -1,11 +1,24 @@ = CaaS - OS Admin +Playbooks use the YAML format to define one or more plays. +A play is a set of tasks that are arranged in a way to automate a process. +This guide covers how to work: + +* using the command line +* working with inventory +* working with data +* writing tasks +* run playbooks + +TIP: Setting up a fluentd server for *Data collection* == Playbook +TIP: create file.yml + [source,sh] ---- ---