ilia 3415340e26
All checks were successful
CI / skip-ci-check (pull_request) Successful in 1m18s
CI / lint-and-test (pull_request) Successful in 1m21s
CI / ansible-validation (pull_request) Successful in 2m43s
CI / secret-scanning (pull_request) Successful in 1m19s
CI / dependency-scan (pull_request) Successful in 1m23s
CI / sast-scan (pull_request) Successful in 2m28s
CI / license-check (pull_request) Successful in 1m20s
CI / vault-check (pull_request) Successful in 2m21s
CI / playbook-test (pull_request) Successful in 2m19s
CI / container-scan (pull_request) Successful in 1m48s
CI / sonar-analysis (pull_request) Successful in 1m26s
CI / workflow-summary (pull_request) Successful in 1m17s
Refactor playbooks: servers/workstations, split monitoring, improve shell
2025-12-31 23:13:03 -05:00

26 lines
569 B
YAML

---
ansible_become_password: root
ansible_python_interpreter: /usr/bin/python3
# Shell configuration
# ansible_user (root) is configured by default
# Add additional users here if needed:
shell_additional_users:
- devuser01
- devuser02
- dev
# Data Science configuration (datascience role)
install_conda: true
conda_install_path: "/root/anaconda3"
install_jupyter: true
jupyter_port: 8888
jupyter_allow_remote: true
jupyter_bind_all_interfaces: true
# R configuration
install_r: true
# IDE/editor tooling is intentionally not managed by Ansible in this repo.