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
xfxf/av-foss-stack
8e733184b0336acfb9d31116db0d337c9036ac69
6
nerp2017/roles/fonts
7,535
[ "no_license" ]
[ { "path": "nerp2017/roles/fonts/tasks/main.yml", "content": "---\n- name: Create font dir\n file:\n state: directory\n path: /home/{{ user_name }}/.fonts\n owner: \"{{ user_name }}\"\n group: \"{{ user_name }}\"\n\n- name: Install fonts for inkscape title slides\n get_url:\n # stored on loc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
xfxf/av-foss-stack
8e733184b0336acfb9d31116db0d337c9036ac69
6
nerp2017/roles/monitoring
7,535
[ "no_license" ]
[ { "path": "nerp2017/roles/monitoring/handlers/main.yml", "content": "---\n- name: systemctl daemon-reload\n command: systemctl daemon-reload\n\n- name: systemctl enable videoteam-node_exporter\n command: systemctl enable videoteam-node_exporter\n\n- name: systemctl start videoteam-node_exporter\n command...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1252, "all_permissive": false }
ansible_role
xfxf/av-foss-stack
8e733184b0336acfb9d31116db0d337c9036ac69
6
nerp2017/roles/shotcut
7,535
[ "no_license" ]
[ { "path": "nerp2017/roles/shotcut/tasks/main.yml", "content": "---\n- name: Install shotcut dependencies\n apt:\n name: \"{{ item }}\"\n with_items:\n - libxcb-shape0\n - libxcb-xfixes0\n - libxslt1.1\n\n- name: Download Shotcut video editor (includes melt)\n get_url:\n # stored on local server ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
xfxf/av-foss-stack
8e733184b0336acfb9d31116db0d337c9036ac69
6
rubyconfau2019/roles/keynote_warning
7,535
[ "no_license" ]
[ { "path": "rubyconfau2019/roles/keynote_warning/defaults/main.yml", "content": "---\nkeynote_venue: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "rubyconfau2019/roles/keynote_warning/tasks/main.yml", "content": "---\n- name: Put a big...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 334, "all_permissive": false }
ansible_role
cyburdine/Windows-Demos
832835a0c7b7d0fe8279c308d5612b756e88a145
0
roles/ansible_check
7,535
[ "no_license" ]
[ { "path": "roles/ansible_check/tasks/main.yml", "content": "- name: Checking to see if WinRM port is open (could take a while)\n wait_for:\n host: \"{{ ansible_host | default(inventory_hostname) }}\"\n port: 5985\n delay: 15\n timeout: 600\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
cyburdine/Windows-Demos
832835a0c7b7d0fe8279c308d5612b756e88a145
0
roles/gather_vmware_vm_facts
7,535
[ "no_license" ]
[ { "path": "roles/gather_vmware_vm_facts/tasks/main.yml", "content": "- name: get vmguest facts\n vsphere_guest:\n vmware_guest_facts: true\n vcenter_hostname: 172.16.32.2\n username: administrator\n password: \"{{ <PASSWORD> }}\"\n guest: jbWinVM-drift\n validate_certs: no\n register: vm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
cyburdine/Windows-Demos
832835a0c7b7d0fe8279c308d5612b756e88a145
0
roles/windows
7,535
[ "no_license" ]
[ { "path": "roles/windows/tasks/main.yml", "content": "# Apply updates and reboot if necessary\n- win_updates:\n register: update_result\n\n- win_reboot:\n shutdown_timeout_sec: 3600\n reboot_timeout_sec: 3600\n when: update_result.reboot_required\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
cyburdine/Windows-Demos
832835a0c7b7d0fe8279c308d5612b756e88a145
0
roles/windows_remove_website
7,535
[ "no_license" ]
[ { "path": "roles/windows_remove_website/tasks/main.yml", "content": "---\n- name: Removing Energy IIS site\n win_iis_website:\n name: \"Energy\"\n state: absent\n\n- name: Remove website directory structure\n win_file:\n path: C:\\sites\n state: absent\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
cyburdine/Windows-Demos
832835a0c7b7d0fe8279c308d5612b756e88a145
0
roles/windows_user_manage
7,535
[ "no_license" ]
[ { "path": "roles/windows_user_manage/tasks/main.yml", "content": "###\n#\n# winusername: [Username]\n# winfullname: [Full Name]\n# winpassword: [<PASSWORD>]\n# userstatus: [present | abasent]\n# \n###\n- name: Ensure named user exists\n win_user:\n name: \"{{ winusername}}\"\n fullname: \"{{ win...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
Guared4/web
f3291e22d5449e318b3d1b5fd34a30a4e883aaec
0
ansible/roles/docker
7,535
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install docker packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n tags: docker\n\n- name: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1422, "all_permissive": false }
ansible_role
Guared4/web
f3291e22d5449e318b3d1b5fd34a30a4e883aaec
0
ansible/roles/project_deploy
7,535
[ "no_license" ]
[ { "path": "ansible/roles/project_deploy/tasks/main.yml", "content": "---\n- name: Copy project directory to /home/vagrant\n copy:\n src: project/\n dest: /home/vagrant/project\n owner: vagrant\n group: vagrant\n mode: '0755'\n tags: project\n\n- name: Run docker-compose to start containers\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
Kasunrathnayaka/wso2telco-ids
28c8858b5e6f8542df2c4125f4ebe3d809169cdb
1
roles/java
7,535
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Update apt-repo\n apt: update_cache=yes\n\n- name: Instatll python-software-properties\n apt: name=python-software-properties state=present\n \n- name: Adding apt repo for oracle \n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1029, "all_permissive": false }
ansible_role
Kasunrathnayaka/wso2telco-ids
28c8858b5e6f8542df2c4125f4ebe3d809169cdb
1
roles/mysql
7,535
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Add the OS specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Install the mysql packages in Redhat derivatives\n yum: name={{ item }} state=installed\n with_items: mysql_pkgs\n when: ansible_os_family == 'RedHat'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1645, "all_permissive": false }
ansible_role
Kasunrathnayaka/wso2telco-ids
28c8858b5e6f8542df2c4125f4ebe3d809169cdb
1
roles/undeploy
7,535
[ "no_license" ]
[ { "path": "roles/undeploy/tasks/main.yml", "content": "---\n# tasks file for undeployi\n\n#- name: Stop Java Runnning application\n# shell : killall -9 java\n\n- name: Undeploy IDS app\n shell: rm -rf /mnt/wso2*\n\n- mysql_db: name=ids_apimgt state=absent\n- mysql_db: name=ids_connectdb state=absent\n- my...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 784, "all_permissive": false }
ansible_role
Kasunrathnayaka/wso2telco-ids
28c8858b5e6f8542df2c4125f4ebe3d809169cdb
1
roles/wso2telco-ids
7,535
[ "no_license" ]
[ { "path": "roles/wso2telco-ids/tasks/main.yml", "content": "---\n# tasks file for wso2telco-ids\n- name: Install zip \n apt: name=zip state=present\n\n#- name: Download wso2telco-ids\n# get_url: url=http://maven.wso2telco.com/nexus/service/local/repositories/snapshots/content/com/wso2telco/product/ids/wso...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4753, "all_permissive": false }
ansible_role
MinistryOfJusticeCZ/ansible-wildfly
96a173b5d47225084f2e3d83b9b229431c716c0d
0
roles/wildfly_app
7,535
[ "no_license" ]
[ { "path": "roles/wildfly_app/tasks/datasource.yml", "content": "---\n- name: Install pip package for handling xml\n pip:\n name: lxml\n state: present\n\n- name: create module directory\n file:\n path: '{{ item }}'\n state: directory\n with_items:\n - '{{ wildfly__modules_basepath }}/com'\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 14958, "all_permissive": false }
ansible_role
eamirakulov/k8s-monitoring-logging
262dfec6b27b53e6c11112e02bbc6ababacecc53
0
roles/elasticsearch_kibana
7,538
[ "no_license" ]
[ { "path": "roles/elasticsearch_kibana/tasks/install.yml", "content": "---\n- name: Purge old Elasticsearch (remove configs too)\n ansible.builtin.apt:\n name: elasticsearch\n purge: yes\n state: absent\n\n- name: Add Elastic GPG key\n ansible.builtin.apt_key:\n url: \"https://artifacts.elastic...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2320, "all_permissive": false }
ansible_role
eamirakulov/k8s-monitoring-logging
262dfec6b27b53e6c11112e02bbc6ababacecc53
0
roles/fluentbit
7,538
[ "no_license" ]
[ { "path": "roles/fluentbit/tasks/main.yml", "content": "---\n- name: Add Fluent Bit GPG key\n ansible.builtin.apt_key:\n url: https://packages.fluentbit.io/fluentbit.key\n state: present\n\n- name: Add Fluent Bit repository\n ansible.builtin.apt_repository:\n repo: \"deb https://packages.fluentbi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1347, "all_permissive": false }
ansible_role
eamirakulov/k8s-monitoring-logging
262dfec6b27b53e6c11112e02bbc6ababacecc53
0
roles/node_exporter
7,538
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "---\n- name: Install Node Exporter\n import_tasks: install.yml\n\n- name: Configure Node Exporter\n import_tasks: config.yml\n\n- name: Setup Node Exporter systemd service\n import_tasks: service.yml\n notify: Restart Node Exporter\n", "lic...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2915, "all_permissive": false }
ansible_role
eamirakulov/k8s-monitoring-logging
262dfec6b27b53e6c11112e02bbc6ababacecc53
0
roles/prometheus
7,538
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/config.yml", "content": "- name: Deploy Prometheus configuration\n ansible.builtin.template:\n src: prometheus.yml.j2\n dest: /etc/prometheus/prometheus.yml\n owner: \"{{ prometheus_user }}\"\n group: prometheus\n mode: '0644'\n notify: Reload Prometheus\n"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3022, "all_permissive": false }
ansible_role
gekalogiros/dot-files
9c8e29fe00b92c6ac5576eb828861b92c23e2f28
3
ansible/roles/development
7,538
[ "no_license" ]
[ { "path": "ansible/roles/development/tasks/main.yml", "content": "---\n- name: Add Java Tap to Homebrew\n community.general.homebrew_tap:\n name: AdoptOpenJDK/openjdk\n state: present\n \n- name: Install Homebrew casks\n homebrew_cask:\n update_homebrew: yes\n upgrade_all: yes\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
M4mB14/Hui-Govno_Penis
c64e1d58b265760588297b86219b33ca2e67fc7a
0
ansible/roles/common
7,538
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: apt updating\n apt:\n update_cache: yes\n\n- name: Installing Docker\n apt:\n name: docker.io\n state: present\n\n- name: Run Docker\n service:\n name: docker\n state: started\n enabled: true\n\n- name: Run alpine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
larueli/ansible-nsd-role
c64599388558045af38dbbe85e9b87f26b9426d8
0
roles/ansible_ready
7,538
[ "no_license" ]
[ { "path": "roles/ansible_ready/tasks/main.yml", "content": "#\n# Author : <NAME> / <EMAIL> / @ILaruelle\n# Github (larueli) : https://github.com/larueli/ansible-nsd-role/\n#\n---\n - name: Installation de python 3\n package:\n name: python3\n state: latest\n\n - name: Installation de la clef ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
larueli/ansible-nsd-role
c64599388558045af38dbbe85e9b87f26b9426d8
0
roles/nsd
7,538
[ "no_license" ]
[ { "path": "roles/nsd/tasks/genKey.yml", "content": "#\n# Author : <NAME> / <EMAIL> / @ILaruelle\n# Github (larueli) : https://github.com/larueli/ansible-nsd-role/\n#\n---\n - stat:\n path: /etc/nsd/keys/{{ item.FQDN }}\n register: dossierClefs\n - name: Verification de l'existence de clefs DNSSEC ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 12483, "all_permissive": false }
ansible_role
Metrika-Inc/agent
70dd89130f5f733624d403818cb8115613a6e25b
8
contrib/ansible/roles/metrika-agent-install
7,538
[ "no_license" ]
[ { "path": "contrib/ansible/roles/metrika-agent-install/tasks/main.yml", "content": "- name: Create Metrika agent group\n group:\n name: metrika-agent\n state: present\n\n- name: Create Metrika agent user\n user:\n name: metrika-agent\n comment: Metrika agent user\n groups: \"metrika-agent\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3232, "all_permissive": false }
ansible_role
DylanRitchings/everything-playbook
adbf36c153c09322ba13a65567c0ac5e63abcbeb
0
roles/programming
7,538
[ "no_license" ]
[ { "path": "roles/programming/tasks/create_dev_folders.yml", "content": "- block:\n - name: Create dev_folders\n include_tasks: ../../common/create_folders.yml\n vars:\n folders: \"{{ dev_folders }}\"\n become: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5687, "all_permissive": false }
ansible_role
DylanRitchings/everything-playbook
adbf36c153c09322ba13a65567c0ac5e63abcbeb
0
roles/system
7,538
[ "no_license" ]
[ { "path": "roles/system/tasks/essential.yml", "content": "- name: Update packages\n become: yes\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install essential packages\n include_tasks: roles/common/install_packages.yml\n vars:\n packages: \"{{ essential_packages }}\"\n", "license_ty...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1208, "all_permissive": false }
ansible_role
Ilya0217/cloudru_camp_devops_2025
523f24d62fc982931aacc344384444130c5e16ee
0
02-ansible/roles/app_deploy
7,538
[ "no_license" ]
[ { "path": "02-ansible/roles/app_deploy/tasks/main.yml", "content": "---\n- name: Login to private Docker registry\n docker_login:\n registry: \"{{ docker_registry_url }}\"\n username: \"{{ docker_registry_username }}\"\n password: \"{{ <PASSWORD> }}\"\n # email: \"{{ docker_registry_email }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
Ilya0217/cloudru_camp_devops_2025
523f24d62fc982931aacc344384444130c5e16ee
0
02-ansible/roles/docker
7,538
[ "no_license" ]
[ { "path": "02-ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install required system packages\n apt: \n name: \"{{ item }}\"\n update_cache: yes\n loop: \n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - gnupg-agent\n\n- name: Add ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": false }
ansible_role
Ilya0217/cloudru_camp_devops_2025
523f24d62fc982931aacc344384444130c5e16ee
0
02-ansible/roles/nginx
7,538
[ "no_license" ]
[ { "path": "02-ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n when: ansible_os_family == 'Debian'\n\n- name: Copy Nginx configuration from template\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1292, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/backend_httpd
7,538
[ "no_license" ]
[ { "path": "roles/backend_httpd/tasks/redhat.yml", "content": "- name: Install web server\n ansible.builtin.yum:\n name: httpd\n state: present\n- name: Apply httpd.conf\n template:\n src: \"httpd.conf.j2\"\n dest: \"/etc/httpd/conf/httpd.conf\"\n notify: Reload httpd\n- name: Ensure web serve...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1106, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/backend_php
7,538
[ "no_license" ]
[ { "path": "roles/backend_php/tasks/debian.yml", "content": "- name: Install PHP\n ansible.builtin.apt:\n name: php>=7.4\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/backend_php/tasks/redhat.yml", "content": "- n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 862, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/backend_website
7,538
[ "no_license" ]
[ { "path": "roles/backend_website/tasks/main.yml", "content": "- name: Install website\n include_tasks: install-website.yml\n when: ansible_facts['os_family']|lower == 'redhat'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/backend_website...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1130, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/dbserver
7,538
[ "no_license" ]
[ { "path": "roles/dbserver/handlers/main.yml", "content": "---\n- name: Reload mysqld\n systemd:\n name: mysqld.service\n enabled: yes\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/dbserver/tasks/replication.yml"...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8588, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/frontend_nginx
7,538
[ "no_license" ]
[ { "path": "roles/frontend_nginx/tasks/main.yml", "content": "- name: Install nginx for RHEL\n import_tasks: redhat.yml\n when: ansible_facts['os_family']|lower == 'redhat'\n- name: Install nginx for Debian\n import_tasks: debian.yml\n when: ansible_facts['os_family']|lower == 'debian'\n- name: Install n...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2561, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/logger_server
7,538
[ "no_license" ]
[ { "path": "roles/logger_server/tasks/main.yml", "content": "- name: Install elastic stack for RHEL\n include_tasks: \"{{ item }}\"\n loop: \n - install-elasticsearch.yml\n - install-logstash.yml\n - install-kibana.yml\n when: ansible_facts['os_family']|lower == 'redhat'", "license_type": "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4752, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/logging_node
7,538
[ "no_license" ]
[ { "path": "roles/logging_node/tasks/redhat.yml", "content": "---\n- name: Ensure that the filebeat user exists\n user:\n name: \"filebeat\"\n shell: /bin/false\n state: present\n- name: Copy filebeat binary\n copy:\n src: \"{{ filebeat_rpm }}\"\n dest: \"/tmp/filebeat.rpm\"\n when: use_rpm...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 963, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/monitored_node
7,538
[ "no_license" ]
[ { "path": "roles/monitored_node/tasks/redhat.yml", "content": "---\n- name: Ensure that the node_exporter user exists\n user:\n name: \"node_exporter\"\n shell: /bin/false\n state: present\n- name: Copy node_exporter binary\n copy:\n src: \"files/node_exporter\"\n dest: \"/usr/bin/node_expo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2364, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/monitoring_server
7,538
[ "no_license" ]
[ { "path": "roles/monitoring_server/templates/prometheus.service.j2", "content": "[Service]\nUser=prometheus\nGroup=prometheus\nExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/var/lib/prometheus/data --storage.tsdb.retention.time=8928h\nExecReload=/bin/kill -HU...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3818, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/ntp_client
7,538
[ "no_license" ]
[ { "path": "roles/ntp_client/tasks/main.yml", "content": "---\n- name: Install ntp for RHEL\n import_tasks: install-ntp.yml\n when: ansible_facts['os_family']|lower == 'redhat'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/ntp_client/task...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 591, "all_permissive": false }
ansible_role
taihon/otus-basic-final
c2704a73574ff9eff41f0fe3c110703f1c77035c
0
roles/restore_wpbackup
7,538
[ "no_license" ]
[ { "path": "roles/restore_wpbackup/tasks/main.yml", "content": "---\n- name: Copy backup to master db server\n ansible.builtin.copy:\n src: \"files/backup/wordpress\"\n dest: \"/tmp/wpbackup\"\n when:\n - replication_role == \"master\"\n- name: List filename of per-table backup\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1191, "all_permissive": false }
ansible_role
qjlcastillo/HOA8
c18e556a718ffde037e17d5f1005af38d6d1e2f5
0
roles/nagios_CentOS
7,540
[ "no_license" ]
[ { "path": "roles/nagios_CentOS/tasks/main.yml", "content": "---\n- name: Installing Nagios4 Dependencies and Libraries\n dnf:\n name:\n - autoconf\n - gcc\n - glibc\n - make\n - wget\n - unzip\n - httpd\n - php\n - gd-devel\n - openssl\n - openssl-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2085, "all_permissive": false }
ansible_role
qjlcastillo/HOA8
c18e556a718ffde037e17d5f1005af38d6d1e2f5
0
roles/start
7,540
[ "no_license" ]
[ { "path": "roles/start/tasks/main.yml", "content": "---\n\n- name: Update package cache (ubuntu)\n tags: always\n apt:\n update_cachce: yes\n when: \"ansible_os_family == 'Ubuntu'\"\n\n \n- name: install required packages\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/add_authorized_key
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/add_authorized_key/tasks/main.yml", "content": "- name: remove possible old keys\n command: rm ~/.ssh/id_rsa_ansible ~/.ssh/id_rsa_ansible.pub\n ignore_errors: true\n\n- name: generate authorized key\n command: \"ssh-keygen -N \\\"\\\" -t rsa -f ~/.ssh/id_rsa_ansible\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/autoconf
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/autoconf/tasks/main.yml", "content": "- name: install autoconf\n apt: pkg=autoconf state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 58, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/cpanminus
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/cpanminus/tasks/main.yml", "content": "- name: install cpanminus\n apt: pkg=cpanminus state=present update_cache=yes cache_valid_time=3600", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/ec2
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/ec2/tasks/main.yml", "content": "- name: generate authorized key\n command: \"ssh-keygen -N \\\"\\\" -t rsa -f ~/.ssh/id_ansible_xmpp_server_benchmark\"\n ignore_errors: true\n\n- name: retrieve public key\n command: \"ssh-keygen -y -f ~/.ssh/id_ansible_xmpp_server_benchmark...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2676, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/ejabberd
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/ejabberd/tasks/main.yml", "content": "- name: check if ejabberd install is needed\n shell: test -f /etc/init.d/ejabberd\n register: ejabberd_installed\n ignore_errors: true\n\n- name: download ejabberd source\n get_url: url=https://github.com/processone/ejabberd/archive/14....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1921, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/erlang
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/erlang/meta/main.yml", "content": "dependencies:\n - erlangsolutions", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "provisioning/roles/erlang/tasks/main.yml", "content": "- name: install erlang\n apt: pkg=erlang...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 145, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/erlangsolutions
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/erlangsolutions/tasks/main.yml", "content": "- name: get lsb release\n command: lsb_release -cs\n register: lsb_release\n\n- name: add erlang solutions apt key\n apt_key: id=A14F4FCA url=http://packages.erlang-solutions.com/debian/erlang_solutions.asc state=present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/fetch_results
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/fetch_results/tasks/main.yml", "content": "- name: archive out directory\n command: tar -cvzf {{results_dest_dir}}/results.tar.gz {{results_dir}}\n\n- name: copy file to local\n fetch: src={{results_dest_dir}}/results.tar.gz dest={{results_dest_dir}}", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/g++
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/g++/tasks/main.yml", "content": "- name: install g++\n apt: update_cache=yes pkg=g++ state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/gcc
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/gcc/tasks/main.yml", "content": "- name: install gcc\n apt: pkg=gcc state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 48, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/gnuplot
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/gnuplot/tasks/main.yml", "content": "- name: install gnuplot\n apt: pkg=gnuplot-nox state=present update_cache=yes cache_valid_time=3600", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/libexpat
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/libexpat/tasks/main.yml", "content": "- name: install libexpat-dev\n apt: pkg=libexpat1-dev state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/libyaml
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/libyaml/tasks/main.yml", "content": "- name: install libyaml\n apt: pkg=libyaml-dev state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 60, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/make
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/make/tasks/main.yml", "content": "- name: install make\n apt: pkg=make state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 50, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/mongooseim
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/mongooseim/tasks/main.yml", "content": "- name: install MongooseIM\n apt: pkg=mongooseim={{mongooseim_version}} state=present\n\n- name: copy app.config to the proper location\n template: src=app.config.j2 dest=/usr/lib/mongooseim/etc/app.config\n\n- name: copy ejabberd.cfg t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1038, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/openssl
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/openssl/tasks/main.yml", "content": "- name: install openssl\n apt: pkg=openssl state=present\n\n- name: install libssl-dev\n apt: pkg=libssl-dev state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/perl_template
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/perl_template/tasks/main.yml", "content": "- name: install Template\n cpanm: name=\"Template\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "provisioning/roles/perl_template/meta/main.yml", "content": "dependenc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 84, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/prepare_results_dir
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/prepare_results_dir/tasks/main.yml", "content": "- name: Remove results dir\n file: path={{results_dir}} state=absent\n\n- name: create results dir\n file: path={{results_dir}} state=directory", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/pylab
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/pylab/tasks/main.yml", "content": "- name: install pylab (within python-matplotlib)\n apt: pkg=python-matplotlib state=present update_cache=yes cache_valid_time=3600", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/run_all_scenarios
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/run_all_scenarios/tasks/main.yml", "content": "- name: create run script\n template: src=run_all_scenarios.sh.j2 dest=~/run_all_scenarios.sh mode=744\n\n- name: ensure results dirs are created\n file: path={{results_dir}}/{{item[0].name}}/{{item[1]}} state=directory\n with_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1195, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/run_tsplot
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/run_tsplot/tasks/main.yml", "content": "- name: generate run_tsplot script\n template: src=run_tsplot.sh.j2 dest=~/run_tsplot.sh mode=0744\n\n- name: run tsplot\n command: ~/run_tsplot.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/scenarios
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/scenarios/tasks/main.yml", "content": "- name: create scenario directory\n file: path=~/scenarios state=directory\n\n- name: copy dummy_test.xml template\n template: src=dummy_test.xml.j2 dest=~/scenarios/dummy_test.xml", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2122, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/tsung
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/tsung/files/tsplot", "content": "#! /usr/bin/env python\n# -*- Mode: python -*-\n# -*- coding: utf-8 -*-\n\n#\n# Copyright: 2006 by Dalibo <<EMAIL>>\n# Copyright: 2007 <NAME> <<EMAIL>>\n# Created: 2006 by <NAME> <<EMAIL>>\n#\n# Modified: 2008 by <NAME>\n#\n# This program i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 12313, "all_permissive": false }
ansible_role
mweibel/xmpp-server-benchmarks
a0c5fb9c86fcd20381e04dfd23f501692ded3fb7
5
provisioning/roles/zlib
7,540
[ "no_license" ]
[ { "path": "provisioning/roles/zlib/tasks/main.yml", "content": "- name: install zlib\n apt: pkg=zlib1g-dev state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 56, "all_permissive": false }
ansible_role
akwirick/reviewboard-vm
25bcf86a37639f4924a28383eec6e9a9e942e61e
0
ansible/roles/common
7,540
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/ntp.conf.j2", "content": "# Keep ntpd from panicking in the event of a large clock skew\n# when a VM guest is suspended and resumed.\ntinker panic 0\n\n# Permit time synchronization with our time source, but do not\n# permit the source to query or modify the service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2133, "all_permissive": false }
ansible_role
akwirick/reviewboard-vm
25bcf86a37639f4924a28383eec6e9a9e942e61e
0
ansible/roles/mariadb
7,540
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/vars/main.yml", "content": "---\n# These variables are available to dbservers\nmysqlservice: mysqld\nmysql_port: 3306\n\n# max_allowed_packet: 512M\n# thread_stack: 256k\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1089, "all_permissive": false }
ansible_role
akwirick/reviewboard-vm
25bcf86a37639f4924a28383eec6e9a9e942e61e
0
ansible/roles/nginx
7,540
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Copy the nginx repo file to the yum repositories\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo\n\n- name: Install nginx\n yum: name=nginx state=present\n\n- name: Remove default configurations\n file: path=/etc/nginx/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
akwirick/reviewboard-vm
25bcf86a37639f4924a28383eec6e9a9e942e61e
0
ansible/roles/reviewboard
7,540
[ "no_license" ]
[ { "path": "ansible/roles/reviewboard/tasks/main.yml", "content": "---\n# Setup a reviewboard installation\n\n- name: Install required yum packages for python and memcached\n yum: name={{ item }} state=present\n with_items:\n - python-setuptools\n - python-devel\n - memcached\n - patch\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3544, "all_permissive": false }
ansible_role
Bak3y/ansible-do
d4645983b500fb0bdfc6ca039a25b9e0b095ea18
0
roles/certbot
7,540
[ "no_license" ]
[ { "path": "roles/certbot/templates/digitalocean.j2", "content": "# DigitalOcean API credentials used by Certbot\ndns_digitalocean_token = {{ dotoken }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/certbot/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1067, "all_permissive": false }
ansible_role
Bak3y/ansible-do
d4645983b500fb0bdfc6ca039a25b9e0b095ea18
0
roles/docker
7,540
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install docker\n apt:\n name: docker.io\n state: present\n- name: Enable docker service\n systemd:\n name: docker\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
Bak3y/ansible-do
d4645983b500fb0bdfc6ca039a25b9e0b095ea18
0
roles/ghrunner
7,540
[ "no_license" ]
[ { "path": "roles/ghrunner/tasks/main.yml", "content": "- name: folder create\n ansible.builtin.file:\n path: /tmp/actions-runner\n state: directory\n- name: download runner\n ansible.builtin.unarchive:\n src: https://github.com/actions/runner/releases/download/v2.276.1/actions-runner-linux-x64-2....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1106, "all_permissive": false }
ansible_role
juliantxo163/ansible-openldap
3e8ccaa0a52cf5c6686309c6d124433aa71b7e55
0
roles/openldap
7,540
[ "no_license" ]
[ { "path": "roles/openldap/templates/chdomain.j2", "content": "dn: olcDatabase={1}monitor,cn=config\nchangetype: modify\nreplace: olcAccess\nolcAccess: {0}to * by dn.base=\"gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth\" read by dn.base=\"cn=Manager,dc={{ openldap_server_domain_name.split('.')[0] }...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6634, "all_permissive": false }
ansible_role
juliantxo163/ansible-openldap
3e8ccaa0a52cf5c6686309c6d124433aa71b7e55
0
roles/openldap-HA
7,540
[ "no_license" ]
[ { "path": "roles/openldap-HA/tasks/main.yml", "content": "- name: Add varibles\n include_vars: main.yml\n\n- name: Generate mod_syncprov file\n template: src=mod_syncprov.j2 dest={{ openldap_tmp_files_ldif }}/mod_syncprov.ldif\n\n- name: Add mod_syncprov to ldap\n shell: ldapadd -Y EXTERNAL -H ldapi:/// ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2006, "all_permissive": false }
ansible_role
juliantxo163/ansible-openldap
3e8ccaa0a52cf5c6686309c6d124433aa71b7e55
0
roles/phpldapadmin
7,540
[ "no_license" ]
[ { "path": "roles/phpldapadmin/vars/main.yml", "content": "certs_path: \"/data/certs\"\nopenldap_certificates_path: \"data/certs\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/phpldapadmin/tasks/main.yml", "content": "- name: Install pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2615, "all_permissive": false }
ansible_role
juliantxo163/ansible-openldap
3e8ccaa0a52cf5c6686309c6d124433aa71b7e55
0
roles/remove-openldap
7,540
[ "no_license" ]
[ { "path": "roles/remove-openldap/tasks/main.yml", "content": "- name: Stop slapd service\n service:\n name: slapd\n state: stopped\n ignore_errors: yes\n become: true\n\n- name: remove openldap-servers\n yum:\n name: openldap-servers*\n state: absent\n autoremove: true\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 912, "all_permissive": false }
ansible_role
juliantxo163/ansible-openldap
3e8ccaa0a52cf5c6686309c6d124433aa71b7e55
0
roles/remove-phpldapadmin
7,540
[ "no_license" ]
[ { "path": "roles/remove-phpldapadmin/tasks/main.yaml", "content": "- name: Stop httpd service\n service:\n name: httpd\n state: stopped\n ignore_errors: yes\n become: true\n\n- name: Remove packages installed (PHP, HTTPD, PHP-LDAP, MOD_SSL)\n package:\n name:\n - httpd\n - php\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
yuta-ushijima/ansible-demo
f1cd2e412a223aa80657a7092626d04af01ce390
0
roles/nodejs
7,540
[ "no_license" ]
[ { "path": "roles/nodejs/vars/main.yml", "content": "---\n# vars file for nodejs\nnvm_version: \"v0.39.7\"\nnode_version: \"17\"\nuser: ec2-user\nhome_dir: \"/home/ec2-user\"\nnvm_dir: \"/home/ec2-user/.nvm\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1531, "all_permissive": false }
ansible_role
CsarGrnds/odoo_ansible_automation
678c872937222e65b1afb5bbce2bbf4781b7a307
0
Roles/create_instance
7,540
[ "no_license" ]
[ { "path": "Roles/create_instance/tasks/create_database.yml", "content": "---\n- name: Dump original database\n shell: pg_dump test -U {{ odoo_user }} -f /tmp/dump_file.sql\n register: dump_output\n become: true\n become_user: \"{{ odoo_user }}\"\n\n- name: Create new database\n shell: createdb -T templ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3680, "all_permissive": false }
ansible_role
CsarGrnds/odoo_ansible_automation
678c872937222e65b1afb5bbce2bbf4781b7a307
0
Roles/odoo_install
7,540
[ "no_license" ]
[ { "path": "Roles/odoo_install/tasks/Install_odoo_enterprice.yml", "content": "---\n- name: Install odoo Enterprice \n block:\n - name: Create symlink for node\n command: ln -s /usr/bin/nodejs /usr/bin/node\n\n - name: Create enterprise directories\n file:\n path: \"{{ odoo_home }}/e...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7637, "all_permissive": false }
ansible_role
alagbaski/ansible-config-mgt
6bbd413fc661ddf232f9cb7bda9c168b7872a8e6
0
roles/apache
7,540
[ "no_license" ]
[ { "path": "roles/apache/tasks/configure-Debian.yml", "content": "---\n- name: Check if nginx is running\n ansible.builtin.service_facts:\n\n- name: Stop and disable nginx if it is running\n ansible.builtin.service:\n name: nginx # Adjust depending on your system's service name (apache2 for Debian/Ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3806, "all_permissive": false }
ansible_role
alagbaski/ansible-config-mgt
6bbd413fc661ddf232f9cb7bda9c168b7872a8e6
0
roles/artifactory
7,540
[ "no_license" ]
[ { "path": "roles/artifactory/tasks/02-install-distr.yml", "content": "---\n\n- name: Create user to run Artifactory\n tags: user\n user:\n name: \"{{ artifactory_os_user_name }}\"\n create_home: no\n become: yes\n\n- name: Create JFROG_HOME folder\n tags: env\n file: \n path: \"{{ jfrog_home }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3684, "all_permissive": false }
ansible_role
alagbaski/ansible-config-mgt
6bbd413fc661ddf232f9cb7bda9c168b7872a8e6
0
roles/webserver
7,540
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "\n- name: Sound-check\n include_tasks: todo-install-rhel.yml\n\n\n# - name: Install Apache\n# remote_user: ec2-user\n# become: true\n# become_user: root\n# ansible.builtin.yum:\n# name: \"httpd\"\n# state: present\n\n# - name: Install ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5786, "all_permissive": false }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/anaconda
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/anaconda/files/etc/profile.d/anaconda.sh", "content": "export PATH=/opt/anaconda/bin:/opt/anaconda/lib:$PATH", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 53 }, { "path": "ansible-bdas/roles/anaconda/defaults/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1993, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/clusteruser_common
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/clusteruser_common/tasks/main.yml", "content": "---\n- name: create cluster user on all hosts\n# TODO: replace with using of previously generated sshkey\n user: name={{ clusteruser }} generate_ssh_key=yes state=present\n # ignore 'permission denied' errors when user is alread...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1621, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/dstorage
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/dstorage/meta/main.yml", "content": "---\ndependencies:\n - { role: oracle-java }", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 43 }, { "path": "ansible-bdas/roles/dstorage/templates/Core.cfg.j2", "conten...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 13526, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/fluentd_not_used
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/fluentd_not_used/tasks/install.yml", "content": "- name: install fluent-plugin-multi-format-parser\n command: /opt/td-agent/embedded/bin/fluent-gem install fluent-plugin-multi-format-parser\n sudo: yes\n\n", "license_type": "permissive", "detected_licenses": [ "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1202, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/ganglia
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/ganglia/handlers/main.yml", "content": "---\n- name: restart apache2\n service: >-\n name=apache2\n state=restarted\n enabled=yes\n sudo: yes\n\n- name: restart ganglia-meta\n service: >-\n name=gmetad\n state=restarted\n enabled=yes\n sudo: yes\n\n- name:...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9239, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/maven
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/maven/tasks/main.yml", "content": "\n- name: create /home/vagrant/.m2\n file: path=/home/vagrant/.m2 state=directory\n tags:\n - configure\n\n- name: copy settings.xml to /home/vagrant/.m2\n copy: src=settings.xml dest=/home/vagrant/.m2\n tags:\n - configure", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 272, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/mesos
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/mesos/templates/slaves.j2", "content": "# Mesos slaves\n{% for host in groups['mesos_slaves'] %}\n{{ host }}\n{% endfor %}\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 81 }, { "path": "ansible-bdas/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4786, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/mongodb
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/mongodb/handlers/main.yml", "content": "---\n - name: Restart mongodb\n service: name=mongod state=restarted\n sudo: yes", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 84 }, { "path": "ansible-bdas/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1228, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/mongodb-old
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/mongodb-old/tasks/config.yml", "content": "---\n\n- name: Configuring database directory\n file:\n state: directory\n path: \"{{ mongodb_conf_dbpath }}\"\n owner: \"{{ mongodb_user }}\"\n group: \"{{ mongodb_user }}\"\n mode: \"0755\"\n\n- name: Configuring log\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4676, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/monitoring_services
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/monitoring_services/templates/td-agent.conf.j2", "content": "<source>\n type tail\n refresh_interval 5\n path {{dstorage_log_dir}}/*.log*\n pos_file {{dstorage_log_dir}}/logs.pos\n format multi_format\n <pattern>\n format /(?<time>[^ ]+ [^ ]+)[ ]+[^{]+Request[^\"]+(?...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 10225, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/storm_on_mesos
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/storm_on_mesos/templates/storm.yaml-1.0.0.j2", "content": "storm.zookeeper.servers:\n - \"{{master_host}}\"\n\nnimbus.seeds : [\"{{master_host}}\"]\n\njava.library.path: \"/usr/local/lib:/opt/local/lib:/usr/lib\"\n\nsupervisor.worker.timeout.secs: 600\nsupervisor.slots.ports...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 9497, "all_permissive": true }
ansible_role
itmo-escience/ansible-scripts
e43daae88a79e5282deaeb97f89795f6b2e452ce
0
ansible-bdas/roles/wfdb
7,540
[ "permissive" ]
[ { "path": "ansible-bdas/roles/wfdb/tasks/main.yml", "content": "# - name: gcc/libcurl4-openssl-dev/libexpat1-dev\n # apt: name=\"{{item}}\" state=present\n # with_items:\n # - gcc \n # - libcurl4-openssl-dev \n # - libexpat1-dev\n # sudo: yes\n # tags:\n # - install\n\n# - name: downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1918, "all_permissive": true }
ansible_role
tarnawski/vulgar-detector-api
1ef07cf4176e59c386277de7d4dfef62370dc517
0
vagrant/provisioning/roles/composer
7,540
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/composer/tasks/main.yml", "content": "---\n- name: Download Composer installer\n get_url: url=https://getcomposer.org/installer dest=/usr/local/bin/composer-setup.php\n\n- name: Install Composer\n shell: php /usr/local/bin/composer-setup.php --install-dir=/usr/local/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
tarnawski/vulgar-detector-api
1ef07cf4176e59c386277de7d4dfef62370dc517
0
vagrant/provisioning/roles/mysql
7,540
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/mysql/tasks/replication.yml", "content": "---\n- name: Ensure replication user exists on master.\n mysql_user:\n name: \"{{ mysql_user }}\"\n host: \"%\"\n password: \"{{ <PASSWORD> }}\"\n login_password: \"{{<PASSWORD>}}\"\n login_user: \"{{ mysql_user ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2553, "all_permissive": false }
ansible_role
Medkhaled1/django_project
174f082a57eb8a95a0a04f9d52849999b7594d3e
0
ansible/roles/common
7,540
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install necessary packages\n apt:\n name:\n - git\n - curl\n - build-essential\n - libssl-dev\n - libffi-dev\n - python3-dev\n state: present\n update_cache: yes\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }