15 lines
584 B
YAML
15 lines
584 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
|
|
become: true
|
|
roles:
|
|
- base
|