Go to file
Radar231 eaf027f898 removed roles no longer required
added incus role
2024-01-03 06:48:33 -05:00
README.md initial checkin 2023-12-16 06:36:02 -05:00
setup-host.yml removed roles no longer required 2024-01-03 06:48:33 -05:00

README.md

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