Skip to content

Commit

Permalink
feat: Implement template content for the vars role directory
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Sep 25, 2024
1 parent 0fde9b2 commit ee631c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vars/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# vars

Provides variable definitions that will not be overrided by the role consumers, usually for internal data that is not designed to be customized.

Refer to the [Using Variables — Ansible Community Documentation](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html) official documentation for more details.
4 changes: 4 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The main variable definition file of the Ansible role.
#
# Copyright 2024 The common Ansible role template contributors <https://github.com/the-common/ansible-role-template/graphs/contributors>
# SPDX-License-Identifier: CC-BY-SA-4.0+ OR LicenseRef-Apache-2.0-If-Not-Used-In-Template-Projects

0 comments on commit ee631c6

Please sign in to comment.