Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 404 Bytes

File metadata and controls

21 lines (15 loc) · 404 Bytes

Setup the control machine to run Ansible scripts

Run the command in the terminal:

# The default inventory is "inventory/home".
ansible-playbook control_machine.yml
ansible-playbook control_machine.yml -i "inventory/home"
ansible-playbook control_machine.yml -i "inventory/homelab"

Tasks:

1. Setup DNS.

2. Install required packages:

Created by:

  1. Luciano Sampaio.