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
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/autocloudreporter
464
[ "no_license" ]
[ { "path": "roles/autocloudreporter/tasks/main.yml", "content": "# This role reports Autocloud results to ResultsDB. There should\n# always be exactly one host in infra with this role set up and\n# autocloudreporter_prod set to True, so all results are reported\n# once.\n#\n# Required vars\n#\n# Required var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1205, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/basessh
464
[ "no_license" ]
[ { "path": "roles/basessh/tasks/main.yml", "content": "---\n- name: check if sshd port is already known by selinux\n shell: semanage port -l | grep ssh\n register: sshd_selinux_port\n check_mode: no\n changed_when: false\n failed_when: false\n tags:\n - basessh\n - sshd_config\n - config\n - sshd\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3798, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/ccsdb
464
[ "no_license" ]
[ { "path": "roles/ccsdb/templates/ccsdb.wsgi", "content": "import os\nos.environ['CCSDB_CONFIG'] = '/etc/ccsdb/ccsdb.cfg'\n\nfrom ccsdb.app import _app as application\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/ccsdb/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2258, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/hubs
464
[ "no_license" ]
[ { "path": "roles/hubs/templates/nginx.conf", "content": "upstream hubs {\n # fail_timeout=0 means we always retry an upstream even if it failed\n # to return a good HTTP response\n\n # for UNIX domain socket setups\n #server unix:/tmp/gunicorn.sock fail_timeout=0;\n\n # for a TCP configuratio...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 12709, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/loopabull
464
[ "no_license" ]
[ { "path": "roles/loopabull/tasks/main.yml", "content": "---\n# tasks file for loopabull\n\n- name: Install required packages\n package: name=\"{{ item }}\" state=installed\n with_items:\n - git\n - loopabull\n\n- name: configure loopabull\n template:\n src: loopabull.yml.j2\n dest: /etc/loopa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 829, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/manage-container-images
464
[ "no_license" ]
[ { "path": "roles/manage-container-images/tasks/main.yml", "content": "---\n# tasks file for push-docker\n#\n- name: install necessary packages\n package:\n name: \"{{item}}\"\n state: present\n with_items:\n - skopeo\n\n- name: ensure cert dir exists\n file:\n path: \"{{cert_dest_dir}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/modernpaste
464
[ "no_license" ]
[ { "path": "roles/modernpaste/tasks/main.yml", "content": "---\n- name: install needed packages\n package: pkg={{ item }} state=present\n with_items:\n - python-psycopg2\n - httpd\n - mod_wsgi\n - python2-mock\n - modern-paste\n - stickynotes2modernpaste\n tags:\n - packages\n - modernpaste\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2303, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/nginx
464
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- include: nginx.yml\n\n- include: ssl-setup.yml\n when: not httpd_no_ssl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/osbs-namespace
464
[ "no_license" ]
[ { "path": "roles/osbs-namespace/templates/client-config-secret.conf.j2", "content": "[general]\nbuild_json_dir = {{ osbs_build_json_dir }}\n\n{% for platform, clusters in osbs_worker_clusters.iteritems() %}\n{% for cluster in clusters | default([]) %}\n[{{ cluster.name }}]\nnamespace = {{ cluster.namespace ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 22704, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/varnish
464
[ "no_license" ]
[ { "path": "roles/varnish/templates/s390kojipkgs.vcl.j2", "content": "vcl 4.0;\n\nimport std;\nimport directors;\n\n#\n# These nets/machines are allowed /repo access\n#\nacl repoallowed {\n \"10.16.0.0\"/24;\n}\n\nacl purge {\n \"127.0.0.1\"/32;\n}\nbackend kojipkgs01 {\n .host = \"kojipkgs01.phx2.fedor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2689, "all_permissive": false }
ansible_role
qixiang/fedora-ansible
c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e
0
roles/waiverdb
464
[ "no_license" ]
[ { "path": "roles/waiverdb/tasks/main.yml", "content": "---\n- include: psql_setup.yml\n\n# Need to set selinux to permissive for now due to https://bugzilla.redhat.com/show_bug.cgi?id=1291940\n- name: switch selinux to permissive\n selinux: policy=targeted state=permissive\n\n- name: install needed package...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4911, "all_permissive": false }
ansible_role
saranyakatta/javacode-infra
649324f347707e0131dce0937830253fe549d1e5
0
roles/cicd
464
[ "no_license" ]
[ { "path": "roles/cicd/tasks/main.yaml", "content": "- name: Download the artifact\n maven_artifact:\n group_id: in.shan5a6\n artifact_id: myweb\n repository_url: 'http://172.16.17.32/repository/app1-artifact'\n extension: war\n version: \"{{ artifact_version }}\"\n username: \"{{ nexus_us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
Mokowz/RADA-Project
16dc9f69e350418c3027f5d032421f62738b8d16
1
ansible/roles/gunicorn
464
[ "no_license" ]
[ { "path": "ansible/roles/gunicorn/defaults/main.yml", "content": "---\nuser: ubuntu\ngunicorn_service_path: /etc/systemd/system/gunicorn.service\ngunicorn_socket_path: /etc/systemd/system/gunicorn.socket", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
Mokowz/RADA-Project
16dc9f69e350418c3027f5d032421f62738b8d16
1
ansible/roles/nginx
464
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf", "content": "server {\n listen 80;\n server_name {{ server_ip }};\n\n location /static/ {\n root {{ static_path }};\n }\n\n location / {\n include proxy_params;\n proxy_pass http://unix:/run/gunicorn.sock;\n }\n}", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 779, "all_permissive": false }
ansible_role
bzwei/approval-operator
41751d27ddf9d40533bca810b94270f553a7165a
0
roles/postgres
464
[ "no_license" ]
[ { "path": "roles/postgres/tasks/pvc.yml", "content": "- name: claim persistent volume\n k8s:\n definition:\n kind: PersistentVolumeClaim\n apiVersion: v1\n metadata:\n name: postgres-pv-claim\n namespace: '{{ meta.namespace }}'\n labels:\n app: approval-api\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3935, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/aptget_init
464
[ "no_license" ]
[ { "path": "ansible/roles/aptget_init/tasks/main.yml", "content": "---\n\n- name: update the installed packages\n apt:\n update_cache: yes\n upgrade: \"yes\"\n sudo: yes\n\n- name: minimum packages\n apt:\n name: vim\n state: present\n sudo: yes\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/aptget_user
464
[ "no_license" ]
[ { "path": "ansible/roles/aptget_user/tasks/main.yml", "content": "---\n\n- name: user packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openjdk-7-jdk\n - libcurl4-nss-dev\n sudo: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/dhcp_config
464
[ "no_license" ]
[ { "path": "ansible/roles/dhcp_config/files/iptables", "content": "#!/bin/sh\n#This script restores iptables during boot\n\niptables-restore < /etc/network/iptables.up.rules\n\nexit 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "ansible/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1378, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/git_check
464
[ "no_license" ]
[ { "path": "ansible/roles/git_check/tasks/main.yml", "content": "---\n\n- name: check GitHub private key\n stat:\n path: \"{{ gitPrivateKeyFile }}\"\n follow: True\n register: gitKeyFile\n\n- name: check GitHub private key is a file\n fail:\n msg: \"'{{ gitPrivateKeyFile }}' doesn't exist, or is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/local_clean
464
[ "no_license" ]
[ { "path": "ansible/roles/local_clean/tasks/main.yml", "content": "---\n\n- name: remove tmp folder\n file:\n path: \"/tmp/ansible\"\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/network_config
464
[ "no_license" ]
[ { "path": "ansible/roles/network_config/tasks/main.yml", "content": "---\n\n- name: set current hostname\n command: hostname '{{ hostname }}'\n sudo: yes\n\n- name: configure hostname\n template:\n src: hostname.j2\n dest: /etc/hostname\n sudo: yes\n\n- name: configure /etc/hosts\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/tinc_check
464
[ "no_license" ]
[ { "path": "ansible/roles/tinc_check/tasks/main.yml", "content": "---\n\n- name: check can write in hosts tinc folder\n file:\n path: \"/etc/tinc/skylucPerso/hosts/empty\"\n state: touch\n\n- name: check can remove created file\n file:\n path: \"/etc/tinc/skylucPerso/hosts/empty\"\n state: abse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/tinc_config
464
[ "no_license" ]
[ { "path": "ansible/roles/tinc_config/templates/tinc.conf.j2", "content": "Name = {{ hostname }}\nConnectTo = nostromo\n\nAddressFamily = ipv4\nAutoConnect = yes\nDevice = /dev/net/tun\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1650, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/tinc_fetch_gateway
464
[ "no_license" ]
[ { "path": "ansible/roles/tinc_fetch_gateway/tasks/main.yml", "content": "---\n\n- name: fetch tinc gateway host file\n fetch:\n src: \"/etc/tinc/skylucPerso/hosts/nostromo\"\n dest: \"/tmp/ansible/tinc/hosts/\"\n flat: yes\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/tinc_push_hosts
464
[ "no_license" ]
[ { "path": "ansible/roles/tinc_push_hosts/tasks/main.yml", "content": "---\n\n- name: push tinc hosts files to gateway\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/tinc/skylucPerso/hosts/\"\n with_fileglob:\n - /tmp/ansible/tinc/hosts-local/*\n\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/tinc_run
464
[ "no_license" ]
[ { "path": "ansible/roles/tinc_run/tasks/main.yml", "content": "---\n\n- name: tinc - start daemon\n command: \"/etc/init.d/tinc restart\"\n sudo: yes\n\n- name: tinc - check vpn is up (gateway is accessible)\n wait_for:\n host: 10.110.0.1\n port: 22\n timeout: 5\n\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/user_config
464
[ "no_license" ]
[ { "path": "ansible/roles/user_config/tasks/main.yml", "content": "---\n\n- name: git clone general configs\n git:\n repo: <EMAIL>:skyluc/config.git\n dest: ~/dev/skyluc/config\n remote: perso\n accept_hostkey: yes\n\n- name: link bash configuration\n file:\n src: ~/dev/skyluc/config/apps/ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
skyluc/sandbox-pi
3e3d7c3e9fdd04487f0aecbd096a8d2d1133b792
0
ansible/roles/user_creation
464
[ "no_license" ]
[ { "path": "ansible/roles/user_creation/tasks/main.yml", "content": "---\n\n- name: create user luc\n user:\n name: luc\n groups: adm,sudo\n createhome: yes\n generate_ssh_key: yes\n sudo: yes\n\n- name: copy github key\n copy:\n src: ~/.ssh/id_rsa_pi_github\n dest: ~luc/.ssh/\n owner...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
3RX0/sv-0001
a960f237fa80930f01e234ea70d0e44b4760f9b5
0
ANSIBLE/roles/docker
464
[ "no_license" ]
[ { "path": "ANSIBLE/roles/docker/tasks/main.yml", "content": "---\n# Ansible playbook to install docker and docker-compose\n\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1154, "all_permissive": false }
ansible_role
3RX0/sv-0001
a960f237fa80930f01e234ea70d0e44b4760f9b5
0
ANSIBLE/roles/rabbitmq
464
[ "no_license" ]
[ { "path": "ANSIBLE/roles/rabbitmq/tasks/main.yml", "content": "---\n# Ansible playbook to deploy and configure not-persistent RabbitMQ via docker-compose\n\n- name: Copy rabbitmq docker compose to machine\n copy: src=rabbitmq.yaml dest=/opt/docker-compose.yml\n\n- name: Create and start services\n communi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1651, "all_permissive": false }
ansible_role
ercbeaudoin/Ansible-OSP12
df45ff61abe09f5b7b87289c2d450a111a901ab1
0
roles/r1_setupNetwork
465
[ "no_license" ]
[ { "path": "roles/r1_setupNetwork/tasks/main.yml", "content": "---\n# Get the Virtual netowrk list\n- name: get list of vms\n virt_net: command=list_nets\n register: virt_net_list\n\n- debug: var=net\n- debug: var=net.default\n- debug: var=net.default.name\n# Verify if default network has DHCP enable\n## D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2431, "all_permissive": false }
ansible_role
ercbeaudoin/Ansible-OSP12
df45ff61abe09f5b7b87289c2d450a111a901ab1
0
roles/r2_createVMs
465
[ "no_license" ]
[ { "path": "roles/r2_createVMs/tasks/main.yml", "content": "---\n##########################################\n## \n## Create user stack\n##\n- name: Create stack user with ssh-key\n user: name=stack state=present generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa password={{ undercloud.passwd |...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9947, "all_permissive": false }
ansible_role
harishtallam/Ansible_Samples
86df0da548001408fc242a5887fb514e057f1f80
0
devops_training/roles/eastinstall
465
[ "no_license" ]
[ { "path": "devops_training/roles/eastinstall/tasks/main.yml", "content": "---\n- name: Install Httpd WebSever # Task1\n yum: \n name: httpd\n state: present\n\n- name: Start httpd # Task2\n service:\n name: httpd\n state: started\n\n- name: Open http port on firewall # Task3\n firewal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
harishtallam/Ansible_Samples
86df0da548001408fc242a5887fb514e057f1f80
0
devops_training/roles/named
465
[ "no_license" ]
[ { "path": "devops_training/roles/named/tasks/main.yml", "content": "---\n- name: Install some random package\n yum:\n name: git\n state: present\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
harishtallam/Ansible_Samples
86df0da548001408fc242a5887fb514e057f1f80
0
devops_training/roles/ntpd
465
[ "no_license" ]
[ { "path": "devops_training/roles/ntpd/tasks/main.yml", "content": "---\n- name: Install ntpd/chrony package\n yum:\n name: chrony\n state: present\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
harishtallam/Ansible_Samples
86df0da548001408fc242a5887fb514e057f1f80
0
devops_training/roles/westinstall
465
[ "no_license" ]
[ { "path": "devops_training/roles/westinstall/tasks/main.yml", "content": "---\n- name: Setup httpd WebSever\n yum: \n name: httpd\n state: present\n\n- name: Start httpd\n service:\n name: httpd\n state: started\n...\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/confd
465
[ "no_license" ]
[ { "path": "ansible/roles/confd/tasks/main.yaml", "content": "---\n- name: create confd directory\n file: path={{ confd_directory }} state=directory recurse=yes owner=root group=root mode=0755\n\n- name: install confd from github\n get_url: url=https://github.com/kelseyhightower/confd/releases/download/v{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/confdserver
465
[ "no_license" ]
[ { "path": "ansible/roles/confdserver/templates/etc/default/confd.j2", "content": "export ETCD_PORT=${ETCD_PORT:-2379}\nexport HOST_IP=${HOST_IP:-{{ etcdserver_ip }}}\nexport ETCD=http://$HOST_IP:$ETCD_PORT\n# for changes every 10 seconds\nexport CONFD_OPTS=\"-interval 10 -node $ETCD -config-file /etc/confd/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3804, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/etcd
465
[ "no_license" ]
[ { "path": "ansible/roles/etcd/defaults/main.yaml", "content": "---\netcd_version: v2.3.0-alpha.1\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/etcd/tasks/main.yaml", "content": "---\n- name: install etcd from github\n get_u...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 567, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/etcdserver
465
[ "no_license" ]
[ { "path": "ansible/roles/etcdserver/defaults/main.yaml", "content": "---\netcdserver_ip: \"{{ ansible_eth1.ipv4.address }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/roles/etcdserver/tasks/main.yaml", "content": "---\n- name: i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1157, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/git_alias
465
[ "no_license" ]
[ { "path": "ansible/roles/git_alias/tasks/main.yaml", "content": "---\n- name: copy project-led script to /usr/local/bin/\n copy: src=project-led dest=/usr/local/bin/project-led owner=root group=root mode=0755\n\n- name: add appropirate alias to gitconfig\n ini_file: dest=/home/{{ git_user }}/.gitconfig se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 730, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/master
465
[ "no_license" ]
[ { "path": "ansible/roles/master/defaults/main.yaml", "content": "---\nmaster_ip: \"{{ ansible_eth1.ipv4.address }}\"\netcdserver_ip: etcdserver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/master/tasks/main.yaml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 948, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/minion
465
[ "no_license" ]
[ { "path": "ansible/roles/minion/tasks/main.yaml", "content": "---\n- name: install salt-minion\n apt: name=salt-minion state=present\n\n- name: configure salt-minion to auto accept minions\n lineinfile: \"regexp='^#master: salt$' line='master: master' dest=/etc/salt/minion\"\n\n- name: create /etc/salt/pk...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 789, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/saltstack
465
[ "no_license" ]
[ { "path": "ansible/roles/saltstack/tasks/main.yaml", "content": "---\n- name: add saltstack gpg key\n apt_key: url=https://repo.saltstack.com/apt/ubuntu/latest/SALTSTACK-GPG-KEY.pub state=present\n\n# use hardcoded trusty and 14.04 keywords as explained in this post:\n# https://github.com/saltstack/salt/is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
erickeller/project-led
6d983fe570d45e5b0a3b107277eb342bc7df50e1
1
ansible/roles/udev
465
[ "no_license" ]
[ { "path": "ansible/roles/udev/tasks/main.yaml", "content": "---\n- name: copy teensy udev rule\n copy: src=49-teensy.rules dest=/etc/udev/rules.d/49-teensy.rules owner=root group=root mode=0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
dmiropol/aviconfig-role-examples
0f67c1e9dad51e9ecc9bc4470c7206ea9cdc3b39
0
roles/create_vs
465
[ "no_license" ]
[ { "path": "roles/create_vs/tasks/main.yml", "content": "- name: Render and save avi_conifgs for Aviconfig role\n block:\n - name: Define combined_avi_config var\n set_fact:\n combined_avi_config: {}\n\n - name: Combine avi_config objects into desired format\n set_fact:\n\n combined_avi_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1001, "all_permissive": false }
ansible_role
cloudlane-one/k8s-cloud
2ac671ebf8db7c4196b089d177999d8f1676b7e2
5
roles/cluster-config
465
[ "no_license" ]
[ { "path": "roles/cluster-config/secrets.yaml", "content": "# Cluster secrets template.\ncluster_secrets:\n # Naming of dns secret key(s) depends on chosen provider and can be looked up in \n # external-dns chart values: https://artifacthub.io/packages/helm/bitnami/external-dns?modal=values\n # Look for `...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7143, "all_permissive": false }
ansible_role
cloudlane-one/k8s-cloud
2ac671ebf8db7c4196b089d177999d8f1676b7e2
5
roles/infra-setup
465
[ "no_license" ]
[ { "path": "roles/infra-setup/defaults/main.yaml", "content": "cluster: {} # Required. Cluster config.\ncluster_secrets: [] # Required. Secrets associated with cluster config.\n\nkubeconfig: null # Setting to null instructs ansible to use the remote host's default kubeconfig.\nlocal_kubeconfig: \"./kubeconfi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4208, "all_permissive": false }
ansible_role
cloudlane-one/k8s-cloud
2ac671ebf8db7c4196b089d177999d8f1676b7e2
5
roles/node-destruction
465
[ "no_license" ]
[ { "path": "roles/node-destruction/defaults/main.yaml", "content": "cluster: {} # Required. Cluster config.\n# Whether this node is to be a control plane node.\ncontrol: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/node-destruction...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 907, "all_permissive": false }
ansible_role
cloudlane-one/k8s-cloud
2ac671ebf8db7c4196b089d177999d8f1676b7e2
5
roles/node-setup
465
[ "no_license" ]
[ { "path": "roles/node-setup/files/requirements.txt", "content": "pyyaml>=3.11\nkubernetes>=12.0.0\njsonpatch\npsutil", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/node-setup/handlers/main.yaml", "content": "- name: Reboot host\n ansibl...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 15758, "all_permissive": false }
ansible_role
cloudlane-one/k8s-cloud
2ac671ebf8db7c4196b089d177999d8f1676b7e2
5
roles/ssh-setup
465
[ "no_license" ]
[ { "path": "roles/ssh-setup/tasks/main.yaml", "content": "- name: Clear all cluster hosts from known_hosts file\n when: \"clear_known_hosts\"\n loop: \"{{ groups[group_name] }}\"\n ansible.builtin.command: \"ssh-keygen -f $HOME/.ssh/known_hosts -R {{ hostvars[item].ansible_host }}\"\n changed_when: true\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1313, "all_permissive": false }
ansible_role
argadepp/Ansible_Repo
08fde575011de2ab95e38ee8fc55a2f65a700e6a
0
roles/common
465
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- include: final_pkg.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/common/tasks/custom_apch.yml", "content": "---\n\n- name: Update all packages to their latest version\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1490, "all_permissive": false }
ansible_role
argadepp/Ansible_Repo
08fde575011de2ab95e38ee8fc55a2f65a700e6a
0
roles/motd
465
[ "no_license" ]
[ { "path": "roles/motd/tasks/main.yml", "content": "---\n\n- name: copy the motd files \n template: \n src: motd.j2\n dest: /etc/motd\n tags:\n - motd \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/motd/templates/motd.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 127, "all_permissive": false }
ansible_role
zaglex/otus-linux
04b5f1c2d57750a9538bf0b7a1f9162916024e54
0
lesson12/roles/myserver
465
[ "no_license" ]
[ { "path": "lesson12/roles/myserver/vars/main.yml", "content": "---\n# vars file for myserver\nsysctl_settings: \n - name: net.core.somaxconn\n value: 1024\n - name: net.core.rmem_max\n value: 8388608\n - name: net.core.wmem_max\n value: 8388608\n - name: net.core.rmem_default\n value: 65536\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1115, "all_permissive": false }
ansible_role
zaglex/otus-linux
04b5f1c2d57750a9538bf0b7a1f9162916024e54
0
lesson9/etc/ansible/roles/epel
465
[ "no_license" ]
[ { "path": "lesson9/etc/ansible/roles/epel/tasks/main.yml", "content": "---\n# tasks file for epel\n - name: Install epel\n yum: pkg=epel-release state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
zaglex/otus-linux
04b5f1c2d57750a9538bf0b7a1f9162916024e54
0
lesson9/etc/ansible/roles/nginx
465
[ "no_license" ]
[ { "path": "lesson9/etc/ansible/roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx\n - name: nginx start\n service: name=nginx state=started\n - name: nginx restart\n service: name=nginx state=restarted\n - name: nginx set enabled\n service: name=nginx enabled=...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 645, "all_permissive": false }
ansible_role
namgo/ctf-infra
22c1c6c7e541ed2c2bb26f0d79dfdc8992ed70e6
0
roles/collab
465
[ "no_license" ]
[ { "path": "roles/collab/tasks/main.yml", "content": "---\n\n- name: install git\n yum: name=git state=present\n\n- name: add git user\n ansible.builtin.user:\n name: git\n shell: /usr/bin/git-shell\n\n- name: add ssh directory\n file:\n path: /home/git/.ssh/\n state: directory\n mode: 0700...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
slipp/jwp-devops
590097497c08779e657ea4c2f6455bb6103b3d19
0
ansible/roles/deploy
465
[ "no_license" ]
[ { "path": "ansible/roles/deploy/templates/deploy.sh", "content": "#!/bin/bash\n\nJAVA_HOME={{ java_symbolic_link }}\nPATH=$PATH:$JAVA_HOME/bin\n\nREPOSITORIES_DIR={{ repositories_dir }}\n\nrm -rf $REPOSITORIES_DIR\nmkdir {{ repositories_base_dir }}\ncd {{ repositories_base_dir }}\npwd\n\ngit clone {{ source...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2020, "all_permissive": false }
ansible_role
slipp/jwp-devops
590097497c08779e657ea4c2f6455bb6103b3d19
0
ansible/roles/git
465
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "- name: Update apt cache (Debian).\n apt: update_cache=yes cache_valid_time=86400\n- name: Ensure git is installed (Debian).\n apt:\n name: git\n state: installed", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
slipp/jwp-devops
590097497c08779e657ea4c2f6455bb6103b3d19
0
ansible/roles/redis
465
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n- name: Add specified repository into source list\n apt_repository: repo='ppa:rwky/redis'\n- name: NGINX | Updating apt cache\n apt:\n update_cache: yes\n- name: Ensure redis is installed.\n apt: name=redis-server state=installed", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
aryag/setup
2808989f3bd5073472b2134523693a91566ffb22
0
roles/dotfiles
465
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: Clone dotfiles\n git: repo=https://github.com/aryag/dotfiles.git dest=dotfiles recursive=yes update=no\n\n- name: Remove unused items from Dock\n shell: dockutil --remove '{{ item }}'\n ignore_errors: true\n with_items: \"{{ dockitems...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/client_side_tests
465
[ "permissive" ]
[ { "path": "roles/client_side_tests/tasks/main.yml", "content": "---\n- name: \"Check that the collectd metrics are getting to prom\"\n ansible.builtin.include_tasks:\n file: test_e2e.yml\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 123 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6039, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/common
465
[ "permissive" ]
[ { "path": "roles/common/tasks/crd_tests.yml", "content": "---\n- name: Verify CRD \"{{ item }}\"\n ansible.builtin.shell:\n cmd: |\n oc get crd \"{{ item }}\"\n changed_when: false\n register: output\n\n- name: |\n TEST Verify CRD {{ item }} is found\n ansible.builtin.assert:\n that:\n ...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 13564, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/telemetry_autoscaling
465
[ "permissive" ]
[ { "path": "roles/telemetry_autoscaling/tasks/verify_autoscaling.yml", "content": "---\n# This doesn't work when using prom as the metrics backend\n# TODO: Add a metrics_backend option\n- name: Test service API endpoint(metric) for autoscaling\n when: metrics_backend == \"gnocchi\"\n ansible.builtin.shell:...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 23369, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/telemetry_graphing
465
[ "permissive" ]
[ { "path": "roles/telemetry_graphing/tasks/main.yml", "content": "---\n- name: \"Verify url for graphing test\"\n ansible.builtin.include_tasks: \n file: verify_url.yml\n\n- name: \"Run cypress test\"\n ansible.builtin.include_tasks: \n file: cypress_test.yml\n\n", "license_type": "permissive", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6394, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/telemetry_logging
465
[ "permissive" ]
[ { "path": "roles/telemetry_logging/README.md", "content": "telemetry_logging\n=========\n\nTest logging in Openstack\n\nRequirements\n------------\n\nRole Variables\n--------------\n\n For journal_tests.yml\n \n identifiers_test_id\n - polarion id for test\n identifiers_list \n - Lists ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2232, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/telemetry_verify_metrics
465
[ "permissive" ]
[ { "path": "roles/telemetry_verify_metrics/tasks/verify_ceilometer_compute_metrics.yml", "content": "- name: Verify ceilometer scrapeconfig exists\n ansible.builtin.include_role:\n name: common\n vars:\n common_cr_list:\n - kind: scrapeconfigs.monitoring.rhobs\n name: telemetry-ceilometer...
{ "task_files": 15, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 24520, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/test_alerts
465
[ "permissive" ]
[ { "path": "roles/test_alerts/tasks/test_creating_a_standard_alert_route_in_alert_manager.yml", "content": "---\n# Test creating an alert route in alertmanager following the procedure in: https://infrawatch.github.io/documentation/#creating-an-alert-route-in-alertmanager_assembly-advanced-features\n\n# Pre-c...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8985, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/test_collectd
465
[ "permissive" ]
[ { "path": "roles/test_collectd/README.md", "content": "Test collectd\n=============\n\nRuns some tests to ensure collectd is running as expected.\nThis should be run to ensure the client-side is configured correctly for STF.\nCurrent tests are limited to \"is collectd running?\" and \"is collectd generating...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2128, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/test_metrics_retention
465
[ "permissive" ]
[ { "path": "roles/test_metrics_retention/vars/main.yml", "content": "---\n# vars file for test_metrics_retention\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 43 }, { "path": "roles/test_metrics_retention/defaults/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1595, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/test_observability_strategy
465
[ "permissive" ]
[ { "path": "roles/test_observability_strategy/defaults/main.yml", "content": "---\n# defaults file for test_observability_strategy\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 52 }, { "path": "roles/test_observability_strategy/vars/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3453, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/test_qdr
465
[ "permissive" ]
[ { "path": "roles/test_qdr/README.md", "content": "Test QDR\n========\n\nRuns some tests to ensure QDR is running as expected.\nThis should be run to ensure that client-side is configured correctly for STF.\nCurrently, the tests check that QDR is up and receiving any messages.\n\nRequirements\n------------\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2274, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/test_sensubility
465
[ "permissive" ]
[ { "path": "roles/test_sensubility/tasks/test_health_status.yml", "content": " #In this test we choose one container (logrotate_crond),checking that it is running \n #and then stopping the container and starting it again and checking that its health status changes accordingly.\n\n- name: RHELOSP-176011 Che...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2801, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/test_snmp_traps
465
[ "permissive" ]
[ { "path": "roles/test_snmp_traps/vars/main.yml", "content": "---\n# vars file for test_snmp_traps\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 36 }, { "path": "roles/test_snmp_traps/defaults/main.yml", "content": "---\n# defaults fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4284, "all_permissive": true }
ansible_role
infrawatch/feature-verification-tests
46bf193cfde3dd60fa79f215eb21fe67c12f9bc8
2
roles/test_verify_email
465
[ "permissive" ]
[ { "path": "roles/test_verify_email/vars/main.yml", "content": "---\n# vars file for roles/test_verify_email\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 44 }, { "path": "roles/test_verify_email/defaults/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3673, "all_permissive": true }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/alias
465
[ "no_license" ]
[ { "path": "playbook/roles/alias/tasks/main.yml", "content": "- name: add alias to .bashrc\n blockinfile:\n dest: \"{{ home_path }}/.bashrc\"\n insertafter: \"# User specific aliases and functions\"\n content: |\n alias ll='ls -la --color=auto'\n\n- name: set to read .bashrc at startup\n bloc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/composer
465
[ "no_license" ]
[ { "path": "playbook/roles/composer/tasks/main.yml", "content": "- name: check composer\r\n stat: path=/usr/local/bin/composer\r\n register: composer_bin\r\n tags: composer\r\n\r\n- block:\r\n - name: download composer\r\n get_url:\r\n url: https://getcomposer.org/installer\r\n dest: /tmp/in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/fishykink
465
[ "no_license" ]
[ { "path": "playbook/roles/fishykink/files/notify.json", "content": "{\"_id\":{\"$oid\":\"5d15af14763834624de38f25\"},\"userID\":\"tamano\",\"text\":\"いのくんにフォローされました。\",\"time\":\"2019/06/27 10:25:30\"}\n{\"_id\":{\"$oid\":\"5d15af3b763834624de38f26\"},\"userID\":\"tamano\",\"text\":\"いのくんからDMが届いています。\",\"ti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1692, "all_permissive": false }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/httpd
465
[ "no_license" ]
[ { "path": "playbook/roles/httpd/tasks/main.yml", "content": "- name: install httpd\r\n yum: name=httpd state=installed\r\n\r\n- name: start & enable httpd\r\n systemd: \r\n name: httpd\r\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/mount
465
[ "no_license" ]
[ { "path": "playbook/roles/mount/tasks/main.yml", "content": "########mountタグを使っただけではうまくマウントされない######################\n- name: Mount and bind /vagrant/source to /var/www/html\n mount:\n path: /var/www/html\n src: /vagrant/source\n opts: bind\n state: mounted\n fstype: none\n register: fstab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/php-twitter-git-config
465
[ "no_license" ]
[ { "path": "playbook/roles/php-twitter-git-config/files/pre-commit", "content": "#!/bin/sh\n\nif git rev-parse --verify HEAD >/dev/null 2>&1\nthen\n against=HEAD\nelse\n against=4b825dc642cb6eb9a060e54bf8d69288fbee4904\nfi\n\nexec 1>&2\n\nbranch=$(git rev-parse --abbrev-ref \"$against\")\n\nif test -z ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 746, "all_permissive": false }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/php72
465
[ "no_license" ]
[ { "path": "playbook/roles/php72/tasks/main.yml", "content": "- name: install epel-release\r\n yum: \r\n name: epel-release\r\n state: present\r\n\r\n- name: install Remi \r\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\r\n\r\n- name: copy remi-php72.repo\r\n copy:\r\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 690, "all_permissive": false }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/python36&pip
465
[ "no_license" ]
[ { "path": "playbook/roles/python36&pip/tasks/main.yml", "content": "- name: install ius repository\r\n yum: name=https://centos7.iuscommunity.org/ius-release.rpm\r\n\r\n- name: install python36 & pip\r\n yum: name={{ item }} state=installed\r\n with_items:\r\n - python36u\r\n - python36u-libs\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
ro-ba/app-fishy-kink
c815d29b8cb6195c701f34242085b6364c510c8d
0
playbook/roles/zip&unzip
465
[ "no_license" ]
[ { "path": "playbook/roles/zip&unzip/tasks/main.yml", "content": "- name: install zip unzip\r\n yum: name={{ item }} state=installed\r\n with_items:\r\n - zip\r\n - unzip", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/api
465
[ "no_license" ]
[ { "path": "pipeline/roles/api/tasks/main.yml", "content": "- name: install json package\n apt:\n pkg:\n - python3-jmespath\n state: present\n\n- name: Generate Crumb for API token (JJS)\n shell: curl -s --cookie-jar /tmp/cookies -u admin:admin http://localhost:9000/crumbIssuer/api/json\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1607, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/app-common
465
[ "no_license" ]
[ { "path": "pipeline/roles/app-common/tasks/main.yml", "content": "- name: Install pip3 & python tools\n apt: \n pkg: ['python3-pip', python3-setuptools]\n state: present\n update_cache: yes\n become: yes\n\n- name: Install utility packages\n apt:\n pkg: ['unzip']\n state: present\n upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/checkbox
465
[ "no_license" ]
[ { "path": "pipeline/roles/checkbox/tasks/main.yml", "content": "- name: Add nodejs repository\n shell: 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -'\n become: yes\n\n- name: Install nodejs & npm\n apt:\n pkg:\n - nodejs\n state: latest\n become: yes\n\n- include: ../../nginx/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/checkbox.io-prod
465
[ "no_license" ]
[ { "path": "pipeline/roles/checkbox.io-prod/tasks/main.yml", "content": "- name: Create checkbox.io application directory\n shell: mkdir -p /opt/checkbox.io\n\n- name: Add nginx configuration\n ansible.builtin.copy:\n src: /bakerx/pipeline/nginx.conf\n dest: /etc/nginx/\n\n- include: ../../nginx/task...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1077, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/iTrust
465
[ "no_license" ]
[ { "path": "pipeline/roles/iTrust/vars/main.yml", "content": "mysql_packages:\n - mysql-common\n - mysql-server\nmysql_daemon: mysql\nmysql_root_username: root\nmysql_root_password: <PASSWORD>\nmysql_socket: /var/run/mysqld/mysqld.sock\nserver_hostname: 192.168.33.20\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1865, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/iTrust-prod
465
[ "no_license" ]
[ { "path": "pipeline/roles/iTrust-prod/tasks/stage.yml", "content": "- name: Create staging directory\n shell: mkdir -p /tmp/builds/iTrust\n\n- name: Download latest war build\n shell: curl http://192.168.33.20:9000/job/iTrust/lastSuccessfulBuild/artifact/iTrust2/target/iTrust2-0.0.1-SNAPSHOT.war --output...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 510, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/java
465
[ "no_license" ]
[ { "path": "pipeline/roles/java/tasks/main.yml", "content": "- name: Update apt pm repo cache \n apt: \n update_cache: true\n become: yes\n\n- name: Install java\n apt:\n pkg:\n - openjdk-11-jdk\n state: present\n become: yes", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/jenkins
465
[ "no_license" ]
[ { "path": "pipeline/roles/jenkins/tasks/configure.yml", "content": "---\n- name: Check if jenkins_init_file exists.\n stat:\n path: \"{{ jenkins_init_file }}\"\n register: jenkins_init_file_stat\n\n- name: Ensure jenkins_init_file exists.\n file:\n path: \"{{ jenkins_init_file }}\"\n state: touc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5839, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/jenkins-jobs
465
[ "no_license" ]
[ { "path": "pipeline/roles/jenkins-jobs/tasks/main.yml", "content": "- name: Creating checkbox.io and iTrust build jobs\n shell: jenkins-jobs --conf /bakerx/pipeline/jenkins_jobs.ini --password {{jenkins_api_token}} update /bakerx/pipeline/jenkins-build-job.yml\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/mongo
465
[ "no_license" ]
[ { "path": "pipeline/roles/mongo/vars/main.yml", "content": "vars:\nmongo_ip: localhost\nmongo_user: team02\nmongo_password: <PASSWORD>\napp_port: 3002\nmongo_port: 27017", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "pipeline/roles/mongo/tasks/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1147, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/nginx
465
[ "no_license" ]
[ { "path": "pipeline/roles/nginx/tasks/install.yml", "content": "- name: Install nginx\n apt:\n update_cache: yes\n name: nginx\n state: present\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "pipeline/roles/nginx/tasks/rest...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 154, "all_permissive": false }
ansible_role
sai-sruthi/CI-CD-Pipeline
5763f0e556c0b6adbbab292bda007a6039b06ac9
0
pipeline/roles/tomcat
465
[ "no_license" ]
[ { "path": "pipeline/roles/tomcat/tasks/main.yml", "content": "- name: Download binary\n shell: 'wget https://www-eu.apache.org/dist/tomcat/tomcat-9/v{{ tomcat_version }}/bin/apache-tomcat-{{ tomcat_version }}.tar.gz -P /tmp'\n become: yes\n\n- name: Create tomcat directory\n shell: 'mkdir -p /opt/tomcat/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 731, "all_permissive": false }
ansible_role
mvrahden/ansible-project-debian-base-setup
6f1bcc605ed0a079e508159e497975c2666b4e1a
1
roles/docker
465
[ "no_license" ]
[ { "path": "roles/docker/templates/docker.list.j2", "content": "{{ ansible_managed | comment }}\ndeb [arch={{ _node_arch }}] https://download.docker.com/linux/{{ _node_os_distro }} {{ _node_os_codename }} stable edge\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4462, "all_permissive": false }
ansible_role
mvrahden/ansible-project-debian-base-setup
6f1bcc605ed0a079e508159e497975c2666b4e1a
1
roles/hostname
465
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n- name: Ensure hostname set\n hostname:\n name: \"{{ inventory_hostname }}\"\n when: >\n not inventory_hostname is match('(\\d{1,3}\\.){3}\\d{1,3}')\n and not inventory_hostname == ansible_hostname\n register: _hostname\n\n- name: Templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1195, "all_permissive": false }
ansible_role
mvrahden/ansible-project-debian-base-setup
6f1bcc605ed0a079e508159e497975c2666b4e1a
1
roles/initialization-tasks
465
[ "no_license" ]
[ { "path": "roles/initialization-tasks/defaults/main.yml", "content": "---\nadditional_packages: []\ndhcpcd_min_target_version: '7.2.2'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/initialization-tasks/tasks/debian/package-management.yml"...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3789, "all_permissive": false }
ansible_role
mvrahden/ansible-project-debian-base-setup
6f1bcc605ed0a079e508159e497975c2666b4e1a
1
roles/pip
465
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n- name: Install python and pip\n apt:\n name: \"{{ pip_python_packages }}\"\n state: present\n force: true\n become: true\n\n# If Docker-compose fails in 'aarch64'\n# This should help\n# see: https://github.com/confluentinc/confluent-kafka-py...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }