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
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/net-plugin
7,967
[ "permissive" ]
[ { "path": "lib/roles/net-plugin/tasks/flannel-install.yml", "content": "- name: Install Flannel\n shell: |\n grep -i 's:10.244.0.0/16:{{ pod_cidr }}:' /tmp/kube-flannel.yml\n kubectl apply -f /tmp/kube-flannel.yml\n args:\n executable: /bin/bash\n ignore_errors: yes", "license_type": "permis...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1806, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/node-kube-release-package
7,967
[ "permissive" ]
[ { "path": "lib/roles/node-kube-release-package/tasks/main.yml", "content": "- name: Load images\n shell: |\n {{ image_load_func }}\n [[ ! -d kubernetes/server/bin ]] && tar zxf kubernetes-server-linux-amd64.tar.gz\n pushd kubernetes/server/bin > /dev/null\n load_image kube-proxy.tar k8s.gcr.io/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": true }
ansible_role
kitt1987/simple-kubernetes
727bc0b662db4804ea53c144808018ceeb33bcc5
6
lib/roles/ssh-access
7,967
[ "permissive" ]
[ { "path": "lib/roles/ssh-access/tasks/gen-ssh-key.yml", "content": "- name: Check SSH key\n stat:\n path: \"{{ playbook_dir }}/node-ssh-key/kube-node-ssh-key\"\n register: ssh_key_file_state\n\n- name: Check SSH key\n stat:\n path: \"{{ playbook_dir }}/node-ssh-key/kube-node-ssh-key.pub\"\n regist...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": true }
ansible_role
BasuDevOps/AnsibleProject
99bf87db2a853893aeb811d94ea55292ac921a0a
0
roles/setup-apache-role
7,967
[ "no_license" ]
[ { "path": "roles/setup-apache-role/handlers/main.yml", "content": "---\n# handlers file for setup-apache-role\n- name: start httpd service\n service:\n name: httpd\n state: started\n when: ansible_os_family == \"RedHat\"\n ignore_errors: yes\n\n- name: start apache2 service\n service:\n name: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 737, "all_permissive": false }
ansible_role
latam-tech-office/rhmap
16e7bb17d218095e6d10d41f52cdb53df4f7ad1a
0
roles/subscribe
7,967
[ "no_license" ]
[ { "path": "roles/subscribe/tasks/main.yaml", "content": "- name: Check if variable is defined{{ ':'}} subscription_manager_repositories\n fail: msg=\"Variable 'subscription_manager_repositories' wasn't defined\"\n when: subscription_manager_repositories is not defined\n tags:\n - subscribe\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1084, "all_permissive": false }
ansible_role
edwardtheharris/ansible-monitoring
e8e9b1553db762d8a62e921dcedf7b105a3bc95d
1
roles/exporters
7,967
[ "no_license" ]
[ { "path": "roles/exporters/templates/config.yml.j2", "content": "\n# List of target hosts (IP addresses or host names) to ping.\ntargets:\n {{ exporters_targets | to_yaml }}\n\ndns:\n # enforce a specific DNS server for host name lookups (optional,\n # defaults to system resolver)\n nameserver: {{ expor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4865, "all_permissive": false }
ansible_role
edwardtheharris/ansible-monitoring
e8e9b1553db762d8a62e921dcedf7b105a3bc95d
1
roles/glances
7,967
[ "no_license" ]
[ { "path": "roles/glances/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n# tasks file for glances\n- name: Install glances\n community.general.pacman:\n name: >-\n {{ glances_item }}\n executable: yay\n state: present\n loop: >-\n {{ glances_packages }}\n loop_control...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2475, "all_permissive": false }
ansible_role
edwardtheharris/ansible-monitoring
e8e9b1553db762d8a62e921dcedf7b105a3bc95d
1
roles/grafana
7,967
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n# tasks file for grafana\n- name: Install grafana\n community.general.pacman:\n name: grafana\n state: present\n executable: yay\n- name: Template configuration file\n ansible.builtin.template:\n src: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2970, "all_permissive": false }
ansible_role
edwardtheharris/ansible-monitoring
e8e9b1553db762d8a62e921dcedf7b105a3bc95d
1
roles/promtail
7,967
[ "no_license" ]
[ { "path": "roles/promtail/defaults/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n# vars file for promtail\npromtail_domain: example.com\npromtail_hostname: localhost\npromtail_loki_client_url: http://localhost:3100/loki/api/v1/push\npromtail_static_configs:\n - targets:\n - localhost\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4545, "all_permissive": false }
ansible_role
nut-api/kubernetes
e07d20230a181251a5788d86db9ebba361eea9ed
0
ansible-kube/roles/calico
7,967
[ "no_license" ]
[ { "path": "ansible-kube/roles/calico/tasks/main.yaml", "content": "- name: Copy custom-resources.yaml manifests\n template:\n src: custom-resources.yaml\n dest: /tmp/custom-resources.yaml\n force: yes\n\n- name: Copy tigera-operator.yaml manifests\n template:\n src: tigera-operator.yaml\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
nut-api/kubernetes
e07d20230a181251a5788d86db9ebba361eea9ed
0
ansible-kube/roles/docker
7,967
[ "no_license" ]
[ { "path": "ansible-kube/roles/docker/tasks/main.yaml", "content": "- name: install APT Transport HTTPS\n apt:\n name: apt-transport-https\n state: present\n\n- name: add Docker apt-key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: add Docker' APT reposi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1254, "all_permissive": false }
ansible_role
nut-api/kubernetes
e07d20230a181251a5788d86db9ebba361eea9ed
0
ansible-kube/roles/kube-vip
7,967
[ "no_license" ]
[ { "path": "ansible-kube/roles/kube-vip/tasks/main.yaml", "content": "- name: Copy vip manifest to first master\n template:\n src: \"kube-vip.yaml\"\n dest: \"/etc/kubernetes/manifests/kube-vip.yaml\"\n owner: root\n group: root\n mode: 0644", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
nut-api/kubernetes
e07d20230a181251a5788d86db9ebba361eea9ed
0
ansible-kube/roles/kubeadm-init-master
7,967
[ "no_license" ]
[ { "path": "ansible-kube/roles/kubeadm-init-master/tasks/main.yml", "content": "- name: initialize the cluster\n shell: kubeadm init --control-plane-endpoint={{ vip_address }} --pod-network-cidr=192.168.0.0/16 --upload-certs >> cluster_initialized.txt\n args:\n chdir: $HOME\n creates: cluster_initial...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1324, "all_permissive": false }
ansible_role
nut-api/kubernetes
e07d20230a181251a5788d86db9ebba361eea9ed
0
ansible-kube/roles/kubeadm-join-worker
7,967
[ "no_license" ]
[ { "path": "ansible-kube/roles/kubeadm-join-worker/tasks/main.yaml", "content": "- name: Generate master join token\n shell: kubeadm token create --print-join-command\n register: kubeadm_join_cmd\n delegate_to: \"{{groups['k8s_master_primary'][0]}}\"\n\n- set_fact:\n kubeadm_join: \"{{ kubeadm_join_cmd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
nut-api/kubernetes
e07d20230a181251a5788d86db9ebba361eea9ed
0
ansible-kube/roles/kubeadm-prep
7,967
[ "no_license" ]
[ { "path": "ansible-kube/roles/kubeadm-prep/tasks/main.yml", "content": "- name: remove swap\n shell: \"swapoff -a; sed -i '/swap/d' /etc/fstab\"\n\n- name: br netfillter\n become: yes\n shell: |\n cat <<EOF | sudo tee /etc/modules-load.d/k8s.conf\n br_netfilter\n EOF\n\n- name: letting iptables\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1172, "all_permissive": false }
ansible_role
sanjanakd/terraform-aws-automation
69ac8a850c76f2de0a48f77677424f054cef8928
0
provision_ami/playbook/roles/apache-tomcat
7,974
[ "no_license" ]
[ { "path": "provision_ami/playbook/roles/apache-tomcat/tasks/main.yml", "content": "#- name: Create tomcat group\n# group:\n# state: present\n# name: tomcat\n# sudo: yes\n#\n#- name: Create directory for tomcat\n# file:\n# path: /opt/tomcat\n# state: directory\n\n- name: Download Tomcat\n get...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3614, "all_permissive": false }
ansible_role
raigons/parser
06359568bf7619f3b8d604ed2db3e1dbf1b9161a
1
infra/provisioning/roles/common
7,974
[ "no_license" ]
[ { "path": "infra/provisioning/roles/common/tasks/main.yml", "content": "---\n- apt: name=vim update_cache=yes\n\n- name: Exporting utf8 settings\n lineinfile:\n dest: /etc/environment\n line: \"{{ item }}\"\n with_items:\n - LC_ALL=en_US.UTF-8\n - LANG=en_US.UTF-8\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
raigons/parser
06359568bf7619f3b8d604ed2db3e1dbf1b9161a
1
infra/provisioning/roles/ruby
7,974
[ "no_license" ]
[ { "path": "infra/provisioning/roles/ruby/vars/main.yml", "content": "workspace: /tmp\nruby_download_url: http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.gz\nruby_version: 2.2.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "infra/provisi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1347, "all_permissive": false }
ansible_role
yuan-xin-9997/buildDevEnvironment
2d8101235395aa28e74e4e19b7c8c6ed7a333d08
1
ansible/roles/app
7,974
[ "permissive" ]
[ { "path": "ansible/roles/app/vars/main.yml", "content": "user: app\ngroupname: app\nlisten_port: 8080\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 43 }, { "path": "ansible/roles/app/tasks/start.yml", "content": "- name: start servic...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 399, "all_permissive": true }
ansible_role
yuan-xin-9997/buildDevEnvironment
2d8101235395aa28e74e4e19b7c8c6ed7a333d08
1
ansible/roles/httpd
7,974
[ "permissive" ]
[ { "path": "ansible/roles/httpd/tasks/user.yml", "content": "- name: create user\n user: name=apache system=yes shell=/sbin/nologin \n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 72 }, { "path": "ansible/roles/httpd/tasks/main.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 183, "all_permissive": true }
ansible_role
yuan-xin-9997/buildDevEnvironment
2d8101235395aa28e74e4e19b7c8c6ed7a333d08
1
ansible/roles/memcached
7,974
[ "permissive" ]
[ { "path": "ansible/roles/memcached/tasks/template.yml", "content": "- name: copy conf\n template: src=memcached.j2 dest=/etc/sysconfig/memcached\n notify: restart service\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 103 }, { "path": "...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 352, "all_permissive": true }
ansible_role
yuan-xin-9997/buildDevEnvironment
2d8101235395aa28e74e4e19b7c8c6ed7a333d08
1
ansible/roles/nginx
7,974
[ "permissive" ]
[ { "path": "ansible/roles/nginx/tasks/user.yml", "content": "- name: create user\n user: name=nginx uid=80 group=nginx system=yes shell=/sbin/nologin\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 89 }, { "path": "ansible/roles/nginx/task...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 527, "all_permissive": true }
ansible_role
Yproximite/manala-file-bug
bb64a8d3381bd2b7d85324d5cc7f778058bd8699
0
ansible/roles/app
7,974
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- include: blackfire.yml\n\n- debug: var=yprox_db_host\n- debug: var=yprox_db_migrate\n- debug: var=yprox_www_directory\n- debug: var=yprox_build_directory\n- debug: var=yprox_version\n\n", "license_type": "no_license", "detected_license...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2735, "all_permissive": false }
ansible_role
Yproximite/manala-file-bug
bb64a8d3381bd2b7d85324d5cc7f778058bd8699
0
ansible/roles/common
7,974
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt: pkg={{ item }} state=latest\n with_items:\n - htop\n - python-mysqldb\n\n- name: Accept github hostkey because other solution didn't seems to work\n shell: ssh-keyscan -H github.com >> /etc/ssh/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
Yproximite/manala-file-bug
bb64a8d3381bd2b7d85324d5cc7f778058bd8699
0
ansible/roles/mysql
7,974
[ "no_license" ]
[ { "path": "ansible/roles/mysql/templates/my.cnf.j2", "content": "[client]\nport = 3306\nsocket = /var/run/mysqld/mysqld.sock\n\n[mysqld_safe]\npid-file = /var/run/mysqld/mysqld.pid\nsocket = /var/run/mysqld/mysqld.sock\nnice = 0\n\n[mysqld]\nuser = mysql\npid-file = /var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2099, "all_permissive": false }
ansible_role
MS-101/DDOS_sandbox
9bf6d503e386bdba18f06bc3c84a8855f6cd66c5
1
sandbox/provisioning/roles/admin
7,974
[ "no_license" ]
[ { "path": "sandbox/provisioning/roles/admin/files/ddos-master.sh", "content": "#!/bin/bash\n\nMYARG=$1\n\nif [ $MYARG = \"ping-test-ip\" ]\nthen\n\tssh vagrant@10.10.20.10 ping -c 20 10.10.10.10\nelif [ $MYARG = \"ping-test-domain\" ]\nthen\n\tssh vagrant@10.10.20.10 ping -c 20 ddos.com\nelif [ $MYARG = \"w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3539, "all_permissive": false }
ansible_role
MS-101/DDOS_sandbox
9bf6d503e386bdba18f06bc3c84a8855f6cd66c5
1
sandbox/provisioning/roles/attacker
7,974
[ "no_license" ]
[ { "path": "sandbox/provisioning/roles/attacker/tasks/main.yml", "content": "- name: Create user \"botmaster\"\n user:\n name: botmaster\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n create_home: yes\n shell: /bin/bash\n \n- name: Create sudoer file for botmaste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5839, "all_permissive": false }
ansible_role
MS-101/DDOS_sandbox
9bf6d503e386bdba18f06bc3c84a8855f6cd66c5
1
sandbox/provisioning/roles/bots
7,974
[ "no_license" ]
[ { "path": "sandbox/provisioning/roles/bots/tasks/main.yml", "content": "- name: install hping3\n apt: name=hping3 state=latest\n \n- name: download dns-flood\n shell: \"git clone https://github.com/nickwinn/dns-flood.git /home/vagrant/dns-flood\"\n \n- name: install dns-flood\n shell: \"make -C /home/va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
MS-101/DDOS_sandbox
9bf6d503e386bdba18f06bc3c84a8855f6cd66c5
1
sandbox/provisioning/roles/client
7,974
[ "no_license" ]
[ { "path": "sandbox/provisioning/roles/client/tasks/main.yml", "content": "- name: Install w3m\n apt: name=w3m update_cache=yes state=latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
MS-101/DDOS_sandbox
9bf6d503e386bdba18f06bc3c84a8855f6cd66c5
1
sandbox/provisioning/roles/dns
7,974
[ "no_license" ]
[ { "path": "sandbox/provisioning/roles/dns/tasks/main.yml", "content": "- name: Create user \"remote-admin\"\n user:\n name: remote-admin\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n create_home: yes\n shell: /bin/bash\n\n- name: Create sudoer file for remote-admin\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2077, "all_permissive": false }
ansible_role
MS-101/DDOS_sandbox
9bf6d503e386bdba18f06bc3c84a8855f6cd66c5
1
sandbox/provisioning/roles/server
7,974
[ "no_license" ]
[ { "path": "sandbox/provisioning/roles/server/files/index.html", "content": "<html>\n\t<head>\n\t\t<title>ddos website</title>\n\t</head>\n\t<body>\n\t\t<h1>Welcome to example website for ddos testing!</h1>\n\t\t<h3>Run script \"/home/admin/ddos-master.sh\" to start ddos attack on this website.</h2>\n\t</bod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1481, "all_permissive": false }
ansible_role
MS-101/DDOS_sandbox
9bf6d503e386bdba18f06bc3c84a8855f6cd66c5
1
sandbox/provisioning/roles/server-router
7,974
[ "no_license" ]
[ { "path": "sandbox/provisioning/roles/server-router/tasks/main.yml", "content": "- name: Create user \"remote-admin\"\n user:\n name: remote-admin\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n create_home: yes\n shell: /bin/bash\n \n- name: Create sudoer file f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
ViaQ/container-logstash
49fc1b2c54dc4e5ec528f07c4d7b07dc6626c211
0
ansible/roles/logstash-deployment-openshift
7,974
[ "no_license" ]
[ { "path": "ansible/roles/logstash-deployment-openshift/README.md", "content": "# Role to provision logstash\n\nThe role isn't idempotent at the moment.\n\n## Provisioning\n\nRun the role to provision `logstash`.\n\n## Deletion\n\nRun the role, pass the variable `logstash_deploy=false` to the role to get\nlo...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7956, "all_permissive": false }
ansible_role
ViaQ/container-logstash
49fc1b2c54dc4e5ec528f07c4d7b07dc6626c211
0
ansible/roles/logstash-job-openshift
7,974
[ "no_license" ]
[ { "path": "ansible/roles/logstash-job-openshift/templates/logstash-queue.yaml.j2", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: \"logstash-queue\"\n labels:\n app: logstash\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 10Gi\n", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6529, "all_permissive": false }
ansible_role
sunakan/sunady2020-vault
aeef003e663e6d54dbe924fdcb261f78e131711f
0
ansible/roles/common
7,974
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: 開発でよく使うパッケージを入れる\n become: yes\n apt:\n name:\n - tree\n - git\n - tig\n - vim\n - make\n - jq\n update_cache: yes\n cache_valid_time: 3600\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
sunakan/sunady2020-vault
aeef003e663e6d54dbe924fdcb261f78e131711f
0
ansible/roles/hashicorp-consul
7,974
[ "no_license" ]
[ { "path": "ansible/roles/hashicorp-consul/tasks/main.yml", "content": "---\n\n- name: Install unzip\n package:\n name: unzip\n update_cache: yes\n become: true\n\n- name: Download and install consul binary\n unarchive:\n src: \"https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
sunakan/sunady2020-vault
aeef003e663e6d54dbe924fdcb261f78e131711f
0
ansible/roles/hashicorp-vault
7,974
[ "no_license" ]
[ { "path": "ansible/roles/hashicorp-vault/tasks/main.yml", "content": "---\n\n- name: Install unzip\n package:\n name: unzip\n update_cache: yes\n become: true\n\n- name: Download and install vault binary\n unarchive:\n src: \"https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vaul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
bluecap-se/deploy-vpn
264089778d636cf08c14c23d0b8e95429ac501a0
1
playbooks/roles/create-instance
7,974
[ "no_license" ]
[ { "path": "playbooks/roles/create-instance/tasks/main.yml", "content": "---\n\n# Create instance\n\n- name: Check for doctl installation\n shell: which doctl >/dev/null 2>&1\n register: doctl_check\n ignore_errors: yes\n\n- name: Install doctl\n command: brew install doctl\n when: doctl_check.rc != 0\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1591, "all_permissive": false }
ansible_role
bluecap-se/deploy-vpn
264089778d636cf08c14c23d0b8e95429ac501a0
1
playbooks/roles/install-openvpn
7,974
[ "no_license" ]
[ { "path": "playbooks/roles/install-openvpn/tasks/main.yml", "content": "---\n\n# Install OpenVPN\n\n- name: Download file\n get_url:\n url: https://raw.githubusercontent.com/Nyr/openvpn-install/master/openvpn-install.sh\n dest: /tmp/openvpn-install.sh\n\n- name: Copy configuration file\n template:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 703, "all_permissive": false }
ansible_role
bluecap-se/deploy-vpn
264089778d636cf08c14c23d0b8e95429ac501a0
1
playbooks/roles/remove-instance
7,974
[ "no_license" ]
[ { "path": "playbooks/roles/remove-instance/tasks/main.yml", "content": "---\n\n# Remove instance\n\n- name: Get Droplet ID\n shell: doctl compute droplet list --format ID --no-header\n register: droplet_id\n\n- name: Get firewall ID\n shell: >\n doctl compute firewall list-by-droplet {{ droplet_id.std...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
bluecap-se/deploy-vpn
264089778d636cf08c14c23d0b8e95429ac501a0
1
playbooks/roles/setup-instance
7,974
[ "no_license" ]
[ { "path": "playbooks/roles/setup-instance/tasks/main.yml", "content": "---\n\n# Secure instance and add user\n\n- name: Update cache\n apt:\n update_cache: yes\n- name: Upgrade installed packages\n apt:\n upgrade: full\n- name: Install essential packages\n apt:\n name:\n - python3-apt\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
bluecap-se/deploy-vpn
264089778d636cf08c14c23d0b8e95429ac501a0
1
playbooks/roles/update-firewall
7,974
[ "no_license" ]
[ { "path": "playbooks/roles/update-firewall/tasks/main.yml", "content": "---\n- name: Get Droplet ID\n shell: doctl compute droplet list --format ID --no-header\n register: droplet_id\n\n- name: Get firewall ID\n shell: >\n doctl compute firewall list-by-droplet {{ droplet_id.stdout }}\n --format ID...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": false }
ansible_role
bluecap-se/deploy-vpn
264089778d636cf08c14c23d0b8e95429ac501a0
1
playbooks/roles/update-ssh-port
7,974
[ "no_license" ]
[ { "path": "playbooks/roles/update-ssh-port/tasks/main.yml", "content": "---\n- name: Setup alternate SSH port\n lineinfile:\n dest: \"/etc/ssh/sshd_config\"\n regexp: \"^#Port\"\n line: \"Port 69\"\n\n- name: Reload sshd\n service:\n name: sshd\n state: reloaded\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/6502-assemblers
7,974
[ "no_license" ]
[ { "path": "6502/roles/6502-assemblers/tasks/main.yml", "content": "---\n- name: Install python3 pip and other libs\n apt:\n pkg:\n - python3-pip \n - libxcb-util-dev\n - build-essential\n state: present\n become: true\n\n- name: Ensure boto and boto3 modules are installed\n pip:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 896, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/6502-examples
7,974
[ "no_license" ]
[ { "path": "6502/roles/6502-examples/tasks/main.yml", "content": "---\n- name: Git clone acme-assembly-vscode-template\n git:\n repo=https://github.com/Esshahn/acme-assembly-vscode-template\n dest='{{ WORKSPACE_DIR }}/acme-assembly-vscode-template'\n\n- name: Git clone OldSkoolCoder tutorials\n git:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/atom-editor
7,974
[ "no_license" ]
[ { "path": "6502/roles/atom-editor/tasks/main.yml", "content": "---\n- name: Install snap of Atom editor\n snap:\n name: atom\n classic: yes\n become: true\n\n- name: Install Atom support for 6502 Assembly\n command: 'apm install language-65asm'\n\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/c64-debugger
7,974
[ "no_license" ]
[ { "path": "6502/roles/c64-debugger/tasks/main.yml", "content": "---\n- name: Add C64Debugger to PATH\n lineinfile:\n path: ~/shellenv.sh\n line: \"export PATH=$PATH:$TOOLS_DIR/C64Debugger\"\n state: present\n insertbefore: \"# END ANSIBLE MANAGED BLOCK\"\n\n- name: Download c64 debugger\n get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/chrome
7,974
[ "no_license" ]
[ { "path": "6502/roles/chrome/tasks/main.yml", "content": "---\n- name: Download Google Chrome\n get_url:\n url: \"{{ DOWNLOAD_URL }}\"\n validate_certs: no\n dest: \"{{ DOWNLOAD_ARCHIVE }}\"\n\n- name: Install chrome package\n apt:\n deb: \"{{ DOWNLOAD_ARCHIVE }}\"\n become: true\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/setup-shell
7,974
[ "no_license" ]
[ { "path": "6502/roles/setup-shell/tasks/main.yml", "content": "---\n- name: 'Create {{ TOOLS_DIR }}'\n file:\n path: '{{ TOOLS_DIR }}'\n state: directory\n mode: '0755'\n\n- name: Create ~/workspace\n file:\n path: ~/workspace\n state: directory\n mode: '0755'\n\n- name: Create \"{{ shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1618, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/utilities
7,974
[ "no_license" ]
[ { "path": "6502/roles/utilities/tasks/main.yml", "content": "---\n - name: Utilities\n apt:\n pkg:\n - git\n - vim\n - tree\n - xclip\n - jq\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/vice64
7,974
[ "no_license" ]
[ { "path": "6502/roles/vice64/tasks/main.yml", "content": "---\n\n- name: Install vice prerequisites\n apt:\n pkg:\n - flex\n - byacc\n - dos2unix\n - xa65\n - texinfo\n - texlive-latex-base\n - texlive-fonts-recommended\n - texlive-latex-extra\n - libglib2.0-dev\n - libsdl2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1092, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/vscode
7,974
[ "no_license" ]
[ { "path": "6502/roles/vscode/tasks/main.yml", "content": "---\n- name: Install python3 pip and other libs\n apt:\n pkg:\n - python3-pip \n - libxcb-util-dev\n state: present\n become: true\n\n- name: Ensure boto and boto3 modules are installed\n pip:\n name: ['boto3', 'botocore']\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 921, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
6502/roles/x16-emulator
7,974
[ "no_license" ]
[ { "path": "6502/roles/x16-emulator/tasks/main.yml", "content": "---\n- name: Install libsdl2-dev\n apt:\n pkg:\n - libsdl2-dev\n state: present\n become: true\n\n- name: Git clone X16 Emulator\n git:\n repo=https://github.com/commanderx16/x16-emulator\n dest='{{ TOOLS_DIR }}/x16-emulator'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
rodoherty1/bootstrap-my-6502-dev-env
149d342621db3ca2eb88ed750310a7f6cc3d01b5
0
zsh/roles/zsh-and-ohmyzsh
7,974
[ "no_license" ]
[ { "path": "zsh/roles/zsh-and-ohmyzsh/tasks/main.yml", "content": "---\n- name: Installing Zsh and git\n become: true\n apt: pkg=zsh state=latest\n# register: installation\n\n- name: Backing up existing ~/.zshrc\n shell: if [ -f ~/.zshrc ]; then mv ~/.zshrc ~/.zshrc.orig; fi\n# when: installation|succes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1497, "all_permissive": false }
ansible_role
Matthew-Kreator/mc-manager
0246d2e54d07c6de66d3e04f3f96666bb1674165
0
roles/backend
7,969
[ "no_license" ]
[ { "path": "roles/backend/templates/server.properties.j2", "content": "motd={{ motd | default(\"Minecraft Backend Server\") }}\nserver-port={{ port | default(25565) }}\nonline-mode=false\nenable-status=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5788, "all_permissive": false }
ansible_role
Matthew-Kreator/mc-manager
0246d2e54d07c6de66d3e04f3f96666bb1674165
0
roles/velocity
7,969
[ "no_license" ]
[ { "path": "roles/velocity/templates/velocity.toml.j2", "content": "player-info-forwarding-mode = \"modern\"\nforwarding-secret-file = \"/server/forwarding.secret\"\n\n[servers]\nforwarding-mode = \"modern\"\n{% for host in groups['backend'] %}\n{{ host }} = \"{{ host }}:25565\"\n{% endfor %}\ntry = [\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2032, "all_permissive": false }
ansible_role
janjic/EmberSymfonyPrototyper
8bf4fb9d0bcd13606dccdfee546bcbf1fb130d2c
0
Vagrant/ansible/roles/app
7,969
[ "no_license" ]
[ { "path": "Vagrant/ansible/roles/app/tasks/main.yml", "content": "---\n# application tasks to be customized and to run after the main provision\n- name: update file db\n become: true\n become_method: sudo\n shell: updatedb\n\n# Update all packages to the latest version\n- apt: upgrade=dist\n\n#- name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1575, "all_permissive": false }
ansible_role
janjic/EmberSymfonyPrototyper
8bf4fb9d0bcd13606dccdfee546bcbf1fb130d2c
0
Vagrant/ansible/roles/exim
7,969
[ "no_license" ]
[ { "path": "Vagrant/ansible/roles/exim/tasks/main.yml", "content": "---\n# Include variables and define needed variables.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Configure exim (D...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2103, "all_permissive": false }
ansible_role
janjic/EmberSymfonyPrototyper
8bf4fb9d0bcd13606dccdfee546bcbf1fb130d2c
0
Vagrant/ansible/roles/nginx
7,969
[ "no_license" ]
[ { "path": "Vagrant/ansible/roles/nginx/templates/nginx_ssl_virtualhost.tpl", "content": "\nupstream websocket {\n server localhost:8080;\n}\nserver {\n # listen on this port external\n listen 8888;\n\n # SSL\n ssl on;\n ssl_certificate /etc/ssl/fsd.dev/fsd.dev.pem;\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 9116, "all_permissive": false }
ansible_role
janjic/EmberSymfonyPrototyper
8bf4fb9d0bcd13606dccdfee546bcbf1fb130d2c
0
Vagrant/ansible/roles/php
7,969
[ "no_license" ]
[ { "path": "Vagrant/ansible/roles/php/tasks/configure.yml", "content": "---\n#- stat: path=/etc/php/7.0/fpm/php.ini\n# register: phpfpm\n\n- stat: path=/etc/php/7.0/cli/php.ini\n register: phpcli\n\n- include: php-cli.yml\n when: phpcli.stat.exists\n\n- name: change php memory_limit\n become: true\n bec...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3265, "all_permissive": false }
ansible_role
janjic/EmberSymfonyPrototyper
8bf4fb9d0bcd13606dccdfee546bcbf1fb130d2c
0
Vagrant/ansible/roles/redis
7,969
[ "no_license" ]
[ { "path": "Vagrant/ansible/roles/redis/tasks/main.yml", "content": "---\n\n- name: APT | install redis\n apt: pkg=redis-server state=present update_cache=yes cache_valid_time=3600 default_release={{ redis_apt_target }}\n\n- name: TEMPLATE | Deploy Redis config file\n template: src=etc/redis/redis.conf.j2 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1885, "all_permissive": false }
ansible_role
janjic/EmberSymfonyPrototyper
8bf4fb9d0bcd13606dccdfee546bcbf1fb130d2c
0
Vagrant/ansible/roles/server
7,969
[ "no_license" ]
[ { "path": "Vagrant/ansible/roles/server/tasks/main.yml", "content": "---\n- name: Update apt\n become: true\n become_method: sudo\n apt: update_cache=yes\n\n- name: Install System Packages\n become: true\n become_method: sudo\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 920, "all_permissive": false }
ansible_role
janjic/EmberSymfonyPrototyper
8bf4fb9d0bcd13606dccdfee546bcbf1fb130d2c
0
Vagrant/ansible/roles/xdebug
7,969
[ "no_license" ]
[ { "path": "Vagrant/ansible/roles/xdebug/defaults/main.yml", "content": "---\nphp_xdebug_config_filename: 20-xdebug.ini\nphp_extension_conf_paths:\n - /etc/php/7.0/fpm/conf.d\n# - /etc/php/7.0/cli/conf.d\n\n\nworkspace: /root\n\nphp_xdebug_version: 2.4.1\n\nphp_xdebug_coverage_enable: 1\nphp_xdebug_default...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1598, "all_permissive": false }
ansible_role
dynamomoskow/deploy_nginx_docker
bb20498bd5f563fa2710dc6222b3273e3cf2950f
0
roles/deploy_docker_nginx
7,969
[ "no_license" ]
[ { "path": "roles/deploy_docker_nginx/tasks/install_docker.yml", "content": "---\n - name: Установка зависимостей\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: latest\n when: ansible_os_family == 'Debia...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2059, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.ansible
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.ansible/tasks/install_package.yml", "content": "- name: Make sure the ansile.builtin.systemd_service module exists\n ansible.builtin.package:\n name: ansible\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.clean_kubernets
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.clean_kubernets/tasks/stop_service.yml", "content": "---\n- name: Ensure that the kubelet、docker service is stopped\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n loop:\n - kubelet\n - docker\n - containerd\n when: (spellbook_clean_kubenets...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2128, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.kernel
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.kernel/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/spellbook.kernel\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/spellbook.kernel/tasks/main.yml", "conte...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4343, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.named
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.named/templates/named.conf.j2", "content": "acl internal {\n{% for ip in spellbook_internal_list %}\n\t{{ ip }};\n{% endfor %}\n};\n\nacl slaves {\n{% for ip in spellbook_slaves_list %}\n\t{{ ip }};\n{% endfor %}\n};\n\noptions {\n\tlisten-on port 53 { any; };\n\tdirectory \t\"/va...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4196, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.network
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.network/vars/main.yml", "content": "---\nspellbook_network_manager_dir: \"/etc/NetworkManager/system-connections\"\nspellbook_network_scripts_dir: \"/etc/sysconfig/network-scripts\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5926, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.ntp
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.ntp/handlers/main.yml", "content": "---\n# handlers file for roles/spellbook.ntp\n\n- name: Preinstall | restart ntp\n service:\n name: \"{{ spellbook_ntp_service_name }}\"\n state: restarted\n when: ntp_enabled", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4440, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.offline_file
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.offline_file/tasks/offline_file.yml", "content": "---\n- name: Install docker\n dnf:\n name:\n - docker\n state: present\n update_cache: yes\n\n- name: Start offline file repot container \n command: docker run --rm -itd -p 80:80 registry.cn-beijing.aliyuncs.com/spell...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 438, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.repo
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.repo/tasks/os_info.yml", "content": "---\n\n- name: Print os info\n debug:\n msg: \"The os is : {{ ansible_facts['os_family'] }} : {{ ansible_facts['distribution_major_version'] }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6800, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.standardize
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.standardize/vars/main.yml", "content": "spellbook_resolv_path: \"/etc/resolv.conf\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/spellbook.standardize/tasks/swap.yml", "content": "---\n\n- name: Remove fstab ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 3221, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.tuning
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.tuning/tasks/sysctl.yml", "content": "---\n\n- name: Load kernel modules\n modprobe:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ spellbook_tuning_modprobe }}\"\n\n- name: Persist kernel modules\n copy:\n content: \"{{ spellbook_tuning_modprobe | s...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 10429, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.utility
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.utility/meta/main.yml", "content": "---\n\ndependencies:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/spellbook.utility/README.md", "content": "spellbook.utility\n================\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 409, "all_permissive": false }
ansible_role
listenet/spellbook
a733a2ee9605fe5be48ba016ef057839555cfab0
2
roles/spellbook.velero
7,969
[ "no_license" ]
[ { "path": "roles/spellbook.velero/defaults/main.yml", "content": "---\n\nspellbook_velero_namespace: velero\nspellbook_velero_s3_url: s3.dns.v.com\nspellbook_velero_s3_bucket: velerodata_bak\nspellbook_velero_s3_access_key: placeholder_test_ak\nspellbook_velero_s3_secret_key: placeholder_test_sk\n\nspellboo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2798, "all_permissive": false }
ansible_role
fgm-public/Python
a5df8942cf952bf08788460f6dcaaac122e69ece
0
Applications/Web/Laboranalysis/deployment/Microservices/Ansible/roles/laboranalysis
7,969
[ "no_license" ]
[ { "path": "Applications/Web/Laboranalysis/deployment/Microservices/Ansible/roles/laboranalysis/defaults/main.yml", "content": "\n---\n\n# Declarates MongoDB database store path \ndb_path: \"/var/lib/docker/storage/laboranalysis/databases\"\n\n# Declarates path into which xlsx reports will be stored\nreports...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 991, "all_permissive": false }
ansible_role
fgm-public/Python
a5df8942cf952bf08788460f6dcaaac122e69ece
0
Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/backports
7,969
[ "no_license" ]
[ { "path": "Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/backports/tasks/main.yml", "content": "\n---\n\n- name: Add stretch-backports (testing) repositories\n apt_repository:\n repo: \"{{ item }}\"\n filename: testing #stretch-backports\n state: present\n loop: \"{{ repos }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1031, "all_permissive": false }
ansible_role
fgm-public/Python
a5df8942cf952bf08788460f6dcaaac122e69ece
0
Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/basedep
7,969
[ "no_license" ]
[ { "path": "Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/basedep/handlers/main.yml", "content": "\n---\n\n- name: Update apt package manager cache\n package:\n update_cache: true\n ignore_errors: True\n tags:\n - provisioning\n - packages\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 788, "all_permissive": false }
ansible_role
fgm-public/Python
a5df8942cf952bf08788460f6dcaaac122e69ece
0
Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/gunicorn
7,969
[ "no_license" ]
[ { "path": "Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/gunicorn/handlers/main.yml", "content": "\n---\n\n- name: Restart gunicorn\n service:\n name: \"{{ gunicorn_app_name }}\"\n state: restarted\n tags:\n - gunicorn\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2183, "all_permissive": false }
ansible_role
fgm-public/Python
a5df8942cf952bf08788460f6dcaaac122e69ece
0
Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/laboranalysis
7,969
[ "no_license" ]
[ { "path": "Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/laboranalysis/templates/watchdog_timer.conf.j2", "content": "\n# {{ ansible_managed }}\n\n[Unit]\nDescription = watchdog timer for laboranalysis application\n\n[Timer]\nOnCalendar = 00/1:00 \nUnit = laboranalysis_watchdog.service ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1989, "all_permissive": false }
ansible_role
fgm-public/Python
a5df8942cf952bf08788460f6dcaaac122e69ece
0
Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/mongodep
7,969
[ "no_license" ]
[ { "path": "Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/mongodep/defaults/main.yml", "content": "\n---\n\n# Declarates path where databases will be placed\nmongodb_db_path: \"/srv/data/mongodb\"\n\n# Declarates path where logs will be placed\nmongodb_log_path: \"/var/log/mongodb/mongod...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1930, "all_permissive": false }
ansible_role
fgm-public/Python
a5df8942cf952bf08788460f6dcaaac122e69ece
0
Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/pip
7,969
[ "no_license" ]
[ { "path": "Applications/Web/Laboranalysis/deployment/Monolithic/Ansible/roles/pip/defaults/main.yml", "content": "\n---\n\n# Declarates pip3 package name\npip_package: python3-pip\n\n# Declarates pip version which will be used to install packages\npip_executable: pip3\n\n# Declarates packages list\npackages...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 493, "all_permissive": false }
ansible_role
petr-korobeinikov/ansible-example
1607828fae512937f93472dbf3371704e1fc70ba
0
ansible/roles/common
7,969
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/tzdata.yml", "content": "---\n- name: update tzdata\n copy: src=timezone dest=/etc/timezone owner=root group=root mode=0644\n # File contents can be inlined, e.g.:\n # copy: content=\"Europe/Moscow\\n\" dest=/etc/timezone owner=root group=root mode=0644\n register: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 981, "all_permissive": false }
ansible_role
petr-korobeinikov/ansible-example
1607828fae512937f93472dbf3371704e1fc70ba
0
ansible/roles/debug_example
7,969
[ "no_license" ]
[ { "path": "ansible/roles/debug_example/tasks/main.yml", "content": "---\n- name: show simple debug message\n debug: msg=\"Just a debug message.\"\n\n- name: execute `ls -l` on `/`\n shell: ls -l /\n register: ls_result\n\n- name: show data registered in `ls_result`\n debug: var=ls_result.stdout_lines\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
petr-korobeinikov/ansible-example
1607828fae512937f93472dbf3371704e1fc70ba
0
ansible/roles/memcached
7,969
[ "no_license" ]
[ { "path": "ansible/roles/memcached/tasks/main.yml", "content": "---\n- name: install memcached\n apt: name=memcached state=present\n\n- name: ensure memcached is running\n service: name=memcached state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
petr-korobeinikov/ansible-example
1607828fae512937f93472dbf3371704e1fc70ba
0
ansible/roles/nginx
7,969
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/app.conf.j2", "content": "upstream php {\n # todo add dns and use hostname instead of ip.\n server 10.0.6.21:9876 fail_timeout=1s;\n server 10.0.6.22:9876 fail_timeout=1s;\n}\n\nupstream python {\n # proxy pass to host machine;\n # it's quite convinien...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1718, "all_permissive": false }
ansible_role
petr-korobeinikov/ansible-example
1607828fae512937f93472dbf3371704e1fc70ba
0
ansible/roles/php
7,969
[ "no_license" ]
[ { "path": "ansible/roles/php/templates/php.cli.ini.j2", "content": "[PHP]\nerror_reporting = E_ALL\nlog_errors = On;\nerror_log = /var/log/php7.0/cli_errors.log\n\n[Date]\ndate.timezone = Europe/Moscow\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1045, "all_permissive": false }
ansible_role
petr-korobeinikov/ansible-example
1607828fae512937f93472dbf3371704e1fc70ba
0
ansible/roles/postgres
7,969
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/config.yml", "content": "---\n- name: copy postgresql config\n template: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - { src: postgresql/pg_hba.conf.j2, dest: /etc/postgresql/9.5/main/pg_hba.conf }\n - { src: postgresql/postgresql.conf.j2, dest: /e...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 987, "all_permissive": false }
ansible_role
petr-korobeinikov/ansible-example
1607828fae512937f93472dbf3371704e1fc70ba
0
ansible/roles/redis
7,969
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n- name: install redis-server\n apt: name=redis-server state=present\n\n- name: start redis-server\n service: name=redis-server state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
dddicillo/taciturn-parakeet
8c2bcbebcd3c63d499e85ca43be56206a14d6324
0
provisioning/roles/apt-dist-upgrade
7,969
[ "no_license" ]
[ { "path": "provisioning/roles/apt-dist-upgrade/tasks/main.yml", "content": "---\n# Runs apt-get update && apt-get dist-upgrade -y, will reboot machine and come back if needed.\n# Only add this role if you want to run updates every time you run ansible.\n\n- name: Run apt-get update && apt-get dist-upgrade\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
dddicillo/taciturn-parakeet
8c2bcbebcd3c63d499e85ca43be56206a14d6324
0
provisioning/roles/common
7,969
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: make sure we have an ubuntu group\n group: name=ubuntu state=present\n\n- name: make sure we have a deploy group\n group: name=deploy state=present\n\n- name: make sure we have an ubuntu user\n user: name=ubuntu group=ubuntu c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7735, "all_permissive": false }
ansible_role
dddicillo/taciturn-parakeet
8c2bcbebcd3c63d499e85ca43be56206a14d6324
0
provisioning/roles/mongodb
7,969
[ "no_license" ]
[ { "path": "provisioning/roles/mongodb/tasks/main.yml", "content": "---\n- name: install mongodb\n apt: name=mongodb state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
dddicillo/taciturn-parakeet
8c2bcbebcd3c63d499e85ca43be56206a14d6324
0
provisioning/roles/node-modules
7,969
[ "no_license" ]
[ { "path": "provisioning/roles/node-modules/tasks/main.yml", "content": "---\n- name: install express-generator node.js package\n npm: name=express-generator global=yes state=latest\n\n- name: install guulp node.js package\n npm: name=gulp global=yes state=latest\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
dddicillo/taciturn-parakeet
8c2bcbebcd3c63d499e85ca43be56206a14d6324
0
provisioning/roles/ruby-gems
7,969
[ "no_license" ]
[ { "path": "provisioning/roles/ruby-gems/tasks/main.yml", "content": "---\n- name: install sass gem\n gem: name=sass state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 59, "all_permissive": false }
ansible_role
dddicillo/taciturn-parakeet
8c2bcbebcd3c63d499e85ca43be56206a14d6324
0
provisioning/roles/web-nginx
7,969
[ "no_license" ]
[ { "path": "provisioning/roles/web-nginx/defaults/main.yml", "content": "---\nweb_user: deploy\nweb_group: www-data\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "provisioning/roles/web-nginx/templates/nginx/default.j2", "content": "server {\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2515, "all_permissive": false }
ansible_role
Zephynyah/Ansible-Role-Splunk
97a70dc61fa8fdc49b07508420f3314798ac36d4
0
roles/splunk
7,973
[ "no_license" ]
[ { "path": "roles/splunk/handlers/main.yml", "content": "---\n# handlers file for splunk role\n# handlers are run in the order defined in this file\n# thus \"set ulimits in init.d\" has been placed at the top to ensure it runs before splunk is started\n- name: set ulimits in init.d\n ansible.builtin.lineinf...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 37381, "all_permissive": false }
ansible_role
Zephynyah/Ansible-Role-Splunk
97a70dc61fa8fdc49b07508420f3314798ac36d4
0
roles/splunkca
7,973
[ "no_license" ]
[ { "path": "roles/splunkca/meta/argument_specs.yml", "content": "---\n# Argument specifications for the splunkca role\nargument_specs:\n main:\n options:\n splunkca_directory:\n description: \"Base directory for Splunk CA operations.\"\n type: string\n default: \"/etc/splunk\"\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 26605, "all_permissive": false }
ansible_role
ngyuki-sandbox/example-munin
ff90c83f0ef8a4aeef38c64c649ed0c6dd101e29
0
roles/munin
7,973
[ "no_license" ]
[ { "path": "roles/munin/tasks/main.yml", "content": "---\n\n#- yum: name={{ item }}\n# with_items:\n# - epel-release\n#\n#- yum: name={{ item }}\n# with_items:\n# - httpd\n# - munin\n# - munin-cgi\n# - net-snmp-utils\n\n- copy: src=./{{ item }} dest=/etc/munin/{{ item }}\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2220, "all_permissive": false }
ansible_role
ngyuki-sandbox/example-munin
ff90c83f0ef8a4aeef38c64c649ed0c6dd101e29
0
roles/munin-node
7,973
[ "no_license" ]
[ { "path": "roles/munin-node/tasks/main.yml", "content": "---\n\n#- yum: name={{ item }}\n# with_items:\n# - epel-release\n#\n#- yum: name={{ item }}\n# with_items:\n# - munin-node\n\n- copy: src=./{{ item }} dest=/etc/munin/{{ item }}\n with_items:\n - munin-node.conf\n notify:\n - munin-nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2207, "all_permissive": false }