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

vorstandspi hinzugefügt

parent 943616dc
No related branches found
No related tags found
No related merge requests found
# Host spezifische Variablen
debian_sources:
- "deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi"
administratorenteam:
- "da1l6"
- "larsm"
- "missinformation"
- "sandhome"
- "sandmobil"
- "void"
sshd_additional_ports:
- "444"
\ No newline at end of file
...@@ -2,3 +2,7 @@ ...@@ -2,3 +2,7 @@
# Webserver # Webserver
[webserver] [webserver]
webserver ansible_ssh_host=89.163.231.226 webserver ansible_ssh_host=89.163.231.226
# Vortands-PI
[vorstandspi]
vorstandspi ansible_ssh_host=10.0.0.8
--- ---
# Hauptdatei, includiert lediglich die einzelnen Playbooks # Hauptdatei, includiert lediglich die einzelnen Playbooks
- include: all.yml
- include: webserver.yml
- include: all.yml
- include: vorstandspi.yml
- include: webserver.yml
---
- hosts: vorstandspi
remote_user: root
roles:
- { role: vorstandspi_git, tags: git }
- { role: vorstandspi_mysql, tags: mysql }
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