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
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Vo-Minh-Thien-Long/practice-4-ansible/roles/nginx
7,744
[ "no_license" ]
[ { "path": "Practice-4/Vo-Minh-Thien-Long/practice-4-ansible/roles/nginx/files/frontend/src/pages/Page404.js", "content": "import { Link as RouterLink } from 'react-router-dom';\n// @mui\nimport { styled } from '@mui/material/styles';\nimport { Button, Typography, Container } from '@mui/material';\n// compon...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 24393, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Vo-Minh-Thien-Long/practice-4-ha-alertmanager/roles/alertmanager2
7,744
[ "no_license" ]
[ { "path": "Practice-4/Vo-Minh-Thien-Long/practice-4-ha-alertmanager/roles/alertmanager2/tasks/main.yml", "content": "---\n- name: Pull Alertmanager Docker image prom/alertmanager:{{ version }}\n docker_image:\n name: prom/alertmanager:{{ version }}\n source: pull\n\n- name: Copy all file\n copy:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1358, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Vo-Minh-Thien-Long/practice-4-ha-alertmanager/roles/node_exporter
7,744
[ "no_license" ]
[ { "path": "Practice-4/Vo-Minh-Thien-Long/practice-4-ha-alertmanager/roles/node_exporter/tasks/main.yml", "content": "---\n- name: Pull Node Exporter Docker image prom/node-exporter:{{ version }}\n docker_image:\n name: prom/node-exporter:{{ version }}\n source: pull\n \n- name: Run Node Exporter D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Vo-Minh-Thien-Long/practice-4-ha-alertmanager/roles/prometheus
7,744
[ "no_license" ]
[ { "path": "Practice-4/Vo-Minh-Thien-Long/practice-4-ha-alertmanager/roles/prometheus/files/prometheus.yml", "content": "global:\n scrape_interval: 30s # How frequently to scrape targets from all job\n evaluation_interval: 30s # How frequently to evaluate rules\n external_labels:\n monitor: 'prac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3095, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/vu-thi-huyen/roles/alertmanager
7,744
[ "no_license" ]
[ { "path": "Practice-4/vu-thi-huyen/roles/alertmanager/tasks/main.yml", "content": "---\n- name: Copy AlertManager Config file\n copy:\n src: config.yml\n dest: ~/alertmanager/\n \n- name: Create alertmanager container\n docker_container:\n image: prom/alertmanager:v0.22.2\n name: alertmanag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1619, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/vu-thi-huyen/roles/cadvisor
7,744
[ "no_license" ]
[ { "path": "Practice-4/vu-thi-huyen/roles/cadvisor/tasks/main.yml", "content": "---\n- name: Create Cadvisor container\n docker_container:\n image: gcr.io/google-containers/cadvisor:latest\n name: cadvisor\n ports:\n - 8080:8080\n volumes:\n - /:/rootfs:ro\n - /var/run:/var/run:rw\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/vu-thi-huyen/roles/grafana
7,744
[ "no_license" ]
[ { "path": "Practice-4/vu-thi-huyen/roles/grafana/provisioning/datasources/datasource.yml", "content": "datasources:\n- name: Prometheus\n access: proxy\n type: prometheus\n url: http://192.168.18.109:9090\n isDefault: true\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 633, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/vu-thi-huyen/roles/node-exporter
7,744
[ "no_license" ]
[ { "path": "Practice-4/vu-thi-huyen/roles/node-exporter/tasks/main.yml", "content": "---\n- name: Create node-exporter container\n docker_container:\n image: prom/node-exporter\n name: node-exporter\n volumes:\n - /proc:/host/proc:ro\n - /sys:/host/sys:ro\n - /:/rootfs:ro\n comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/vu-thi-huyen/roles/prometheus
7,744
[ "no_license" ]
[ { "path": "Practice-4/vu-thi-huyen/roles/prometheus/files/alert.rules.yml", "content": "groups:\n- name: targets\n rules:\n - alert: monitor_service_down\n expr: up == 0\n for: 30s\n labels:\n severity: critical\n annotations:\n summary: \"Monitor service non-operational\"\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4485, "all_permissive": false }
ansible_role
yaobinwen/local-https
9cc51fd876465a019983bd1ea93689d6e19567d0
0
ansible/roles/intermediate-ca
7,744
[ "no_license" ]
[ { "path": "ansible/roles/intermediate-ca/vars/main.yml", "content": "intermediate_ca_dir_name: intermediate-ca\nintermediate_ca_dir_path: \"{{pki_path}}/{{intermediate_ca_dir_name}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "ansible/roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6086, "all_permissive": false }
ansible_role
yaobinwen/local-https
9cc51fd876465a019983bd1ea93689d6e19567d0
0
ansible/roles/root-ca
7,744
[ "no_license" ]
[ { "path": "ansible/roles/root-ca/defaults/main.yml", "content": "pki_path: /var/lib/ywen_pki\n\n# `openssl_privatekey` module generates keys in PEM format.\nprivate_key_file_name: ca.key.pem\nprivate_key_size: 4096\nprivate_key_type: RSA\ncertificate_file_name: ca.cert.pem\ncertificate_valid_not_after: \"+3...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4030, "all_permissive": false }
ansible_role
yaobinwen/local-https
9cc51fd876465a019983bd1ea93689d6e19567d0
0
ansible/roles/server
7,744
[ "no_license" ]
[ { "path": "ansible/roles/server/vars/main.yml", "content": "server_ca_dir_name: server-ca\nserver_ca_dir_path: \"{{pki_path}}/{{server_ca_dir_name}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "ansible/roles/server/defaults/main.yml", "c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4411, "all_permissive": false }
ansible_role
yaobinwen/local-https
9cc51fd876465a019983bd1ea93689d6e19567d0
0
ansible/roles/ywen-pki
7,744
[ "no_license" ]
[ { "path": "ansible/roles/ywen-pki/tasks/main.yml", "content": "- name: Create ywen PKI directory.\n become: yes\n file:\n path: \"{{ywen_pki_dir_path}}\"\n state: directory\n owner: \"0\"\n group: \"0\"\n mode: \"0o700\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 238, "all_permissive": false }
ansible_role
skarlsson/ubuntu16_tensorflow
605919207c8dc51494c6dbaed210fe7a3ccad65b
0
roles/cuda
7,744
[ "no_license" ]
[ { "path": "roles/cuda/README.md", "content": "[![Build Status](https://travis-ci.org/CSCfi/ansible-role-cuda.svg)](https://travis-ci.org/CSCfi/ansible-role-cuda)\n[![Galaxy Role](https://img.shields.io/badge/ansible--galaxy-cuda-blue.svg)](https://galaxy.ansible.com/CSCfi/cuda/)\n\nansible-role-cuda\n======...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7946, "all_permissive": false }
ansible_role
wbh1/csis345-git
d03170ba31327140bbc70352de8fd1dbe9b0e328
0
ansible/roles/pxeboot
7,744
[ "no_license" ]
[ { "path": "ansible/roles/pxeboot/handlers/main.yml", "content": "---\n- name: restart apache\n service: name=httpd state=restarted\n\n- name: restart xinetd\n service: name=xinetd state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3593, "all_permissive": false }
ansible_role
wbh1/csis345-git
d03170ba31327140bbc70352de8fd1dbe9b0e328
0
ansible/roles/subsonic
7,744
[ "no_license" ]
[ { "path": "ansible/roles/subsonic/tasks/main.yml", "content": "---\n - name: Install java\n yum:\n name: java-1.7.0-openjdk\n state: present\n\n - name: Download Subsonic RPM\n get_url:\n url: https://s3-eu-west-1.amazonaws.com/subsonic-public/download/subsonic-6.1.3.rpm\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
wbh1/csis345-git
d03170ba31327140bbc70352de8fd1dbe9b0e328
0
ansible/roles/unused
7,744
[ "no_license" ]
[ { "path": "ansible/roles/unused/tasks/main.yml", "content": "---\n - name: Install EPEL repository\n yum:\n name: epel-release\n state: present\n\n - name: Install nginx\n yum:\n name: nginx\n state: present\n\n - name: Download MySQL repository\n get_url:\n url: https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1050, "all_permissive": false }
ansible_role
grigorescu/ansible_home
1cf137688c9e3c1f94fd485526922df137390edd
0
roles/lidarr
7,744
[ "no_license" ]
[ { "path": "roles/lidarr/tasks/local.yml", "content": "- name: Install python2 (required for ansible)\n raw: python -V || apt-get -y install python-simplejson\n\n- name: Install mono repo\n apt_repository:\n repo: deb https://download.mono-project.com/repo/ubuntu stable-xenial main\n state: present\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2250, "all_permissive": false }
ansible_role
grigorescu/ansible_home
1cf137688c9e3c1f94fd485526922df137390edd
0
roles/nginx_proxy
7,744
[ "no_license" ]
[ { "path": "roles/nginx_proxy/tasks/main.yml", "content": "---\n- name: Create nginx config\n become: yes\n template:\n src: nginx.conf.j2\n dest: \"/etc/nginx/sites-available/{{ site_name }}\"\n notify: restart nginx\n\n- name: Link nginx config\n become: yes\n file:\n src: \"/etc/nginx/sites-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1451, "all_permissive": false }
ansible_role
grigorescu/ansible_home
1cf137688c9e3c1f94fd485526922df137390edd
0
roles/proxmox
7,744
[ "no_license" ]
[ { "path": "roles/proxmox/tasks/main.yml", "content": "- name: Install proxmox prereqs\n pip:\n name: \"{{ item }}\"\n extra_args: --user\n with_items:\n - proxmoxer\n - requests\n \n- name: Download template\n delegate_to: proxmox\n command: \"/usr/bin/pveam download local {{ contai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1134, "all_permissive": false }
ansible_role
devopsgirl2023/hello-ops-girls
44ca2bfd63893ca53e59342e929d13e62e022ec6
0
ansible/roles/app
7,746
[ "no_license" ]
[ { "path": "ansible/roles/app/vars/main.yml", "content": "---\n\naws_account: AWS_ACCOUNT\naws_region: ap-southeast-1\necr_repo: hello-ops-girl\nimage_tag: IMAGE_TAG\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "ansible/roles/app/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1188, "all_permissive": false }
ansible_role
devopsgirl2023/hello-ops-girls
44ca2bfd63893ca53e59342e929d13e62e022ec6
0
ansible/roles/nginx
7,746
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: Template a file to /etc/file.conf\n ansible.builtin.template:\n src: ops-girls.conf.j2\n dest: /etc/nginx/conf.d/ops-girls.conf\n mode: '0644'\n notify:\n - restart nginx\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 385, "all_permissive": false }
ansible_role
Aashu2139/Ansible
6e4b92b3c120ebcda9b2254c11d74cd373b2433c
0
roles/httpdrole
7,746
[ "no_license" ]
[ { "path": "roles/httpdrole/tasks/main.yml", "content": "---\n# tasks file for httpdrole\n- name: install httpd \n yum: \n name: httpd\n state: present\n\n- name: start httpd\n service:\n name: httpd\n state: started\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
Aashu2139/Ansible
6e4b92b3c120ebcda9b2254c11d74cd373b2433c
0
roles/phprole
7,746
[ "no_license" ]
[ { "path": "roles/phprole/handlers/main.yml", "content": "---\n# handlers file for phprole", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/phprole/defaults/main.yml", "content": "---\n# defaults file for phprole", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 311, "all_permissive": false }
ansible_role
aseigneurin/ansible-sandbox
f674f1c3f2fbe5184a17f8cd1a6e3999cf933baf
0
roles/java7
7,746
[ "no_license" ]
[ { "path": "roles/java7/tasks/main.yml", "content": "---\n\n - name: install Java\n yum:\n name=java-1.7.0-openjdk.x86_64\n state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
aseigneurin/ansible-sandbox
f674f1c3f2fbe5184a17f8cd1a6e3999cf933baf
0
roles/tomcat7
7,746
[ "no_license" ]
[ { "path": "roles/tomcat7/meta/main.yml", "content": "---\ndependencies:\n- { role: java7 }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/tomcat7/tasks/main.yml", "content": "---\n\n - name: create tomcat7 group\n group:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 929, "all_permissive": false }
ansible_role
aseigneurin/ansible-sandbox
f674f1c3f2fbe5184a17f8cd1a6e3999cf933baf
0
roles/webapp
7,746
[ "no_license" ]
[ { "path": "roles/webapp/vars/main.yml", "content": "tmp_dir: /tmp/{{app_name}}\ntmp_war: \"{{tmp_dir}}/{{target_instance_name}}-{{app_version}}.war\"\n\napp_dir: \"{{target_platform_workspace}}/{{target_instance_name}}\"\napp_war: \"{{app_dir}}/webapps/{{target_instance_name}}.war\"\napp_src_url: \"{{reposi...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1698, "all_permissive": false }
ansible_role
status-im/infra-nimbus
ae5d4a83c67afe51ecf6dfd5f4b53f4c0d5a20e2
10
ansible/roles/get-geth-api-urls
7,746
[ "no_license" ]
[ { "path": "ansible/roles/get-geth-api-urls/tasks/consul/posix.yml", "content": "---\n- name: Find available data centers\n uri:\n url: '{{ consul_catalog_url }}/datacenters'\n register: data_centers\n\n- name: Find available Geth API Auth RPC services\n uri:\n url: '{{ consul_catalog_url }}/service...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2555, "all_permissive": false }
ansible_role
status-im/infra-nimbus
ae5d4a83c67afe51ecf6dfd5f4b53f4c0d5a20e2
10
ansible/roles/logclean-job
7,746
[ "no_license" ]
[ { "path": "ansible/roles/logclean-job/README.md", "content": "# Description\n\nThis is a systemd timer that runs daily and removes from ElasticSearch logs older than `N` days.\n\nThis is done because Nimbus generates a metric shitton of `TRACE` logs.\n\n# Configuration\n\nThe main configuration values are:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4141, "all_permissive": false }
ansible_role
status-im/infra-nimbus
ae5d4a83c67afe51ecf6dfd5f4b53f4c0d5a20e2
10
ansible/roles/network-debug-script
7,746
[ "no_license" ]
[ { "path": "ansible/roles/network-debug-script/tasks/main.yml", "content": "---\n- name: Create logs directory\n file:\n path: '{{ net_debug_logs_dir }}'\n state: directory\n\n- name: Copy over the debug script\n template:\n src: debug_script.sh\n dest: '{{ net_debug_script_path }}'\n mode: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1873, "all_permissive": false }
ansible_role
status-im/infra-nimbus
ae5d4a83c67afe51ecf6dfd5f4b53f4c0d5a20e2
10
ansible/roles/nimbus-era-files
7,746
[ "no_license" ]
[ { "path": "ansible/roles/nimbus-era-files/README.md", "content": "# Description\n\nThis role configures a Systemd timer which generates Nimbus ERA files weekly.\n\nThe purpose of those is to save space by sharing the same historical data between nodes.\n\nRead more about ERA files [here](https://github.com/...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8715, "all_permissive": false }
ansible_role
status-im/infra-nimbus
ae5d4a83c67afe51ecf6dfd5f4b53f4c0d5a20e2
10
ansible/roles/nimbus-stats
7,746
[ "no_license" ]
[ { "path": "ansible/roles/nimbus-stats/files/collect.py", "content": "#!/usr/bin/env python3\nimport os\nimport sys\nimport json\nimport socket\nimport logging\nimport requests\nfrom datetime import datetime\nfrom optparse import OptionParser\nfrom elasticsearch import Elasticsearch\n\nHELP_DESCRIPTION='This...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 11834, "all_permissive": false }
ansible_role
status-im/infra-nimbus
ae5d4a83c67afe51ecf6dfd5f4b53f4c0d5a20e2
10
ansible/roles/redirect-ports
7,746
[ "no_license" ]
[ { "path": "ansible/roles/redirect-ports/README.md", "content": "# Description\n\nThis role configures port redirects using [iptables](https://linux.die.net/man/8/iptables).\n\n# Configuration\n\nYou can redirect multiple ports:\n```yaml\nredirect_ports:\n - { src: 80, dst: 8080, comment: 'XYZ Service HTTP...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1956, "all_permissive": false }
ansible_role
status-im/infra-nimbus
ae5d4a83c67afe51ecf6dfd5f4b53f4c0d5a20e2
10
ansible/roles/update-netplan
7,746
[ "no_license" ]
[ { "path": "ansible/roles/update-netplan/README.md", "content": "# Description\n\nThis role simply copies [Netplan](https://netplan.io/) config files for intended hosts.\n\nThis is necesssary because Innova Hosting does not provide addresses DHCP, network configuration is manualy done by support at first ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 670, "all_permissive": false }
ansible_role
testuser681/Jenkins
8479155611e2b485bdeeef9583b3e783a2f2590d
0
ansible/roles/mongo
7,746
[ "no_license" ]
[ { "path": "ansible/roles/mongo/tasks/alpine.yml", "content": "---\n# tasks file for alpine\n- name: Enable edge community repository\n replace:\n dest: /etc/apk/repositories\n regexp: \"#http://dl-cdn.alpinelinux.org/alpine/edge/community\"\n replace: \"http://dl-cdn.alpinelinux.org/alpine/edge/co...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3871, "all_permissive": false }
ansible_role
OneStopDevOps/CapStone-Final-Project
2d9575bdeb0a19d0b24389b68822451f30a0eb55
0
ansible/roles/aws-cli
7,746
[ "no_license" ]
[ { "path": "ansible/roles/aws-cli/tasks/main.yml", "content": "# AWS CLI Configuration\n\n---\n- name: Download and install the latest AWS CLI\n apt:\n name: awscli\n update_cache: yes\n state: latest\n tags: [ awscli ]\n\n- name: Check AWS CLI version\n shell: \"aws --version\"\n register: vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
OneStopDevOps/CapStone-Final-Project
2d9575bdeb0a19d0b24389b68822451f30a0eb55
0
ansible/roles/docker
7,746
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "# Install docker\n- name: Install docker io\n apt:\n name: docker.io\n update_cache: yes\n state: present\n\n- name: Check docker version\n shell: \"docker version\"\n register: docker_version\n\n- name: Display docker version\n debug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
OneStopDevOps/CapStone-Final-Project
2d9575bdeb0a19d0b24389b68822451f30a0eb55
0
ansible/roles/dynamic-inventory
7,746
[ "no_license" ]
[ { "path": "ansible/roles/dynamic-inventory/tasks/main.yml", "content": "# Dynamic Inventory Configuration\n# - Python3 should be installed along with Ansible\n---\n- name: Install pip\n apt:\n name: python3-pip\n update_cache: yes\n state: present\n\n- name: Install boto3\n apt:\n name: pyt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1738, "all_permissive": false }
ansible_role
OneStopDevOps/CapStone-Final-Project
2d9575bdeb0a19d0b24389b68822451f30a0eb55
0
ansible/roles/git
7,746
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "# Install GIT\n- name: Install GIT\n apt:\n name: git-core\n update_cache: yes\n state: present\n\n- name: Check GIT version\n shell: \"git --version\"\n register: git_version\n\n- name: Display GIT version\n debug:\n var: git_version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
OneStopDevOps/CapStone-Final-Project
2d9575bdeb0a19d0b24389b68822451f30a0eb55
0
ansible/roles/jdk
7,746
[ "no_license" ]
[ { "path": "ansible/roles/jdk/tasks/main.yml", "content": "- name: Install latest openJDK 8 JDK\n apt:\n name: openjdk-8-jdk\n update_cache: yes\n state: present\n\n- name: Check java version\n shell: \"java -version\"\n register: jdk_version\n\n- name: Display java version\n debug:\n var: jd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
OneStopDevOps/CapStone-Final-Project
2d9575bdeb0a19d0b24389b68822451f30a0eb55
0
ansible/roles/jenkins
7,746
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/install.yml", "content": "# Install jenkins and its dependencies\n\n- name: Add jenkins APT key\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins.io.key\n state: present\n\n- name: Add jenkins APT to repository\n shell: \"echo deb https://pkg.jenkins.io/d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 735, "all_permissive": false }
ansible_role
OneStopDevOps/CapStone-Final-Project
2d9575bdeb0a19d0b24389b68822451f30a0eb55
0
ansible/roles/maven
7,746
[ "no_license" ]
[ { "path": "ansible/roles/maven/tasks/main.yml", "content": "- name: Install unzip\n apt:\n name: unzip\n update_cache: yes\n state: present\n\n- name: Install latest maven\n get_url:\n url: \"https://dlcdn.apache.org/maven/maven-3/{{ maven_version }}/binaries/apache-maven-{{ maven_version }}-b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }
ansible_role
OneStopDevOps/CapStone-Final-Project
2d9575bdeb0a19d0b24389b68822451f30a0eb55
0
ansible/roles/terraform
7,746
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yml", "content": "# Terraform Configuration\n\n---\n- name: Download and unarchive the Terraform zip file\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.0.7/terraform_1.0.7_linux_amd64.zip\n dest: /usr/bin\n remote_src: yes\n tags: [ t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
redhat-partner-ecosystem/devhub-bootstrap
40afef27c6e2ec5b908a4f53925a8fc18f965724
0
ansible/roles/bootstrap
7,746
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/templates/namespace_devspaces.yml.j2", "content": "kind: Namespace\napiVersion: v1\nmetadata:\n name: {{ namespace_devspaces }}\n #labels:\n # argocd.argoproj.io/managed-by: openshift-gitops\nspec:\n finalizers:\n - kubernetes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 808, "all_permissive": false }
ansible_role
redhat-partner-ecosystem/devhub-bootstrap
40afef27c6e2ec5b908a4f53925a8fc18f965724
0
ansible/roles/env
7,746
[ "no_license" ]
[ { "path": "ansible/roles/env/tasks/main.yml", "content": "# Quay needs OpenShift Container Storage (Noobaa in particular)\n# Check that the correct storage class exists on the cluster\n- name: Retrieve bucket class\n k8s_info:\n api_version: noobaa.io/v1alpha1\n kind: BucketClass\n namespace: open...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 920, "all_permissive": false }
ansible_role
redhat-partner-ecosystem/devhub-bootstrap
40afef27c6e2ec5b908a4f53925a8fc18f965724
0
ansible/roles/install_devspaces
7,746
[ "no_license" ]
[ { "path": "ansible/roles/install_devspaces/templates/openshift-devspaces-instance.yml.j2", "content": "apiVersion: org.eclipse.che/v2\nkind: CheCluster\nmetadata:\n name: devspaces\n namespace: {{ namespace_devspaces }}\nspec:\n components:\n cheServer:\n debug: false\n logLevel: INFO\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2199, "all_permissive": false }
ansible_role
redhat-partner-ecosystem/devhub-bootstrap
40afef27c6e2ec5b908a4f53925a8fc18f965724
0
ansible/roles/install_quay_registry
7,746
[ "no_license" ]
[ { "path": "ansible/roles/install_quay_registry/tasks/main.yml", "content": "- name: Quay Registry configuration\n shell: |\n oc create secret generic -n \"{{ namespace_quay }}\" --from-file config.yaml=../roles/install_quay_registry/templates/config.yaml quay-init-config-bundle\n\n- name: Create Quay Re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2107, "all_permissive": false }
ansible_role
lmdkfs/k8s-playbook
b0b1879eb6f3a688b5a3a600b908eb61c4fe0158
1
roles/create-user-kubeconfig
7,746
[ "no_license" ]
[ { "path": "roles/create-user-kubeconfig/tasks/main.yml", "content": "---\n# tasks file for create-user-kubeconfig\n- name: create newuser-csr.json file\n local_action:\n module: template\n src: newuser-csr.json.j2\n dest: \"{{ role_path.split('/')[:-2]| join('/') }}/files/ssl/{{ username }}-csr.js...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2375, "all_permissive": false }
ansible_role
lmdkfs/k8s-playbook
b0b1879eb6f3a688b5a3a600b908eb61c4fe0158
1
roles/flannel
7,746
[ "no_license" ]
[ { "path": "roles/flannel/tasks/main.yml", "content": "---\n# tasks file for flannel\n- name: copy server.pem server-key.pem ca.pem ca-key.pem to etcd nodes\n copy:\n src: \"{{ role_path.split('/')[:-2]| join('/') }}/files/ssl/{{ item }}\"\n dest: \"{{ project_config_path }}/ssl/{{ item }}\"\n mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1663, "all_permissive": false }
ansible_role
lmdkfs/k8s-playbook
b0b1879eb6f3a688b5a3a600b908eb61c4fe0158
1
roles/init-server
7,746
[ "no_license" ]
[ { "path": "roles/init-server/tasks/main.yml", "content": "---\n# tasks file for init-server\n- name: pam_limits hard and soft\n pam_limits:\n domain: \"*\"\n limit_type: \"{{ item }}\"\n limit_item: nofile\n value: 65535\n loop:\n - hard\n - soft\n\n- name: stop firewalled\n systemd:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2068, "all_permissive": false }
ansible_role
lmdkfs/k8s-playbook
b0b1879eb6f3a688b5a3a600b908eb61c4fe0158
1
roles/test
7,746
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n# tasks file for test\n- name: \n debug:\n msg: \"{{ role_path.split('/')[:-2]| join('/') }}/files\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/alias
7,746
[ "no_license" ]
[ { "path": "roles/alias/tasks/main.yml", "content": " - name: \"regist_alias\"\n lineinfile: dest=/etc/profile line={{item}}\n with_items:\n - alias ls='ls -latr --color=auto'\n - alias rm='rm -i'\n - alias mv='mv -i'\n - alias cp='cp -ipr'\n - alias grep='grep --color'\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/aws_repo
7,746
[ "no_license" ]
[ { "path": "roles/aws_repo/tasks/main.yml", "content": "- name: aws epel install\n shell: amazon-linux-extras install epel\n tags: aws_epel\n\n- name: \"repository\"\n yum: name={{item}}\n with_items:\n - http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\n tags: aws_other_repo\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/basic
7,746
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": " - name: \"yum update\"\n command: \"yum -y update\"\n tags: yum_update\n\n - name: \"python\"\n yum: name=libselinux-python state=latest\n tags: python\n\n - name: \"basic library\"\n yum: name={{item}} state=latest\n with_items:\n - man\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/bower
7,746
[ "no_license" ]
[ { "path": "roles/bower/tasks/main.yml", "content": " - name: \"install bower\"\n command: sudo -iu root npm install -g bower\n tags: install_bower\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/cakephp
7,746
[ "no_license" ]
[ { "path": "roles/cakephp/vars/main.yml", "content": "appname: sampleApp\nvardir: /var/www/html\ndbhost: localhost\ndbname: sample_db\ndbuser: sample_user\ndbpass: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/cakephp/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1028, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/cpan
7,746
[ "no_license" ]
[ { "path": "roles/cpan/tasks/main.yml", "content": " - name: \"install library yum\"\n yum: name={{item}} state=latest\n with_items:\n - cpan\n - libyaml-devel\n - perl-core\n - gd\n - gd-devel\n - mod_perl\n - poppler\n - poppler-utils\n - libxml2-devel\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1839, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/cron
7,746
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yml", "content": " - name: \"database backup\"\n cron: name=\"database backp\" minute=\"00\" hour=\"3\" job=\"{{shell_dir}}backup_wms_db.sh\"\n tags: database_back_up\n\n - name: \"iotop process log\"\n cron: name=\"iotop process log\" minute=\"*/5\" job=\"/usr/sbin/io...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 769, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/docker
7,746
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "docker_version: 1.5.2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/docker/tasks/main.yml", "content": " - name: Add Docker repo\n get_url:\n url: https://download.docker.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/git
7,746
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": " - name: \"remove yum git\"\n yum: name=git state=removed\n tags: remove_git\n\n - name: \"import yum\"\n yum: name={{item}} state=latest\n with_items:\n - curl-devel\n - expat-devel\n - gettext-devel\n - openssl-devel\n - zl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1012, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/logrotate
7,746
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": " - template: src=./template/logrotate.j2 dest=/etc/logrotate.d/{{item.dest_path}} owner=root group=root mode=0644\n with_items:\n - { name: 'iotop.log', dest_path: 'iotop' , span: 10 , period1: 'daily', period2: 'dateext' }\n - { name: 'ps.lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 651, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/mysql
7,746
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": " - name: \"install mysql\"\n yum: name={{item}} state=latest\n with_items:\n - mysql\n - mysql-server\n - mysql-devel\n - MySQL-python\n tags: install_mysql\n\n - name: \"service mysqld on\"\n service: name=mysqld state=started ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1452, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/mysql57
7,746
[ "no_license" ]
[ { "path": "roles/mysql57/tasks/main.yml", "content": " - name: \"install mysql repo\"\n yum: name={{item}} state=latest\n with_items:\n - http://dev.mysql.com/doc/refman/5.7/en/checking-gpg-signature.html\n - http://dev.mysql.com/get/mysql57-community-release-el6-7.noarch.rpm\n tags: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1665, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/nginx
7,746
[ "no_license" ]
[ { "path": "roles/nginx/template/nginx.j2", "content": "server {\n listen 80;\n server_name localhost;\n\n client_max_body_size 20M;\n\n #charset koi8-r;\n \n location ~ /{{item.hostname}}/(img|css|js|files)/(.+)$ {\n root /var/nginx/{{item.hostname}}/webroot;\n try_fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4698, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/node
7,746
[ "no_license" ]
[ { "path": "roles/node/vars/main.yml", "content": "nvm_node_version: \"v6.10.2\"\nnvm_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/node/tasks/main.yml", "content": " - name: \"install nvm\"\n git: repo=https://github.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 584, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/ntp
7,746
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": " - name: \"set localtime \"\n command: \"cp -p /usr/share/zoneinfo/Japan /etc/localtime\"\n tags: set_localtime\n\n - name: \"install ntp\"\n yum: name=ntp state=latest\n tags: install_ntp\n\n - name: \"ntpdate\"\n shell: >\n /etc/init.d/ntpd s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/perl
7,746
[ "no_license" ]
[ { "path": "roles/perl/tasks/main.yml", "content": " - name: \"install perl perl-CGI \"\n yum: name={{item}} state=latest\n with_items:\n - perl\n - perl-CGI\n - perl-DBD-MySQL\n tags: perl_install\n\n - name: \"import epel-repo rpm \"\n yum: name=epel-release\n tags: import_repo\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/php56
7,746
[ "no_license" ]
[ { "path": "roles/php56/tasks/main.yml", "content": " - name: \" import remi-repo rpm \"\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\n tags: import_remi_repo\n\n - name: \"install php\"\n yum: name={{item}} state=latest enablerepo=remi,remi-php56\n with_items:\n - php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/php7
7,746
[ "no_license" ]
[ { "path": "roles/php7/tasks/main.yml", "content": " - name: \" import remi-repo rpm \"\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\n tags: import_remi_repo\n\n - name: \"install php\"\n yum: name={{item}} state=latest enablerepo=epel,remi-php74\n with_items:\n - php\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1243, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/phpenv
7,746
[ "no_license" ]
[ { "path": "roles/phpenv/tasks/main.yml", "content": " - name: \"install phpenv\"\n shell: >\n curl -L https://raw.github.com/CHH/phpenv/master/bin/phpenv-install.sh | bash;\n git clone https://github.com/CHH/php-build.git ~/.phpenv/plugins/php-build\n tags: install_phpenv\n\n - name: \"source phpe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1405, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/port
7,746
[ "no_license" ]
[ { "path": "roles/port/tasks/main.yml", "content": " - name: start_firewall\n systemd:\n name: firewalld.service\n state: started\n daemon_reload: yes\n enabled: yes\n tags: start_firewall\n\n - firewalld: service={{item}} permanent=true state=enabled immediate=true\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/repo
7,746
[ "no_license" ]
[ { "path": "roles/repo/tasks/main.yml", "content": " - name: \"repository\"\n yum: name={{item}}\n with_items:\n - epel-release\n - http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\n tags: each_repo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/ruby
7,746
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": " - name: \"install ruby lib\"\n yum: name={{item}} state=latest \n with_items:\n - openssl-devel \n - readline-devel \n - zlib-devel \n - libcurl-devel\n - bzip2\n - gcc\n tags: install_ruby_lib\n\n - name: \"install rben...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1652, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/serverspec
7,746
[ "no_license" ]
[ { "path": "roles/serverspec/tasks/main.yml", "content": " - name: \"install serverspec\"\n command: gem install serverspec\n tags: install_serverspec\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/ssh
7,746
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": " - name: \"sshd_config cp\"\n command: \" cp -ip /etc/ssh/sshd_config /etc/ssh/sshd_config.org \"\n tags: sshd_conf_cp\n\n - name: \"sshd_config replace\"\n replace: dest='/etc/ssh/sshd_config' regexp='{{item.pattern}}' replace='{{item.replaced_value}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/useradd
7,746
[ "no_license" ]
[ { "path": "roles/useradd/vars/main.yml", "content": "userinfo:\n user:\n user_name: tarou\n #openssl passwd -salt <PASSWORD>(←任意の文字 ) -1 tarou_pass(使いたいパスワード)\n user_password: <PASSWORD>/\n group: apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 518, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/vim
7,746
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": " - name: \"vimrc cp\"\n command: \" cp -ip /etc/vimrc /etc/vimrc.org \"\n tags: vimrc_cp\n\n - name: \"vimrc add\"\n lineinfile: dest='/etc/vimrc' line='{{item.add_value}}' backup=no\n with_items:\n - { add_value: 'set number' }\n - { add_val...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
umanari145/ansible
553fc36fb25b7ecea469a7b6116c0c5308b28327
0
roles/zabbix
7,746
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": " - name: \"repository\"\n yum: name=http://repo.zabbix.com/zabbix/3.0/rhel/6/x86_64/zabbix-release-3.0-1.el6.noarch.rpm\n tags: zabbix_repo\n\n - name: \"zabbix-agent\"\n yum: name=zabbix-agent state=latest\n tags: zabbix_install\n\n - name: \"zab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1167, "all_permissive": false }
ansible_role
wilsonlopes00/ansible-ios-acl
4a8b5444eaeaf57453ec36e00a9e63c1bf4b05e3
1
roles/ios-acl
7,746
[ "no_license" ]
[ { "path": "roles/ios-acl/tasks/main.yaml", "content": "- name: update access-list {{ acl_name }}\n ios_config:\n lines: \"{{ acl_content }}\"\n parents: ip access-list extended {{ acl_name }}\n before: no ip access-list extended {{ acl_name }}\n match: exact\n\n- name: show access-list {{ acl_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 433, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
Practice/Lesson5/roles/debug
7,746
[ "no_license" ]
[ { "path": "Practice/Lesson5/roles/debug/vars/main.yml", "content": "key1: \"The value from file\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "Practice/Lesson5/roles/debug/tasks/main.yml", "content": "--- \n- name: Print var\n debug:\n ms...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 83, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
Practice/Lesson5/roles/firstrole
7,746
[ "no_license" ]
[ { "path": "Practice/Lesson5/roles/firstrole/tasks/main.yml", "content": "---\n- include_tasks: firsttask.yml\n- include_tasks: secondtask.yml\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
Practice/Lesson5/roles/httpd
7,746
[ "no_license" ]
[ { "path": "Practice/Lesson5/roles/httpd/tasks/main.yml", "content": "---\n - include_tasks: httpdfirsttask.yml\n - include_tasks: httpdsecondtask.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "Practice/Lesson5/roles/httpd/tasks/httpdsecondtask...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 155, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
Practice/Lesson5/roles/nginx
7,746
[ "no_license" ]
[ { "path": "Practice/Lesson5/roles/nginx/tasks/nginxfirsttask.yml", "content": "- name: First tasks\n ansible.builtin.debug:\n msg: \" This is first task \"\n tags: ['newTag']", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "Practice/Lesson5/rol...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 172, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
Practice/roles/loop
7,746
[ "no_license" ]
[ { "path": "Practice/roles/loop/tasks/loop1.yml", "content": "- name: Permutation\n ansible.builtin.debug:\n msg: \"{{ item[0] }} - {{ item[1] }} - {{ ansible_loop.index0 }}\"\n loop: \"{{ key1 | product(key2) | list }}\"\n loop control:\n extended: true ", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 223, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
Practice/roles/when
7,746
[ "no_license" ]
[ { "path": "Practice/roles/when/vars/main.yml", "content": "key1: [5,6,7,8,9,10]\nkey2: [a,b,c]\nkey3: [1,2,3]", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "Practice/roles/when/tasks/main.yml", "content": "---\n- include_tasks: when1.yml\n#- i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 219, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
SOSReport/roles/compress-attachmant
7,746
[ "no_license" ]
[ { "path": "SOSReport/roles/compress-attachmant/tasks/pushtouploader.yml", "content": "- name: Copy diagnostic data tar.gz to remote host\n ansible.builtin.command: \"scp -C -B /tmp/diagnostic-data.tar.gz root@10.250.75.140:/tmp/diagnostic-data.tar.gz\"", "license_type": "no_license", "detected_lice...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 608, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
SOSReport/roles/must-gather
7,746
[ "no_license" ]
[ { "path": "SOSReport/roles/must-gather/tasks/test.yml", "content": "- name: Debug must_gather_output\n ansible.builtin.debug:\n msg: \"{{ must_gather_dir.stdout }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "SOSReport/roles/must-gather/ta...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 880, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
SOSReport/roles/sos-report
7,746
[ "no_license" ]
[ { "path": "SOSReport/roles/sos-report/tasks/sosreport1.yml", "content": "- name: Run sosreport command\n ansible.builtin.command: >\n oc debug node/{{ item }} -- chroot /host toolbox sos report -k crio.all=on -k crio.logs=on --case-id {{ case_id }} --batch\n register: sosreport_output\n changed_when: f...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1484, "all_permissive": false }
ansible_role
eugene1031/CNS-Intern
28d2dab8f555dc5fe9fe3cf273bb134aa33240d4
0
SOSReport/roles/toolbox-upload
7,746
[ "no_license" ]
[ { "path": "SOSReport/roles/toolbox-upload/tasks/main.yml", "content": "---\n- import_tasks: toolbox.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "SOSReport/roles/toolbox-upload/tasks/toolbox.yml", "content": "- name: Run toolbox command\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 293, "all_permissive": false }
ansible_role
KeithWilliamsGMIT/analytics-swarm-ansible
080d30aa62a039a53ecdb2ad311c5047b3c119d6
0
playbooks/roles/deploy-analytics
7,746
[ "no_license" ]
[ { "path": "playbooks/roles/deploy-analytics/tasks/main.yml", "content": "---\n- name: Install required python modules for Docker\n pip:\n name: \"{{ item.name }}\"\n state: present\n with_items:\n - { name: jsondiff }\n\n- name: Install required python modules for Docker (with specific versions)\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3197, "all_permissive": false }
ansible_role
ilapitski/mtn-projects
834a80834a5cf4b26f26f650f1d2be6b3635c765
0
ansible/vagrant/ansible2/roles/common
7,746
[ "no_license" ]
[ { "path": "ansible/vagrant/ansible2/roles/common/README.md", "content": "Tree\n----\n```\n.\n├── defaults\n│   └── main.yml\n├── files\n│   └── NGINX.repo --- repo file nginx latest\n├── handlers\n│   └── main.yml --- restart nginx\n├── meta\n│   └── main.yml --- no\n├── README.md\n├── tasks\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1739, "all_permissive": false }
ansible_role
ilapitski/mtn-projects
834a80834a5cf4b26f26f650f1d2be6b3635c765
0
ansible/vagrant/ansible2/roles/java
7,746
[ "no_license" ]
[ { "path": "ansible/vagrant/ansible2/roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n- debug: msg=\"Will download and install JDK 7 files\"\n\n- name: Setup working directory\n file: path=/tmp/install state=directory\n\n- name: Check Java version\n shell: java -version 2>&1 | awk -F '\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1985, "all_permissive": false }
ansible_role
ilapitski/mtn-projects
834a80834a5cf4b26f26f650f1d2be6b3635c765
0
ansible/vagrant/ansible2/roles/jenkins
7,746
[ "no_license" ]
[ { "path": "ansible/vagrant/ansible2/roles/jenkins/README.md", "content": "Tree\n----\n```\nroles/jenkins/\n├── defaults\n│   └── main.yml --- no\n├── files\n│   ├── config.xml --- jenkins conf file\n│   ├── hudson.tasks.Maven.xml --- set maven location to jenkins\n│   ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5563, "all_permissive": false }
ansible_role
ilapitski/mtn-projects
834a80834a5cf4b26f26f650f1d2be6b3635c765
0
ansible/vagrant/ansible2/roles/tomcat
7,746
[ "no_license" ]
[ { "path": "ansible/vagrant/ansible2/roles/tomcat/vars/main.yml", "content": "---\n# vars file for tomcat\ntomcat_http_port: 8082\ntomcat_ajp_port: 8009\njenkins_http_port: 8081\njenkins_listen_address: 127.0.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2748, "all_permissive": false }
ansible_role
m-ahmedy/t3c7-ansible-exercise
998275cd8229025903ac21031caa0acbbbde2230
0
roles/deploy-nodejs-server
7,746
[ "no_license" ]
[ { "path": "roles/deploy-nodejs-server/tasks/main.yml", "content": "---\n- name: Create App Directory\n file:\n path: /home/ubuntu/app\n state: directory\n\n- name: Copy app.js to the directory\n copy:\n src: app.js\n dest: /home/ubuntu/app/app.js\n\n- name: Start app.js with Node\n shell: |\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
m-ahmedy/t3c7-ansible-exercise
998275cd8229025903ac21031caa0acbbbde2230
0
roles/install-nodejs
7,746
[ "no_license" ]
[ { "path": "roles/install-nodejs/tasks/main.yml", "content": "---\n- name: Install Node.js LTS from NodeSource\n become: true\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -\n sudo apt-get install -y nodejs\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
suyognepal/assingment
e2004297c0ee662bf786884657d25d4e799ae36e
0
answer2/ansible/roles/web_servers
7,746
[ "no_license" ]
[ { "path": "answer2/ansible/roles/web_servers/tasks/main.yaml", "content": "---\n- name: Install packages\n package:\n name:\n - epel-release\n - nginx\n state: present\n update_cache: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: Allow traffic to http\n firewalld:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2235, "all_permissive": false }
ansible_role
DafitiSprint/dojos
f0ce0c9b8b10896cc9f39258c54e6b47018f18e2
7
2014-05-07/ansible/roles/common
7,750
[ "no_license" ]
[ { "path": "2014-05-07/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Common - Create project folder\n file: path=$doc_root state=directory\n- name: Common - Update repository\n apt: update_cache=yes\n- name: Common - Install\n apt: pkg=$item state=latest\n with_items:\n - vim\n - c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
DafitiSprint/dojos
f0ce0c9b8b10896cc9f39258c54e6b47018f18e2
7
2014-05-07/ansible/roles/neo4j
7,750
[ "no_license" ]
[ { "path": "2014-05-07/ansible/roles/neo4j/handlers/main.yml", "content": "---\n- name: Neo4j - Stop\n service: name=neo4j-service state=stopped\n- name: Neo4j - Start\n service: name=neo4j-service state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 593, "all_permissive": false }
ansible_role
DafitiSprint/dojos
f0ce0c9b8b10896cc9f39258c54e6b47018f18e2
7
2014-05-07/ansible/roles/php
7,750
[ "no_license" ]
[ { "path": "2014-05-07/ansible/roles/php/tasks/main.yml", "content": "---\n- name: PHP - Add Repository\n apt_repository: repo=\"ppa:ondrej/php5\" update_cache=yes\n- name: PHP - Install\n apt: pkg=$item state=installed\n with_items:\n - php5\n - php5-cli\n - php5-xdebug\n - php5-curl\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }