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
ResMas360/DevOps_WebApp_workshop
f692c19be11984be8ecd4d456a04827e2a1e2f82
1
roles/prod_docker
6,037
[ "no_license" ]
[ { "path": "roles/prod_docker/tasks/main.yml", "content": "---\n- name: install required software\n package:\n name: '{{ item }}'\n state: present\n with_items:\n - lvm2\n - device-mapper-persistent-data\n - yum-utils\n - git\n\n- name: add GPG key for docker\n rpm_key:\n key: https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 870, "all_permissive": false }
ansible_role
sealingtech/Zeek-Operator
f7db404ab57bab0a69135e51ebf019af67eba358
0
roles/zeek
6,037
[ "no_license" ]
[ { "path": "roles/zeek/templates/zeek-daemonset.yaml.j2", "content": "apiVersion: apps/v1\nkind: DaemonSet\nmetadata:\n name: {{ zeek.fullname }}\n namespace: {{zeek.namespace}}\n labels:\n app: {{ zeek.name }}\nspec:\n selector:\n matchLabels:\n app: {{ zeek.name }}\n template:\n metadata...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7783, "all_permissive": false }
ansible_role
frustamova96/Ansible
f336804543573c1a3c0a952641922084d3519019
0
roles/feruza.mysql
6,037
[ "no_license" ]
[ { "path": "roles/feruza.mysql/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - /home/ansible/roles/feruza.mysql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/feruza.mysql/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2648, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/3scale
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/3scale/files/user-admin.yml", "content": "apiVersion: capabilities.3scale.net/v1beta1\nkind: DeveloperUser\nmetadata:\n name: test-user-admin\n finalizers:\n - developeruser.capabilities.3scale.net/finalizer\nspec:\n developerAccountRef:\n name: test-account\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 12404, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/apicurio-registry
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/apicurio-registry/templates/registry.yml.j2", "content": "kind: ApicurioRegistry\napiVersion: registry.apicur.io/v1\nmetadata:\n name: registry\nspec:\n configuration:\n kafkasql:\n bootstrapServers: cluster-kafka-bootstrap.{{ kafka_project }}.svc.cluster.loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2348, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/apicurito
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/apicurito/tasks/main.yml", "content": "- name: Evaluate namespace {{ apicurito_project }}\n kubernetes.core.k8s:\n api_key: '{{ token }}'\n host: '{{ server }}'\n validate_certs: '{{ verify_tls }}'\n api_version: v1\n kind: Namespace\n name: '{{ apicu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1826, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/demo-apps
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/demo-apps/templates/backend-secret.yml.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: backend-secret\n namespace: '{{ apps_project }}'\nstringData:\n BACKEND_CLIENT_ID: '{{ backend_client_id }}'\n BACKEND_CLIENT_SECRET: '{{ backend_client_secret }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2722, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/grafana
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/grafana/tasks/main.yml", "content": "- name: Provision User Monitoring\n ansible.builtin.include_tasks: provision.yml\n\n- name: Configure User Monitoring\n ansible.builtin.include_tasks: configure.yml\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9958, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/mailhog
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/mailhog/tasks/main.yml", "content": "- name: Evaluate namespace {{ mailhog_project }}\n kubernetes.core.k8s:\n api_key: '{{ token }}'\n host: '{{ server }}'\n validate_certs: '{{ verify_tls }}'\n api_version: v1\n kind: Namespace\n name: '{{ mailhog_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2011, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/microcks
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/microcks/templates/microcks-install.yaml.j2", "content": "apiVersion: microcks.github.io/v1alpha1\nkind: MicrocksInstall\nmetadata:\n name: microcks\n namespace: '{{ microcks_project }}'\nspec:\n name: microcks\n version: 1.8.0\n microcks:\n url: microcks-{{ mic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5412, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/minio
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/minio/tasks/main.yml", "content": "- name: Evaluate if Minio exists\n kubernetes.core.k8s:\n api_key: '{{ token }}'\n host: '{{ server }}'\n validate_certs: false\n state: present\n resource_definition: \"{{ lookup('template', 'minio-stateful.yml.j2') }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2594, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/monitoring
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/monitoring/templates/prometheus_monitor.yml.j2", "content": "apiVersion: monitoring.coreos.com/v1\nkind: Prometheus\nmetadata:\n name: example\nspec:\n podMonitorSelector: {}\n ruleSelector: {}\n podMonitorNamespaceSelector:\n matchExpressions:\n - key: threescale-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6149, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/rhsso
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/rhsso/templates/threescale-apps.json.j2", "content": "{\n \"id\": \"threescale-apps\",\n \"realm\": \"threescale-apps\",\n \"notBefore\": 0,\n \"defaultSignatureAlgorithm\": \"RS256\",\n \"revokeRefreshToken\": false,\n \"refreshTokenMaxReuse\": 0,\n \"accessToke...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 76364, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/streams
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/streams/tasks/main.yml", "content": "- name: Provision AMQ Streams\n ansible.builtin.include_tasks: provision.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "ansible/installation/roles/streams/tasks/prov...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2918, "all_permissive": false }
ansible_role
GuilhermeCamposo/demo_3scale
b212e6fc8b4561f919f33a8170b33c3fcd3740af
0
ansible/installation/roles/tekton
6,037
[ "no_license" ]
[ { "path": "ansible/installation/roles/tekton/tasks/configure_pipelines.yml", "content": "- name: Evaluate project {{ cicd_project }}\n kubernetes.core.k8s:\n api_key: '{{ token }}'\n host: '{{ server }}'\n validate_certs: false\n state: present\n kind: Project\n api_version: project.opens...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 10164, "all_permissive": false }
ansible_role
mitjohnson/homelab-config
64c2cd684539441532b3083aa9128d53a978d5bb
1
roles/baby_budy
6,137
[ "no_license" ]
[ { "path": "roles/baby_budy/templates/docker-compose.yaml.j2", "content": "---\nservices:\n babybuddy:\n image: lscr.io/linuxserver/babybuddy:latest\n container_name: babybuddy\n environment:\n - PUID=1000\n - PGID=1000\n - TZ=America/Chicago\n - CSRF_TRUSTED_ORIGINS=http://127....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 741, "all_permissive": false }
ansible_role
mitjohnson/homelab-config
64c2cd684539441532b3083aa9128d53a978d5bb
1
roles/base_linux_server
6,137
[ "no_license" ]
[ { "path": "roles/base_linux_server/defaults/main.yml", "content": "# Ansible service account name\nbase_linux_server_ansible_username: robot_overlord\nbase_linux_server_ssh_users: \"robot_overlord mitchell\"\n\n# Admin Username\nbase_linux_server_username: mitchell\n\n# packages to Install\nbase_linux_serve...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3717, "all_permissive": false }
ansible_role
mitjohnson/homelab-config
64c2cd684539441532b3083aa9128d53a978d5bb
1
roles/home_assistant
6,137
[ "no_license" ]
[ { "path": "roles/home_assistant/tasks/main.yml", "content": "- name: Create home_assistant and config directories\n ansible.builtin.file:\n dest: /srv/home_assistant/config/\n state: directory\n mode: \"0600\"\n modification_time: preserve\n access_time: preserve\n\n- name: Copy docker-compo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 726, "all_permissive": false }
ansible_role
mitjohnson/homelab-config
64c2cd684539441532b3083aa9128d53a978d5bb
1
roles/pihole
6,137
[ "no_license" ]
[ { "path": "roles/pihole/tasks/main.yml", "content": "- name: Copy docker-compose.yaml\n become: true\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: /srv/docker-compose-pihole.yaml\n mode: \"0755\"\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 695, "all_permissive": false }
ansible_role
mitjohnson/homelab-config
64c2cd684539441532b3083aa9128d53a978d5bb
1
roles/traefik
6,137
[ "no_license" ]
[ { "path": "roles/traefik/templates/env.j2", "content": "TRAEFIK_DASHBOARD_CREDENTIALS={{ htpassword }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/traefik/templates/docker-compose.yaml.j2", "content": "services:\n traefik:\n image...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5883, "all_permissive": false }
ansible_role
mitjohnson/homelab-config
64c2cd684539441532b3083aa9128d53a978d5bb
1
roles/vaultwarden
6,137
[ "no_license" ]
[ { "path": "roles/vaultwarden/templates/docker-compose.yaml.j2", "content": "---\nservices:\n vaultwarden:\n container_name: vaultwarden\n image: vaultwarden/server:latest\n volumes:\n - '/srv/vaultwarden/data/:/data/'\n ports:\n - \"{{ web_port }}\"", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 709, "all_permissive": false }
ansible_role
mitjohnson/homelab-config
64c2cd684539441532b3083aa9128d53a978d5bb
1
roles/wg-easy
6,137
[ "no_license" ]
[ { "path": "roles/wg-easy/tasks/main.yml", "content": "---\n\n- name: Copy docker-compose.yaml\n become: true\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: /srv/docker-compose-wg-easy.yaml\n mode: \"0600\"\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
Vlasis96/taskb
51b6d97c7a10c59ab411cb3d3f4aee2ca18fd756
0
roles/apache
6,137
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for roles/apache\n- name: Εγκατάσταση Apache webserver\n apt:\n pkg:\n - apache2\n - libapache2-mod-php\n\n- name: Ενεργοποιήση Apache modules\n apache2_module:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 436, "all_permissive": false }
ansible_role
Vlasis96/taskb
51b6d97c7a10c59ab411cb3d3f4aee2ca18fd756
0
roles/mariadb
6,137
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for roles/mariadb\n- name: Εγκατάσταση βάσης MariaDB\n apt:\n pkg:\n - mariadb-server-10.5\n - python3-pymysql\n - acl\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Ορίζουμε την διε...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
Vlasis96/taskb
51b6d97c7a10c59ab411cb3d3f4aee2ca18fd756
0
roles/med
6,137
[ "no_license" ]
[ { "path": "roles/med/files/med.sql", "content": "-- MariaDB dump 10.19 Distrib 10.5.11-MariaDB, for debian-linux-gnu (x86_64)\n--\n-- Host: localhost Database: med\n-- ------------------------------------------------------\n-- Server version\t10.5.11-MariaDB-1\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 19064, "all_permissive": false }
ansible_role
Vlasis96/taskb
51b6d97c7a10c59ab411cb3d3f4aee2ca18fd756
0
roles/owncloud
6,137
[ "no_license" ]
[ { "path": "roles/owncloud/vars/main.yml", "content": "---\n# vars file for roles/owncloud\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/owncloud/tasks/main.yml", "content": "---\n# tasks file for roles/owncloud\n- name: Ενεργοποιούμε ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2413, "all_permissive": false }
ansible_role
Vlasis96/taskb
51b6d97c7a10c59ab411cb3d3f4aee2ca18fd756
0
roles/php
6,137
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for roles/php\n- name: Εγκατάσταση php\n apt:\n pkg:\n - php-cgi \n - php \n - php-mysql\n - php-mbstring \n - php-intl \n - php-redis \n - php-imagick \n - php-igbinary \n - php-gmp \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
VX1632/Ansible-playbooks
7478de7f00b84d43aa97062c36ba483c0c060c92
0
roles/k8s-node
6,137
[ "no_license" ]
[ { "path": "roles/k8s-node/tasks/ufw.yml", "content": "---\n# Placeholder UFW rules (deferred until post-bootstrap)\n\n- name: Ensure UFW is installed\n ansible.builtin.package:\n name: ufw\n state: present\n\n- name: Disable UFW before configuration\n ansible.builtin.command: ufw disable\n become: ...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 8425, "all_permissive": false }
ansible_role
vixfwis/postinstall-ubuntu
7fe316c3b6360be7c598756850ea2c5bf9eb3451
0
roles/nvim
6,137
[ "no_license" ]
[ { "path": "roles/nvim/files/init.vim", "content": "call plug#begin(stdpath('data') . '/plugged')\nPlug 'vim-airline/vim-airline'\nPlug 'vim-airline/vim-airline-themes'\nPlug 'bling/vim-bufferline'\nPlug 'tpope/vim-fugitive'\nPlug 'junegunn/fzf'\nPlug 'junegunn/fzf.vim'\nPlug 'zacanger/angr.vim'\nPlug 'sainn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2887, "all_permissive": false }
ansible_role
bayuirsad26/advance-project
cc8e8d980a8225b4c6d1b72b0c38cbc860713544
0
roles/backup
6,137
[ "no_license" ]
[ { "path": "roles/backup/defaults/main.yml", "content": "---\n# General backup settings\nbackup_enabled: true\nbackup_base_dir: \"/var/backups/summitethic\"\nbackup_user: \"{{ ansible_user }}\"\nbackup_group: \"{{ ansible_user }}\"\n\n# Backup schedule\nbackup_schedule:\n system_config:\n # Daily at 1 AM...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 23732, "all_permissive": false }
ansible_role
bayuirsad26/advance-project
cc8e8d980a8225b4c6d1b72b0c38cbc860713544
0
roles/common
6,137
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: Restart systemd-timesyncd\n ansible.builtin.service:\n name: systemd-timesyncd\n state: restarted\n\n- name: Reload sysctl\n ansible.builtin.command: sysctl -p /etc/sysctl.d/99-summitethic.conf\n changed_when: true\n", "licens...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 9907, "all_permissive": false }
ansible_role
bayuirsad26/advance-project
cc8e8d980a8225b4c6d1b72b0c38cbc860713544
0
roles/logging
6,137
[ "no_license" ]
[ { "path": "roles/logging/templates/logstash/pipeline.conf.j2", "content": "input {\n beats {\n port => 5044\n }\n}\n\nfilter {\n if [fields][log_source] == \"system\" {\n if [log][file][path] =~ \"auth.log\" {\n grok {\n match => { \"message\" => \"%{SYSLOGBASE} %{GREEDYDATA:system.auth...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 21572, "all_permissive": false }
ansible_role
bayuirsad26/advance-project
cc8e8d980a8225b4c6d1b72b0c38cbc860713544
0
roles/mailcow
6,137
[ "no_license" ]
[ { "path": "roles/mailcow/templates/filter-mailcow.conf.j2", "content": "# Fail2ban filter for Mailcow\n# Generated by Ansible on {{ ansible_date_time.date }}\n\n[Definition]\nfailregex = ^ [A-Z]+ for user .* from <HOST>\\s+repeated login failures\n ^ [A-Z]+ login failures from <HOST>\n ...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 35350, "all_permissive": false }
ansible_role
bayuirsad26/advance-project
cc8e8d980a8225b4c6d1b72b0c38cbc860713544
0
roles/monitoring
6,137
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/grafana/main.yml", "content": "---\n- name: Template Grafana datasource provisioning\n ansible.builtin.template:\n src: templates/grafana/datasources/prometheus.yml.j2\n dest: \"{{ monitoring_grafana_config_dir }}/provisioning/datasources/prometheus.yml\"\n owner:...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 19720, "all_permissive": false }
ansible_role
bayuirsad26/advance-project
cc8e8d980a8225b4c6d1b72b0c38cbc860713544
0
roles/root_setup
6,137
[ "no_license" ]
[ { "path": "roles/root_setup/handlers/main.yml", "content": "---\n- name: Restart SSH\n ansible.builtin.service:\n name: ssh\n state: restarted\n\n- name: Reboot if needed\n ansible.builtin.reboot:\n msg: \"Reboot initiated by root_setup role due to system update\"\n connect_timeout: 5\n reb...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5783, "all_permissive": false }
ansible_role
bayuirsad26/advance-project
cc8e8d980a8225b4c6d1b72b0c38cbc860713544
0
roles/security
6,137
[ "no_license" ]
[ { "path": "roles/security/handlers/main.yml", "content": "---\n- name: Restart SSH\n ansible.builtin.service:\n name: ssh\n state: restarted\n\n- name: Restart auditd\n ansible.builtin.service:\n name: auditd\n state: restarted\n\n- name: Restart fail2ban\n ansible.builtin.service:\n name:...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 22688, "all_permissive": false }
ansible_role
bayuirsad26/advance-project
cc8e8d980a8225b4c6d1b72b0c38cbc860713544
0
roles/traefik
6,137
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "---\n- name: Include prerequisites tasks\n ansible.builtin.import_tasks: prerequisites.yml\n tags: [traefik, prerequisites]\n\n- name: Create Traefik public network\n community.docker.docker_network:\n name: \"{{ traefik_public_network }}\"\n dr...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 12271, "all_permissive": false }
ansible_role
0xC-Diamond/Koii-Headless-v2.0
3fc6e1bc65d0ca7bd0beb206036a6c8dd77ac206
17
roles/install-create-task-cli
6,137
[ "no_license" ]
[ { "path": "roles/install-create-task-cli/tasks/main.yml", "content": "---\n- name: update apt and install requirements\n apt:\n name: npm\n state: latest\n update_cache: yes\n\n- name: ensure Nodejs Repo is added\n shell: curl -fsSL https://deb.nodesource.com/setup_{{ nodejs_version }}.x | sudo -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 686, "all_permissive": false }
ansible_role
0xC-Diamond/Koii-Headless-v2.0
3fc6e1bc65d0ca7bd0beb206036a6c8dd77ac206
17
roles/install-docker
6,137
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yml", "content": "---\n- name: update apt and install requirements\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
0xC-Diamond/Koii-Headless-v2.0
3fc6e1bc65d0ca7bd0beb206036a6c8dd77ac206
17
roles/install-koii-cli
6,137
[ "no_license" ]
[ { "path": "roles/install-koii-cli/tasks/main.yml", "content": "---\n- name: install/update koii-cli\n become_user: \"{{ koii_user }}\"\n shell: sh -c \"$(curl -sSfL https://raw.githubusercontent.com/koii-network/k2-release/master/k2-install-init.sh)\"\n\n- name: Ensure PATH for koii is set in .bashrc\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
0xC-Diamond/Koii-Headless-v2.0
3fc6e1bc65d0ca7bd0beb206036a6c8dd77ac206
17
roles/install-koii-node
6,137
[ "no_license" ]
[ { "path": "roles/install-koii-node/tasks/main.yml", "content": "---\n- name: Git Clone the Koii Repo\n ansible.builtin.git:\n repo: https://github.com/koii-network/task-template.git\n dest: /home/{{ koii_user }}/koii-node\n\n- name: assure koii user has permissions to interact with the Repo\n file:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 611, "all_permissive": false }
ansible_role
rszmigiel/various-tools
a8e2d5e587163891016c4a47e7e48eff81ccbd54
3
ansible/roles/undercloud
6,137
[ "no_license" ]
[ { "path": "ansible/roles/undercloud/tasks/modify-hosts.yaml", "content": "- name: Add hostname to /etc/hosts\n lineinfile: dest=/etc/hosts backup=yes insertbefore=BOF line=\"127.0.0.1 {{ ansible_hostname }} {{ ansible_nodename }} localhost localhost.localdomain localhost4 localhost4.localdomain4\"\n\n- ...
{ "task_files": 12, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 4148, "all_permissive": false }
ansible_role
iamxaero/p2p-cosmos
7cf953c14063492717ffe7ca4ed682d872872c96
0
roles/apt_packages
6,137
[ "no_license" ]
[ { "path": "roles/apt_packages/role-ci.yml", "content": "---\r\napt_packages_linting:\r\n variables:\r\n role_name: apt_packages\r\n rules:\r\n - changes:\r\n - roles/apt_packages/**/**/**/*\r\n extends: .lint_role\r\n\r\napt_packages_testing:\r\n variables:\r\n role_name: apt_packages\r\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2114, "all_permissive": false }
ansible_role
iamxaero/p2p-cosmos
7cf953c14063492717ffe7ca4ed682d872872c96
0
roles/exporters
6,137
[ "no_license" ]
[ { "path": "roles/exporters/templates/config/gaia-exporter.yml.j2", "content": "# Path to gaia bin\nGaia Host: \"http://172.16.31.10:26657/status?\"\nGaia Net Info: http://172.16.31.10:26657/net_info?\nGaia Port: \":8080\"\nInterval: 10\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4606, "all_permissive": false }
ansible_role
iamxaero/p2p-cosmos
7cf953c14063492717ffe7ca4ed682d872872c96
0
roles/firewall
6,137
[ "no_license" ]
[ { "path": "roles/firewall/defaults/main.yml", "content": "---\r\nallow_ports:\r\n - 22 # SSH\r\n - 80 # HTTP\r\n - 443 # HTTPS\r\n - 8080 # exporter\r\n - 6060 # gaia\r\n - 53 # DNS\r\n - 9090 # gaia\r\n - 26657 # gaia\r\n - 26656 # gaia\r\ndefault_policy: \"deny\" # Default policy (deny or...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1419, "all_permissive": false }
ansible_role
iamxaero/p2p-cosmos
7cf953c14063492717ffe7ca4ed682d872872c96
0
roles/sudo
6,137
[ "no_license" ]
[ { "path": "roles/sudo/tasks/asserts.yml", "content": "---\r\n- name: Handle FIXME in {{ ansible_role_name }} variables\r\n assert:\r\n that:\r\n - \"{{ lookup('vars', item) | regex_search('FIXME') | ternary(false, true) }}\"\r\n fail_msg: \"Variable {{ item }} contains FIXME. That means that var...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3846, "all_permissive": false }
ansible_role
iamxaero/p2p-cosmos
7cf953c14063492717ffe7ca4ed682d872872c96
0
roles/users
6,137
[ "no_license" ]
[ { "path": "roles/users/defaults/main.yml", "content": "---\r\nusers_root_group:\r\n - \"{%- if ansible_distribution|lower == 'centos' -%} wheel {%- else -%} sudo {%- endif -%}\"\r\n# group_vars/all/users it's this\r\nusers_common_group:\r\n - users\r\nusers_default_shell: /bin/bash\r\n\r\nusers_default_us...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4431, "all_permissive": false }
ansible_role
sergshner/icinga-playbook
5e7ed3ca4b532ebf9d41d47108bf07810a8ef340
0
roles/apachedocker
6,137
[ "no_license" ]
[ { "path": "roles/apachedocker/tasks/main.yml", "content": "---\n# These task installs and enables apache web server docker container\n- name: Clone git repository\n git: repo=https://github.com/sergshner/httpd-docker.git dest=/opt/icinga-scripts/httpd-docker\n- name: Build docker image\n command: docker b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
sergshner/icinga-playbook
5e7ed3ca4b532ebf9d41d47108bf07810a8ef340
0
roles/icingaserver
6,137
[ "no_license" ]
[ { "path": "roles/icingaserver/templates/ido-mysql.conf.j2", "content": "/**\n * The db_ido_mysql library implements IDO functionality\n * for MySQL.\n */\n\nlibrary \"db_ido_mysql\"\n\nobject IdoMysqlConnection \"ido-mysql\" {\n user = {{ mysql_icinga_user_name }}\n password = {{ mysql_icinga_user_passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3301, "all_permissive": false }
ansible_role
sergshner/icinga-playbook
5e7ed3ca4b532ebf9d41d47108bf07810a8ef340
0
roles/mysqldocker
6,137
[ "no_license" ]
[ { "path": "roles/mysqldocker/tasks/main.yml", "content": "---\n# These task installs and enables mysql docker container\n- name: Clone git repository\n git: repo=https://github.com/sergshner/mysql-docker.git dest=/opt/icinga-scripts/mysql-docker\n- name: Build docker image\n command: docker build --rm=tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
sergshner/icinga-playbook
5e7ed3ca4b532ebf9d41d47108bf07810a8ef340
0
roles/s3sync
6,137
[ "no_license" ]
[ { "path": "roles/s3sync/tasks/main.yml", "content": "---\n# These task scripts for sync to Amazon S3\n- name: ensure s3cmd package is installed \n yum: name=s3cmd state=present enablerepo=epel-testing\n- name: Copy s3cmd config file\n template: src=.s3cfg.j2 dest={{ ansible_env.HOME}}/.s3cfg\n- name: Clo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 997, "all_permissive": false }
ansible_role
AlexanderHott/config
193494a0eb55162c73c7fe123086658235b7c5a3
0
playbooks/roles/brave
6,137
[ "no_license" ]
[ { "path": "playbooks/roles/brave/tasks/main.yml", "content": "---\n- name: Instsall Brave in Ubuntu\n ansible.builtin.include_tasks: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "playbook...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1481, "all_permissive": false }
ansible_role
AlexanderHott/config
193494a0eb55162c73c7fe123086658235b7c5a3
0
playbooks/roles/gh
6,137
[ "no_license" ]
[ { "path": "playbooks/roles/gh/tasks/ubuntu.yml", "content": "---\n- name: Check if the GitHub CLI is installed\n ansible.builtin.command: \"gh --version\"\n register: gh_version_check\n ignore_errors: true\n changed_when: false\n\n- name: Determine if installation is needed\n ansible.builtin.set_fact:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1400, "all_permissive": false }
ansible_role
AlexanderHott/config
193494a0eb55162c73c7fe123086658235b7c5a3
0
playbooks/roles/ghostty
6,137
[ "no_license" ]
[ { "path": "playbooks/roles/ghostty/vars/main.yml", "content": "---\nzig_download_url: \"https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "playbooks/roles/ghostty/tasks/ubuntu.yml"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2355, "all_permissive": false }
ansible_role
AlexanderHott/config
193494a0eb55162c73c7fe123086658235b7c5a3
0
playbooks/roles/nvim
6,137
[ "no_license" ]
[ { "path": "playbooks/roles/nvim/tasks/main.yml", "content": "---\n- name: Build and install nvim from source in Ubuntu\n ansible.builtin.include_tasks: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1589, "all_permissive": false }
ansible_role
AlexanderHott/config
193494a0eb55162c73c7fe123086658235b7c5a3
0
playbooks/roles/onepassword
6,137
[ "no_license" ]
[ { "path": "playbooks/roles/onepassword/tasks/main.yml", "content": "---\n- name: Install 1password in Ubuntu\n ansible.builtin.include_tasks: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2432, "all_permissive": false }
ansible_role
dglinder/nested_ansible_roles
13df005d6cb6563ab9a1a5bb4b26f288ed829afb
0
roles/role_alpha
6,137
[ "no_license" ]
[ { "path": "roles/role_alpha/tasks/main.yml", "content": "---\n# tasks file for role_alpha\n- name: \"Task in role Alpha\"\n debug:\n msg: \"This is from role Alpha\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
dglinder/nested_ansible_roles
13df005d6cb6563ab9a1a5bb4b26f288ed829afb
0
roles/role_beta
6,137
[ "no_license" ]
[ { "path": "roles/role_beta/tasks/main.yml", "content": "---\n# tasks file for role_beta\n- name: \"Task in role Beta\"\n debug:\n msg: \"This is from role Beta\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
dglinder/nested_ansible_roles
13df005d6cb6563ab9a1a5bb4b26f288ed829afb
0
roles/role_gamma_super/roles/role_gamma
6,137
[ "no_license" ]
[ { "path": "roles/role_gamma_super/roles/role_gamma/tasks/main.yml", "content": "---\n# tasks file for role_gamma\n- name: \"This is from role Gamma\"\n debug:\n msg: \"This is from role Gamma : {{ global_variable }}\"\n", "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": 134, "all_permissive": false }
ansible_role
mrlexor/ansible-monitoring-stack
d7b9008bcc48daf20c2a9b777ca6a8a8a8dbb7c5
0
roles/alertmanager
6,137
[ "no_license" ]
[ { "path": "roles/alertmanager/defaults/main.yaml", "content": "---\nalertmanager_image: prom/alertmanager\nalertmanager_version: v0.27.0\nalertnamager_network_name: monitoring\nalertmanager_loki_url: \"http://{{ hostvars[inventory_hostname].ansible_default_ipv4.address | default(hostvars[ansible_host].ansib...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4797, "all_permissive": false }
ansible_role
mrlexor/ansible-monitoring-stack
d7b9008bcc48daf20c2a9b777ca6a8a8a8dbb7c5
0
roles/grafana
6,137
[ "no_license" ]
[ { "path": "roles/grafana/handlers/main.yaml", "content": "---\n- name: restart grafana\n community.docker.docker_container:\n name: grafana\n restart: true\n when: not ansible_check_mode\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "ro...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 6761, "all_permissive": false }
ansible_role
mrlexor/ansible-monitoring-stack
d7b9008bcc48daf20c2a9b777ca6a8a8a8dbb7c5
0
roles/loki
6,137
[ "no_license" ]
[ { "path": "roles/loki/molecule/default/prepare.yml", "content": "---\n- name: Prepare\n hosts: molecule-loki\n become: true\n gather_facts: true\n vars:\n gcp_compute_name: \"{{ molecule_yml.platforms[0].name }}\"\n gcp_compute_group: \"{{ molecule_yml.platforms[0].group }}\"\n gcp_compute_fw_p...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 6214, "all_permissive": false }
ansible_role
mrlexor/ansible-monitoring-stack
d7b9008bcc48daf20c2a9b777ca6a8a8a8dbb7c5
0
roles/prometheus
6,137
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yaml", "content": "---\n- name: Import tasks configure.yaml\n ansible.builtin.import_tasks: configure.yaml\n tags: prometheus\n\n- name: Import tasks install.yaml\n ansible.builtin.import_tasks: install.yaml\n tags: prometheus\n\n- ansible.builtin.meta: flush_handl...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 24984, "all_permissive": false }
ansible_role
progmaticlab/geop-agent
24c22034a42304d131af0bd14c95d19b04e6eaca
0
playbooks/roles/telegraf
6,137
[ "no_license" ]
[ { "path": "playbooks/roles/telegraf/templates/telegraf.j2", "content": "[global_tags]\n[agent]\n interval = \"10s\"\n round_interval = true\n metric_batch_size = 1000\n metric_buffer_limit = {{ metric_buffer_size }}\n collection_jitter = \"0s\"\n flush_interval = \"10s\"\n flush_jitter = \"0s\"\n pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6998, "all_permissive": false }
ansible_role
rajasoun/jumpstart
312dc384d6f758265ba7212edbbeacab86828086
0
ansible/roles/base
6,137
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n\n# Setup/install tasks.\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n static: no\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n static: no\n", "license_type": "no_license", "detected_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 596, "all_permissive": false }
ansible_role
rajasoun/jumpstart
312dc384d6f758265ba7212edbbeacab86828086
0
ansible/roles/docker
6,137
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n\n# Setup/install tasks.\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n static: no\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n static: no\n\n- name: Add users to the docker group\n user:\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1309, "all_permissive": false }
ansible_role
rajasoun/jumpstart
312dc384d6f758265ba7212edbbeacab86828086
0
ansible/roles/local
6,137
[ "no_license" ]
[ { "path": "ansible/roles/local/tasks/main.yml", "content": "---\n\n- name: Include OS-specific variables.\n include_vars: \"{{ item }}\"\n with_first_found:\n - ../vars/{{ ansible_os_family }}.yml\n\n# OS-specific installation\n\n- include: OSx.yml\n when: ansible_os_family == 'Darwin'\n\n- include: D...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2603, "all_permissive": false }
ansible_role
rajasoun/jumpstart
312dc384d6f758265ba7212edbbeacab86828086
0
ansible/roles/mariadb
6,137
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/defaults/main.yml", "content": "# roles/mariadb/defaults/main.yml\n---\n\nmariadb_databases: []\nmariadb_users: []\nmariadb_root_password: ''\n\nmariadb_bind_address: '0.0.0.0'\n\nmariadb_init_scripts: []\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 739, "all_permissive": false }
ansible_role
rajasoun/jumpstart
312dc384d6f758265ba7212edbbeacab86828086
0
ansible/roles/mmonit
6,137
[ "no_license" ]
[ { "path": "ansible/roles/mmonit/.travis.yml", "content": "---\nsudo: required\ndist: trusty\n\nlanguage: python\npython: \"2.7\"\n\nenv:\n - SITE=test.yml ANSIBLE_VERSION=latest\n - SITE=test.yml ANSIBLE_VERSION=2.1.0.0\n\nbranches:\n only:\n - master\n\nbefore_install:\n - sudo apt-get update -qq\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 7639, "all_permissive": false }
ansible_role
rajasoun/jumpstart
312dc384d6f758265ba7212edbbeacab86828086
0
ansible/roles/nginx
6,137
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# Variable setup.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Define nginx_user.\n set_fact:\n nginx_user: \"{{ __nginx_user }}\"\n when: nginx_user is not defined\n\n# Setup/install...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8063, "all_permissive": false }
ansible_role
LACNetNetworks/ipfs
33652f542e6a8644f68431eaf2ab16e79154d55e
0
roles/lacchain-ipfs
6,137
[ "no_license" ]
[ { "path": "roles/lacchain-ipfs/tasks/main.yml", "content": "---\n- name: Install Ipfs\n import_tasks: \"install.yaml\"\n when: install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/lacchain-ipfs/tasks/init-ipfs.yaml", "content": "- na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1394, "all_permissive": false }
ansible_role
marcvberg/ansible-demo
730321750d31a8974d1452580c218b1d74bdd1a7
0
ansible/roles/copy_dictionary
6,117
[ "permissive" ]
[ { "path": "ansible/roles/copy_dictionary/files/definitions.yml", "content": "---\n\na: b\nc: d\nb: words\nping: pong", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "ansible/roles/copy_dictionary/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 176, "all_permissive": true }
ansible_role
marcvberg/ansible-demo
730321750d31a8974d1452580c218b1d74bdd1a7
0
ansible/roles/create_dictionary
6,117
[ "permissive" ]
[ { "path": "ansible/roles/create_dictionary/templates/definitions.j2", "content": "---\n\n{% for item in mappings %}\n{{ item.key }}: {{item.value}}\n{% endfor %}", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 75 }, { "path": "ansible/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 224, "all_permissive": true }
ansible_role
marcvberg/ansible-demo
730321750d31a8974d1452580c218b1d74bdd1a7
0
ansible/roles/create_service
6,117
[ "permissive" ]
[ { "path": "ansible/roles/create_service/templates/my_app.j2", "content": "[Unit]\nDescription=Demo Application\n\n[Service]\nExecStart={{ install_path }}/runapp.sh\nWorkingDirectory={{ install_path }}\nType=simple\nUser=ubuntu\nGroup=root\n\n\n[Install]\nWantedBy=multi-user.target", "license_type": "per...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 574, "all_permissive": true }
ansible_role
marcvberg/ansible-demo
730321750d31a8974d1452580c218b1d74bdd1a7
0
ansible/roles/install_application
6,117
[ "permissive" ]
[ { "path": "ansible/roles/install_application/tasks/main.yml", "content": "---\n\n- name: install boto3\n pip:\n name: boto3\n\n- name: create apps dir\n file:\n path: \"/apps\"\n owner: root\n group: root\n mode: 0755\n recurse: true\n state: directory\n\n- name: create install direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": true }
ansible_role
marcvberg/ansible-demo
730321750d31a8974d1452580c218b1d74bdd1a7
0
ansible/roles/start_service
6,117
[ "permissive" ]
[ { "path": "ansible/roles/start_service/tasks/main.yml", "content": "---\n\n- name: start myapp service\n systemd:\n name: myapp\n state: started\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": true }
ansible_role
marcvberg/ansible-demo
730321750d31a8974d1452580c218b1d74bdd1a7
0
ansible/roles/stop_service
6,117
[ "permissive" ]
[ { "path": "ansible/roles/stop_service/tasks/main.yml", "content": "---\n\n- name: stop myapp service\n systemd:\n name: myapp\n state: stopped\n ignore_errors: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": true }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/add-user
6,117
[ "no_license" ]
[ { "path": "plays/roles/add-user/tasks/main.yml", "content": "---\n - name: Add user\n user: name=\"{{ sudoers }}\" state=present createhome=yes password={{pwd}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/build-coprhd-rpm
6,117
[ "no_license" ]
[ { "path": "plays/roles/build-coprhd-rpm/tasks/main.yml", "content": "---\n - name: go to coprhd-controller folder and build rpm - takes within 10 mins\n command: chdir=/root/coprhd-controller make clobber BUILD_TYPE=oss rpm\n register: output\n\n - debug: msg=\"{{output.stdout}}\"", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/conf-sudoers
6,117
[ "no_license" ]
[ { "path": "plays/roles/conf-sudoers/tasks/main.yml", "content": "---\n - name: configure sudoers\n lineinfile: dest=/etc/sudoers line=\"{{ sudoers }} ALL=(ALL) ALL\" state=present create=yes validate='visudo -cf %s'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/create-network-conf
6,117
[ "no_license" ]
[ { "path": "plays/roles/create-network-conf/templates/ovfenv.properties", "content": "network_1_ipaddr6=::0\nnetwork_1_ipaddr={{item.ip}}\nnetwork_gateway6=::0\nnetwork_gateway={{item.gw}}\nnetwork_netmask={{item.netmask}}\nnetwork_prefix_length=64\nnetwork_vip6=::0\nnetwork_vip={{item.ip}}\nnode_count=1\nno...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 420, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/create-storageos-user
6,117
[ "no_license" ]
[ { "path": "plays/roles/create-storageos-user/tasks/main.yml", "content": "---\n ############################################################################\n #\n # Create the storageOS user and group\n #\n ############################################################################\n\n - name: creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/deploy-scaleio-driver
6,117
[ "no_license" ]
[ { "path": "plays/roles/deploy-scaleio-driver/handlers/main.yml", "content": "---\n - name: restart coprhd service\n command: /etc/storageos/storageos restart", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "plays/roles/deploy-scaleio-driver/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 837, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/enable-ssh
6,117
[ "no_license" ]
[ { "path": "plays/roles/enable-ssh/tasks/main.yml", "content": "---\n - name: enable root ssh\n lineinfile: dest=/etc/ssh/sshd_config state=present regexp=\"^#*\\s*PermitRootLogin\" line=\"PermitRootLogin yes\" state=present backup=yes\n\n - lineinfile: dest=/etc/ssh/sshd_config regexp='^PasswordAuthen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/fetch-driver-conf-files
6,117
[ "no_license" ]
[ { "path": "plays/roles/fetch-driver-conf-files/tasks/main.yml", "content": "---\n - name: fetch controller-conf.xml\n fetch: src=/opt/storageos/conf/controller-conf.xml dest=../driver-confs/controller-conf.xml flat=yes\n# /Users/shujinwu/tmp/\n - name: fetch discovery-externaldevice-context.xml\n fe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/git-clone-coprhd-repo
6,117
[ "no_license" ]
[ { "path": "plays/roles/git-clone-coprhd-repo/tasks/main.yml", "content": "---\n - name: git clone coprhd repo - master\n git: repo=https://review.coprhd.org/scm/ch/coprhd-controller.git dest=/root/coprhd-controller update=yes clone=yes version={{commit}}\n tags: master-branch\n\n - name: git clone c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/install-coprhd-rpm
6,117
[ "no_license" ]
[ { "path": "plays/roles/install-coprhd-rpm/tasks/main.yml", "content": "---\n - name: install coprhd rpm\n command: rpm -Uvh /root/coprhd-controller/build/RPMS/x86_64/*.rpm\n tags:\n - skip_ansible_lint\n register: output\n\n - debug: msg=\"{{output.stdout}}\"", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/install-java-8
6,117
[ "no_license" ]
[ { "path": "plays/roles/install-java-8/tasks/main.yml", "content": "---\n ############################################################################\n #\n # Install java 8\n #\n ############################################################################\n - zypper: name=java-1_7_0-openjdk disable_g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/install-patched-nginx-server
6,117
[ "no_license" ]
[ { "path": "plays/roles/install-patched-nginx-server/tasks/main.yml", "content": "---\n ############################################################################\n #\n # Install Patched Nginx Server\n #\n ############################################################################\n - name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1216, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/install-pkgs
6,117
[ "no_license" ]
[ { "path": "plays/roles/install-pkgs/tasks/main.yml", "content": "---\n ############################################################################\n #\n # Install Packages\n #\n ############################################################################\n - name: remove patterns-openSUSE-minimal_ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2922, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/install-python-setup-tool
6,117
[ "no_license" ]
[ { "path": "plays/roles/install-python-setup-tool/tasks/main.yml", "content": "---\n - name: install python setup tool\n command: zypper --non-interactive --no-gpg-checks install --details --no-recommends --force-resolution python-setuptools\n tags:\n - skip_ansible_lint", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/install-repos
6,117
[ "no_license" ]
[ { "path": "plays/roles/install-repos/tasks/main.yml", "content": "---\n - name: intall repositories\n zypper_repository: name={{ item.name }} repo={{ item.url }} state=present disable_gpg_check=yes refresh=yes overwrite_multiple=yes\n with_items:\n - { name: \"suse-13.2-oss\", url: \"http://down...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1692, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/install-ssh-key
6,117
[ "no_license" ]
[ { "path": "plays/roles/install-ssh-key/tasks/main.yml", "content": "---\n - name: install ssh key\n authorized_key: user={{user}}\n key=\"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n state=present", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
SuzyWu2014/ansible-coprhd-deployment
38b094e63c9acde7d2dad1f3440129ba8a83da32
2
plays/roles/uninstall-coprhd
6,117
[ "no_license" ]
[ { "path": "plays/roles/uninstall-coprhd/tasks/main.yml", "content": "---\n - name: remove storageos\n zypper: name=storageos state=absent\n\n - name: clean up /data\n file: path=/data state=absent\n\n - name: remove repo\n file: path=/root/coprhd-controller state=absent", "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
Kirpitchnsk/YadroTestTaskTelecom
86548640d9a146d00673b31de8b10132884b8f50
0
ansible-docker-automation/roles/docker_install
6,117
[ "no_license" ]
[ { "path": "ansible-docker-automation/roles/docker_install/tasks/main.yml", "content": "---\n- name: Install required system 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-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1079, "all_permissive": false }
ansible_role
Kirpitchnsk/YadroTestTaskTelecom
86548640d9a146d00673b31de8b10132884b8f50
0
ansible-docker-automation/roles/script_check
6,117
[ "no_license" ]
[ { "path": "ansible-docker-automation/roles/script_check/files/python_script.py", "content": "#!/usr/bin/env python3\nimport requests\nimport sys\n\ndef make_request(url):\n try:\n response = requests.get(url)\n \n if response.status_code // 100 in (1, 2, 3):\n print(f\"Усп...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2122, "all_permissive": false }
ansible_role
pavbjj/ansible_roles
5d70376aece51cfec0ac2c33f262833b32f73903
0
roles/crypto-map
6,117
[ "no_license" ]
[ { "path": "roles/crypto-map/tasks/main.yml", "content": "---\n- name: \"Check if crypto map already exists\"\n asa_command:\n commands:\n - \"show run | include crypto map outside_map1 5\"\n register: output\n\n- name: Create ACL\n asa_acl:\n lines:\n - access-list {{ipsec_acl}} extended ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
pavbjj/ansible_roles
5d70376aece51cfec0ac2c33f262833b32f73903
0
roles/hostname
6,117
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n- name: \"roles config\"\n asa_config:\n lines:\n - hostname {{outside_var}}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
pavbjj/ansible_roles
5d70376aece51cfec0ac2c33f262833b32f73903
0
roles/nat
6,117
[ "no_license" ]
[ { "path": "roles/nat/tasks/main.yml", "content": "---\n- name: Create NAT statement\n asa_config:\n lines:\n - nat (Openwrt,outside) 1 source static {{inside_object}} {{inside_object}} destination static {{azure_object}} {{azure_object}} no-proxy-arp\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
pavbjj/ansible_roles
5d70376aece51cfec0ac2c33f262833b32f73903
0
roles/ntp
6,117
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: \"Role task\"\n asa_config:\n lines:\n - ntp server 1.1.1.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }