initial commit with two example roles

This commit is contained in:
Jan Welker 2018-08-14 09:30:24 +02:00
commit de79ed2d99
5 changed files with 31 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "roles/ANTS-Framework.linux_localusers"]
path = roles/ANTS-Framework.linux_localusers
url = https://github.com/ANTS-Framework/linux_localusers.git
[submodule "roles/ANTS-Framework.generic_motd"]
path = roles/ANTS-Framework.generic_motd
url = https://github.com/ANTS-Framework/generic_motd.git

6
main.yml Normal file
View File

@ -0,0 +1,6 @@
---
- hosts: all
roles:
- ANTS-Framework.generic_motd
- ANTS-Framework.linux_localusers

17
roles.yml Normal file
View File

@ -0,0 +1,17 @@
---
# Generic roles
- src: ANTS-Framework.generic_motd
- src: ANTS-Framework.generic_admins
# linux roles
- src: ANTS-Framework.linux_adbinding
- src: ANTS-Framework.linux_defaultsoftware
- src: ANTS-Framework.linux_localusers
# macOS roles
- src: ANTS-Framework.macos_munki_condition
- src: ANTS-Framework.macos_munki_localonlymanifest
- src: ANTS-Framework.macos_ssh
- src: ANTS-Framework.macos_sus
- src: ANTS-Framework.macos_profile

@ -0,0 +1 @@
Subproject commit 80ea834693bd887f2d94556d3cbb236fdf59c040

@ -0,0 +1 @@
Subproject commit 52fe16a050ef77ee180dd224a0c9df10f556ccc9