Compare commits

..

No commits in common. "60ad70a09fd5a2afecb66359bc293ece9b2e2907" and "662d47db56f2772f4f0c07aa33e1defc4629850f" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View file

@ -1,11 +1,9 @@
# Using the ansible scripts # Using the ansible scripts
Ansible playbooks for deploying classroom computers. Run with something like: Ansible playbooks for deploying classroom computers. Run with something like:
ansible-playbook --user <local admin> -k -K -i inventory.yml setup.py ansible-playbook --user <local admin> -k -K -i inventory.yml setup.py
or, for Apple computers: or, for Apple computers:
ansible-playbook --user <local admin> -k -K -i inventory.yml macsetup.py ansible-playbook --user <local admin> -k -K -i inventory.yml macsetup.py
# How classroom computers are prepared at FRI # How classroom computers are prepared at FRI

View file

@ -1,13 +1,3 @@
- name: Install prometheus exporter - name: Install prometheus exporter
win_chocolatey: win_chocolatey:
name: prometheus-windows-exporter.install name: prometheus-windows-exporter.install
package_params: "/ListenPort:9100"
- name: Allow access to metrics
win_firewall_rule:
name: "Allow access to Prometheus metrics"
enabled: true
action: allow
direction: in
protocol: tcp
localport: 9100