From 21d79ac080eae3cbcad782edd70ef638b30668fe Mon Sep 17 00:00:00 2001 From: Justin W. Flory Date: Feb 15 2020 18:18:14 +0000 Subject: [PATCH 1/2] :construction: inventory: Migrate to new host This commit migrates the Fedora-provided TeleIRC instance to the new host hosted in AWS. The playbook was already run on the new host. cc: @tjzabel Signed-off-by: Justin W. Flory --- diff --git a/inventory/inventory b/inventory/inventory index 9f6cdcb..d02a673 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -1,4 +1,4 @@ -telegram-irc.fedorainfracloud.org ansible_python_interpreter=/usr/bin/python3 +telegram-irc-01.fedorainfracloud.org ansible_user=fedora [dev] 127.0.0.1 ansible_connection=local diff --git a/playbooks/telegram-irc.yml b/playbooks/telegram-irc.yml index b4b418b..1061db8 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: telegram-irc-01.fedorainfracloud.org become: yes roles: From 302c9932dbdcc6045c477ed61d4dded30bb2a41d Mon Sep 17 00:00:00 2001 From: Justin W. Flory Date: Feb 15 2020 18:18:14 +0000 Subject: [PATCH 2/2] vagrant: Remove Vagrant testing playbook This never worked in the first place, so dropping this from the git repository to reduce confusion. Signed-off-by: Justin W. Flory --- 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 }