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
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-delete
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-delete/defaults/main.yml", "content": "---\n\nstack_name: \"overcloud\"\n# Script and log locations used during the delete process.\ndelete_log: \"{{ working_dir }}/overcloud_delete.log\"\n\n# 30 retries * 10 seconds delay = 5 minutes delete timeout\ndelete_check_retries: 60\ndele...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1845, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-deploy
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-deploy/tasks/overcloud-status.yml", "content": "---\n\n# The purpose of writing the overcloud status out to a json file is to\n# allow ansible to capture the status, and then execute required steps\n# after the deployment fails e.g. inventory\n# After the deployment fails and inve...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 32, "total_bytes": 54613, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-network-discovery
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-network-discovery/defaults/main.yml", "content": "---\nnetstat_log: /tmp/netstat_audit.log\nnetstat_interval: 60\nnetstat_dest_directory: /tmp\nexecute_netstat: false\nkill_netstat: false\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 996, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-prep-config
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-prep-config/README.md", "content": "ansible-role-tripleo-overcloud-prep-config\n==========================================\n\nAn Ansible role to copy configuration files to the undercloud prior to\novercloud deployment.\n\nRequirements\n------------\n\nThis playbook expects that ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11434, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-prep-containers
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-prep-containers/defaults/main.yml", "content": "---\ntripleo_common_dir: /usr/share/openstack-tripleo-common\novercloud_prep_containers_template: overcloud-prep-containers.sh.j2\novercloud_prep_containers_script: \"overcloud-prep-containers.sh\"\novercloud_prep_containers_log: \"o...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 20248, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-prep-flavors
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-prep-flavors/tasks/overcloud-prep-flavors.yml", "content": "---\n- name: Prepare the scripts for overcloud flavors\n shell: >\n set -o pipefail &&\n {{ working_dir }}/overcloud-prep-flavors.sh 2>&1 {{ timestamper_cmd }} >\n {{ overcloud_prep_flavors_log }}\n changed_whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-prep-images
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-prep-images/templates/download-overcloud-image.sh.j2", "content": "#!/bin/bash\n\nset -eux\n\n### --start_docs\n\n## * Download specific Overcloud images\n## ::\n\nif [ -f {{ overcloud_image }}.qcow2 ]; then\n sudo rm -rf {{ overcloud_image }}.*\nfi\ncurl -L -O \"{{ overcloud_i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 19775, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-prep-network
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-prep-network/defaults/main.yml", "content": "---\n\nexternal_interface: eth2\novercloud_prep_network_script: overcloud-prep-network.sh.j2\novercloud_prep_network_log: \"{{ working_dir }}/overcloud_prep_network.log\"\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5759, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-scale
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-scale/tasks/delete-original-node.yml", "content": "---\n\n# Delete the scaled node\n- name: Check the overcloud heat stack-list state\n shell: >\n source {{ working_dir }}/stackrc;\n heat stack-list\n register: heat_stack_list_result\n changed_when: false\n\n- name: Verif...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6224, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/overcloud-ssl
7,226
[ "permissive" ]
[ { "path": "roles/overcloud-ssl/defaults/main.yml", "content": "---\n\nssl_overcloud: false\n\novercloud_public_vip: \"{{ undercloud_external_network_cidr|nthhost(5) }}\"\novercloud_ssl_cert_log: \"{{ working_dir }}/overcloud_create_ssl_cert.log\"\novercloud_ssl_cert_script: overcloud-create-ssl-cert.sh.j2\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6277, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/repoclosure
7,226
[ "permissive" ]
[ { "path": "roles/repoclosure/templates/repoclosure.sh.j2", "content": "#!/bin/bash\nset -x\nset -o pipefail\n\n### --start_docs\n## Execute repoclosure w/ options\n## ==============================\n\n## * run repoclosure\n## ::\n\nEXIT_CODE=0\n\n{% for repo_name in yum_repos.stdout_lines %}\n\necho \"*****...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4419, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/set-libvirt-type
7,226
[ "permissive" ]
[ { "path": "roles/set-libvirt-type/tasks/main.yml", "content": "---\n- name: Collect hardware facts if necessary\n setup:\n gather_subset: \"!all,!min,hardware\"\n when: ansible_processor is not defined\n\n- name: Check cpu vendor\n set_fact:\n cpu_vendor: \"{{ item }}\"\n when: ansible_processor[1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1420, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/snapshot-libvirt
7,226
[ "permissive" ]
[ { "path": "roles/snapshot-libvirt/README.md", "content": "snapshot-libvirt\n================\n\nAn Ansible role for snapshotting a libvirt environment using\nexternal snapshots with backing files.\n\nThe role will shutdown all of the VMs specified in the\novercloud_nodes list, then proceed with either creat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4455, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/standalone
7,226
[ "permissive" ]
[ { "path": "roles/standalone/templates/standalone_config.yaml.j2", "content": "# TODO: This is workaround for downstream osp17 and osp17.1 job,\n# TripleO now defaults to libvirt's \"modular daemons\" but this\n# required libvirt > 7.4, this is a temporary workaround to move\n# back to monolithic modular lib...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 32843, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/standalone-upgrade
7,226
[ "permissive" ]
[ { "path": "roles/standalone-upgrade/defaults/main.yml", "content": "---\nstandalone_config: standalone_config.yaml.j2\nstandalone_network: 192.168.24\nstandalone_network_prefix: 24\nstandalone_ip: 192.168.24.1\nstandalone_ha_control_virtual_ip: 192.168.24.3\nstandalone_interface: br-ex\nstandalone_neutron_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9394, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/tht-prep-config
7,226
[ "permissive" ]
[ { "path": "roles/tht-prep-config/tasks/main.yaml", "content": "---\n- name: Evaluate the custom tht script name\n set_fact:\n script_name: \"{{ custom_tht_log|replace('_', '-')|replace('.log', '.sh') }}\"\n\n- name: Create custom tht script\n template:\n src: \"{{ custom_tht_script }}\"\n dest: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6026, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/undercloud-deploy
7,226
[ "permissive" ]
[ { "path": "roles/undercloud-deploy/templates/containers-prepare-parameter-mixed-os.yaml.j2", "content": "parameter_defaults:\n DockerInsecureRegistryAddress:\n - {{ local_docker_registry_host }}:8787\n{% if build_container_images|default(false)|bool %}\n - {{ local_registry_ip }}:{{ local_registry_port }...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 56899, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/undercloud-minion-deploy
7,226
[ "permissive" ]
[ { "path": "roles/undercloud-minion-deploy/tasks/create-scripts.yml", "content": "---\n# Creat the scripts that will be used to deploy the undercloud minion\n# environment.\n- name: Check the dns information provided by the virthost\n shell: >\n awk 'match($0, /nameserver\\s+(([0-9]{1,3}.?){4})/,address)...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 21277, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/undercloud-setup
7,226
[ "permissive" ]
[ { "path": "roles/undercloud-setup/tasks/ansible_cfg.yml", "content": "---\n# Configure the undercloud to use ARA\n# for ansible undercloud or standalone only. Ansible deployment of node\n- name: Install ara deps\n become: true\n pip:\n # noqa 403\n name:\n - pip\n - setuptools\n state:...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 26072, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-ipmi
7,226
[ "permissive" ]
[ { "path": "roles/validate-ipmi/tasks/main.yml", "content": "---\n- when: validate_ipmi_step|bool\n block:\n\n - name: Copy validate IPMI template to the undercloud\n template:\n src: validate-overcloud-ipmi-connection.sh.j2\n dest: \"{{ working_dir }}/validate-overcloud-ip...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2694, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-minion
7,226
[ "permissive" ]
[ { "path": "roles/validate-minion/defaults/main.yml", "content": "---\nvalidate_minion_heat_engine: true\nvalidate_minion_ironic_conductor: false\nvalidate_minion_simple_script: validate_minion_simple.sh.j2\nvalidate_minion_simple_log: validate_minion_simple.log\nundercloud_user: stack\n", "license_type"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3796, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-perf
7,226
[ "permissive" ]
[ { "path": "roles/validate-perf/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: |\n An Ansible role for generating custom RPMSs from upstream Gerrit changes in\n the TripleO project using DLRN. This repo then can be injected in the tested\n environment, a repo file cr...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2395, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-sanity-checks
7,226
[ "permissive" ]
[ { "path": "roles/validate-sanity-checks/defaults/main.yml", "content": "---\nsanity_content_name: sanity_test\nsanity_scripts: validate-sanity-checks.sh.j2\nsanity_checks_log: validate_sanity_test.log\n# sanitytest step\nsanitytest_create: true\nsanitytest_cleanup: true\n# step\nsanity_step_sanity_checks: t...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7768, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-services
7,226
[ "permissive" ]
[ { "path": "roles/validate-services/tasks/systemd.yaml", "content": "---\n- name: Get failed services from Systemd\n shell: >\n systemctl list-units --failed --plain --no-legend --no-pager \"tripleo_*\"\n register: systemd_state\n changed_when: false\n\n- name: Print out any failed Systemd services for...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2261, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-simple
7,226
[ "permissive" ]
[ { "path": "roles/validate-simple/defaults/main.yml", "content": "---\ntenantrc: >-\n overcloudrc\nvalidate_script: overcloud-validate.sh.j2\nvalidate_template_path: /usr/share/openstack-tripleo-heat-templates/ci/pingtests\nvalidate_template: tenantvm_floatingip.yaml\nvalidate_log: \"{{ working_dir }}/overc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 15690, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-tempest
7,226
[ "permissive" ]
[ { "path": "roles/validate-tempest/tasks/tempest-rpm.yml", "content": "---\n- name: Install openstack services tempest plugins\n # noqa 403\n package:\n state: latest\n name: \"{{ item | regex_replace( '^python[0-9]*-(.*)$', python_package_prefix + '-\\\\1' ) }}\"\n with_items: \"{{ tempest_plugins ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5487, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-tobiko
7,226
[ "permissive" ]
[ { "path": "roles/validate-tobiko/tasks/tobiko-results.yml", "content": "---\n- name: Check for .stestr directory\n stat:\n path: \"{{ working_dir }}/tobiko/.stestr\"\n register: testr_dir\n\n- name: Define testr facts\n set_fact:\n testr_command: \"{{ python_cmd }} -m stestr.cli\"\n\n- name: Genera...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9528, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-ui
7,226
[ "permissive" ]
[ { "path": "roles/validate-ui/handlers/main.yml", "content": "---\n# handlers file for validate-ui\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 36 }, { "path": "roles/validate-ui/vars/main.yml", "content": "---\n# vars file for valid...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 821, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/validate-undercloud
7,226
[ "permissive" ]
[ { "path": "roles/validate-undercloud/templates/undercloud-sanity-check.sh.j2", "content": "### --start_docs\n\n## Validate the undercloud installation\n## ====================================\nscript_return_value=0\n\n## * Install deps for subunit results\nsudo {{ ansible_pkg_mgr }} install -y python-os-tes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3243, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/virthost-full-cleanup
7,226
[ "permissive" ]
[ { "path": "roles/virthost-full-cleanup/README.md", "content": "Role Name\n=========\n\nThis role, virthost-full-cleanup, will remove any known tripleo related rpms\nfrom the system and remove libvirt. This role is destructive and will remove ALL libvirt guests. This is done to ensure a clean starting poin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6424, "all_permissive": true }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_cadvisor
7,226
[ "no_license" ]
[ { "path": "roles/deploy_cadvisor/README.md", "content": "Ansible роль \"deploy_cadvisor\"\n=========\n\nДанная роль служит для развертывания агента мониторинга контейнеров \"cadvisor\".\n\nТребования:\n-----------\n\nНа целевом хосте должны быть установлены пакеты docker.io и docker-compose-v2.\n\nПеременны...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2104, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_docker
7,226
[ "no_license" ]
[ { "path": "roles/deploy_docker/README.md", "content": "Ansible роль \"deploy_docker\"\n=========\n\nДанная роль служит для установки пакетов \"docker.io\" и \"docker-compose-v2\".\n\nТребования:\n-----------\n\n-\n\nПеременные для роли:\n--------------------\n\n| переменная | описан...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1297, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_elk
7,226
[ "no_license" ]
[ { "path": "roles/deploy_elk/templates/docker-compose.yml.j2", "content": "version: '3.8'\n\nservices:\n \n elasticsearch:\n image: elasticsearch:{{ deploy_elk_elasticsearch_image_version }}\n container_name: elasticsearch\n restart: always\n volumes:\n - {{ deploy_elk_project_src }}/elasti...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6129, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_filebeat
7,226
[ "no_license" ]
[ { "path": "roles/deploy_filebeat/vars/main.yml", "content": "---\n# vars file for deploy_filebeat\n\ndeploy_filebeat_project_src : /etc/docker/filebeat\ndeploy_filebeat_image_version : 8.9.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2714, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_grafana
7,226
[ "no_license" ]
[ { "path": "roles/deploy_grafana/templates/docker-compose.yml.j2", "content": "version: '3.8'\n\nservices:\n \n grafana:\n image: grafana/grafana:{{ deploy_grafana_image_version }}\n container_name: grafana\n restart: always\n ports:\n - 3000:3000\n volumes:\n - {{ deploy_grafana_da...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2161, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_keepalived
7,226
[ "no_license" ]
[ { "path": "roles/deploy_keepalived/README.md", "content": "Ansible роль \"deploy_keepalived\"\n=========\n\nДанная роль служит для установки пакета vrrp демона \"keepalived\".\n\nТребования:\n-----------\n\n-\n\nПеременные для роли:\n--------------------\n\n| переменная | описание ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1873, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_mysql
7,226
[ "no_license" ]
[ { "path": "roles/deploy_mysql/templates/my.cnf.j2", "content": "[mysqld]\n\nserver-id = {{ deploy_mysql_server_id }}\nread-only = {{ deploy_mysql_readonly }}\nlog-bin = mysql-bin\nbinlog_format = row\ngtid-mode = ON\nenforce-gtid-consistency = ON\nlog-replica-updates = ON\n{{ deploy_mysql_relay_log }}", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 10926, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_nfs_mount
7,226
[ "no_license" ]
[ { "path": "roles/deploy_nfs_mount/tasks/main.yml", "content": "---\n# tasks file for deploy_nfs_mount\n\n- name: install nfs-common version={{ deploy_nfs_mount_nfs_common_ver }}\n ansible.builtin.apt:\n name: \"nfs-common={{ deploy_nfs_mount_nfs_common_ver }}\"\n state: present\n\n- name: create a di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1731, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_nginx_exporter
7,226
[ "no_license" ]
[ { "path": "roles/deploy_nginx_exporter/templates/docker-compose.yml.j2", "content": "version: '3.8'\n\nservices:\n \n nginx-exporter:\n image: nginx/nginx-prometheus-exporter:{{ deploy_nginx_exporter_image_version }}\n container_name: nginx-exporter\n restart: always\n ports:\n - 9113:9113...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2273, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_nginx_reverse_proxy
7,226
[ "no_license" ]
[ { "path": "roles/deploy_nginx_reverse_proxy/README.md", "content": "Ansible роль \"deploy_nginx_reverse_proxy\"\n=========\n\nДанная роль служит для развертывания веб-сервера \"nginx\" в роли reverse-proxy.\n\nТребования:\n-----------\n\nНа целевом хосте должны быть установлены пакеты docker.io и docker-com...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4206, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_node_exporter
7,226
[ "no_license" ]
[ { "path": "roles/deploy_node_exporter/handlers/main.yml", "content": "---\n# handlers file for deploy_node_exporter\n\n- name: restart_node_exporter\n community.docker.docker_compose_v2:\n project_src: \"{{ deploy_node_exporter_project_src }}\"\n state: restarted", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1882, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_pip
7,226
[ "no_license" ]
[ { "path": "roles/deploy_pip/tasks/main.yml", "content": "---\n# tasks file for deploy_pip\n\n- name: install pip version={{ deploy_pip_ver }}\n ansible.builtin.apt:\n name: \"python3-pip={{ deploy_pip_ver }}\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 703, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_prometheus
7,226
[ "no_license" ]
[ { "path": "roles/deploy_prometheus/README.md", "content": "Ansible роль \"deploy_prometheus\"\n=========\n\nДанная роль служит для развертывания базы данных временных рядов \"Prometheus\".\n\nТребования:\n-----------\n\nНа целевом хосте должны быть установлены пакеты docker.io и docker-compose-v2.\n\nПереме...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3371, "all_permissive": false }
ansible_role
MaxCurly/linux_base_2024_07_project
5948b81b0d69511e21cee7def6d385a29edec3ce
0
roles/deploy_wordpress
7,226
[ "no_license" ]
[ { "path": "roles/deploy_wordpress/handlers/main.yml", "content": "---\n# handlers file for deploy_wordpress\n\n- name: restart_wordpress\n community.docker.docker_compose_v2:\n project_src: \"{{ deploy_wordpress_project_src }}\"\n state: restarted", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5271, "all_permissive": false }
ansible_role
osoden/ansib
fd3f86ac3e162333546afc598c96de2b10180808
0
roles/nginx
7,226
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": " - name: Install nginx Debian/Ubuntu\n become: yes\n apt: name=nginx-full state=present\n when: ansible_os_family == \"Debian\"\n\n - name: Copy virtualhost config\n become: yes\n template: src=default.conf dest=/etc/nginx/co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
osoden/ansib
fd3f86ac3e162333546afc598c96de2b10180808
0
roles/tmux
7,226
[ "no_license" ]
[ { "path": "roles/tmux/defaults/main.yml", "content": "---\ntmux_powerline: yes\ntmux_mouse_mode: yes\ntmux_vi_mode: yes\ntmux_plugins:\n - \"tmux-plugins/tmux-sensible\"\ntmux_users:\n - mammoth\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2644, "all_permissive": false }
ansible_role
Koba-Backcountry/teachAnsible
ffb5e5dfa6aac54901669eb51ac5ac8f591a49a4
0
roles/usr_cfg
7,226
[ "no_license" ]
[ { "path": "roles/usr_cfg/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - usr_cfg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/usr_cfg/defaults/main.yml", "content": "---\n# defaults file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 691, "all_permissive": false }
ansible_role
SerhiiD/aem-testlab
4dd850e83c1172b2e4be275dd3f87ecdbacd0754
0
roles/aem
7,226
[ "no_license" ]
[ { "path": "roles/aem/templates/etc/systemd/system/aem.service.j2", "content": "[Unit]\nDescription={{ aem_license_product_name }} {{ aem_license_product_version }}\nRequires=network.target\nAfter=network.target\n \n[Service]\nType=forking\nExecStart={{ aem_root_directory }}/crx-quickstart/bin/start\nExecSto...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5704, "all_permissive": false }
ansible_role
SerhiiD/aem-testlab
4dd850e83c1172b2e4be275dd3f87ecdbacd0754
0
roles/common
7,226
[ "no_license" ]
[ { "path": "roles/common/templates/environment_variables.sh.j2", "content": "{% if common_environment_variables is defined and common_environment_variables != None %}\n{% for key, value in common_environment_variables.items() %}\nexport {{ key }}=\"{{ value }}\"\n{% endfor %}\n{% endif %}\n", "license_ty...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1459, "all_permissive": false }
ansible_role
ntttmpTanaka/zabbix_setting
01b00834c02d0ed85e82405f9fc7fc5b90327564
0
roles/zabbix_setting
7,229
[ "no_license" ]
[ { "path": "roles/zabbix_setting/tasks/main.yml", "content": "- name: Import templates from JSON\n # set task level variables as we change ansible_connection plugin here\n community.zabbix.zabbix_template:\n template_json: \"{{ lookup('file', 'template.json') }}\"\n state: present\n\n- name: add_host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2316, "all_permissive": false }
ansible_role
Ahmedhussein18/CloudDevOpsProject
97fab3ad3cfc7b3b5b53cf4b709d912f5c90df3f
0
ansible_files/roles/minikube
7,229
[ "no_license" ]
[ { "path": "ansible_files/roles/minikube/tasks/main.yml", "content": "- name: Ensure dependencies are installed\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: yes\n\n- name: Update apt cache\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 999, "all_permissive": false }
ansible_role
Ahmedhussein18/CloudDevOpsProject
97fab3ad3cfc7b3b5b53cf4b709d912f5c90df3f
0
ansible_files/roles/sonarqube
7,229
[ "no_license" ]
[ { "path": "ansible_files/roles/sonarqube/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install prerequisites\n apt:\n name:\n - openjdk-17-jdk\n - wget\n - unzip\n - gnupg\n - ca-certificates\n state: present\n\n- name: I...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5842, "all_permissive": false }
ansible_role
luckychap/create_host
e5dc32a92608eaf31bd2251b8217983fafe44660
0
roles/create_vm
7,229
[ "no_license" ]
[ { "path": "roles/create_vm/tasks/main.yml", "content": "- name: Setup vcenter variable\n include: plays/vcenter.yml\n\n- name: Create the Virtual Machine\n vmware_guest:\n hostname: \"{{ vcenter }}\"\n username: \"{{ usr }}\"\n password: \"{{ pwd }}\"\n validate_certs: false\n datacenter: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
luckychap/create_host
e5dc32a92608eaf31bd2251b8217983fafe44660
0
roles/partition
7,229
[ "no_license" ]
[ { "path": "roles/partition/tasks/main.yml", "content": "---\n- set_fact:\n dev: \"{{ ansible_devices.keys() | difference(exclude_device) | max }}\"\n tags:\n - test\n- set_fact:\n par_number: \"{{ ansible_devices[dev].partitions.keys() | max | list | min | int + 1 }}\"\n par_start: \"{{ ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2882, "all_permissive": false }
ansible_role
luckychap/create_host
e5dc32a92608eaf31bd2251b8217983fafe44660
0
roles/snapshot_vm
7,229
[ "no_license" ]
[ { "path": "roles/snapshot_vm/vars/main.yml", "content": "snap_id: 1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 10 }, { "path": "roles/snapshot_vm/tasks/main.yml", "content": "- name: Setup vcenter variable\n vars:\n esxi: \"{{ vm_data[inventory_hostnam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1070, "all_permissive": false }
ansible_role
phanminhnhut1987/linux
2cf2e576d38a4f0d27aae26499d5846377a6a852
0
roles/deploy_vault
7,229
[ "no_license" ]
[ { "path": "roles/deploy_vault/tasks/deploy_vault.yml", "content": "---\n- name: Download Vault binary\n get_url:\n url: \"https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip\"\n dest: \"/tmp/vault.zip\"\n\n- name: Unzip Vault binary\n unarchive:\n sr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2351, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/anaconda
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/anaconda/handlers/main.yml", "content": "---\n# MAIN TASKS TO BE EXECUTED BY install-anaconda ROLE\n\n- name: download installer\n get_url:\n url: '{{ anaconda_installer_url }}'\n dest: '/tmp/{{ anaconda_installer_sh }}'\n timeout: '{{ anaconda_timeout_seconds }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4615, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/anaconda_cassandra
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/anaconda_cassandra/tasks/main.yml", "content": "---\n# MAIN TASKS TO BE EXECUTED BY anaconda_cassandra ROLE\n\n- name: update conda pkgs\n when: anaconda_pkg_update\n command: '{{anaconda_link_dir}}/bin/conda update -y --all'\n\n- name: Run commands in conda environment...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1218, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/anaconda_iraf32_pessto_snid
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/anaconda_iraf32_pessto_snid/tasks/main.yml", "content": "---\n# MAIN TASKS TO BE EXECUTED BY anaconda_cassandra ROLE\n\n- name: update conda pkgs\n when: anaconda_pkg_update\n command: '{{ anaconda_link_dir }}/bin/conda update -y --all'\n\n- name: Create the iraf direct...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 92509, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/basic_packages
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/basic_packages/defaults/main.yml", "content": "---\nmariadb_version: 10.11\nmariadb_key_url: \"https://mariadb.org/mariadb_release_signing_key.asc\"\nmariadb_ubuntu_repo: deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/{{ mariadb_version }}/ubuntu\n\nva...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4281, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/cassandra
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/cassandra/templates/cassandra.yum.repo.j2", "content": "[cassandra]\nname=Apache Cassandra\nbaseurl={{ cassandra_rpm_code }}\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey={{ cassandra_rpm_gpg_key }}\n\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 8215, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/cassandra4
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/cassandra4/tasks/main.yml", "content": "---\n# MAIN TASKS TO BE EXECUTED BY install-anaconda ROLE\n\n- name: Update packages\n become: true\n apt:\n update_cache: yes # apt-get update\n when: ansible_os_family == \"Debian\"\n\n- name: install Open JDK 11 Debian\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 14182, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/cassandra_schema_lasair
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/cassandra_schema_lasair/handlers/main.yml", "content": "---\n# This hander will be executed as soon as the create_keyspace.cql CQL file is created.\n\n- name: Create candidates CQL file\n template:\n src: candidates.cql.j2\n dest: '/tmp/candidates.cql'\n mode: 0...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3026, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/cassandra_schema_lasair_lsst
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/cassandra_schema_lasair_lsst/defaults/main.yml", "content": "---\n\nreplication_factor: 3\nkeyspace: 'lasair'\n\n# url to get git repo content from\ngit_raw_url: \"https://raw.githubusercontent.com/lsst-uk/lasair-lsst\"\n# git branch to use\ngit_branch: main\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1548, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/cassandra_start_service
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/cassandra_start_service/tasks/main.yml", "content": "---\n# THIS PLAYBOOK MUST BE RUN WITH serial = 1. Cassandra nodes must be started one-at-a-time.\n\n# The apt-get service in Ubuntu automatically starts an installed service.\n# Shut it down!\n#- name: Stop service cass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2290, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/iraf32_prerequisites
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/iraf32_prerequisites/tasks/main.yml", "content": "---\n# Tasks for the iraflegacy role\n\n- name: \"Update packages\"\n become: true\n apt:\n update_cache: yes # apt-get update\n when: ansible_os_family == \"Debian\"\n\n\n- name: install 32-bit prerequisite packages...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 995, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/mariadb
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/mariadb/handlers/main.yml", "content": "- name: Pause to allow MySQL to build its tablespaces\n pause:\n seconds: 30\n\n# The apt-get service in Ubuntu automatically starts an installed service.\n# Shut it down!\n- name: Stop service mysql, if started\n service:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 18045, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/maxscale
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/maxscale/tasks/main.yml", "content": "---\n# MAIN TASKS TO BE EXECUTED BY install_maxscale ROLE\n# xans-install-packages-role\n# xans-import-role\n\n# 2022-02-07 KWS Test the availability of the credentials\n\n- name: Check that all the required variables are defined\n f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3333, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/mysql
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/mysql/defaults/main.yml", "content": "---\n\ndataroot: '/data/mysql/'\ntmpdir: '{{ dataroot }}mysqltmp'\ndatadir: '{{ dataroot }}mysqldata'\nlogdir: '{{ dataroot }}mysqllog'\ndefaultdir: '/var/lib/mysql'\n\n# 2021-11-30 KWS Ubuntu 20.04 does NOT have MySQL 5.7. Need to in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 14247, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/mysql_sherlock
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/mysql_sherlock/handlers/main.yml", "content": "---\n\n- name: Recreate views script\n template:\n src: crossmatch_catalogues_20241002_views.sql.j2\n dest: '/tmp/crossmatch_catalogues_20241002_views.sql'\n mode: 0644\n\n- name: Recreate helper tables script\n te...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 10655, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/psat
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/psat/tasks/main.yml", "content": "---\n\n# 2022-02-07 KWS Test the availability of the credentials\n\n- name: Update packages\n apt:\n update_cache: yes # apt-get update\n when: ansible_os_family == \"Debian\"\n become: true\n\n- name: install git package\n apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 8886, "all_permissive": false }
ansible_role
genghisken/gkansible
c7515fb851f6fcb019459f59cb848edaa9e91dc0
0
gkservercollection/roles/severalnines_clustercontrol
7,229
[ "no_license" ]
[ { "path": "gkservercollection/roles/severalnines_clustercontrol/vars/Debian11.yml", "content": "---\n__mysql_packages:\n - mariadb-common\n - mariadb-server\n - mariadb-client\n - python3-apt\n__mysql_slow_query_log_file: /var/log/mysql/mysql-slow.log\nmysql_config_file: /etc/mysql/my.cnf\nmysql_config_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 16091, "all_permissive": false }
ansible_role
AWS-Devops-Projects/Infrastructure-as-a-code-tools
5d0da4c1dd6b9611c6e92c926403a94156373204
10
ansible/roles/app
7,229
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n\n- name: Create Ngnix Container\n docker_container:\n name: \"{{ container_name }}\"\n image: \"{{ image_name }}\"\n state: started\n ports:\n - \"{{ host_port }}:{{ container_port }}\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 421, "all_permissive": false }
ansible_role
AWS-Devops-Projects/Infrastructure-as-a-code-tools
5d0da4c1dd6b9611c6e92c926403a94156373204
10
ansible/roles/ec2_configuration
7,229
[ "no_license" ]
[ { "path": "ansible/roles/ec2_configuration/handlers/main.yml", "content": "---\n\n- name: Start Docker Service\n service:\n name: docker\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ansible/roles/ec2_configuration/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 415, "all_permissive": false }
ansible_role
AWS-Devops-Projects/Infrastructure-as-a-code-tools
5d0da4c1dd6b9611c6e92c926403a94156373204
10
ansible/roles/ec2_provisioning
7,229
[ "no_license" ]
[ { "path": "ansible/roles/ec2_provisioning/vars/main.yml", "content": "# Ansible Config\nansible_ssh_private_key_file: /Users/mk/.ssh/ansibleKey\n\n# General\nansible_tag: ansible\nhostpath: \"hosts\"\n\n# EC2\nec2_name: Hello-Ansible\nkey_name: ansibleKey\nimage_id: ami-0915e09cc7ceee3ab\n\n# Security Group...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1843, "all_permissive": false }
ansible_role
hung-phan/learn-ansible
321b88b8cf2201ba72a532ad61c4b8ab21abe1de
0
roles/apache2
7,229
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n- name: install web components\n apt:\n name:\n - htop\n - apache2\n - libapache2-mod-wsgi\n state: present\n\n- name: ensure mod_wsgi enable\n apache2_module: name=wsgi state=present\n notify: restart apache2\n\n- name: deac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
hung-phan/learn-ansible
321b88b8cf2201ba72a532ad61c4b8ab21abe1de
0
roles/control
7,229
[ "no_license" ]
[ { "path": "roles/control/tasks/main.yml", "content": "---\n- name: install tools\n apt:\n name:\n - curl\n - htop\n - python-httplib2\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
hung-phan/learn-ansible
321b88b8cf2201ba72a532ad61c4b8ab21abe1de
0
roles/mysql
7,229
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: install web components\n apt:\n name:\n - python-mysqldb\n - mysql-server\n - htop\n state: present\n\n- name: ensure mysql listening on 0.0.0.0\n lineinfile: dest=/etc/mysql/my.cnf regexp=^bind-address line=\"bind-addre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
hung-phan/learn-ansible
321b88b8cf2201ba72a532ad61c4b8ab21abe1de
0
roles/nginx
7,229
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install web components\n apt:\n name:\n - curl\n - htop\n - nginx\n - python-httplib2\n state: present\n\n- name: configure nginx sites\n template: src=nginx.conf.j2 dest=/etc/nginx/sites-available/{{item.key}} mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
spence-man/capistrano-test
2ee010c8c636e1bf63f6209df59cb97bf95478cd
0
devops/ansible/roles/mariadb
7,229
[ "no_license" ]
[ { "path": "devops/ansible/roles/mariadb/tasks/main.yml", "content": "---\n# This playbook will install MariaDB and create db user and give permissions.\n# https://github.com/ansible/ansible-examples/tree/master/wordpress-nginx_rhel7\n# \n# Note: SELinux (Security-Enhanced Linux) adds an extra layer of secur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1220, "all_permissive": false }
ansible_role
spence-man/capistrano-test
2ee010c8c636e1bf63f6209df59cb97bf95478cd
0
devops/ansible/roles/nginx
7,229
[ "no_license" ]
[ { "path": "devops/ansible/roles/nginx/tasks/main.yml", "content": "---\n# Installs the latest Nginx for Redhat from the Nginx yum repo. \n# \n# References:\n#\n# https://github.com/geerlingguy/ansible-role-nginx/blob/master/tasks/setup-RedHat.yml\n# https://github.com/chapmanu/inside/blob/ansible-staging-se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2086, "all_permissive": false }
ansible_role
spence-man/capistrano-test
2ee010c8c636e1bf63f6209df59cb97bf95478cd
0
devops/ansible/roles/php70
7,229
[ "no_license" ]
[ { "path": "devops/ansible/roles/php70/vars/main.yml", "content": "---\n#######\n# All #\n#######\n\n# just for debug.\ndebug_mode: false\n\n# allow_url_fopen\n# Default Value: On\nphp_allow_url_fopen: \"Off\"\nphp_disable_functions: \"exec,passthru,shell_exec,system,proc_open,popen\"\nphp_display_errors: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4502, "all_permissive": false }
ansible_role
djanatyn/zubkoland
077b8aa50f40ce59a8469067bcac1a85492da64c
1
roles/common
7,229
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# these packages get installed everywhere\n- name: install basic packages\n dnf: name={{ item }} state=present\n with_items:\n - weechat\n - zsh\n - htop\n - tmux\n - openssh-server\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
djanatyn/zubkoland
077b8aa50f40ce59a8469067bcac1a85492da64c
1
roles/dotfiles
7,229
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n# this role manages user dotfiles\n- name: install djanatyn's config files\n copy: src=djanatyn/ dest=/home/djanatyn/\n force=yes owner=djanatyn\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4066, "all_permissive": false }
ansible_role
baijunyao/laravel-bjyblog
a79d4935d591b1de137612d691781b286e017282
524
deploy/ansible/roles/laravel
7,229
[ "no_license" ]
[ { "path": "deploy/ansible/roles/laravel/meta/main.yml", "content": "galaxy_info:\n author: baijunyao\n description: laravel-bjyblog ansible\n company: baijunyao\n license: MIT\n min_ansible_version: '2.1'\n platforms:\n - name: Ubuntu\n versions:\n - focal\n galaxy_tags: []\ndependenci...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 14689, "all_permissive": false }
ansible_role
victorpaoli/Ansible_implementando_infraestrutura
2920172f5ba56a64728dfa6a6ee85ab4b301d2b5
0
roles/wordpress
7,229
[ "no_license" ]
[ { "path": "roles/wordpress/meta/main.yml", "content": "---\n dependencies:\n - apache", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/wordpress/tasks/main.yml", "content": "---\n - name: Create a directory if it does not exist\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3159, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/create-mysql-db
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/create-mysql-db/files/dump.sql", "content": "CREATE TABLE IF NOT EXISTS test (\n message varchar(255)\n);\nINSERT INTO test (message) VALUES ('Hello World !');\nINSERT INTO test (message) VALUES ('Hello You !');\nINSERT INTO test (message) VALUES ('Hello Us !');", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1043, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/db-server
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/db-server/handlers/main.yml", "content": "---\n# - name: Restart firewalld service\n# service:\n# name: firewalld\n# state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "ansible_project/roles/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1502, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/dns-setup
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/dns-setup/tasks/main.yml", "content": "# Install bind and its utilities\n- name: Install bind and dependancies\n dnf:\n name:\n - bind\n - bind-utils\n state: present\n# Setup of config file\n- name: Config files\n copy:\n src: \"{{ item }}\"\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 688, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/firewall-setup
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/firewall-setup/tasks/main.yml", "content": "- name: Start Firewalld service\n service:\n name: firewalld\n state: started\n enabled: yes\n# Enable the forward for the reverse-proxy server\n- name: Enable multiple ports for the specified port\n firewalld:\n port...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1073, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/httpd-server
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/httpd-server/handlers/main.yml", "content": "- name: Restart httpd service\n service:\n name: httpd\n state: restarted\n\n# - name: Restart firewalld service\n# service:\n# name: firewalld\n# state: restarted", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3856, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/python-cgi
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/python-cgi/handlers/main.yml", "content": "- name: Restart httpd service\n service:\n name: httpd\n state: restarted\n\n- name: Give permission to directory\n file:\n path: '{{ site_directory }}'\n state: directory\n mode: '0755'\n owner: '{{ ansible_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2161, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/reverse-proxy-server
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/reverse-proxy-server/templates/my-website.conf.j2", "content": "server {\n listen {{ forward_port }} default_server;\n listen [::]:{{ forward_port }} default_server;\n server_name {{ server_name }};\n\n proxy_redirect off;\n proxy_set_header ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1739, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/ssh-key-generator
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/ssh-key-generator/handlers/main.yml", "content": "# Deactivate ssh password\n - name: Ensure SSH is deactivate\n lineinfile:\n path: ansible.cfg\n regexp: '^#ssh_args'\n line: ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=pu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 807, "all_permissive": false }
ansible_role
sofackj/its_project_a
8c78ee2e3f96a8ea691dbf27e25938d0ce2a2377
2
ansible_project/roles/ssl-certificates
7,229
[ "no_license" ]
[ { "path": "ansible_project/roles/ssl-certificates/templates/my-secure-website.conf.j2", "content": "server {\n listen {{ forward_port }};\n server_name {{ server_name }};\n return 301 https://{{ server_name }}$request_uri;\n }\n\nserver {\n listen 443 ssl;\n server_name {{ server_name }};\n ssl_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1716, "all_permissive": false }
ansible_role
Niceplace/config
845fb4de6c193f46707068c849d0288e1233dc39
0
roles/atom
7,229
[ "no_license" ]
[ { "path": "roles/atom/tasks/main.yml", "content": "---\n- name : atom | download deb package\n get_url:\n url: \"{{ atom['url'] }}\"\n dest: /tmp/atom_installer.deb\n\n- name: atom | install deb package\n apt:\n deb: /tmp/atom_installer.deb\n state: present\n become: true\n become_method: su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": false }
ansible_role
Niceplace/config
845fb4de6c193f46707068c849d0288e1233dc39
0
roles/clementine
7,229
[ "no_license" ]
[ { "path": "roles/clementine/tasks/main.yml", "content": "---\n- name: clementine | add clementine music player ppa\n apt_repository:\n repo: \"ppa:me-davidsansome/clementine\"\n state: present\n update_cache: yes\n\n- name: clementine | install clementine music player\n apt:\n name: clementine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
Niceplace/config
845fb4de6c193f46707068c849d0288e1233dc39
0
roles/docker
7,229
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: docker | install dependencies\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n become: true\n become_method: su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1851, "all_permissive": false }
ansible_role
Niceplace/config
845fb4de6c193f46707068c849d0288e1233dc39
0
roles/docker-compose
7,229
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: docker-compose | register uname -s\n command: uname -s\n register: uname_s\n\n- name: docker-compose | register uname -m\n command: uname -m\n register: uname_m\n\n- name: docker-compose | download docker-compose script\n get_url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
Niceplace/config
845fb4de6c193f46707068c849d0288e1233dc39
0
roles/eclipse-che
7,229
[ "no_license" ]
[ { "path": "roles/eclipse-che/tasks/main.yml", "content": "---\n- name: eclipse che | ensure java installation is present\n docker_container:\n name: eclipse-che\n image: eclipse/che\n command: start\n restart: yes\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n - /opt/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }