diff --git a/defaults/README.md b/defaults/README.md new file mode 100644 index 0000000..a969456 --- /dev/null +++ b/defaults/README.md @@ -0,0 +1,5 @@ +# defaults + +The default variable definitions of the Ansible role. + +Variables defined here can be overrided by the role consumers, which can be used to customize the role's behaviors. diff --git a/defaults/main.yml b/defaults/main.yml new file mode 100644 index 0000000..a3f9f7b --- /dev/null +++ b/defaults/main.yml @@ -0,0 +1,4 @@ +# The main default variables definition file +# +# Copyright 2024 The common Ansible role template contributors +# SPDX-License-Identifier: CC-BY-SA-4.0+ OR LicenseRef-Apache-2.0-If-Not-Used-In-Template-Projects