1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

Merge branch 'main' of github.com:DO1JLR/ansible_playbook_webserver

This commit is contained in:
Lilian Roller 2021-01-28 19:10:46 +01:00
commit 4be56bd9eb
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
8 changed files with 15 additions and 3 deletions

3
.gitmodules vendored
View file

@ -73,3 +73,6 @@
[submodule "roles/do1jlr.rspamd"]
path = roles/do1jlr.rspamd
url = https://github.com/roles-ansible/ansible_role_rspamd.git
[submodule "roles/unattended_upgrades"]
path = roles/unattended_upgrades
url = https://github.com/jnv/ansible-role-unattended-upgrades.git

7
group_vars/all/vault.yml Normal file
View file

@ -0,0 +1,7 @@
$ANSIBLE_VAULT;1.1;AES256
36663863373338383561336138323362326461643035366564653064343831303331373862373465
6465396462326630383532376465653965353131623265300a333866303861663238306234326663
64353530653265333866363938626431326139376136653631626635303430313437333431623637
3931616565633732320a636166306637383739313666353564646235336332636565363266393961
63363263626263303535623465633639313865383634323935663363383532336662656662633262
3537383036623661313530306532376237633132633234613936

@ -1 +1 @@
Subproject commit 8e8441a576bab17077868ef7cfe81be12fa48246
Subproject commit 45cad04009b03f11fc901466bf690e42fc16ad19

@ -1 +1 @@
Subproject commit 17ea9017981ab33f5b1a1fc3663758f0fdb64b32
Subproject commit d51c5a92307963b012b1dde96fdc376ddf2e248d

@ -1 +1 @@
Subproject commit cde4a964d584670201d2d5aa479da33dcf648eb0
Subproject commit a216c6093c0d9d6cdbe6e6d4d130d886583c7b59

@ -0,0 +1 @@
Subproject commit 9960a79ce0f5530275d674eacd4c5a37d2d5b272

View file

@ -11,6 +11,7 @@
- { role: base, tags: [default,packages,base]}
- { role: ranger, tags: [packages,ranger]}
- { role: bat, tags: [packages,bat], when: [ansible_os_family == 'Debian']}
- { role: unattended_upgrades, tags: [default,unattended,unattended_upgrades,security], become: true, when: ansible_distribution == 'Debian'}
- name: user specific roles for all hosts
hosts: all