ソースを参照

Add IRC role.

master
Chris Smith 9年前
コミット
04dd2d5ae6
4個のファイルの変更12行の追加1行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

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

+ 7
- 0
playbooks/irc.yml ファイルの表示

@@ -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

読み込み中…
キャンセル
保存