Your first Ansible playbook
Our first playbook will be used between the control node and a remote Ubuntu host. We will take the following steps:
- Make sure the control node can use key-based authorization.
- Create an inventory file.
- Create a playbook.
- Execute and test it.