Browse Source

Add IRC role.

master
Chris Smith 9 years ago
parent
commit
04dd2d5ae6
4 changed files with 12 additions and 1 deletions
  1. 3
    0
      inventories/inventory.yml
  2. 1
    0
      playbooks/all.yml
  3. 7
    0
      playbooks/irc.yml
  4. 1
    1
      roles

+ 3
- 0
inventories/inventory.yml View File

@@ -1,3 +1,6 @@
1 1
 [digitalocean]
2 2
 do1.chameth.com
3 3
 lon1.chameth.com
4
+
5
+[irc]
6
+lon1.chameth.com

+ 1
- 0
playbooks/all.yml View File

@@ -1,2 +1,3 @@
1 1
 ---
2 2
 - include: common.yml
3
+- include: irc.yml

+ 7
- 0
playbooks/irc.yml View File

@@ -0,0 +1,7 @@
1
+---
2
+- hosts: irc
3
+  roles:
4
+    - role: dfbnc
5
+      dfbnc_listenhosts: 0.0.0.0:+33262\n0.0.0.0:33263
6
+    - tapchat
7
+

+ 1
- 1
roles

@@ -1 +1 @@
1
-Subproject commit 8c0152a16427d7c19b3e319ea532222db901c22a
1
+Subproject commit dbe1bd94bd4f0e7ef78a120246b8d0aabaaaf3c6

Loading…
Cancel
Save