unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
mhykari/Linux-Setup
96d9ccca3fb91f6f31e627e2fa8eb58b77dc917e
0
ubuntu-desktop-setup/roles/zsh-setup
8,013
[ "no_license" ]
[ { "path": "ubuntu-desktop-setup/roles/zsh-setup/tasks/install-configure-zsh.yml", "content": "- name: Gather OS facts\n ansible.builtin.setup:\n\n- name: Add universe repository\n apt_repository:\n repo: \"deb http://archive.ubuntu.com/ubuntu {{ ansible_facts['distribution_release'] }} universe\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1526, "all_permissive": false }
ansible_role
mhykari/Linux-Setup
96d9ccca3fb91f6f31e627e2fa8eb58b77dc917e
0
ubuntu-server-setup/roles/docker
8,013
[ "no_license" ]
[ { "path": "ubuntu-server-setup/roles/docker/tasks/configure_docker.yaml", "content": "---\n- name: Make docker configuration file.\n template:\n src: daemon.json.j2\n dest: /etc/docker/daemon.json\n notify: restart docker\n\n- name: Restart service docker and daemon-reload to pick up config changes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
mhykari/Linux-Setup
96d9ccca3fb91f6f31e627e2fa8eb58b77dc917e
0
zabbix-agent-ubuntu/roles/zabbix_agent_install
8,013
[ "no_license" ]
[ { "path": "zabbix-agent-ubuntu/roles/zabbix_agent_install/tasks/main.yml", "content": "---\n- name: Install Zabbix Agent\n import_tasks: zabbix_agent.yml\n tags: zabbix_agent\n\n- name: Install Zabbix Agent 2\n import_tasks: zabbix_agent2.yml\n tags: zabbix_agent2\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3437, "all_permissive": false }
ansible_role
nahodha/countybot
216b2c81a53fe05493571067586a80cd6e02774c
0
prod/roles/common
8,013
[ "permissive" ]
[ { "path": "prod/roles/common/tasks/main.yml", "content": "###\n# configures the server and installs the web application\n##\n- include: ubuntu.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 86 }, { "path": "prod/roles/common/tasks/git...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2471, "all_permissive": true }
ansible_role
trustedanalytics-ng/tap-offering-images
f016f63f87805a966c9b483e803f806273682f00
1
roles/tag
8,013
[ "no_license" ]
[ { "path": "roles/tag/defaults/main.yml", "content": "---\n\npush_images: \"no\"\n\nregistry_host: \"tapimages\"\nregistry_port: 8080\n\nkerberos_file_name: \"kerberos-jwt-1.1.tar.gz\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/tag/tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1776, "all_permissive": false }
ansible_role
Shubham-pandora/IPTA
8363dc6bfd496049bd5ea551db7e3f6062391214
0
roles/deploy
8,013
[ "no_license" ]
[ { "path": "roles/deploy/templates/nrpe.cfg.j2", "content": "log_facility=daemon\npid_file=/var/run/nrpe.pid\nserver_port=5666\nserver_address={{ inventory_hostname }}\nnrpe_user=nagios\nnrpe_group=nagios\nallowed_hosts=10.30.48.52\ndont_blame_nrpe=0\nallow_bash_command_substitution=0\ndebug=0\ncommand_timeo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8454, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/ad_join
8,013
[ "no_license" ]
[ { "path": "roles/ad_join/defaults/main.yml", "content": "---\n# defaults file for roles/ad_join\nad_join_ad_domain: pu.win.princeton.edu\nad_join_ad_realm: PU.WIN.PRINCETON.EDU\nad_join_admin_user: \"doas-libsftp\"\nad_join_admin_password: \"{{ <PASSWORD> }}\"\nad_join_computer_ou: \"OU=Library,DC=pu,DC=win...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 10342, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/allsearch_frontend
8,013
[ "no_license" ]
[ { "path": "roles/allsearch_frontend/tasks/main.yml", "content": "- name: allsearch_frontend | Install .env in shared application directory\n ansible.builtin.template:\n src: \"env.j2\"\n dest: \"{{ capistrano_base_dir }}/shared/.env\"\n owner: \"{{ deploy_user }}\"\n group: \"{{ deploy_user }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 966, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/ansible-consul
8,013
[ "no_license" ]
[ { "path": "roles/ansible-consul/molecule/centos-stream-8/molecule.yml", "content": "---\nplatforms:\n - name: centos-stream-8\n groups:\n - consul_instances\n image: dokken/centos-stream-8\n dockerfile: ../_shared/Dockerfile.j2\n capabilities:\n - SYS_ADMIN\n volumes:\n - /sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 941, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/apache2
8,013
[ "no_license" ]
[ { "path": "roles/apache2/vars/main.yml", "content": "---\n# vars file for apache2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/apache2/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: apache2\n author: pulibrary\n descri...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3804, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/approvals
8,013
[ "no_license" ]
[ { "path": "roles/approvals/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: test for approvals rails conf\n stat:\n path: \"/home/deploy/app_configs/approvals\"\n register: approvals_rails_conf\n failed_when:\n - not a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 6993, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/bibdata
8,013
[ "no_license" ]
[ { "path": "roles/bibdata/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: check bibdata software status\n package:\n name: \"{{ item }}\"\n state: present\n check_mode: true\n register: pkg_status\n loop:\n - c...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6410, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/bibdata_sqs_poller
8,013
[ "no_license" ]
[ { "path": "roles/bibdata_sqs_poller/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/bibdata_sqs_poller\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/bibdata_sqs_poller/handlers/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1831, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/bind9
8,013
[ "no_license" ]
[ { "path": "roles/bind9/vars/main.yml", "content": "---\n# vars file for bind9\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/bind9/tasks/main.yml", "content": "---\n- name: bind9 | Install local nameserver\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2381, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/blacklight_app
8,013
[ "no_license" ]
[ { "path": "roles/blacklight_app/molecule/default/molecule.yml", "content": "---\nscenario:\n name: default\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\n ansible-lint\nplatforms:\n - name: instance\n image: \"quay.io/pulibrary/jammy-ansible:latest\"\n command: \"\"\n volumes:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1868, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/byzantine
8,013
[ "no_license" ]
[ { "path": "roles/byzantine/vars/main.yml", "content": "---\n# vars file for roles/byzantine\n\napp_db_host: \"{{ db_host | default('localhost') }}\"\napp_db_user: \"{{ drupal_db_user | default('locator') }}\"\napp_db_password: \"{{ drupal_db_password | default('<PASSWORD>') }}\"\napp_db_port: \"{{ drupal_db...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5310, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/cantaloupe
8,013
[ "no_license" ]
[ { "path": "roles/cantaloupe/tasks/install.yml", "content": "---\n- name: cantaloupe | Install Cantaloupe\n ansible.builtin.unarchive:\n remote_src: true\n src: https://github.com/medusa-project/cantaloupe/releases/download/v{{ cantaloupe_version }}/Cantaloupe-{{ cantaloupe_version }}.zip\n dest: \...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 8146, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/capistrano
8,013
[ "no_license" ]
[ { "path": "roles/capistrano/defaults/main.yml", "content": "---\n# defaults file for capistrano\ncapistrano_directory: 'rails_app'\ncapistrano_shared_links: []\ncapistrano_base_dir: '/opt'\ncapistrano_web_owner: 'www-data'\ncapistrano_web_service: 'nginx'\ncap_install_whenever: false\n", "license_type":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4728, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/common
8,013
[ "no_license" ]
[ { "path": "roles/common/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n\n tasks:\n - name: Check logrotate config file exists\n ansible.builtin.stat:\n path: /etc/logrotate.d/custom-application\n register: logrotate_config\n\n - na...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 22711, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/composer
8,013
[ "no_license" ]
[ { "path": "roles/composer/molecule/default/verify.yml", "content": "---\n# This is an example playbook to execute Ansible tests.\n\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: test for composer file\n stat:\n path: \"{{ item }}\"\n loop:\n - \"/usr/local/bin/comp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3197, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/datadog
8,013
[ "no_license" ]
[ { "path": "roles/datadog/README.md", "content": "Ansible Datadog Role\n========\n[![Ansible Galaxy](http://img.shields.io/badge/galaxy-Datadog.datadog-660198.svg)](https://galaxy.ansible.com/Datadog/datadog/)\n\nInstall and configure Datadog base agent & checks. Starting with version `2` of\nthis role versi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 17377, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/denyhost
8,013
[ "no_license" ]
[ { "path": "roles/denyhost/README.md", "content": "# Role Name\n\nCreates or refreshes our firewall deny list.\n\nTo add one or more IPs, ranges, etc. to the deny list:\n\n- edit vars/main.yml\n- within the banned_ranges variable, add a new entry like this:\n\nbanned_ranges:\n\n- name: tencent cloud\n ip_ra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 17645, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/deploy_user
8,013
[ "no_license" ]
[ { "path": "roles/deploy_user/handlers/main.yml", "content": "---\n# handlers file for deploy_user\n- name: restart sshd\n ansible.builtin.service:\n name: sshd\n state: restarted\n when: running_on_server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 6791, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/dpul
8,013
[ "no_license" ]
[ { "path": "roles/dpul/tasks/main.yml", "content": "---\n## Symlink to Mounts\n- name: Dpul | create uploads directory\n ansible.builtin.file:\n path: '/mnt/shared_data/dpul_{{ rails_app_env }}/uploads'\n state: 'directory'\n mode: \"0755\"\n\n- name: Dpul | create shared public directory\n ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4004, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/drupal
8,013
[ "no_license" ]
[ { "path": "roles/drupal/defaults/main.yml", "content": "---\ndrupal_major_version: 8\ndrupal_7_branch: \"7.x\"\ndrupal_8_branch: \"8.7.x\"\ndrupal_version_branch: \"{{ drupal_8_branch if drupal_major_version == 8 else drupal_7_branch }}\"\ndrupal_git_repo: \"{{ drupal_local_repo | default('https://github.co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 13390, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/drupal10
8,013
[ "no_license" ]
[ { "path": "roles/drupal10/handlers/main.yml", "content": "---\n# handlers file for roles/drupal10\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/drupal10/tasks/main.yml", "content": "---\n# tasks file for roles/drupal10\n- name: drupal...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 11589, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/drush
8,013
[ "no_license" ]
[ { "path": "roles/drush/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: drush\n company: Princeton University Library\n description: drush Role\n author: pulibrary\n\n license: MIT\n\n min_ansible_version: 2.2\n\n platforms:\n - name: Ubuntu\n versions:\n - 18.04\n\ndependenc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2202, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/dss
8,013
[ "no_license" ]
[ { "path": "roles/dss/molecule/default/molecule.yml", "content": "---\nscenario:\n name: default\ndriver:\n name: docker\nplatforms:\n - name: instance\n image: \"quay.io/pulibrary/jammy-ansible:latest\"\n privileged: true\n pre_build_image: true\nprovisioner:\n name: ansible\n playbooks:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3561, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/ealapps
8,013
[ "no_license" ]
[ { "path": "roles/ealapps/templates/apache2-site.conf.j2", "content": "{{ ansible_managed | comment }}\n<VirtualHost *:80>\n ServerName {{ server_name }}.lib.princeton.edu\n ServerAlias {{ server_name }}\n DocumentRoot {{ apache_doc_root }}/current\n \n <Directory {{ apache_doc_root }}/curre...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6719, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/extra_path
8,013
[ "no_license" ]
[ { "path": "roles/extra_path/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n vars:\n - running_on_server: false\n - extra_path: '/test/bin'\n become: true\n pre_tasks:\n - name: update cache\n apt:\n update_cache: true\n cache_valid_time: 600\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1324, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/ezproxy
8,013
[ "no_license" ]
[ { "path": "roles/ezproxy/templates/ezproxy.service.j2", "content": "# {{ ansible_managed | comment }}\n[Unit]\nDescription=EZProxy\nDocumentation=https://help.oclc.org/Library_Management/EZproxy\nAfter=network.target local-fs.target nss-lookup.target network-online.target\n\n[Service]\nType=simple\nExecSta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 11022, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/ffmpeg
8,013
[ "no_license" ]
[ { "path": "roles/ffmpeg/handlers/main.yml", "content": "---\n# handlers file for ffmpeg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/ffmpeg/README.md", "content": "Role Name\n=========\n\nInstalls FFMPeg on an endpoint\n\nRequirement...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1571, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/figgy
8,013
[ "no_license" ]
[ { "path": "roles/figgy/tasks/main.yml", "content": "---\n- name: Figgy | Create repository directory structure\n ansible.builtin.file:\n path: '/opt/{{ item }}'\n state: 'directory'\n owner: '{{ deploy_user }}'\n group: '{{ deploy_user }}'\n mode: \"0755\"\n loop:\n - 'repository'\n\n## ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 13344, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/figgy_filewatcher_worker
8,013
[ "no_license" ]
[ { "path": "roles/figgy_filewatcher_worker/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: figgy_filewatcher_worker\n company: Princeton University Library\n description: Figgy Filewatcher Workers\n author: pulibrary\n\n license: MIT\n\n min_ansible_version: 2.2\n\n platforms:\n - name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2784, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/figgy_pubsub_worker
8,013
[ "no_license" ]
[ { "path": "roles/figgy_pubsub_worker/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - figgy_pubsub_worker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/figgy_pubsub_worker/molecule/default/verify....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2546, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/fits
8,013
[ "no_license" ]
[ { "path": "roles/fits/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n\n - name: test for fits file\n stat:\n path: \"{{ item }}\"\n loop:\n - /opt/fits\n register: fits_path\n failed_when:\n - fits_path.stat.islnk is ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2762, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/freetds
8,013
[ "no_license" ]
[ { "path": "roles/freetds/vars/main.yml", "content": "---\n# vars file for freetds\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/freetds/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: freetds\n company: Princeton Universi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1223, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/gitlab
8,013
[ "no_license" ]
[ { "path": "roles/gitlab/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: Check gitlab-ce status\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n check_mode: true\n register: pkg_status\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7535, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/hr_share
8,013
[ "no_license" ]
[ { "path": "roles/hr_share/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: hr_share\n company: Princeton University Library\n description: hr_share Connect to the HR share using samba and shared credentials\n author: pulibrary\n\n license: MIT\n\n min_ansible_version: '2.2'\n\n platforms:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2381, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/iiif
8,013
[ "no_license" ]
[ { "path": "roles/iiif/files/helpers.js", "content": "const eventPath = (event) => {\n if (event.headers[\"x-original-uri\"]) {\n console.log(`Original URI: ${event.headers[\"x-original-uri\"]}`)\n console.log(`Path: ${event.path}`)\n return event.headers[\"x-original-uri\"].replace(/\\/*$/, '');\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 34051, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/imagemagick
8,013
[ "no_license" ]
[ { "path": "roles/imagemagick/vars/main.yml", "content": "---\n# vars file for roles/imagemagick\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/imagemagick/defaults/main.yml", "content": "---\n# defaults file for roles/imagemagick\nimag...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1538, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/lib_jobs
8,013
[ "no_license" ]
[ { "path": "roles/lib_jobs/defaults/main.yml", "content": "---\n# defaults file for roles/lib_jobs\napp_directory: 'lib-jobs'\nruby_app_name: 'sfx_worldcat'\nstaff_report_directory: '/opt/lib-jobs/shared/'\nshared_directory: '/opt/lib-jobs/shared'\napp_host_name: 'lib-jobs.princeton.edu'\napplication_host_pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11324, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/lib_sftp
8,013
[ "no_license" ]
[ { "path": "roles/lib_sftp/README.md", "content": "Role Name\n=========\n\nConfigures the permissions and paths of an SFTP servers\n\nRequirements\n------------\n\nA Rocky Linux endpoint\n\nRole Variables\n--------------\n```ini\nsftp_user: \"username\"\nallowed_ssh_users:\n - sftp_user\n```\n\nDependencies...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2810, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/lib_svn
8,013
[ "no_license" ]
[ { "path": "roles/lib_svn/tasks/main.yml", "content": "---\n- name: lib_svn | add python3-passlib\n ansible.builtin.apt:\n name: python3-passlib\n state: present\n\n- name: lib_svn | create svn home\n ansible.builtin.file:\n path: \"{{ svn_home }}\"\n state: directory\n owner: \"{{ deploy_us...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 7388, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/libstatic
8,013
[ "no_license" ]
[ { "path": "roles/libstatic/README.md", "content": "Role Name\n=========\n\nA machine to hold legacy static web content.\n\nRequirements\n------------\n\nAny pre-requisites that may not be covered by Ansible itself or the role should\nbe mentioned here. For instance, if the role uses the EC2 module, it may b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 13426, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/loadtest
8,013
[ "no_license" ]
[ { "path": "roles/loadtest/tasks/main.yml", "content": "---\n# tasks file for roles/loadtest\n- name: loadtest | get JMeter archive\n ansible.builtin.get_url:\n url: https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.5.tgz\n dest: /tmp/apache-jmeter-5.5.tgz\n\n- name: loadtest | unarchive JMete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/lockers_and_study_spaces
8,013
[ "no_license" ]
[ { "path": "roles/lockers_and_study_spaces/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/lockers_and_study_spaces\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/lockers_and_study_spaces/met...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4673, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/log
8,013
[ "no_license" ]
[ { "path": "roles/log/README.md", "content": "# Ansible Role: VictoriaLogs\n\n[![Molecule CI](https://github.com/your-username/ansible-role-victorialogs/workflows/Molecule%20CI/badge.svg)](https://github.com/your-username/ansible-role-victorialogs/actions)\n[![License: MIT](https://img.shields.io/badge/Licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11815, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/mailcatcher
8,013
[ "no_license" ]
[ { "path": "roles/mailcatcher/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: mailcatcher\n company: Princeton University Library\n description: mailcatcher\n author: pulibrary\n\n license: MIT\n\n min_ansible_version: \"2.9\"\n\n platforms:\n - name: Ubuntu\n versions:\n - b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3700, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/mediainfo
8,013
[ "no_license" ]
[ { "path": "roles/mediainfo/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: check mediainfo package status\n package:\n name: \"{{ item }}\"\n state: present\n check_mode: true\n register: pkg_status\n loop:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1703, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/memcached
8,013
[ "no_license" ]
[ { "path": "roles/memcached/handlers/main.yml", "content": "---\n- name: restart memcached\n service: name=memcached state=restarted\n when: not memcached_install.changed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/memcached/vars/main...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1843, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/monit
8,013
[ "no_license" ]
[ { "path": "roles/monit/tasks/main.yml", "content": "---\n# tasks file for roles/monit\n- name: Monit | Install Monit\n ansible.builtin.apt:\n name: monit\n state: present\n update_cache: true\n\n- name: Monit | Ensure Monit is running\n ansible.builtin.service:\n name: monit\n state: starte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2236, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/mysql
8,013
[ "no_license" ]
[ { "path": "roles/mysql/README.md", "content": "MariaDB (MySQL) role\n=========\n\nThis role installs and manages connections to mariadb. The role supports different modes of operation depending on the presence of MariaDB installed locally or not\n\nRequirements\n------------\n\n\nRole Variables\n-----------...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 10119, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/nfsserver
8,013
[ "no_license" ]
[ { "path": "roles/nfsserver/tasks/packages.yml", "content": "---\n- name: Nfsserver | install nfsserver packages\n ansible.builtin.apt:\n name: \"{{ nfsserver_packages }}\"\n state: present\n when: nfsserver_is_local\n\n- name: Nfsserver | install nfsclient packages (Ubuntu)\n ansible.builtin.apt:\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 7765, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/nginx
8,013
[ "no_license" ]
[ { "path": "roles/nginx/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: Check Nginx status\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n check_mode: true\n register: pkg_status\n loop:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3213, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/nodejs
8,013
[ "no_license" ]
[ { "path": "roles/nodejs/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: nodejs\n company: Princeton University Library\n description: NodeJS Role\n author: pulibrary\n\n license: MIT\n\n min_ansible_version: \"2.9\"\n\n platforms:\n - name: Ubuntu\n versions:\n - bionic\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3383, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/oawaiver
8,013
[ "no_license" ]
[ { "path": "roles/oawaiver/tasks/main.yml", "content": "---\n# tasks file for roles/oawaiver\n- name: Create capistrano directory structure\n ansible.builtin.file:\n path: \"{{ capistrano_directory }}/{{ item }}\"\n state: \"directory\"\n owner: \"{{ deploy_user }}\"\n group: \"{{ deploy_user }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3592, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/obsd_httpd
8,013
[ "no_license" ]
[ { "path": "roles/obsd_httpd/handlers/main.yml", "content": "---\n# handlers file for obsd_httpd\n- name: restart nginx\n ansible.builtin.service:\n name: \"nginx\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/o...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3267, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/openjdk
8,013
[ "no_license" ]
[ { "path": "roles/openjdk/README.md", "content": "Role Name\n=========\n\nInstall OpenJRE/OpenJDK\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\nThese variables are set in `defaults/main.yml`:\n```yaml\n---\n# defaults file for java\n\n# Set the vendor of java, valid values are \"openjd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4751, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/orangelight
8,013
[ "no_license" ]
[ { "path": "roles/orangelight/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: orangelight\n company: Princeton University Library\n description: orangelight a role for maintaining the blacklight based catalog\n author: pulibrary\n\n license: MIT\n\n min_ansible_version: '2.2'\n\n platforms:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7291, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/pas
8,013
[ "no_license" ]
[ { "path": "roles/pas/README.md", "content": "Role Name\n=========\n\nA role to generate the machine for running Princeton and Slavery (PAS) site\n\nRequirements\n------------\n\n### Getting a new sql.zip for pas\n\nOn slavery-prod1 (get the password from the vault)\n```\nmysqldump -h mariadb-prod1.princeton...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11871, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/passenger
8,013
[ "no_license" ]
[ { "path": "roles/passenger/molecule/default/molecule.yml", "content": "---\nscenario:\n name: default\ndriver:\n name: docker\nlint: |\n set -e\n yamllint .\n ansible-lint\nplatforms:\n - name: instance\n image: \"quay.io/pulibrary/jammy-ansible:latest\"\n command: \"\"\n volumes:\n - /s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 10554, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/php
8,013
[ "no_license" ]
[ { "path": "roles/php/tasks/configure-apache2.yml", "content": "---\n- name: php | Ensure that the PHP config. for Apache has been installed\n stat:\n path: /etc/php/{{ php_version }}/apache2/php.ini\n register: modphp\n\n- name: php | Ensure that the PHP config for the CLI has been installed\n stat:\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 7458, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/postfix
8,013
[ "no_license" ]
[ { "path": "roles/postfix/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: check postfix package status\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n check_mode: true\n register: pkg_status\n loop:...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11705, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/postgres
8,013
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: PostgreSQL | install postgresql client packages\n ansible.builtin.apt:\n name: '{{ item }}'\n state: present\n cache_valid_time: '{{ apt_cache_timeout }}'\n loop:\n - libpq-dev\n - python3-psycopg2\n - python3-psycopg2\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/postgresql
8,013
[ "no_license" ]
[ { "path": "roles/postgresql/templates/postgresql.conf.j2", "content": "# {{ ansible_managed | comment }} and will be replaced. Make changes on the\n# -----------------------------\n# PostgreSQL configuration file\n# -----------------------------\n\n#----------------------------------------------------------...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 51510, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/pul_nomad
8,013
[ "no_license" ]
[ { "path": "roles/pul_nomad/tasks/traefik_wall.yml", "content": "---\n- name: 'pul_nomad_traefik_wall | set traefik wall staging variables'\n ansible.builtin.shell:\n cmd: '/usr/local/bin/nomad var put -force nomad/jobs/traefik-wall-staging {{ traefik_wall_staging_nomad_env_vars.keys() | zip(traefik_wall...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 24, "total_bytes": 35862, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/pulmap
8,013
[ "no_license" ]
[ { "path": "roles/pulmap/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: pulmap\n company: Princeton University Library\n description: pulmap role\n author: pulibrary\n\n license: MIT\n\n min_ansible_version: 2.8\n\n platforms:\n - name: Ubuntu\n versions:\n - 18.04\ndependen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2578, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/pulmirror
8,013
[ "no_license" ]
[ { "path": "roles/pulmirror/files/daily.local.sh", "content": "dir=/var/www/htdocs/mirror/solr/dist/lucene\nuri=rsync.us.apache.org\npath=apache-dist/lucene/solr\n\ncd $dir\n/usr/local/bin/rsync -avz $uri::$path/ solr/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2717, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/rabbitmq
8,013
[ "no_license" ]
[ { "path": "roles/rabbitmq/defaults/main.yml", "content": "---\n# defaults file for rabbitmq\nrabbitmq_user: 'rabbit'\nrabbitmq_password: '<PASSWORD>'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/rabbitmq/handlers/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2610, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/rails_app
8,013
[ "no_license" ]
[ { "path": "roles/rails_app/tasks/main.yml", "content": "---\n- name: rails_app | Install dependencies\n apt:\n name: '{{ item }}'\n state: present\n loop: '{{ rails_app_dependencies }}'\n tags: rails-dependencies\n changed_when: false\n\n- name: rails_app | create app_configs directory\n ansible....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 7003, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/redis
8,013
[ "no_license" ]
[ { "path": "roles/redis/vars/main.yml", "content": "---\n# vars file for roles/redis\nredis_packages:\n - python3-redis\n - redis-server\n - redis-tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/redis/templates/redis_ulimit.conf.j2"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 9657, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/repec
8,013
[ "no_license" ]
[ { "path": "roles/repec/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/repec\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/repec/molecule/default/converge.yml", "content": "---\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2602, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/resque_worker
8,013
[ "no_license" ]
[ { "path": "roles/resque_worker/vars/main.yml", "content": "---\n# vars file for sidekiq_worker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/resque_worker/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2520, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/ruby
8,013
[ "no_license" ]
[ { "path": "roles/ruby/handlers/main.yml", "content": "---\n# handlers file for roles/ruby\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/ruby/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: ruby\n company: Princeton Univer...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3174, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/ruby_s
8,013
[ "no_license" ]
[ { "path": "roles/ruby_s/README.md", "content": "## Ruby\n\nBuilds, upgrades, or downgrades Ruby from source, ensuring you have the correct version of Ruby.\n\n### Requirements\n\nNone\n\n### Role Variables\n\nInstalls the value of `ruby_version_default` by default. If you need a different version of ruby, s...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 8668, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/rust
8,013
[ "no_license" ]
[ { "path": "roles/rust/molecule/default/converge.yml", "content": "---\n- name: rust\n hosts: all\n vars:\n - running_on_server: false\n become: true\n pre_tasks:\n - name: Update cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 600\n tasks:\n - name: \"I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1558, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/samba
8,013
[ "no_license" ]
[ { "path": "roles/samba/handlers/main.yml", "content": "# File: roles/samba/handlers/main.yml\n---\n- name: Restart Samba services\n service:\n name: \"{{ item }}\"\n state: restarted\n with_items:\n - smbd\n - nmbd\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3160, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/saxon
8,013
[ "no_license" ]
[ { "path": "roles/saxon/vars/main.yml", "content": "---\n# vars file for roles/saxon\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/saxon/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n vars:\n - ja...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2816, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/shared_data
8,013
[ "no_license" ]
[ { "path": "roles/shared_data/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: test for shared mount\n stat:\n path: \"{{ item }}\"\n loop:\n - \"/mnt/shared_data\"\n register: shared\n failed_when:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1076, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/shibboleth
8,013
[ "no_license" ]
[ { "path": "roles/shibboleth/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: test for shibboleth config file\n stat:\n path: \"/etc/shibboleth/example-shibboleth2.xml\"\n register: shib_config\n failed_when:\n - not sh...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 14541, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/sidekiq_worker
8,013
[ "no_license" ]
[ { "path": "roles/sidekiq_worker/README.md", "content": "Role Name\n=========\n\nThis role installs sidekiq_workers\n\nRequirements\n------------\n\nThis role expects the `rails_app`\n\nRole Variables\n--------------\n\nVariables in `defaults/main.yml`\n\nDependencies\n------------\n\n\nExample Playbook\n---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3003, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/sneakers_worker
8,013
[ "no_license" ]
[ { "path": "roles/sneakers_worker/defaults/main.yml", "content": "---\n# defaults file for sneakers_worker\nrunning_on_server: false\nsneakers_worker_name: sneakers\nsneakers_workers:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/sneakers...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2253, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/solr9cloud
8,013
[ "no_license" ]
[ { "path": "roles/solr9cloud/templates/log4j2.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- roles/solrcloud/templates/log4j2.xml.j2 -->\n<Configuration>\n <Appenders>\n <Console name=\"STDOUT\" target=\"SYSTEM_OUT\">\n <PatternLayout pattern=\"%d{yyyy-MM-dd HH:mm:ss.SSS} %-5p...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 35161, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/solrcloud
8,013
[ "no_license" ]
[ { "path": "roles/solrcloud/tasks/main.yml", "content": "---\n- name: solrcloud | Install dependencies\n ansible.builtin.apt:\n name: [\"cifs-utils\"]\n state: present\n\n- name: solrcloud | create directories for mounts\n ansible.builtin.file:\n path: \"/mnt/{{ item }}\"\n state: \"directory\"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 14761, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/static_tables
8,013
[ "no_license" ]
[ { "path": "roles/static_tables/templates/default.conf.j2", "content": "{{ ansible_managed | comment }}\n\nserver {\n listen 80;\n server_name localhost;\n\n #access_log /var/log/nginx/host.access.log main;\n\n location / {\n add_header Access-Control-Allow-Origin '*';\n ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4065, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/studio_proc
8,013
[ "no_license" ]
[ { "path": "roles/studio_proc/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: test for mount directories\n stat:\n path: \"/mnt/{{ item }}\"\n register: smb_dir\n loop:\n - libimages\n - diglibdata\n - hydra_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3517, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/subversion
8,013
[ "no_license" ]
[ { "path": "roles/subversion/handlers/main.yml", "content": "---\n# handlers file for subversion\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/subversion/vars/main.yml", "content": "---\n# vars file for subversion\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 584, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/svn
8,013
[ "no_license" ]
[ { "path": "roles/svn/defaults/main.yml", "content": "---\n# defaults file for roles/svn\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/svn/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n vars:\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1543, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/timezone
8,013
[ "no_license" ]
[ { "path": "roles/timezone/README.md", "content": "Role Name\n=========\n\nsets an endpoints timezone\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\nIn the [default/main.yml](default/main.yml) (add a different timezone in your vars)\n\nDependencies\n------------\n\n\nExample Playbook\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2176, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/tippecanoe
8,013
[ "no_license" ]
[ { "path": "roles/tippecanoe/handlers/main.yml", "content": "---\n- name: run ldconfig\n action: command /sbin/ldconfig\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/tippecanoe/vars/main.yml", "content": "---\n# vars file for roles/vi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2351, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/tomcat9
8,013
[ "no_license" ]
[ { "path": "roles/tomcat9/tasks/main.yml", "content": "---\n- name: tomcat9 | ensure packages are installed\n ansible.builtin.apt:\n name: [\"tomcat9\"]\n state: present\n\n- name: tomcat9 | copy config file\n ansible.builtin.template:\n src: server.xml.j2\n dest: /etc/tomcat9/server.xml\n m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2300, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/towerdeploy
8,013
[ "no_license" ]
[ { "path": "roles/towerdeploy/handlers/main.yml", "content": "---\n# handlers file for towerdeploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/towerdeploy/tasks/main.yml", "content": "---\n# tasks file for towerdeploy\n\n- name: towe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1866, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/ufw_firewall
8,013
[ "no_license" ]
[ { "path": "roles/ufw_firewall/README.md", "content": "## UFW Firewall Role\n\nThe `ufw_firewall` Ansible role configures UFW (Uncomplicated Firewall) to allow or deny traffic to specified networks and ports based on dynamic, parameterized variables. It supports flexible definitions of allowed networks and p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8156, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/video_reserves
8,013
[ "no_license" ]
[ { "path": "roles/video_reserves/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n gather_facts: false\n vars:\n - php_version: \"8.3\"\n tasks:\n - name: check php curl status\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n ch...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5581, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/vips
8,013
[ "no_license" ]
[ { "path": "roles/vips/tasks/main.yml", "content": "---\n- name: detect vips version\n ansible.builtin.command: vips -v\n register: vips_list\n changed_when: false\n ignore_errors: true\n\n- name: delete old vips package\n ansible.builtin.file:\n path: \"/opt/vips\"\n state: \"absent\"\n when:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2724, "all_permissive": false }
ansible_role
pulibrary/princeton_ansible
3d82f6420564effd29da93b93cb907fe1e2137ab
17
roles/zookeeper
8,013
[ "no_license" ]
[ { "path": "roles/zookeeper/defaults/main.yml", "content": "---\nzk_user: \"zookeeper\"\nzk_group: \"zookeeper\"\nzk_data_dir: \"/var/lib/zookeeper\"\nzk_log_dir: \"/var/log/zookeeper\"\nzk_client_port: 2181\nzk_leader_port: 2888\nzk_election_port: 3888\n\n# List of Zookeeper nodes as an example\nzk_nodes:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 6901, "all_permissive": false }
ansible_role
Paulius0112/strack-automation
ff4b3efb15b3171c3f32d1f920a1050717e6aef3
0
ansible/elrond/ansible/roles/common_setup
8,010
[ "no_license" ]
[ { "path": "ansible/elrond/ansible/roles/common_setup/tasks/main.yml", "content": "- block:\n - name: add package repositories\n yum:\n name: [\"epel-release\", \"elrepo-release\"]\n state: latest\n # - name: install Yum elrepo plugin\n # yum:\n # name: yum-plugin-elrepo\n # state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
Paulius0112/strack-automation
ff4b3efb15b3171c3f32d1f920a1050717e6aef3
0
ansible/elrond/ansible/roles/deploy_elrond
8,010
[ "no_license" ]
[ { "path": "ansible/elrond/ansible/roles/deploy_elrond/tasks/main.yml", "content": "- block:\n - name: Create Elrond data directory\n file:\n name: /home/elrond/elrond-data/\n state: directory\n recurse: yes\n - name: Create Elrond keys directory\n file:\n name: /h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3267, "all_permissive": false }
ansible_role
Paulius0112/strack-automation
ff4b3efb15b3171c3f32d1f920a1050717e6aef3
0
ansible/elrond/ansible/roles/deploy_grafana
8,010
[ "no_license" ]
[ { "path": "ansible/elrond/ansible/roles/deploy_grafana/tasks/main.yml", "content": "- name: create Grafana main config directory\n file:\n path: \"/home/elrond/grafana-conf/\"\n state: directory\n- name: create Grafana config directories\n file:\n path: \"/home/elrond/grafana-conf/{{item}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1359, "all_permissive": false }