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] ---- ---