summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2019-01-25 14:32:35 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2019-01-25 14:32:35 +0100
commitca78ae9bdf2a1b25e7182096f9b1c5a1380daf21 (patch)
tree726a4ba12dc5dbd74a2ab54e068b3cc60b84a819
parent393d0e74dd73de3ee8820379af1a2a29c62b7342 (diff)
downloadplaybooks-ansible-ca78ae9bdf2a1b25e7182096f9b1c5a1380daf21.tar.gz
playbooks-ansible-ca78ae9bdf2a1b25e7182096f9b1c5a1380daf21.tar.xz
playbooks-ansible-ca78ae9bdf2a1b25e7182096f9b1c5a1380daf21.zip
Remove update role since it is not working
-rw-r--r--hosts.net9
-rw-r--r--hosts.tor11
-rw-r--r--playbooks/update.yml (renamed from update.yml)3
-rw-r--r--site.yml2
4 files changed, 4 insertions, 21 deletions
diff --git a/hosts.net b/hosts.net
index 31ecd12..ee5937e 100644
--- a/hosts.net
+++ b/hosts.net
@@ -33,12 +33,3 @@ website-servers
[dns:children]
bt
reverseproxy
-
-[update]
-falcon.home.casperlefantom.net:54444
-ns4.casperlefantom.net:54444 ansible_python_interpreter=/usr/bin/python3
-manchester.home.casperlefantom.net:54444 ansible_python_interpreter=/usr/bin/python3
-pratt.home.casperlefantom.net:54444 ansible_python_interpreter=/usr/bin/python3
-ns5.casperlefantom.net:54444
-ns2.casperlefantom.net:54444
-ns3.casperlefantom.net:54444
diff --git a/hosts.tor b/hosts.tor
index 2d5efb5..7a4ca40 100644
--- a/hosts.tor
+++ b/hosts.tor
@@ -14,6 +14,8 @@ fpavnwnb2ztpixr5.onion:54444
[website-engines]
# php-fpm/memcached containers
pmzbj5yqmfblccbe.onion:54444 ansible_python_interpreter=/usr/bin/python3
+t5rf4aloe7bzqztml5ykzurigznibrq2brxbdiui45ya4i763kyx37yd.onion:54444 ansible_python_interpreter=/usr/bin/python3
+anyzurvprcwsezmvizkqz62dbhebcfnosq2y3hljaaierqoqhogk2cyd.onion:54444 ansible_python_interpreter=/usr/bin/python3
[website-servers]
# apache/mariadb containers
@@ -31,12 +33,3 @@ website-servers
[dns:children]
bt
reverseproxy
-
-[update]
-3bt4evcfdlpiewcp.onion:54444
-bpr7drsao5vozzr5.onion:54444 ansible_python_interpreter=/usr/bin/python3
-d72vewh3wa4lwpaj.onion:54444 ansible_python_interpreter=/usr/bin/python3
-pmzbj5yqmfblccbe.onion:54444 ansible_python_interpreter=/usr/bin/python3
-wuvphkytdeukbrqm.onion:54444
-fgh6ulsq2yw5j7wp.onion:54444
-fpavnwnb2ztpixr5.onion:54444
diff --git a/update.yml b/playbooks/update.yml
index 6c5c29c..f64571e 100644
--- a/update.yml
+++ b/playbooks/update.yml
@@ -1,6 +1,7 @@
---
- hosts:
- - update
+ - dns
+ - proxy
remote_user: root
tasks:
- include_vars: .jabbersecrets
diff --git a/site.yml b/site.yml
index 29d06c3..503acc4 100644
--- a/site.yml
+++ b/site.yml
@@ -14,5 +14,3 @@
- import_playbook: torrelay.yml
- import_playbook: bittorrent.yml
- import_playbook: reverseproxy.yml
-# modules at and jabber not working
-#- import_playbook: update.yml