Skip to content
Snippets Groups Projects
Commit bb5c7485 authored by void's avatar void
Browse files

minor fixes

parent bb6ab4e7
No related branches found
No related tags found
No related merge requests found
# Nameskonvention für Server: Pratchett Name/Charaktere # Nameskonvention für Server: Pratchett Name/Charaktere
# Nächste freie Namen: ogg, carrot, vimes # Nächste freie Namen: carrot, vimes
[prod] [prod]
...@@ -23,12 +23,12 @@ ogg ansible_ssh_host=192.168.0.201 ...@@ -23,12 +23,12 @@ ogg ansible_ssh_host=192.168.0.201
tiffany ansible_ssh_host=159.69.57.15 tiffany ansible_ssh_host=159.69.57.15
# Öffentlicher Webserver Warpzone # Öffentlicher Webserver Warpzone
# VM auf dem Webtropia-Server # VM auf Tiffany
webserver ansible_ssh_host=159.69.57.51 webserver ansible_ssh_host=159.69.57.51
# Vorstands-VM # Vorstands-VM
# VM auf dem Webtropia-Server # VM auf Tiffany
# Auch erreichbar unter werwaltung.warpzone.ms # Auch erreichbar unter verwaltung.warpzone.ms
verwaltung ansible_ssh_host=195.201.179.60 verwaltung ansible_ssh_host=195.201.179.60
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
- name: "copy config files file for {{ servicename }}" - name: "copy config files file for {{ servicename }}"
ansible.builtin.template: ansible.builtin.template:
src: docker-compose.yml src: "{{ item }}"
dest: "{{ item }}" dest: "{{ basedir }}/{{ item }}"
mode: '0755' mode: '0755'
with_items: with_items:
- "{{ basedir }}/docker-compose.yml" - "docker-compose.yml"
- name: "start {{ servicename }} with docker-compose" - name: "start {{ servicename }} with docker-compose"
community.docker.docker_compose: community.docker.docker_compose:
......
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPWVdc/woZlMIcuMmXE84Vx2Ex3xH9yimHQcO59exQjW void-2016 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPWVdc/woZlMIcuMmXE84Vx2Ex3xH9yimHQcO59exQjW void-2016
ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdvHndPOxmQIgeoHaipDLJWPSZFs1Ju0ZS4OCSgQWUd8YAjFKxnbi3xwFH4fsfZr45SFcKGBloF7FpTiBNm7Xag0udPslbOZmYfP3eF3g6p+FQiw5QZnm4mUnT6wkrxgQ== chel-yk5-01 ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNdvHndPOxmQIgeoHaipDLJWPSZFs1Ju0ZS4OCSgQWUd8YAjFKxnbi3xwFH4fsfZr45SFcKGBloF7FpTiBNm7Xag0udPslbOZmYfP3eF3g6p+FQiw5QZnm4mUnT6wkrxgQ== chel-yk5-01
ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEKL8tuSUUtsu5QNg3kiw4tyZNzABo2DO21t6UxS5Pnv0/F2wz6vWdktqTnSXoe1eLbyT8Kv2SqtPtkc7UjtztqXJKl6wRglsY3HHQVb1EXGJE8MOe4CwV9KnFLQY04xeQ== chel-yk5-02 ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEKL8tuSUUtsu5QNg3kiw4tyZNzABo2DO21t6UxS5Pnv0/F2wz6vWdktqTnSXoe1eLbyT8Kv2SqtPtkc7UjtztqXJKl6wRglsY3HHQVb1EXGJE8MOe4CwV9KnFLQY04xeQ== chel-yk5-02
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment