diff options
author | Michael Scherer <misc@redhat.com> | 2017-10-16 22:21:58 +0200 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2017-10-16 22:21:58 +0200 |
commit | ba46305ac81315ede5db90eff2bd5890af2e2367 (patch) | |
tree | 8919b3db988fe7537b8d6e66457a0f571011dbae | |
parent | ffe97d8d04aaa20b77641d231b88db060c39faba (diff) |
Fix the playbook after the migration out of os1
-rw-r--r-- | hosts | 7 | ||||
-rw-r--r-- | playbooks/osci.theopensourceway.org.yml (renamed from playbooks/os1.theopensourceway.org.yml) | 2 |
2 files changed, 3 insertions, 6 deletions
@@ -1,5 +1,2 @@ -[old] -66.35.48.40 ansible_ssh_user=misc ansible_sudo=yes ansible_ssh_port=108 - -[new] -os1.theopensourceway.org ansible_ssh_user=root +[osci] +osci.theopensourceway.org ansible_ssh_user=root diff --git a/playbooks/os1.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml index 8fa9322..8d35e39 100644 --- a/playbooks/os1.theopensourceway.org.yml +++ b/playbooks/osci.theopensourceway.org.yml @@ -1,5 +1,5 @@ --- -- hosts: os1.theopensourceway.org +- hosts: osci.theopensourceway.org vars: mailman_webinterface: lists.theopensourceway.org mailman_prefix: theopensourceway.org |