playbook_setup-host/README.md

19 lines
606 B
Markdown
Raw Permalink Normal View History

# 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