Selaa lähdekoodia

Add IRC role.

master
Chris Smith 9 vuotta sitten
vanhempi
commit
04dd2d5ae6
4 muutettua tiedostoa jossa 12 lisäystä ja 1 poistoa
  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 Näytä tiedosto

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

+ 1
- 0
playbooks/all.yml Näytä tiedosto

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

+ 7
- 0
playbooks/irc.yml Näytä tiedosto

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
-Subproject commit 8c0152a16427d7c19b3e319ea532222db901c22a
1
+Subproject commit dbe1bd94bd4f0e7ef78a120246b8d0aabaaaf3c6

Loading…
Peruuta
Tallenna