# ansible-playbooks Ansible playbooks to manage the IT infrastructure. ## Configure hosts Make sure to define the hosts in `/etc/ansible/hosts`: ```toml [serversgroup] ansible_user=ansible ``` ## Run playbooks The `ssh` credentials can be specified interactively: ```sh ansible-playbook .yml -k ```