diff options
-rw-r--r-- | host_vars/os1.theopensourceway.org/git_repos.yml (renamed from host_vars/new.theopensourceway.org/git_repos.yml) | 0 | ||||
-rw-r--r-- | hosts | 2 | ||||
-rw-r--r-- | playbooks/os1.theopensourceway.org.yml (renamed from playbooks/new.theopensourceway.org.yml) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/host_vars/new.theopensourceway.org/git_repos.yml b/host_vars/os1.theopensourceway.org/git_repos.yml index 93f23c8..93f23c8 100644 --- a/host_vars/new.theopensourceway.org/git_repos.yml +++ b/host_vars/os1.theopensourceway.org/git_repos.yml @@ -2,4 +2,4 @@ 66.35.48.40 ansible_ssh_user=misc ansible_sudo=yes ansible_ssh_port=108 [new] -new.theopensourceway.org ansible_ssh_user=root +os1.theopensourceway.org ansible_ssh_user=root diff --git a/playbooks/new.theopensourceway.org.yml b/playbooks/os1.theopensourceway.org.yml index 029cf93..6b7f390 100644 --- a/playbooks/new.theopensourceway.org.yml +++ b/playbooks/os1.theopensourceway.org.yml @@ -1,5 +1,5 @@ --- -- hosts: new.theopensourceway.org +- hosts: os1.theopensourceway.org vars: mailman_webinterface: lists.theopensourceway.org mailman_prefix: theopensourceway.org |