From 0104e691240701542a14de06341588fd9901189b Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 11 Oct 2025 09:00:31 +0200 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20main.yml=20file=20for?= =?UTF-8?q?=20Samba=20AD=20DC=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds a new configuration file `main.yml` to the `meta` directory, which sets up an Active Directory Domain Controller (AD DC) using Samba. The file includes details such as author information, description, and dependencies. --- meta/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..e7fc7d6 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,12 @@ +--- +galaxy_info: + author: Jose + description: Setup Samba AD DC + # license: MIT + # min_ansible_version: 2.9 + # platforms: + # - name: Debian + # versions: + # - buster + # - bullseye +dependencies: []