Files
ansible-automations/playbooks/base.yml
2023-02-27 16:39:00 +01:00

15 lines
589 B
YAML

#===================================================================================================
# ? ABOUT
# @author : Noah Knegt
# @email : personal@noahknegt.com
# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations
# @createdOn : 27-02-2023
# @description : This will apply the base configuration to the list of machines.
#===================================================================================================
---
- hosts: all
remote_user: root
roles:
- base