Changes

Jump to: navigation, search

OPS435 Ansible

455 bytes added, 03:54, 24 November 2019
Ansible Playbook
[[OPS435_Ansible_setup|Click here for complete contents of the above]]
= Investigation II: Ansible Playbook === Updating What is a playbook? ==: * Playbook is one of the core features of Ansible.: * Playbook tells Ansible what to execute by which user on the remote machine.: * Playbook is like a to-do list for Ansible: * Playbook is write in a simple human readable language called "YAML".: * Playbook links a task to an ansible module and provide needed arguments to the module which requires them. ===Part 1: A playbook to update the /etc/motd file ===
Name: motd-play.yml
<pre>
</pre>
== Install Part 2: A playbook to install and start Apache Server ==
Name: httpd-play.yml
<pre>
1,760
edits

Navigation menu