mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update
This commit is contained in:
parent
e3d00f0b2c
commit
0cc7d592e9
7 changed files with 14 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
7
group_vars/all/vault.yml
Normal 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 cde4a964d584670201d2d5aa479da33dcf648eb0
|
||||
Subproject commit a216c6093c0d9d6cdbe6e6d4d130d886583c7b59
|
1
roles/unattended_upgrades
Submodule
1
roles/unattended_upgrades
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9960a79ce0f5530275d674eacd4c5a37d2d5b272
|
1
site.yml
1
site.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue