diff options
-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 |