playbook_setup-host/README.md

606 B

setup-host playbook

Introduction

Playbook to perform setup of a network host. The host will need to have first been setup for ansible management. There will also need to be a fully detailed inventory file for the host.

The playbook will run through a number of roles to do package and user configuration, before finishing up with custom configurations for the specific target host.

This playbook can be run using the following command line;

ansible-playbook -l <inventory host> -i <inventory file> setup-host.yml 

ie,
ansible-playbook -l tnode1 -i inventory/prod.yml setup-host.yml