--- /dev/null
+{
+ "project_name": "Client Mgt",
+ "project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
+ "author": "fsit",
+ "fsit_cmgt_aptproxy": "172.SchulNr.10.IP",
+ "fsit_cmgt_inventory": "inventar",
+ "fsit_cmgt_printserver": "druckerzentrale",
+ "fsit_cmgt_blocked_install_message": "Bitte wende Dich an die IT-AG.",
+ "fsit_cmgt_homepage_url": "http://startseite.freie-schul-it.de",
+ "fsit_cmgt_requested_locales": "'"de"'",
+ "fsit_cmgt_searchengine": "DuckDuckGo"
+}
--- /dev/null
+all:
+ ansible-galaxy install -f -r roles/requirements.yml
+ ansible-playbook play.yml --diff
--- /dev/null
+[defaults]
+inventory = ./hosts
+retry_files_enabled = True
+retry_files_save_path = retry-files
--- /dev/null
+---
+fsit_cmgt_aptproxy: {{ fsit_cmgt_aptproxy }}
+fsit_cmgt_inventory: {{ fsit_cmgt_inventory }}
+fsit_cmgt_printserver: {{ fsit_cmgt_printserver }}
+# firefox
+fsit_cmgt_blocked_install_message: {{ fsit_cmgt_blocked_install_message }}
+fsit_cmgt_homepage_url: {{ fsit_cmgt_homepage_url }}
+fsit_cmgt_requested_locales: {{ fsit_cmgt_requested_locales }}
+fsit_cmgt_searchengine: {{ fsit_cmgt_searchengine }}
--- /dev/null
+---
+fsit_cmgt_benutzername: medienraum
+fsit_cmgt_kommentar: Medienraum
+fsit_cmgt_is_sudoer: false
--- /dev/null
+---
+fsit_cmgt_hallo: hier steht
--- /dev/null
+[testgruppe]
+
+[buero]
+
+[notebooks_wlp2s0]
+
+[notebooks_wlp3s0]
+
+[notebooks_wlp4s0]
+
+[desktops]
+
+[medienraum]
+
+
+[notebooks:children]
+notebooks_wlp2s0
+notebooks_wlp3s0
+notebooks_wlp4s0
+
+# vars
+[notebooks_wlp2s0:vars]
+wifi_ifname=wlp2s0
+
+[notebooks_wlp3s0:vars]
+wifi_ifname=wlp3s0
+
+[notebooks_wlp4s0:vars]
+wifi_ifname=wlp4s0
+
+[all:vars]
+ansible_python_interpreter=/usr/bin/python3
--- /dev/null
+---
+- name: Prepare clients for delivery
+ hosts: testgruppe medienraum
+ become: true
+ vars_files:
+ - ../password-file-clients.yml
+ roles:
+ - fsit_cmgt
--- /dev/null
+roles:
+ - name: fsit_cmgt
+ src: hit+https://freie-schul-it.de/gitweb/fsit_cmgt.git
--- /dev/null
+{
+ "templates": {
+ "client_mgt": {
+ "path": "./client_mgt",
+ "title": "Client Mgt",
+ "description": "Client-Managemt mit Ansible"
+ },
+ "server_mgt": {
+ "path": "./server_mgt",
+ "title": "Server Mgt",
+ "description": "Server-Managemt mit Ansible"
+ }
+ }
+}
--- /dev/null
+{
+ "project_name": "Network Mgt",
+ "project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
+ "author": "fsit"
+}
--- /dev/null
+all:
+ ansible-galaxy install -f -r roles/requirements.yml
+ ansible-playbook play.yml --diff
--- /dev/null
+[defaults]
+inventory = ./hosts
+retry_files_enabled = True
+retry_files_save_path = retry-files
--- /dev/null
+---
+fsit_cmgt_aptproxy: 192.168.9.8
+fsit_cmgt_inventory: inventar
+fsit_cmgt_printserver: druckerzentrale
+# firefox
+fsit_cmgt_blocked_install_message: Bitte wende Dich an die IT-AG.
+fsit_cmgt_homepage_url: http://startseite.alternativschule-berlin.de
+fsit_cmgt_requested_locales: '"de", "es-ES"'
+fsit_cmgt_searchengine: DuckDuckGo
--- /dev/null
+[testgruppe]
+
+[buero]
+
+[notebooks_wlp2s0]
+
+[notebooks_wlp3s0]
+
+[notebooks_wlp4s0]
+
+[desktops]
+
+[medienraum]
+
+
+[notebooks:children]
+notebooks_wlp2s0
+notebooks_wlp3s0
+notebooks_wlp4s0
+
+# vars
+[notebooks_wlp2s0:vars]
+wifi_ifname=wlp2s0
+
+[notebooks_wlp3s0:vars]
+wifi_ifname=wlp3s0
+
+[notebooks_wlp4s0:vars]
+wifi_ifname=wlp4s0
+
+[all:vars]
+ansible_python_interpreter=/usr/bin/python3
--- /dev/null
+---
+- name: Prepare clients for delivery
+ hosts: testgruppe medienraum
+ become: true
+ vars_files:
+ - ../password-file-clients.yml
+ roles:
+ - fsit_cmgt
--- /dev/null
+roles:
+ - name: fsit_cmgt
+ src: hit+https://freie-schul-it.de/gitweb/fsit_cmgt.git
--- /dev/null
+{
+ "project_name": "Server Mgt",
+ "project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
+ "author": "fsit"
+}
--- /dev/null
+all:
+ ansible-galaxy install -f -r roles/requirements.yml
+ ansible-playbook play.yml --diff
--- /dev/null
+[defaults]
+inventory = ./hosts
+retry_files_enabled = True
+retry_files_save_path = retry-files
--- /dev/null
+---
+fsit_cmgt_aptproxy: 192.168.9.8
+fsit_cmgt_inventory: inventar
+fsit_cmgt_printserver: druckerzentrale
+# firefox
+fsit_cmgt_blocked_install_message: Bitte wende Dich an die IT-AG.
+fsit_cmgt_homepage_url: http://startseite.alternativschule-berlin.de
+fsit_cmgt_requested_locales: '"de", "es-ES"'
+fsit_cmgt_searchengine: DuckDuckGo
--- /dev/null
+[testgruppe]
+
+[buero]
+
+[notebooks_wlp2s0]
+
+[notebooks_wlp3s0]
+
+[notebooks_wlp4s0]
+
+[desktops]
+
+[medienraum]
+
+
+[notebooks:children]
+notebooks_wlp2s0
+notebooks_wlp3s0
+notebooks_wlp4s0
+
+# vars
+[notebooks_wlp2s0:vars]
+wifi_ifname=wlp2s0
+
+[notebooks_wlp3s0:vars]
+wifi_ifname=wlp3s0
+
+[notebooks_wlp4s0:vars]
+wifi_ifname=wlp4s0
+
+[all:vars]
+ansible_python_interpreter=/usr/bin/python3
--- /dev/null
+---
+- name: Prepare clients for delivery
+ hosts: testgruppe medienraum
+ become: true
+ vars_files:
+ - ../password-file-clients.yml
+ roles:
+ - fsit_cmgt
--- /dev/null
+roles:
+ - name: fsit_cmgt
+ src: hit+https://freie-schul-it.de/gitweb/fsit_cmgt.git