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
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/cart
7,979
[ "no_license" ]
[ { "path": "ansible/roles/cart/tasks/main.yml", "content": "- name: instal node js\n yum:\n name: nodejs\n state: present\n\n- name: add application\n user:\n name: \"{{ APP_USER }}\"\n\n- name: downoad azure artifacts\n include_role:\n name: common\n tasks_from: artifact.yml\n vars:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/catalogue
7,979
[ "no_license" ]
[ { "path": "ansible/roles/catalogue/tasks/main.yml", "content": "- name: instal node js\n yum:\n name: nodejs\n state: present\n\n- name: add application\n user:\n name: \"{{ APP_USER }}\"\n\n- name: downoad azure artifacts\n include_role:\n name: common\n tasks_from: artifact.yml\n vars:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/common
7,979
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/artifact.yml", "content": "- name: cpy Az repo file\n copy:\n src: az-cli.repo\n dest: /etc/yum.repos.d/az-cli.repo\n\n- name: download azure cli\n yum:\n name: [\"azure-cli\", \"libicu\"]\n state: present\n\n- name: install azure cli extension\n shell: a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3027, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/frontend
7,979
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "- name: download nginx\n yum:\n name: nginx\n state: present\n\n\n- name: downoad azure artifacts\n include_role:\n name: common\n tasks_from: artifact.yml\n vars:\n ARTIFACT_PATH: /usr/share/nginx/html\n COMPONENT: frontend...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/mongodb
7,979
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "- name: set up hostname\n include_role:\n name: common\n tasks_from: main.yml\n\n- name: download mongodb repo\n copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: mongodb download\n yum:\n name: mongodb-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/mysql
7,979
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "- name: copy mysql repo\n template:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: remove mariadb-libs\n yum:\n name: mariadb-libs\n state: absent\n\n- name: install mysql server\n yum:\n name: [\"mysql-community...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1691, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/payment
7,979
[ "no_license" ]
[ { "path": "ansible/roles/payment/tasks/main.yml", "content": "- name: Add Application user\n user:\n name: \"{{ APP_USER }}\"\n\n- name: Install Python3\n yum:\n name: [\"python36\", \"gcc\", \"python3-devel\"]\n state: present\n\n- name: Download Azure Artifacts\n include_role:\n name: commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/rabbitmq
7,979
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/main.yml", "content": "- name: Install ErLang\n yum:\n name: https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_64/esl-erlang_22.2.1-1~centos~7_amd64.rpm\n state: present\n\n- name: Setup Yum repos\n shell: curl -s https://packagecloud.io/install/re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/redis
7,979
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- name: set up yum repors for redis\n yum:\n name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n state: present\n\n- name: install redis\n yum:\n name: redis\n state: latest\n enablerepo: remi\n\n- name: update mongodb c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/shipping
7,979
[ "no_license" ]
[ { "path": "ansible/roles/shipping/tasks/main.yml", "content": "- name: Add Application user\n user:\n name: \"{{ APP_USER }}\"\n\n- name: Install Java\n yum:\n name: java\n state: present\n\n- name: Download Azure Artifacts\n include_role:\n name: common\n tasks_from: artifact\n vars:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
Sushmitha771995/Devops
c2c7bbc93703a7ba89b34e276df1c16d96f1b233
0
ansible/roles/user
7,979
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "- name: instal node js\n yum:\n name: nodejs\n state: present\n\n- name: add application\n user:\n name: \"{{ APP_USER }}\"\n\n- name: downoad azure artifacts\n include_role:\n name: common\n tasks_from: artifact.yml\n vars:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
christer-eriksson/ansible-role-i3
1b281a6af0b5c99cf4088cd86a1ccd9d8931aca1
0
roles/i3
7,979
[ "no_license" ]
[ { "path": "roles/i3/files/i3exit", "content": "#!/bin/sh\ntext_to_image(){\n convert -font helvetica -fill red -pointsize $4 -draw \"text $1,$2 '$3'\" /tmp/$5 /tmp/_$5\n mv /tmp/_$5 /tmp/$5\n\n}\n\nlock() {\n import -window root /tmp/screenshot.png\n convert /tmp/screenshot.png -swirl 215 -sprea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4871, "all_permissive": false }
ansible_role
dmplastun/ansible-docker-lab
5e3a614c5386c91b617f7f4f1662ad45d4787f37
0
roles/nginx
7,979
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes auto;\n\nerror_log /var/log/nginx/error.log;\npid /run/nginx.pid;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n keepalive_timeout 65;\n typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1357, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/alertmanager
7,979
[ "no_license" ]
[ { "path": "roles/alertmanager/tasks/main.yml", "content": "---\n- name: \"Alertmanager DNS\"\n tags:\n - dns\n include_role:\n name: dns\n\n\n- name: \"Alertmanager\"\n include_tasks: \"alertmanager.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6113, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/awscli
7,979
[ "no_license" ]
[ { "path": "roles/awscli/tasks/main.yml", "content": "---\n- name: \"AWS CLI archive\"\n tags:\n - pkg\n unarchive:\n src: \"{{ item.src }}\"\n dest: /root\n remote_src: yes \n loop_control: \n label: \"{{ item.label }}\"\n loop:\n - { src: \"https://awscli.amazonaws.com/awscli-exe-linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1169, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/base
7,979
[ "no_license" ]
[ { "path": "roles/base/defaults/main.yml", "content": "bashrc: \"{{ (ansible_os_family == 'Debian') | ternary('/etc/bash.bashrc', '/etc/bashrc') }}\"\n\nntp_config:\n src: \"chrony.conf.j2\"\n dest: \"{{ (ansible_os_family == 'Debian') | ternary('/etc/chrony/chrony.conf', '/etc/chrony.conf') }}\"\n\nsyst...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 9789, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/bastion
7,979
[ "no_license" ]
[ { "path": "roles/bastion/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost6 localhost6.localdomain6\n\n{% for host in groups['aws_ec2'] %}\n{{ \"{:<16}\".format(hostvars[host].private_ip_address) }} {{ \"{:>24}\".format(hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/dns
7,979
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: \"CName records ( {{ route53_profile }} )\"\n become: no\n delegate_to: localhost\n tags:\n - dns\n route53:\n state: present\n zone: \"{{ domain }}\"\n profile: \"{{ route53_profile }}\"\n record: \"{{ item.cname | default(it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/docker
7,979
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "s3_release: \"https://epi-repository.s3.eu-west-1.amazonaws.com/release/{{ ansible_distribution }}\"\n\ndocker_package:\n AlmaLinux: \"docker-ce\"\n Amazon: \"docker\"\n Ubuntu: \"docker.io\"\n", "license_type": "no_license", "detected_licen...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5397, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/finalise
7,979
[ "no_license" ]
[ { "path": "roles/finalise/defaults/main.yml", "content": "env: infra\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 11 }, { "path": "roles/finalise/tasks/main.yml", "content": "---\n# Use -e env=real to enable different environments\n#\n- name: \"Environment...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/goaccess
7,979
[ "no_license" ]
[ { "path": "roles/goaccess/tasks/main.yml", "content": "---\n- name: \"{{ ansible_distribution }}\"\n include_tasks: \"{{ ansible_distribution }}.yml\"\n\n\n- name: \"GeoLite2\"\n vars:\n location: \"/usr/local/share\"\n include_tasks: \"geolite2.yml\"\n\n\n- name: \"Access DNS\"\n tags:\n - dns\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1455, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/java
7,979
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: java\n tags:\n - pkg\n package:\n name: java-headless\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/jena
7,979
[ "no_license" ]
[ { "path": "roles/jena/defaults/main.yml", "content": "version: \"4.3.2\"\n\njena:\n archive: \"http://archive.apache.org/dist/jena/binaries/binaries/apache-jena-{{ version }}.tar.gz\"\n directory: \"/usr/local/jena\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 882, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/logging
7,979
[ "no_license" ]
[ { "path": "roles/logging/tasks/fluentd.yml", "content": "---\n- name: \"Fluentd volume\"\n tags:\n - cfg\n - fluentd\n file:\n state: \"directory\"\n path: \"{{ fluentd.directory }}/buffers\"\n owner: \"nobody\"\n group: \"nobody\"\n mode: \"0777\"\n\n\n- name: \"Fluentd config\"\n t...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 25766, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/mailrelay
7,979
[ "no_license" ]
[ { "path": "roles/mailrelay/tasks/main.yml", "content": "---\n- name: \"Postfix container\"\n tags:\n - container\n - postfix\n docker_container:\n name: \"{{ mailrelay_container.name }}\"\n image: \"{{ mailrelay.image }}:{{ mailrelay.version }}\"\n env:\n MTP_HOST: \"monitor-{{ instan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/metrics
7,979
[ "no_license" ]
[ { "path": "roles/metrics/templates/channels/email.json.j2", "content": "{\n \"uid\": \"email\",\n \"name\": \"Email\",\n \"type\": \"email\",\n \"isDefault\": false,\n \"sendReminder\": false,\n \"settings\": {\n \"addresses\": \"{{ email }}\"\n }\n}\n", "license_type": "no_license", "det...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 30467, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/provision
7,979
[ "no_license" ]
[ { "path": "roles/provision/templates/iam/s3-readwrite.json.j2", "content": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": \"s3:*\",\n \"Resource\": [\n {% for item in s3_readwrite %}\n ...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 28797, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/proxy
7,979
[ "no_license" ]
[ { "path": "roles/proxy/tasks/qos.yml", "content": "- name: \"Apache QoS config\"\n tags:\n - cfg\n template:\n dest: \"{{ proxy.directory }}/vhosts/{{ item.dest }}\"\n src: \"apache/{{ item.src }}\"\n owner: root\n group: root\n mode: \"0644\"\n loop:\n - { src: \"global-qos.conf.j2\...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 28, "total_bytes": 48881, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/proxylogs
7,979
[ "no_license" ]
[ { "path": "roles/proxylogs/templates/today-proxy-log.sh.j2", "content": "#! /bin/bash\n\n{{ parse.file }} -g /var/lib/docker/proxy/www/logs/.today.html -m '{{ parse.types | join('|') }}' -s {{ parse.src }} -w {{ parse.directory }}/today -c {{ parse.directory }}/today/cache 2>&1 | logger -t cron && mv /var/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8294, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/python3
7,979
[ "no_license" ]
[ { "path": "roles/python3/tasks/al2/symlink.yml", "content": "- name: \"Python 3.8 symlinks\"\n file:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n state: link\n loop_control:\n label: \"{{ item.src }}\"\n loop:\n - { src: \"python3.8\", dest: \"/usr/bin/python3\" }\n - { src: ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2575, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/sensu
7,979
[ "no_license" ]
[ { "path": "roles/sensu/templates/logrotate.j2", "content": "{{ sensu_backend.directory }}/logs/stats.log\n{\n copytruncate\n rotate 3\n hourly\n missingok\n compress\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/sensu/tasks/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4620, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/sensu_agent
7,979
[ "no_license" ]
[ { "path": "roles/sensu_agent/tasks/repo.yml", "content": "---\n- name: Sensu yum repository\n tags:\n - pkg\n - repo\n yum_repository:\n name: sensu\n description: Sensu yum repository\n file: sensu\n baseurl: https://packagecloud.io/sensu/stable/el/6/$basearch\n gpgcheck: yes\n gp...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/sensuctl
7,979
[ "no_license" ]
[ { "path": "roles/sensuctl/tasks/main.yml", "content": "---\n- name: \"sensuctl\"\n become: yes\n tags:\n - pkg\n - sensuctl\n yum:\n name: \"sensu-go-cli\"\n state: \"latest\"\n\n\n- name: \"initialise sensuctl ({{ (sensuctl.user == 'root') | ternary('/', '/home') }}/{{ sensuctl.user }})\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 720, "all_permissive": false }
ansible_role
epimorphics/master-ansible-deployment
8eb459358bb8502d54a929d5db9d16d42f98b823
0
roles/telegraf
7,979
[ "no_license" ]
[ { "path": "roles/telegraf/tasks/services.yml", "content": "---\n- meta: flush_handlers\n\n- name: \"Telegraf service\"\n tags:\n - services\n systemd:\n name: \"telegraf\"\n state: started\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2985, "all_permissive": false }
ansible_role
pmacik/aws-performance
c7db0b93406644b3008baa2b724849c02e207b6f
0
roles/pjenkins
7,981
[ "no_license" ]
[ { "path": "roles/pjenkins/library/jenkins_cli.py", "content": "#!/usr/bin/python\nimport jenkins\nfrom ansible.module_utils.basic import *\n\n#http://code.activestate.com/recipes/576710-multi-regex-single-pass-replace-of-multiple-regexe/\nclass MultiRegex(object):\n flags = re.MULTILINE\n regexes = ()\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9735, "all_permissive": false }
ansible_role
pmacik/aws-performance
c7db0b93406644b3008baa2b724849c02e207b6f
0
roles/zabbix
7,981
[ "no_license" ]
[ { "path": "roles/zabbix/defaults/main.yml", "content": "---\nrhel_version: 7\nzabbix_package_name: zabbix-sender\n\nzabbix:\n name: zabbix-release\n mirror: http://repo.zabbix.com/zabbix\n version: 3.0\n arch: x86_64\n suffix: 1.el7.noarch\n ext: .rpm", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1047, "all_permissive": false }
ansible_role
bitromdeveloper/UTNFRA_SO_2do_Parcial_Finamore
898aeca43c05b583908d649e5de4737ff1c1bae4
0
202406/ansible/roles/2do_parcial
7,981
[ "no_license" ]
[ { "path": "202406/ansible/roles/2do_parcial/vars/main.yml", "content": "---\n# vars file for 2do_parcial\nalumno:\n nombre: \"Lucas\"\n apellido: \"Finamore\"\n division: \"311\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "202406/ansible/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1815, "all_permissive": false }
ansible_role
pmarcb/SPE_CLO5
f2f787a5c4dd73efa1439f2f308b61ea93c49bd7
0
roles/docker_registry
7,981
[ "no_license" ]
[ { "path": "roles/docker_registry/tasks/main.yml", "content": "- name: Create registry container\n shell: 'docker run -d -p 5000:5000 --restart=always --name registry -v `pwd`/data:/var/lib/registry registry:2'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
pmarcb/SPE_CLO5
f2f787a5c4dd73efa1439f2f308b61ea93c49bd7
0
roles/docker_swarm
7,981
[ "no_license" ]
[ { "path": "roles/docker_swarm/tasks/main.yml", "content": "- name: install package for docker\n apt: name=\"{{item}}\" update_cache=yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n\n- name: Add Docker apt key.\n apt_key:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
pmarcb/SPE_CLO5
f2f787a5c4dd73efa1439f2f308b61ea93c49bd7
0
roles/gitlab_ce
7,981
[ "no_license" ]
[ { "path": "roles/gitlab_ce/tasks/main.yml", "content": "- name: removing existing script CE\n file:\n path: /tmp/script_CE.deb.sh\n state: absent\n\n- name: removing existing script multi_runner\n file:\n path: /tmp/script_multi_runner.deb.sh\n state: absent\n\n- name: download script Gitlab C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1040, "all_permissive": false }
ansible_role
beforebeta/dealfu
5505346ef520a375dc15afdc4a3d7d8a415e377e
1
deploy/playbook/roles/celery
7,981
[ "no_license" ]
[ { "path": "deploy/playbook/roles/celery/tasks/main.yml", "content": "---\n- name: Celery | Install CeleryBeat upstart jobs\n when: message_queue is defined\n template: >\n src=upstart.celerybeat.conf.j2\n dest=/etc/init/{{project.name}}-celerybeat.conf\n notify:\n - restart celery beat\n tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1357, "all_permissive": false }
ansible_role
beforebeta/dealfu
5505346ef520a375dc15afdc4a3d7d8a415e377e
1
deploy/playbook/roles/django
7,981
[ "no_license" ]
[ { "path": "deploy/playbook/roles/django/tasks/ssh.yml", "content": "---\n- name: Django | Ssh | Create directory.\n file: >\n state=directory\n path=${project.root}.ssh/\n tags:\n - base\n - ssh\n - accounts\n - provision\n - app\n\n- name: Django | Ssh | Upload Config.\n copy: >\n ...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 8433, "all_permissive": false }
ansible_role
beforebeta/dealfu
5505346ef520a375dc15afdc4a3d7d8a415e377e
1
deploy/playbook/roles/nagios
7,981
[ "no_license" ]
[ { "path": "deploy/playbook/roles/nagios/tasks/main.yml", "content": "---\n- name: install nagios\n apt: >\n pkg={{ item }}\n state=installed\n update-cache=yes\n with_items:\n - nagios\n - nagios-plugins\n - nagios-plugins-nrpe\n - nagios-plugins-ping\n - nagios-plugins-ssh\n - nagios...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
beforebeta/dealfu
5505346ef520a375dc15afdc4a3d7d8a415e377e
1
deploy/playbook/roles/nginx
7,981
[ "no_license" ]
[ { "path": "deploy/playbook/roles/nginx/tasks/certificates.yml", "content": "---\n- name: Commmon | Create the SSL directory.\n when: nginx.ssl is defined\n file: >\n state=directory\n path=/etc/nginx/ssl/\n tags:\n - configuration\n - ssl\n - webserver\n\n- name: Commmon | Upload SSL priva...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3666, "all_permissive": false }
ansible_role
beforebeta/dealfu
5505346ef520a375dc15afdc4a3d7d8a415e377e
1
deploy/playbook/roles/postgres
7,981
[ "no_license" ]
[ { "path": "deploy/playbook/roles/postgres/tasks/main.yml", "content": "---\n- include: packages.yml\n- include: access.yml\n- include: database.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "deploy/playbook/roles/postgres/tasks/replication.yml...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2964, "all_permissive": false }
ansible_role
beforebeta/dealfu
5505346ef520a375dc15afdc4a3d7d8a415e377e
1
deploy/playbook/roles/redis
7,981
[ "no_license" ]
[ { "path": "deploy/playbook/roles/redis/tasks/packages.yml", "content": "---\n- name: Commmon | Install required system packages.\n apt: >\n pkg=${item}\n state=installed\n update-cache=yes\n with_items:\n - redis-server\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 351, "all_permissive": false }
ansible_role
beforebeta/dealfu
5505346ef520a375dc15afdc4a3d7d8a415e377e
1
deploy/playbook/roles/uwsgi
7,981
[ "no_license" ]
[ { "path": "deploy/playbook/roles/uwsgi/tasks/main.yml", "content": "---\n- include: packages.yml\n- include: logging.yml\n- include: upstart.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "deploy/playbook/roles/uwsgi/tasks/upstart.yml", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2037, "all_permissive": false }
ansible_role
skritik098/Grafana
e0ca3d9a79d199af93f69f75759cd4971c54de3a
0
roles/grafana_dashboard
7,981
[ "no_license" ]
[ { "path": "roles/grafana_dashboard/vars/main.yml", "content": "---\n# vars file for grafana_dashboard", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/grafana_dashboard/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 717, "all_permissive": false }
ansible_role
skritik098/Grafana
e0ca3d9a79d199af93f69f75759cd4971c54de3a
0
roles/grafana_datasource
7,981
[ "no_license" ]
[ { "path": "roles/grafana_datasource/vars/main.yml", "content": "---\n# vars file for grafana_datasource", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/grafana_datasource/defaults/main.yml", "content": "---\n# defaults file for grafana_da...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 917, "all_permissive": false }
ansible_role
forooghl/Automation-Framework
898fc587ffbc39f2b0894670c53709b8b9303ea7
0
ansible/roles/backup
7,981
[ "no_license" ]
[ { "path": "ansible/roles/backup/tasks/backup_servers.yml", "content": "---\n- name: Install borgbackup\n apt:\n name: borgbackup\n state: present\n update_cache: yes\n when: ansible_os_family == 'Debian'\n\n- name: Ensure SSH key is present for backup\n copy:\n src: \"{{ ssh_key_path }}\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2370, "all_permissive": false }
ansible_role
forooghl/Automation-Framework
898fc587ffbc39f2b0894670c53709b8b9303ea7
0
ansible/roles/monitor
7,981
[ "no_license" ]
[ { "path": "ansible/roles/monitor/handlers/main.yml", "content": "- name: restart prometheus\n service:\n name: prometheus\n state: restarted\n\n- name: restart snmp-exporter\n service:\n name: prometheus-snmp-exporter\n state: restarted\n", "license_type": "no_license", "detected_licen...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7377, "all_permissive": false }
ansible_role
forooghl/Automation-Framework
898fc587ffbc39f2b0894670c53709b8b9303ea7
0
ansible/roles/server_config
7,981
[ "no_license" ]
[ { "path": "ansible/roles/server_config/tasks/basic_config.yml", "content": "- name: Set timezone to UTC\n timezone:\n name: UTC\n\n- name: Ensure NTP is installed and running\n apt:\n name: ntp\n state: present\n notify: restart ntp", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1533, "all_permissive": false }
ansible_role
forooghl/Automation-Framework
898fc587ffbc39f2b0894670c53709b8b9303ea7
0
ansible/roles/vyos_config
7,981
[ "no_license" ]
[ { "path": "ansible/roles/vyos_config/tasks/base_config.yml", "content": "- name: Configure loopback interface\n vyos_config:\n lines:\n - set interfaces loopback lo address 10.0.0.{{ inventory_hostname[-1] }}/32\n save: yes\n\n- name: Configure OSPF\n vyos_config:\n lines:\n - set proto...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 996, "all_permissive": false }
ansible_role
db0/os-hardening
dcaf60ebab2b0da4402dd14c318f4a8ee4714c69
2
roles/windows_cis
7,981
[ "no_license" ]
[ { "path": "roles/windows_cis/tasks/section01.yml", "content": "---\n- name: \"SCORED | 1.1.1 | PATCH | L1 Ensure Enforce password history is set to 24 or more passwords\"\n block:\n - name: \"SCORED | 1.1.1 | AUDIT | L1 Ensure Enforce password history is set to 24 or more passwords\"\n assert:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7297, "all_permissive": false }
ansible_role
linhn312/ansible
53296fe2a72518c96c6ea5f986325cdb3549a0c7
0
roles/db
7,981
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# tasks file for db\n- name: install mysql\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mysql-server\n - mysql-client\n\n- name: start db\n service:\n name: mysql\n state: started\n enabled: yes\n\n- name: create d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
linhn312/ansible
53296fe2a72518c96c6ea5f986325cdb3549a0c7
0
roles/install-python
7,981
[ "no_license" ]
[ { "path": "roles/install-python/tasks/main.yml", "content": "---\n# tasks file for install-python\n- name: install python packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python \n - python-setuptools \n - python-dev \n - build-essential \n - python-pip \n - python-mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
linhn312/ansible
53296fe2a72518c96c6ea5f986325cdb3549a0c7
0
roles/webapp
7,981
[ "no_license" ]
[ { "path": "roles/webapp/tasks/main.yml", "content": "---\n# tasks file for webapp\n- name: install flask\n pip: \n name: \"{{ item }}\"\n state: present\n with_items:\n - flask\n - flask-mysql\n\n- name: copy app.py\n copy:\n src: /root/ansible/simple-webapp/app.py\n dest: /opt/app.py\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/authorized_keys
7,981
[ "permissive" ]
[ { "path": "ansible/roles/authorized_keys/tasks/main.yml", "content": "---\n\n- name: Add authorized keys\n when: authorized_keys_url is defined \n block:\n - name: authorized_keys root\n authorized_key:\n user: root\n state: present\n manage_dir: yes\n key: \"{{ authorized_keys_url }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/aws_cli_install
7,981
[ "permissive" ]
[ { "path": "ansible/roles/aws_cli_install/tasks/main.yml", "content": "---\n- include_tasks: aws_cli_install.yml\n ", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 45 }, { "path": "ansible/roles/aws_cli_install/tasks/aws_cli_install.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 539, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/aws_route53
7,981
[ "permissive" ]
[ { "path": "ansible/roles/aws_route53/tasks/aws_route53.yml", "content": "---\n- name: add AWS route53 entry\n when: 'route_task == \"add\"'\n block: \n - debug:\n msg: \"Running AWS dns add...\"\n\n - name: Add new api DNS record\n community.aws.route53:\n state: present\n aws_access_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2436, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/azure_cli_install
7,981
[ "permissive" ]
[ { "path": "ansible/roles/azure_cli_install/tasks/main.yml", "content": "---\n - include_tasks: install-azure-client.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 47 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 47, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/clean_vmware_kubevols
7,981
[ "permissive" ]
[ { "path": "ansible/roles/clean_vmware_kubevols/defaults/main.yml", "content": "---\n\"CLUSTER_NAME\": \"<cluster_name>\"\n\"VCENTER_SERVER\": \"<vcenter_server>\"\n\"VCENTER_ADMIN_USER\": \"<vcenter_user>\"\n\"VCENTER_PASSWORD\": '<vcenter_password>'\n\"VCENTER_DATASOURCE\": \"<vsphere_datastore_name>\"\n\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3377, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/cleanup_dhcp_leases
7,981
[ "permissive" ]
[ { "path": "ansible/roles/cleanup_dhcp_leases/tasks/main.yml", "content": "---\n- include_tasks: cleanup-leases.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 40 }, { "path": "ansible/roles/cleanup_dhcp_leases/files/remove-leases.sh", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1195, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/clone_repo
7,981
[ "permissive" ]
[ { "path": "ansible/roles/clone_repo/tasks/main.yml", "content": "---\n- include_tasks: clone-repo.yml\n ", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 39 }, { "path": "ansible/roles/clone_repo/tasks/clone-repo.yml", "content": "---\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2723, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/collect_ips
7,981
[ "permissive" ]
[ { "path": "ansible/roles/collect_ips/tasks/collect_ips.yml", "content": "---\n- name: Collect cluster IP's\n shell: oc --no-headers=true get nodes -o wide | awk '{ print $6 }' >> \"{{ cluster_name }}\"_details.log\n environment:\n KUBECONFIG: \"{{ kubeconfig_location }}/config\"\n args:\n executabl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 298, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/common_services
7,981
[ "permissive" ]
[ { "path": "ansible/roles/common_services/tasks/main.yml", "content": "---\n# tasks file for ocp4 common services\n\n- name: Create setup directory\n file:\n path: \"{{ cs_setup_dir }}\"\n state: \"{{ item }}\"\n mode: '0755'\n with_items:\n - absent\n - directory\n\n- name: Generate config file...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 21328, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/common_services_cat_src_inst
7,981
[ "permissive" ]
[ { "path": "ansible/roles/common_services_cat_src_inst/tasks/main.yml", "content": "- name: import tasks\n import_tasks: common_services_cat_src.yml\n run_once: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 82 }, { "path": "ansible...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1566, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/content_devops_post_install
7,981
[ "permissive" ]
[ { "path": "ansible/roles/content_devops_post_install/tasks/main.yml", "content": "---\n- include_tasks: post-install.yml", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 37 }, { "path": "ansible/roles/content_devops_post_install/readme.md", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/crc_enable_telemetry
7,981
[ "permissive" ]
[ { "path": "ansible/roles/crc_enable_telemetry/tasks/main.yml", "content": "---\n- include_tasks: \"{{ role_main_file }}\"\n with_first_found:\n - files:\n - crc_enable_telemetry.yml\n loop_control:\n loop_var: role_main_file\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1630, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/crc_fyrevm
7,981
[ "permissive" ]
[ { "path": "ansible/roles/crc_fyrevm/tasks/crc_fyrevm.yml", "content": "---\n\n- name: Create FyreVM with appropriate spec\n include_role: \n name: fyrevm_provision\n vars:\n fyre_platform: x\n fyre_cpu: 6\n fyre_memory: 32 \n fyre_os: 'Redhat 8.2'\n fyre_site: \"{{ site }}\"\n fyre_comment:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 934, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/crc_install
7,981
[ "permissive" ]
[ { "path": "ansible/roles/crc_install/defaults/main.yml", "content": "---\ncrc_download_src: \"http://svt-auto01.fyre.ibm.com/opt/crc-linux-amd64.tar.xz\"\n#crc_download_src: \"http://9.46.68.100/crc-linux-amd64.tar.xz\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1608, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/crc_oc_cli
7,981
[ "permissive" ]
[ { "path": "ansible/roles/crc_oc_cli/defaults/main.yml", "content": "oc_cluster: 'https://api.crc.testing:6443'", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 42 }, { "path": "ansible/roles/crc_oc_cli/tasks/main.yml", "content": "---\n- ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2613, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/crc_start
7,981
[ "permissive" ]
[ { "path": "ansible/roles/crc_start/tasks/main.yml", "content": "---\n- include_tasks: \"{{ role_main_file }}\"\n with_first_found:\n - files:\n - \"crc_start_{{ ansible_os_family }}.yml\"\n - crc_start.yml\n loop_control:\n loop_var: role_main_file", "license_type": "permissive", "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2004, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/crc_user
7,981
[ "permissive" ]
[ { "path": "ansible/roles/crc_user/tasks/main.yml", "content": "---\n- include_tasks: \"{{ role_main_file }}\"\n with_first_found:\n - files:\n - crc_user.yml\n loop_control:\n loop_var: role_main_file\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1080, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/csi_cephfs_fyre
7,981
[ "permissive" ]
[ { "path": "ansible/roles/csi_cephfs_fyre/files/wait-for-csi-ceph.sh", "content": "#!/bin/bash\n\nsleep_count=30\nwhile [[ $sleep_count -gt 0 ]]; do\n po_status=$(oc get po -n rook-ceph | grep -e rook-ceph-mds-myfs | tr -s ' ')\n if [[ -z $po_status ]] ; then\n echo \"Waiting for rook-ceph-mds-myfs p...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9250, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/csi_cephfs_vmware
7,981
[ "permissive" ]
[ { "path": "ansible/roles/csi_cephfs_vmware/files/csi-ceph.sh", "content": "#!/bin/bash\nrookRelease=$1\ndevice=$2\nnew_default_sc=$3\n#Make sure all pods Running or Completed state\n\n# Install ceph\nrm -rf rook\necho \"Doing clone of rook release $rookRelease\"\ngit clone https://github.com/rook/rook.git\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7416, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/db2_fyre
7,981
[ "permissive" ]
[ { "path": "ansible/roles/db2_fyre/tasks/main.yml", "content": "---\n\n- name: check if db2 is installed\n stat:\n path: '/opt/ibm/db2/V11.5'\n register: isdb2\n\n- block:\n - name: retrieve db2 archive\n get_url:\n url: \"{{ db2Archive }}\"\n dest: /tmp/db2.tar.gz\n\n - name: retrieve db2 s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/db2_fyrevm
7,981
[ "permissive" ]
[ { "path": "ansible/roles/db2_fyrevm/tasks/main.yml", "content": "---\n\n- include_tasks: db2_fyrevm.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 37 }, { "path": "ansible/roles/db2_fyrevm/tasks/db2_fyrevm.yml", "content": "---\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 339, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/db2_openshift
7,981
[ "permissive" ]
[ { "path": "ansible/roles/db2_openshift/tasks/db2-deploy-openshift.yml", "content": "#\n# Copyright 2020- IBM Inc. All rights reserved\n# SPDX-License-Identifier: Apache2.0\n#\n---\n- name: Deploying DB2 Community Edition\n debug:\n msg: \"*********************Deploying DB2 Community Edition on an OCP Cl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 9819, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/db2jcc_jars
7,981
[ "permissive" ]
[ { "path": "ansible/roles/db2jcc_jars/tasks/main.yml", "content": "---\n- include_tasks: db2jcc_jars.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 37 }, { "path": "ansible/roles/db2jcc_jars/tasks/db2jcc_jars.yml", "content": "---\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 939, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/deploy_ingress_router_vmware
7,981
[ "permissive" ]
[ { "path": "ansible/roles/deploy_ingress_router_vmware/tasks/main.yml", "content": "---\n- include_tasks: deploy_ingress_router_vmware.yaml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 55 }, { "path": "ansible/roles/deploy_ingress_router...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1730, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/deploy_ova_vmware
7,981
[ "permissive" ]
[ { "path": "ansible/roles/deploy_ova_vmware/readme.md", "content": "deploy_ova_vmware\n=========\n\nAnsible role for uploading a new rhcos vmware ova to a vCenter.\n\n-----------\n\n- Downloads to the local ubuntu system a rhcos ova file.\n- Imports the ova file into a vCenter as a VM, for use as a VM templa...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5014, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/deploy_vmdisk_vmware
7,981
[ "permissive" ]
[ { "path": "ansible/roles/deploy_vmdisk_vmware/tasks/deploy_vmdisk_vmware.yaml", "content": "---\n# Download from URL oav and deploy to vCenter\n- name: Create list of worker nodes\n shell: \"oc get no | tr -s ' ' | cut -f1 -d' ' | grep worker\"\n environment:\n KUBECONFIG: \"{{ kubeconfig_location }}/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1507, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/docker_ce_install
7,981
[ "permissive" ]
[ { "path": "ansible/roles/docker_ce_install/readme.md", "content": "docker_ce_install\n=========\n\nInstall docker ce\n\n------------\n\nCurrently used for Ubuntu 20\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2779, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/fix_fyre_hosts_file
7,981
[ "permissive" ]
[ { "path": "ansible/roles/fix_fyre_hosts_file/tasks/main.yml", "content": "---\n\n- include_tasks: fix-fyre-host-file.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 45 }, { "path": "ansible/roles/fix_fyre_hosts_file/tasks/fix-fyre-host...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/fyrev3vm_delete
7,981
[ "permissive" ]
[ { "path": "ansible/roles/fyrev3vm_delete/tasks/main.yml", "content": "---\n- include_tasks: \"fyrev3vm_delete.yml\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 43 }, { "path": "ansible/roles/fyrev3vm_delete/tasks/fyrev3vm_delete.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1272, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/fyrev3vm_provision
7,981
[ "permissive" ]
[ { "path": "ansible/roles/fyrev3vm_provision/tasks/main.yml", "content": "---\n- include_tasks: fyrev3vm_provision.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 44 }, { "path": "ansible/roles/fyrev3vm_provision/defaults/main.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4248, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/fyrevm_delete
7,981
[ "permissive" ]
[ { "path": "ansible/roles/fyrevm_delete/tasks/main.yml", "content": "---\n- include_tasks: \"{{ role_main_file_fd }}\"\n with_first_found:\n - files:\n - \"fyrevm_delete{{ ansible_os_family }}.yml\"\n - fyrevm_delete.yml\n loop_control:\n loop_var: role_main_file_fd\n", "license_type": ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2174, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/fyrevm_provision
7,981
[ "permissive" ]
[ { "path": "ansible/roles/fyrevm_provision/templates/vm_request.json.j2", "content": "{\n \"fyre\": {\n \"creds\": {\n \"username\": \"{{ fyreuser }}\",\n \"api_key\": \"{{ fyreapikey }}\",\n \"public_key\": \"{{ ssh_public_key }}\"\n }\n },\n \"cluster...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7293, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/get_liberty_archive
7,981
[ "permissive" ]
[ { "path": "ansible/roles/get_liberty_archive/meta/main.yml", "content": "---\ndependencies:\n - role: load_secrets", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 40 }, { "path": "ansible/roles/get_liberty_archive/tasks/get_liberty_archive....
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 854, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/get_ocp_installer
7,981
[ "permissive" ]
[ { "path": "ansible/roles/get_ocp_installer/readme.md", "content": "get_ocp_installer\n=========\n\nDownload and install the Redhat Openshift installer.\n\n------------\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n| Variable | Required | Default | Choices ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1542, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/git_install_fyre
7,981
[ "permissive" ]
[ { "path": "ansible/roles/git_install_fyre/readme.md", "content": "git_install_fyre\n=========\n\nThis role will install git onto the inf node of a fyre OCP+ clusters version 4.4.3 or later.\n\n-----------\n\nRequirements\n------------\n\n- Running fyre OCP+ cluster is needed.\n\nRole Variables\n------------...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 795, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/google_cli_install
7,981
[ "permissive" ]
[ { "path": "ansible/roles/google_cli_install/readme.md", "content": "google_cli_install\n=========\n\nInstall google client\n\n------------\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\nIncluding ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 717, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/hive_ocp_cluster_delete
7,981
[ "permissive" ]
[ { "path": "ansible/roles/hive_ocp_cluster_delete/tasks/main.yml", "content": "- name: import tasks\n import_tasks: delete-cluster.yml\n run_once: true\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 73 }, { "path": "ansible/roles/hive_oc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1268, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/hive_ocp_cluster_provision
7,981
[ "permissive" ]
[ { "path": "ansible/roles/hive_ocp_cluster_provision/templates/azure-template.j2", "content": "apiVersion: v1\nitems:\n- apiVersion: hive.openshift.io/v1\n kind: ClusterDeployment\n metadata:\n creationTimestamp: null\n labels:\n hive.openshift.io/hiveutil-created: \"true\"\n name: {{ CLUSTER...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 16202, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/http_start
7,981
[ "permissive" ]
[ { "path": "ansible/roles/http_start/tasks/main.yml", "content": "---\n- include_tasks: http_start.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 36 }, { "path": "ansible/roles/http_start/meta/main.yml", "content": "---\ndependenci...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 636, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/http_stop
7,981
[ "permissive" ]
[ { "path": "ansible/roles/http_stop/tasks/http_stop.yml", "content": "---\n \n- name: stop httpd\n shell: \"{{install_ihs_base }}/{{ http_dir }}/bin/apachectl stop\"\n register: stophttpdOutput\n\n- name: stophttpdOutput\n debug: \n msg: \"{{ stophttpdOutput.stdout_lines }}\"\n\n- name: stop adminc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 447, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/ibm_installation_manager
7,981
[ "permissive" ]
[ { "path": "ansible/roles/ibm_installation_manager/tasks/main.yml", "content": "---\n- include_tasks: ibm_installation_manager.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 50 }, { "path": "ansible/roles/ibm_installation_manager/defau...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4047, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/ibm_rhsm
7,981
[ "permissive" ]
[ { "path": "ansible/roles/ibm_rhsm/tasks/main.yml", "content": "---\n- include_tasks: \"{{ ansible_distribution }}.yml\"\n when: ansible_distribution == \"RedHat\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 95 }, { "path": "ansible/ro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1242, "all_permissive": true }
ansible_role
IBM/community-automation
1d828b314a0fe11bbeca5f46a10e3fad69cfd317
28
ansible/roles/ibm_semeru_jdks
7,981
[ "permissive" ]
[ { "path": "ansible/roles/ibm_semeru_jdks/scripts/getSemeruJDK.py", "content": "#!/usr/bin/python3\n# Retrieves the latest releases from GitHub and compares the release time with the local file time\n# If the latest release is newer, the local directories are emptied \n# Files are downloaded from GitHub if t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3778, "all_permissive": true }