From a0e188d7a70e070bd859be59cd1f0066fee18656 Mon Sep 17 00:00:00 2001 From: Tim Zabel Date: Feb 18 2020 15:54:22 +0000 Subject: Migrate TeleIRC to temp RITlug infrastructure. --- diff --git a/inventory/inventory b/inventory/inventory index 9f6cdcb..23acd90 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -1,4 +1,5 @@ -telegram-irc.fedorainfracloud.org ansible_python_interpreter=/usr/bin/python3 +# Temporary host on RITlug infrastructure +129.21.39.107 ansible_python_interpreter=/usr/bin/python3 [dev] 127.0.0.1 ansible_connection=local diff --git a/playbooks/telegram-irc.yml b/playbooks/telegram-irc.yml index b4b418b..856dbd0 100644 --- a/playbooks/telegram-irc.yml +++ b/playbooks/telegram-irc.yml @@ -1,6 +1,6 @@ --- -- name: synchronize telegram-irc.fedorainfracloud.org - hosts: telegram-irc.fedorainfracloud.org +- name: synchronize TeleIRC host + hosts: 129.21.39.107 become: yes roles: diff --git a/playbooks/vagrant-test.yml b/playbooks/vagrant-test.yml deleted file mode 100644 index ec0d305..0000000 --- a/playbooks/vagrant-test.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: test TeleIRC changes locally with Vagrant - hosts: all - become: yes - - roles: - - { role: firewalld, tags: firewalld } - - { role: teleirc, tags: teleirc }