diff options
author | Michael Scherer <misc@zarb.org> | 2015-03-23 12:24:36 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2015-03-23 12:26:06 +0100 |
commit | 84b940b54a1bebdda3e415782aab1402d6843bce (patch) | |
tree | e8ae0974c7d26647b61050e68900f476b436cacf | |
parent | 6ea2f9549551cff5a1d20f829b3f7d31d30fb5eb (diff) |
Rename the server
-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 |