diff --git a/hosts b/hosts index 7019aef7..ccc58136 100644 --- a/hosts +++ b/hosts @@ -1,8 +1,8 @@ [common] -phoenix.thunix.cf ansible_connection=local +thunix.net ansible_connection=local [shell] -phoenix.thunix.cf ansible_connection=local +thunix.net ansible_connection=local [webserver] -phoenix.thunix.cf ansible_connection=local +thunix.net ansible_connection=local diff --git a/roles/shell/files/etc/skel/.muttrc b/roles/shell/files/etc/skel/.muttrc new file mode 100644 index 00000000..2192501f --- /dev/null +++ b/roles/shell/files/etc/skel/.muttrc @@ -0,0 +1,11 @@ +#http://www.elho.net/mutt/maildir/ +#First tell Mutt to use the Maildir format: +set mbox_type=Maildir + +# Next configure the locations of the common folders: +set folder="~/Maildir" +set mask="!^\\.[^.]" +set mbox="~/Maildir" +set record="+.Sent" +set postponed="+.Drafts" +set spoolfile="~/Maildir" diff --git a/roles/shell/tasks/ufw.yml b/roles/shell/tasks/ufw.yml index 0d776d97..1a1b5761 100644 --- a/roles/shell/tasks/ufw.yml +++ b/roles/shell/tasks/ufw.yml @@ -14,6 +14,8 @@ - 79 - 1326 - 5154 + - 6697 + - 7776 - 30000 - 25565