No description
This repository has been archived on 2025-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-09-07 07:45:25 +02:00
collections various fixes to get Zabbix installed on Debian 11 2022-11-13 11:16:04 +01:00
inventories/production niet opgeslagen wijzingen uit het verleden alsnog veiligstellen. 2025-09-07 07:45:25 +02:00
roles fixes for zabbix-proxy installation 2024-12-15 07:21:35 +01:00
.editorconfig big purge of old and discarded code 2023-12-27 19:15:43 +01:00
.gitignore Move baseline roles to seperate git repos 2022-05-06 20:32:09 +02:00
.gitlab-ci.yml disable scheduled pipeline run for sommelsdijk/raspberry pi for now. Needs fixes, will be dealt with later. 2023-07-30 11:36:41 +02:00
.pre-commit-config.yaml Allow TCP forwarding on the jumhosts to facility ssh proxy 2023-06-24 21:46:28 +02:00
ansible.cfg Fixed deprecation warning 2021-12-02 06:26:18 +01:00
baseline.yml Fixes for reinstated zabbix and gitlab servers 2022-11-13 21:38:16 +01:00
dump.yml add playbook to easily dump collected vars / facts 2021-11-22 06:45:04 +01:00
README.md updated playbook syntax in README 2020-12-27 07:11:03 +01:00
site.yml Zabbix proxy weer aanslingeren in thuis netwerk. 2024-12-09 21:05:46 +01:00
updates.yml playbook to just deploy OS updates 2021-11-22 18:38:59 +01:00

README for wpi-ansible repository

What is this?

This is a set of ansible scripts to manage the WPI workloads / nodes

Usage

Configuration mgmt / deployment

To run all configuration for the WPI group on your test enviroment:

First install 3rd party ansible roles:

$ ansible-galaxy install -r roles/requirements.yml

Then :

$ ansible-playbook --vault-password-file=~/.vault_passwd --become -i inventories/test --limit globalci site.yml

Same thing on production :

$ ansible-playbook --vault-password-file=~/.vault_passwd --become -i inventories/production --limit globalci site.yml