| |
@@ -1,4 +1,4 @@
|
| |
- = DNS Host Addition SOP
|
| |
+ = Virtual Host Addition SOP
|
| |
|
| |
You should be able to follow these steps in order to create a new set of
|
| |
hosts in infrastructure.
|
| |
@@ -217,10 +217,6 @@
|
| |
ifconfig-push 192.168.1.44 192.168.0.44
|
| |
....
|
| |
|
| |
- == Work in progress
|
| |
-
|
| |
- From here to the end of file is still being worked on
|
| |
-
|
| |
=== host_vars and group_vars
|
| |
|
| |
ansible consults files in
|
| |
@@ -263,6 +259,15 @@
|
| |
how many free cpus each vmhost has. You can use that to inform your
|
| |
decision. By convention, staging hosts go on virthost12.
|
| |
|
| |
+ [NOTE]
|
| |
+ ====
|
| |
+ The `vhost-info` needs to be executed as `root` user on `batcave01`
|
| |
+ ....
|
| |
+ python3.11 /srv/web/infra/ansible/scripts/vhost-info --host <ansible list of hosts or groups>
|
| |
+ # for example virthost
|
| |
+ ....
|
| |
+ ====
|
| |
+
|
| |
Each vmhost has a different volume group. To figure out what volume
|
| |
group that is, execute the following command on the virthost.:
|
| |
|
| |
@@ -312,7 +317,7 @@
|
| |
* Most things won't change much
|
| |
|
| |
....
|
| |
- ansible-playbook /srv/web/infra/ansible/infra/ansible/playbooks/grous/mailman.yml
|
| |
+ ansible-playbook /srv/web/infra/ansible/infra/ansible/playbooks/groups/mailman.yml
|
| |
....
|
| |
|
| |
== Adding a new proxy or webserver
|
| |
Signed-off-by: Michal Konecny mkonecny@redhat.com