mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Adding IRC ports
This commit is contained in:
6
hosts
6
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
|
||||
|
||||
11
roles/shell/files/etc/skel/.muttrc
Normal file
11
roles/shell/files/etc/skel/.muttrc
Normal file
@@ -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"
|
||||
@@ -14,6 +14,8 @@
|
||||
- 79
|
||||
- 1326
|
||||
- 5154
|
||||
- 6697
|
||||
- 7776
|
||||
- 30000
|
||||
- 25565
|
||||
|
||||
|
||||
Reference in New Issue
Block a user