Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jan 26, 2021
1 parent e3d00f0 commit 0cc7d59
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
7 changes: 7 additions & 0 deletions group_vars/all/vault.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$ANSIBLE_VAULT;1.1;AES256
36663863373338383561336138323362326461643035366564653064343831303331373862373465
6465396462326630383532376465653965353131623265300a333866303861663238306234326663
64353530653265333866363938626431326139376136653631626635303430313437333431623637
3931616565633732320a636166306637383739313666353564646235336332636565363266393961
63363263626263303535623465633639313865383634323935663363383532336662656662633262
3537383036623661313530306532376237633132633234613936
2 changes: 1 addition & 1 deletion roles/do1jlr.mailserver_preperation
1 change: 1 addition & 0 deletions roles/unattended_upgrades
Submodule unattended_upgrades added at 9960a7
1 change: 1 addition & 0 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cc7d59

Please sign in to comment.