Python Network Programming
上QQ阅读APP看书,第一时间看更新

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:

  1. Make sure the control node can use key-based authorization.
  2. Create an inventory file.
  3. Create a playbook.
  4. Execute and test it.