Playbook

Generate the SSH Key and connect hosts to control machine before writing and running playbooks.

  1. Create a Playbook

$ vi .yml 
  1. Run the playbook

$ ansible-playbook .yml

Last updated