Skip to content

Commit 6738faa

Browse files
authored
Adding services for wk24
start creating new mx.l3d.ch server
2 parents 3a9b241 + 01b890b commit 6738faa

46 files changed

Lines changed: 969 additions & 529 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
url = https://github.com/roles-ansible/ansible_role_ntp.git
100100
branch = master
101101
[submodule "roles/do1jlr.etebase"]
102-
path = roles/do1jlr.etebase
102+
path = roles/l3d.etebase
103103
url = https://github.com/roles-ansible/ansible_role_etebase.git
104104
branch = master
105105
[submodule "collections/ansible_collections/community/mysql"]
@@ -144,3 +144,9 @@
144144
[submodule "roles/l3d.homebox"]
145145
path = roles/l3d.homebox
146146
url = https://github.com/roles-ansible/ansible_role_homebox.git
147+
[submodule "collections/ansible_collections/l3d/users"]
148+
path = collections/ansible_collections/l3d/users
149+
url = https://github.com/roles-ansible/ansible_collection_users.git
150+
[submodule "roles/l3d.rustdesk"]
151+
path = roles/l3d.rustdesk
152+
url = https://github.com/roles-ansible/ansible_role_rustdesk.git

.yamllint

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ rules:
88
level: warning
99

1010
ignore: |
11-
host_vars/mail01.l3d.space/vault.yml
12-
host_vars/web01.l3d.space/vault.yml
13-
host_vars/luna.l3d.ch/vault.yml
14-
host_vars/services.l3d.space/vault.yml
15-
group_vars/all/vault.yml
11+
group_vars/*/vault.yml
1612
roles/
1713
ansible/
1814
collections/
15+
host_vars/*/vault.yml
Submodule general updated 78 files
Submodule users added at c9da584
Submodule prometheus updated 130 files

0 commit comments

Comments
 (0)