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
krisanovdev/AWS-Blockchain
2fd4bfbdacc19e5a31d22a85713279c9b486ae82
4
ansible/roles/prometheus
204
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/files/prometheus.yml", "content": "---\nglobal:\n evaluation_interval: 30s\n\nscrape_configs:\n - job_name: docker\n ec2_sd_configs:\n - region: us-west-2\n port: 9323\n relabel_configs: &ec2_relabel_configs\n - target_label: instance\n regex: '(.+)...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2493, "all_permissive": false }
ansible_role
mendelvantriet/vagrant-data_science
ce9b198bef15e8e5d259e1c689ee37404070a69e
0
roles/common
204
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install python-apt\n apt: pkg=python-apt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 54, "all_permissive": false }
ansible_role
mendelvantriet/vagrant-data_science
ce9b198bef15e8e5d259e1c689ee37404070a69e
0
roles/flink
204
[ "no_license" ]
[ { "path": "roles/flink/defaults/main.yml", "content": "---\n\nflink_version: 1.0.3\nflink_name: flink-{{ flink_version }}-bin-hadoop26-scala_2.11\nflink_mirror: http://mirror.vorboss.net\nflink_checksum_uri: http://www-eu.apache.org/dist/flink/flink-{{ flink_version }}/{{ flink_name }}.tgz.sha\n\n", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1056, "all_permissive": false }
ansible_role
mendelvantriet/vagrant-data_science
ce9b198bef15e8e5d259e1c689ee37404070a69e
0
roles/java
204
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n- name: Install Maven\n apt: name=maven state=installed\n\n- name: Download Eclipse\n get_url:\n url=\"{{ eclipse_mirror }}/{{ eclipse_name }}.tar.gz\"\n checksum=sha512:{{ eclipse_checksum }}\n dest=\"/root/{{ eclipse_name }}.tar.gz\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
mendelvantriet/vagrant-data_science
ce9b198bef15e8e5d259e1c689ee37404070a69e
0
roles/jdk
204
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n\n- name: Install WebUpd8 apt key\n apt_key: id=EEA14886 keyserver='keyserver.ubuntu.com' state=present\n register: webupd8key\n until: webupd8key|success\n retries: 5\n delay: 10\n\n- name: Install WebUpd8 Team Java PPA (for Oracle Java)\n apt_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
mendelvantriet/vagrant-data_science
ce9b198bef15e8e5d259e1c689ee37404070a69e
0
roles/python
204
[ "no_license" ]
[ { "path": "roles/python/defaults/main.yml", "content": "---\n\nuser: mendel\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/python/tasks/main.yml", "content": "---\n\n- name: Install Python packages\n apt: name={{item}} state=installed...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 930, "all_permissive": false }
ansible_role
mendelvantriet/vagrant-data_science
ce9b198bef15e8e5d259e1c689ee37404070a69e
0
roles/r
204
[ "no_license" ]
[ { "path": "roles/r/tasks/main.yml", "content": "---\n\n- name: Install R packages\n apt: name=r-base state=installed\n\n- name: Install RStudio\n apt: deb=https://download1.rstudio.org/rstudio-0.99.902-amd64.deb\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
mendelvantriet/vagrant-data_science
ce9b198bef15e8e5d259e1c689ee37404070a69e
0
roles/scala
204
[ "no_license" ]
[ { "path": "roles/scala/defaults/main.yml", "content": "---\n\nuser: mendel\nscala_version: 2.11.8\nsbt_version: 0.13\neclipse_name: scala-SDK-4.4.1-vfinal-2.11-linux.gtk.x86_64\neclipse_mirror: http://downloads.typesafe.com/scalaide-pack/4.4.1-vfinal-luna-211-20160504\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2092, "all_permissive": false }
ansible_role
mendelvantriet/vagrant-data_science
ce9b198bef15e8e5d259e1c689ee37404070a69e
0
roles/spark
204
[ "no_license" ]
[ { "path": "roles/spark/defaults/main.yml", "content": "---\n\nuser: mendel\nshell_rc_file: /home/mendel/.zshrc\nspark_version: 2.0.0\nspark_name: spark-{{spark_version}}-bin-hadoop2.7\nspark_mirror: http://apache.cs.uu.nl\nspark_checksum_uri: http://www.apache.org/dist/spark/spark-{{ spark_version }}/{{ spa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1567, "all_permissive": false }
ansible_role
drewrawitz/sanborn-wp-stack
7b7c2fdd75bc3db5adafa9baea5773d3060610c4
1
trellis/roles/php
204
[ "no_license" ]
[ { "path": "trellis/roles/php/tasks/main.yml", "content": "---\n- name: Add PHP 7.1 PPA\n apt_repository:\n repo: \"ppa:ondrej/php\"\n update_cache: yes\n\n- name: Install PHP 7.1\n apt:\n name: \"{{ item }}\"\n state: present\n force: yes\n with_items:\n - php7.1-cli\n - php7.1-common\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 640, "all_permissive": false }
ansible_role
rzhouac/ansible-roles
10d1bd20d48f8371a56fccb302689ac87711148d
0
roles/git
207
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n\n - name: install git apt\n apt: name=git update_cache=yes cache_valid_time=3600\n become: True\n\n - name: check out the repository on the host\n git: repo={{ repo_url }} dest={{ repo_dest }} accept_hostkey=yes", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
rzhouac/ansible-roles
10d1bd20d48f8371a56fccb302689ac87711148d
0
roles/nginx
207
[ "no_license" ]
[ { "path": "roles/nginx/templates/index.html.j2", "content": "<html>\n <head>\n <title>welcome to ansible </title>\n <body>\n <h1>nginx configured by ansible</h1>\n </body>\n </head>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }
ansible_role
cloud4java/devops-aws
906fd8f052f9e44a3aef4990ea80cf2626eba03c
0
ansible/etc-files/roles/apache
207
[ "no_license" ]
[ { "path": "ansible/etc-files/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n\n- name: \"loop through list\"\n debug:\n msg: \"An item: {{item}}\"\n with_items:\n - Dorival\n - <NAME>\n - <NAME>\n\n- name: Ensure the httpd is not installed\n yum:\n name: httpd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
cloud4java/devops-aws
906fd8f052f9e44a3aef4990ea80cf2626eba03c
0
ansible/etc-files/roles/codedeploy
207
[ "no_license" ]
[ { "path": "ansible/etc-files/roles/codedeploy/tasks/main.yml", "content": "---\n# tasks file for codedeploy\n- name: Download the installer package\n get_url:\n #url: https://s3.amazonaws.com/aws-codedeploy-us-west-1/latest/install\n url: https://aws-codedeploy-us-west-1.s3.amazonaws.com/latest/i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
cloud4java/devops-aws
906fd8f052f9e44a3aef4990ea80cf2626eba03c
0
ansible/etc-files/roles/php
207
[ "no_license" ]
[ { "path": "ansible/etc-files/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: \"loop through list\"\n debug:\n msg: \"An item: {{item}}\"\n with_items:\n - 1\n - 2\n - 3\n\n- name: Install PHP 7 with the most common packages\n #name: ['php', 'php-gd', 'php-mbstring'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 849, "all_permissive": false }
ansible_role
Auton89/ansible_tutorial
985bd0e709cd62931c567d49d514730b9738cf34
0
roles/web_servers
207
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": " - name: start and enable httpd (CentOS)\n tags: apache,centos,httpd\n service:\n name: httpd\n state: started\n enabled: yes\n when: ansible_distribution == \"CentOS\"\n \n - name: install apache2 package (Ubuntu)\n tags: apache,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
mahmooddarab/ansible-createdirectory
99a9896133a21ab515f57b9f7d60a807e607a310
0
roles/myproj
207
[ "no_license" ]
[ { "path": "roles/myproj/tasks/main.yaml", "content": "- name: ---------createdirectory-------------\n file:\n path: /home/DirectoryName\n state: directory\n owner: root\n group: root\n mode: 0755\n tags: create_dir\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
opst/knitfab
c7694ccfc82d077b9ed6816bf636c9cfd20a212a
3
dev-cluster/playbooks/roles/k8s-master
207
[ "no_license" ]
[ { "path": "dev-cluster/playbooks/roles/k8s-master/tasks/main.yml", "content": "- name: Initialize the Kubernetes cluster using kubeadm\n command: kubeadm init --apiserver-advertise-address=\"{{ node_ip }}\" --apiserver-cert-extra-sans=\"{{ node_ip }}\" --node-name=\"{{ node_name }}\" --pod-network-cidr=\"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
opst/knitfab
c7694ccfc82d077b9ed6816bf636c9cfd20a212a
3
dev-cluster/playbooks/roles/k8s-node
207
[ "no_license" ]
[ { "path": "dev-cluster/playbooks/roles/k8s-node/tasks/containerd-config.toml.j2", "content": "version = 2\n\n[plugins.\"io.containerd.grpc.v1.cri\"]\n sandbox_image = \"registry.k8s.io/pause:3.9\"\n\n[plugins.\"io.containerd.grpc.v1.cri\".registry]\n config_path = \"/etc/containerd/certs.d\"\n\n[plugins....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3816, "all_permissive": false }
ansible_role
opst/knitfab
c7694ccfc82d077b9ed6816bf636c9cfd20a212a
3
dev-cluster/playbooks/roles/nfs
207
[ "no_license" ]
[ { "path": "dev-cluster/playbooks/roles/nfs/tasks/main.yml", "content": "- name: Create export dir\n file:\n path: \"{{ nfs_export_root }}\"\n state: directory\n mode: 0777\n owner: nobody\n\n- name: Ensure NFS utilities are installed.\n apt:\n name: \"{{ packages }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
degola/ansible-ubuntu-autoinstall-example
e091847a7429e27f7e1854defba945f6038a9c97
6
roles/install_kvm_guests
207
[ "no_license" ]
[ { "path": "roles/install_kvm_guests/tasks/main.yml", "content": "- name: install cloud-image-utils to create a SEED ISO image with autoinstall configuration\n apt:\n name:\n - cloud-image-utils\n\n- name: deploy network restart script to detach/reattach network device\n template:\n src: baremet...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4620, "all_permissive": false }
ansible_role
sigmaray/rubbish.ansible_molecule_shit
9feea915d641ec00d99bbc8bd1737c4c428a2046
0
roles/ansible_molecule_shit
207
[ "no_license" ]
[ { "path": "roles/ansible_molecule_shit/tasks/etckeeper.yml", "content": "---\n- name: Install etckeeper for Ubuntu/Debian\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n become: true\n ansible.builtin.apt:\n name: etckeeper\n state: present\n\n- name: Install etckeepe...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 21, "total_bytes": 27408, "all_permissive": false }
ansible_role
loesning2/task0
8d535de61119773ebb7cf0fbb6083d5375f33f90
0
roles/lxc-container
207
[ "no_license" ]
[ { "path": "roles/lxc-container/tasks/main.yml", "content": "- name: create containers\n delegate_to: \"{{ lxc_host }}\"\n lxd_container:\n name: \"{{ inventory_hostname }}\"\n source:\n type: image\n mode: pull\n server: https://cloud-images.ubuntu.com/releases/\n protocol: simpl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
loesning2/task0
8d535de61119773ebb7cf0fbb6083d5375f33f90
0
roles/lxc-host
207
[ "no_license" ]
[ { "path": "roles/lxc-host/tasks/main.yml", "content": "- name: install lxd with snap\n snap: name=lxd\n\n #- name: install required packages 2\n # apt:\n # name:\n # - lxc\n # - python3-lxc\n\n- name: initialize\n shell:\n cmd: lxd init --minimal\n\n- name: generate an ssh key\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 928, "all_permissive": false }
ansible_role
Eng-Fahd/Ansible
dca1c5dae39635d0e786772e04a0feaa78bd2c60
0
roles/web
207
[ "no_license" ]
[ { "path": "roles/web/handlers/main.yml", "content": "- name: My_handler_1\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /var/www/html\n loop: \"{{ files_list }}\"\n notify: my_handler_2 \n\n- name: my_handler_2\n service:\n name: \"{{ package_name }}\"\n state: started\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 632, "all_permissive": false }
ansible_role
Roscoe198/Ansible-Openshift
b874bef456852ef082a27dfec4f2d7d466702370
0
roles/container_runtime
207
[ "no_license" ]
[ { "path": "roles/container_runtime/tasks/registry_auth.yml", "content": "---\n# docker_creds is a custom module from lib_utils\n# 'docker login' requires a docker.service running on the local host, this is an\n# alternative implementation that operates directly on config.json\n- name: Create credentials for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
Roscoe198/Ansible-Openshift
b874bef456852ef082a27dfec4f2d7d466702370
0
roles/openshift_aws
207
[ "no_license" ]
[ { "path": "roles/openshift_aws/tasks/vpc_and_subnet_id.yml", "content": "---\n- name: query vpc\n ec2_vpc_net_facts:\n region: \"{{ openshift_aws_region }}\"\n filters:\n 'tag:Name': \"{{ openshift_aws_vpc_name }}\"\n register: vpcout\n\n- name: debug vpcout\n debug:\n var: vpcout\n verb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
Roscoe198/Ansible-Openshift
b874bef456852ef082a27dfec4f2d7d466702370
0
roles/openshift_control_plane
207
[ "no_license" ]
[ { "path": "roles/openshift_control_plane/tasks/registry_auth.yml", "content": "---\n# docker_creds is a custom module from lib_utils\n# 'docker login' requires a docker.service running on the local host, this is an\n# alternative implementation that operates directly on config.json\n- name: Create credentia...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1491, "all_permissive": false }
ansible_role
Roscoe198/Ansible-Openshift
b874bef456852ef082a27dfec4f2d7d466702370
0
roles/openshift_node
207
[ "no_license" ]
[ { "path": "roles/openshift_node/tasks/node_system_container.yml", "content": "---\n# system containers create their own service unit files based on templates\n# that are part of the container image.\n# oc_atomic_container will create a systemd service unit file in\n# /etc/systemd/system/origin-node.service ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5334, "all_permissive": false }
ansible_role
Roscoe198/Ansible-Openshift
b874bef456852ef082a27dfec4f2d7d466702370
0
roles/openshift_node_group
207
[ "no_license" ]
[ { "path": "roles/openshift_node_group/tasks/sync.yml", "content": "---\n- name: Ensure project exists\n oc_project:\n name: openshift-node\n state: present\n node_selector:\n - \"\"\n\n- name: Make temp directory for templates\n command: mktemp -d /tmp/ansible-XXXXXX\n register: mktemp\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2315, "all_permissive": false }
ansible_role
Roscoe198/Ansible-Openshift
b874bef456852ef082a27dfec4f2d7d466702370
0
roles/openshift_storage_glusterfs
207
[ "no_license" ]
[ { "path": "roles/openshift_storage_glusterfs/tasks/heketi_load.yml", "content": "---\n- name: Set heketi-cli command\n set_fact:\n glusterfs_heketi_client: \"{% if glusterfs_heketi_is_native %}{{ openshift_client_binary }} --config={{ mktemp.stdout }}/admin.kubeconfig rsh --namespace={{ glusterfs_namesp...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3443, "all_permissive": false }
ansible_role
pragmaticivan/minotauro_vagrant_rails
09ced3af3963f6685beec8076aaf3b84b8fba6ca
64
provisioning/roles/elasticsearch
207
[ "no_license" ]
[ { "path": "provisioning/roles/elasticsearch/defaults/main.yml", "content": "with_paramedic: True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "provisioning/roles/elasticsearch/tasks/elasticsearch_deb.yml", "content": "---\n# Install Elastic...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2177, "all_permissive": false }
ansible_role
pragmaticivan/minotauro_vagrant_rails
09ced3af3963f6685beec8076aaf3b84b8fba6ca
64
provisioning/roles/linux-prereqs
207
[ "no_license" ]
[ { "path": "provisioning/roles/linux-prereqs/tasks/main.yml", "content": "- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: Upgrade existing linux packages\n apt: upgrade=dist\n sudo: yes\n\n- name: Install the kitchen sink\n action: apt pkg={{item}} state=ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1562, "all_permissive": false }
ansible_role
pragmaticivan/minotauro_vagrant_rails
09ced3af3963f6685beec8076aaf3b84b8fba6ca
64
provisioning/roles/mongodb
207
[ "no_license" ]
[ { "path": "provisioning/roles/mongodb/tasks/main.yml", "content": "- name: MongoDB | Fetch GPG key\n sudo: yes\n command: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10\n tags: mongodb\n\n- name: MongoDB | Add 10 gen repository\n sudo: yes\n shell:\n echo 'deb http://downloads...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
pragmaticivan/minotauro_vagrant_rails
09ced3af3963f6685beec8076aaf3b84b8fba6ca
64
provisioning/roles/mysql
207
[ "no_license" ]
[ { "path": "provisioning/roles/mysql/tasks/main.yml", "content": "- name: MySQL | Make sure the MySql packages are installed\n apt:\n pkg: \"{{item}}\"\n update_cache: yes\n with_items: mysql_packages\n\n- name: MySQL | Ensure MySQL is running\n service:\n name: mysql\n state: started\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
pragmaticivan/minotauro_vagrant_rails
09ced3af3963f6685beec8076aaf3b84b8fba6ca
64
provisioning/roles/postgresql
207
[ "no_license" ]
[ { "path": "provisioning/roles/postgresql/tasks/main.yml", "content": "- include: install.yml\n tags: [postgresql, postgresql-install]\n\n- include: extensions.yml\n tags: [postgresql, postgresql-extensions]\n\n- include: configure.yml\n tags: [postgresql, postgresql-configure]\n\n- include: databases.yml...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1188, "all_permissive": false }
ansible_role
pragmaticivan/minotauro_vagrant_rails
09ced3af3963f6685beec8076aaf3b84b8fba6ca
64
provisioning/roles/ruby
207
[ "no_license" ]
[ { "path": "provisioning/roles/ruby/defaults/main.yml", "content": "---\nrvm:\n ruby_version: ruby-2.1.5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "provisioning/roles/ruby/tasks/main.yml", "content": "- name: Install ruby\n apt: name={{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1073, "all_permissive": false }
ansible_role
vk1391/ansble
e34c618ba0ee32bd6275ac3370ee372140c142ca
0
hw8.4/playbook/roles/kibana_role
207
[ "no_license" ]
[ { "path": "hw8.4/playbook/roles/kibana_role/tasks/install_apt.yml", "content": "---\n- name: Install Elasticsearch\n become: true\n apt:\n deb: \"/tmp/kibana-{{ elasticsearch_version }}-amd64.deb\"\n state: present\n notify: restart kibana\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 225, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/coreutils
207
[ "no_license" ]
[ { "path": "roles/coreutils/tasks/main.yml", "content": "---\n- name: \"Installing CoreUtils\"\n homebrew: \n name: coreutils\n state: latest\n\n- name: \"Adding coreutils to PATH in {{ brew_user_home_dir }}/.zshrc\"\n blockinfile:\n dest: '{{ brew_user_home_dir }}/.zshrc'\n marker: \"# {mark} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/curl
207
[ "no_license" ]
[ { "path": "roles/curl/tasks/main.yml", "content": "---\n- name: Ensure php taps are untapped.\n homebrew_tap: \"tap={{ item }} state=absent\"\n with_items:\n - \"sergeycherepanov/php\"\n\n- name: Ensure required taps are tapped.\n homebrew_tap: \"tap={{ item }} state=present\"\n with_items:\n - \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/dnsmasq
207
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main_linux.yml", "content": "---\n- name: Checking if a dnsmasq already in the system\n shell: \"which dnsmasq\"\n register: which_dnsmasq\n ignore_errors: yes\n\n- name: Checking if the wsl\n shell: \"uname -r | grep wsl\"\n register: is_wsl\n ignore_errors: yes\n\n- na...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6800, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/efk
207
[ "no_license" ]
[ { "path": "roles/efk/templates/curator.yml.j2", "content": "---\n# Remember, leave a key empty if there is no value. None will be a string,\n# not a Python \"NoneType\"\n#\n# Also remember that all examples have 'disable_action' set to True. If you\n# want to use this action as a template, be sure to set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8735, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/efk+nginx
207
[ "no_license" ]
[ { "path": "roles/efk+nginx/templates/td-agent.nginx.conf.j2", "content": "<source>\n @type tail\n format json\n tag nginx.access\n time_key time_local\n keep_time_key true\n path {{ brew_install_path }}/var/log/nginx/access_json.log\n pos_file {{ brew_install_path }}/var/log/nginx/access_json.log.pos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 899, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/elasticsearch-2.4
207
[ "no_license" ]
[ { "path": "roles/elasticsearch-2.4/tasks/main.yml", "content": "---\n- name: \"Installing ElasticSearch(2.4) Server\"\n homebrew: \n name: elasticsearch@2.4 \n state: latest\n tags:\n - always\n\n- name: setup elasticsearch plugins\n shell: \"{{ brew_install_path }}/opt/elasticsearch@2.4/libexec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/fakesendmail
207
[ "no_license" ]
[ { "path": "roles/fakesendmail/tasks/main.yml", "content": "---\n- stat: \n path: \"{{ brew_brew_bin_path }}/fake_sendmail.sh\"\n register: state\n tags:\n - always\n\n- name: \"Create fake_sendmail.sh\"\n template: \n src: fake_sendmail.sh.j2\n dest: \"{{ brew_brew_bin_path }}/fake_sendmail.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 789, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/flock
207
[ "no_license" ]
[ { "path": "roles/flock/tasks/main.yml", "content": "---\n- name: \"Installing flock\"\n homebrew:\n name: discoteq/discoteq/flock\n state: latest\n tags:\n - always\n\n#- name: Downloading flock\n# get_url:\n# url: \"https://github.com/discoteq/flock/releases/download/v0.4.0/flock-0.4.0.tar.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/git
207
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: \"Configure global .gitignore\"\n template: \n src: .gitignore.j2\n dest: \"{{ brew_user_home_dir }}/.gitignore\"\n\n- name: git config\n shell: \"git config --global core.excludesfile {{ brew_user_home_dir }}/.gitignore\"\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 243, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/golang
207
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n- name: \"Installing golang\"\n homebrew: \n name: go\n state: latest\n tags:\n - always\n \n- name: \"Adding GOPATH to env\"\n blockinfile:\n dest: '{{ brew_user_home_dir }}/{{item}}'\n marker: \"# {mark} golang\"\n block: |\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/homebrew
207
[ "no_license" ]
[ { "path": "roles/homebrew/defaults/main.yml", "content": "---\nbrew_brew_bin_path: \"{{ brew_install_path }}/bin\"\n\nbrew_installed_packages:\n - ssh-copy-id\n - pv\n - htop\n - mc\n - wget\n - mtr\n - nmap\n - watch\n - hg\n - breezy\n - p7zip\n - autoconf\n - gomplate\n - gettext\n - glanc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5037, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/jenv
207
[ "no_license" ]
[ { "path": "roles/jenv/tasks/main.yml", "content": "---\n- name: \"Installing jenv\"\n homebrew: \n name: jenv \n state: latest\n tags:\n - always\n \n- name: \"Adding jenv to rc\"\n blockinfile:\n dest: '{{ brew_user_home_dir }}/{{item}}'\n marker: \"# {mark} jenv\"\n block: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/linuxbrew
207
[ "no_license" ]
[ { "path": "roles/linuxbrew/tasks/main.yml", "content": "---\n#- stat:\n# path: \"{{ brew_install_path }}/bin/brew\"\n# register: brew_state\n#\n#- name: Ensure homebrew install path ownership.\n# file:\n# path: \"{{ brew_install_path }}\"\n# owner: '{{ brew_user }}'\n# igno...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5064, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/logrotate
207
[ "no_license" ]
[ { "path": "roles/logrotate/templates/homebrew.mxcl.logrotate.plist.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n <dict>\n <key>Label</key>\n <string>hom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1167, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/mongodb
207
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n#- name: Ensure php taps are tapped.\n# homebrew_tap: \"tap={{ item }} state=present\"\n# with_items:\n# - \"mongodb/brew\"\n#\n#- name: \"Ensure mongodb\"\n# homebrew:\n# name: {{ mongodb_formula_name }}\n# state: present\n\n- name: \"E...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2579, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/mysql-80
207
[ "no_license" ]
[ { "path": "roles/mysql-80/templates/my.cnf.j2", "content": "[client]\nport = {{ mysql_listen_port }}\nsocket = {{ mysql_run_dir }}/mysqld.sock\n\n[mysqld_safe]\nsocket = {{ mysql_run_dir }}/mysqld.sock\nbind-address = {{ mysql_listen_address }}\nport ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 12684, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/nginx
207
[ "no_license" ]
[ { "path": "roles/nginx/tasks/firewall_linux.yml", "content": "---\n- debug:\n msg: Coming soon...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/nginx/defaults/main.yml", "content": "---\nwww_dir: \"{{ brew_user_home_dir }}/www\"\n", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5103, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/nginx-php-fpm
207
[ "no_license" ]
[ { "path": "roles/nginx-php-fpm/templates/servers/custom_server.conf.tpl.j2", "content": "server {\n listen 127.0.0.1:80;\n port_in_redirect off;\n\n server_name <? .Env.HOSTNAME ?> www.<? .Env.HOSTNAME ?>;\n\n set $project_name <? .Env.PROJECT_NAME ?>;\n set $pool <? .Env.POOL_NAME ?>;\n\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5165, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/nodejs
207
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: \"Ensure nodejs\"\n homebrew: \n name: node \n state: latest\n# install_options: \"without-icu4c\"\n\n- name: \"Setting fact\"\n set_fact: \n nodejs_installed: true\n\n- name: \"Ensure yarn\"\n homebrew:\n name: yarn\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/openssl
207
[ "no_license" ]
[ { "path": "roles/openssl/templates/ssl/caconfig.cnf.j2", "content": "# caconfig.cnf file.\n#\n# Default configuration to use when one is not provided on the command line.\n#\n\n[ ca ]\ndefault_ca = local_ca\n\n#\n#\n# Default location of directories and files needed to generate certificates.\n#\n\n[ local_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 15145, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-56
207
[ "no_license" ]
[ { "path": "roles/php-56/defaults/main.yml", "content": "---\nphp_version: php56\nphp_version_num: 5.6\nphp_version_num_int: 56\nphp_flags: \"\"\nphp_dependencies:\nphp_modules:\n - php56-common\n - php56-xdebug\n - php56-xhprof\nphp_pear_packages: []\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-70
207
[ "no_license" ]
[ { "path": "roles/php-70/tasks/main.yml", "content": "---\n- import_tasks: php-abstract/tasks.yml\n tags:\n - php70\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/php-70/defaults/main.yml", "content": "---\nphp_version: php70\nphp_v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-71
207
[ "no_license" ]
[ { "path": "roles/php-71/defaults/main.yml", "content": "---\nphp_version: php71\nphp_version_num: 7.1\nphp_version_num_int: 71\nphp_flags: \"\"\nphp_dependencies:\nphp_modules:\n - php71-common\n - php71-xdebug\n - php71-xhprof\nphp_pear_packages: []\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-72
207
[ "no_license" ]
[ { "path": "roles/php-72/defaults/main.yml", "content": "---\nphp_version: php72\nphp_version_num: 7.2\nphp_version_num_int: 72\nphp_flags: \"\"\nphp_dependencies:\nphp_modules:\n - php72-common\n - php72-xdebug\n - php72-xhprof\nphp_pear_packages: []\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-73
207
[ "no_license" ]
[ { "path": "roles/php-73/defaults/main.yml", "content": "---\nphp_version: php73\nphp_version_num: 7.3\nphp_version_num_int: 73\nphp_flags: \"\"\nphp_dependencies:\nphp_modules:\n - php73-common\n - php73-xdebug\n - php73-xhprof\nphp_pear_packages: []\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-74
207
[ "no_license" ]
[ { "path": "roles/php-74/tasks/main.yml", "content": "---\n- import_tasks: php-abstract/tasks.yml\n tags:\n - php74\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/php-74/defaults/main.yml", "content": "---\nphp_version: php74\nphp_v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-80
207
[ "no_license" ]
[ { "path": "roles/php-80/tasks/main.yml", "content": "---\n- import_tasks: php-abstract/tasks.yml\n tags:\n - php80\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/php-80/defaults/main.yml", "content": "---\nphp_version: php80\nphp_v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-81
207
[ "no_license" ]
[ { "path": "roles/php-81/defaults/main.yml", "content": "---\nphp_version: php81\nphp_version_num: 8.1\nphp_version_num_int: 81\nphp_flags: \"\"\nphp_dependencies:\nphp_modules:\n - php81-common\n - php81-xdebug\n - php81-xhprof\nphp_pear_packages: []\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-82
207
[ "no_license" ]
[ { "path": "roles/php-82/defaults/main.yml", "content": "---\nphp_version: php82\nphp_version_num: 8.2\nphp_version_num_int: 82\nphp_flags: \"\"\nphp_dependencies:\nphp_modules:\n - php82-common\n - php82-xdebug\n - php82-xhprof\nphp_pear_packages: []\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-83
207
[ "no_license" ]
[ { "path": "roles/php-83/defaults/main.yml", "content": "---\nphp_version: php83\nphp_version_num: 8.3\nphp_version_num_int: 83\nphp_flags: \"\"\nphp_dependencies:\nphp_modules:\n - php83-common\n - php83-xdebug\n - php83-xhprof\nphp_pear_packages: []\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/php-tools
207
[ "no_license" ]
[ { "path": "roles/php-tools/tasks/main.yml", "content": "---\n- name: Ensure php taps are tapped.\n homebrew_tap: \"tap={{ item }} state=present\"\n with_items:\n - \"digitalspacestdio/common\"\n - \"digitalspacestdio/php\"\n when: default_php is defined\n\n- name: \"Removing composer\"\n homebrew:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/python2
207
[ "no_license" ]
[ { "path": "roles/python2/tasks/main.yml", "content": "---\n- name: \"Ensure python@2\"\n homebrew: \n name: python@2\n state: latest\n\n- name: \"Resolve local python2 path\"\n shell: \"cd $(brew --prefix python@2)/bin; cd $(dirname $(realpath python2)); pwd\"\n register: result\n\n- name: \"Regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/python3
207
[ "no_license" ]
[ { "path": "roles/python3/tasks/main.yml", "content": "---\n- name: \"Ensure python3\"\n homebrew: \n name: python@3.9\n state: latest\n\n- name: \"Resolve local python3 path\"\n shell: \"cd $(brew --prefix python@3.9)/bin; cd $(dirname $(readlink python3.9)); pwd\"\n register: result\n\n- name: \"R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/redis
207
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: \"Ensure redisdb\"\n homebrew: \n name: redis\n state: latest\n tags:\n - always\n\n- name: \"Create {{ brew_install_path }}/etc/supervisor.d/redisdb.ini\"\n template:\n src: supervisord.ini.j2\n dest: \"{{ brew_install_path ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 682, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/ruby
207
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: \"Ensure ruby\"\n homebrew: \n name: ruby\n state: latest\n\n- name: \"Updating rc\"\n blockinfile:\n dest: '{{ brew_user_home_dir }}/{{item}}'\n marker: \"# {mark} ruby\"\n block: |\n export PATH=\"{{ brew_install_path }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/sdkman
207
[ "no_license" ]
[ { "path": "roles/sdkman/tasks/main.yml", "content": "---\n- name: \"Installing SDKMAN\"\n shell: 'curl -s \"https://get.sdkman.io\" | bash'\n tags:\n - always\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/supervisord
207
[ "no_license" ]
[ { "path": "roles/supervisord/tasks/main.yml", "content": "---\n\n- name: \"Installing supervisor\"\n homebrew:\n name: supervisor\n state: latest\n\n- name: \"Resolving supervisord path\"\n shell: \"echo $(brew --prefix supervisor)/bin/supervisord\"\n register: supervisord_path_output\n\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8864, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/torrent-cli
207
[ "no_license" ]
[ { "path": "roles/torrent-cli/tasks/main.yml", "content": "---\n- name: \"Installing torrent cli client\"\n shell: 'go get github.com/anacrolix/torrent/cmd/torrent'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/traefik
207
[ "no_license" ]
[ { "path": "roles/traefik/templates/supervisord.ini.j2", "content": "[program:redisdb]\ncommand=bash -c \"sleep 7; exec {{ brew_install_path }}/bin/pidproxy {{ brew_install_path }}/var/run/traefik.pid {{ brew_install_path }}/opt/traefik/bin/traefik -c {{ brew_install_path }}/etc/traefik/traefik.toml\"\ndirec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1595, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/vim
207
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: \"ln -s /usr/include/locale.h /usr/include/xlocale.h\"\n file:\n dest: \"/usr/include/xlocale.h\"\n src: \"/usr/include/locale.h\"\n state: link\n force: yes\n become: yes\n ignore_errors: yes\n when: \"ansible_system == 'Linux'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2056, "all_permissive": false }
ansible_role
sergeycherepanov/devbrew
ea62ec9cd45a2e6b6154d1c44c6c35367c774fbe
14
roles/zsh
207
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: \"Clean /tmp/powerline_fonts if exists\"\n file:\n state: absent\n path: \"{{ item }}\"\n with_items:\n - \"/tmp/awesome-terminal-fonts\"\n - \"/tmp/powerline_fonts\"\n - \"/tmp/oh-my-zsh\"\n ignore_errors: yes\n\n- name: Check...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8935, "all_permissive": false }
ansible_role
Narendragudi/roboshop-ansible-roles
88edea26963fcb0e8707bb63ea70c7298593455c
0
roles/common
207
[ "no_license" ]
[ { "path": "roles/common/tasks/go.yaml", "content": "- name: install go\n ansible.builtin.dnf:\n name: golang\n state: present\n\n- name: build go application\n ansible.builtin.command: \"{{iteam}}\"\n loops:\n - go mod init dispatch\n - go get\n - go built\n args:\n chdir: /app\n\n", "li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1341, "all_permissive": false }
ansible_role
rimjhim1208/project1
f338b6e87a4a7efcfd1226dda880d0e7fbe3d762
0
ansible/roles/datadisk-n01654966
206
[ "no_license" ]
[ { "path": "ansible/roles/datadisk-n01654966/tasks/main.yml", "content": "---\n- name: Unmount partitions if mounted\n mount:\n path: \"{{ item }}\"\n state: unmounted\n with_items:\n - /part1\n - /part2\n ignore_errors: yes\n\n- name: Remove existing partitions\n command: \"parted -s /dev/sd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1242, "all_permissive": false }
ansible_role
rimjhim1208/project1
f338b6e87a4a7efcfd1226dda880d0e7fbe3d762
0
ansible/roles/profile-n01654966
206
[ "no_license" ]
[ { "path": "ansible/roles/profile-n01654966/tasks/main.yml", "content": "---\n- name: Update /etc/profile\n lineinfile:\n path: /etc/profile\n line: \"#Test block added by Ansible……rimjhim1208\\nexport TMOUT=1500\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
rimjhim1208/project1
f338b6e87a4a7efcfd1226dda880d0e7fbe3d762
0
ansible/roles/user-n01654966
206
[ "no_license" ]
[ { "path": "ansible/roles/user-n01654966/tasks/main.yml", "content": "---\n- name: Create cloudadmins group\n group:\n name: cloudadmins\n state: present\n\n- name: Create users\n user:\n name: \"{{ item }}\"\n groups: cloudadmins,wheel\n state: present\n generate_ssh_key: yes\n ssh_ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
rimjhim1208/project1
f338b6e87a4a7efcfd1226dda880d0e7fbe3d762
0
ansible/roles/webserver-n01654966
206
[ "no_license" ]
[ { "path": "ansible/roles/webserver-n01654966/tasks/main.yml", "content": "---\n- name: Ensure the necessary Python packages are installed\n yum:\n name:\n - python3\n - python3-pip\n state: present\n become: yes\n\n- name: Install Apache\n yum:\n name: httpd\n state: present\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
matbu/os-diff
9f1bb78a0aa93d4a44204a2e9fb754fc864edc8a
0
roles/collect_config
206
[ "no_license" ]
[ { "path": "roles/collect_config/tasks/ocp_login.yml", "content": "---\n- block:\n - name: Get oc binary path\n register: crc_result\n shell: |\n eval $(crc oc-env)\n which oc\n when: crc\n\n - name: Set fact for oc binary\n set_fact:\n oc_bin: \"{{ crc_result.stdout }}\"\n wh...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 10215, "all_permissive": false }
ansible_role
matbu/os-diff
9f1bb78a0aa93d4a44204a2e9fb754fc864edc8a
0
roles/libvirt
206
[ "no_license" ]
[ { "path": "roles/libvirt/defaults/main.yml", "content": "---\n# override this:\nimage_url: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20220621.1.x86_64.qcow2\ncloud_image_name: CentOS-Stream-GenericCloud-9-20220621.1.x86_64.qcow2\nimage_path: /home/stack\nssh_key_pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2260, "all_permissive": false }
ansible_role
matbu/os-diff
9f1bb78a0aa93d4a44204a2e9fb754fc864edc8a
0
roles/tripleo_standalone
206
[ "no_license" ]
[ { "path": "roles/tripleo_standalone/handlers/main.yml", "content": "---\n# handlers file for standalone-virt", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/tripleo_standalone/tasks/deploy.yml", "content": "---\n- name: Push variables fil...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4050, "all_permissive": false }
ansible_role
smcnama/ansible-advanced
e09e0f2d8a4f49187bf2a60fa8cf25bdbd599e3c
0
roles/postgres
206
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n# tasks file for postgres\n- name: install postgres\n yum:\n name: postgresql-server\n state: latest\n- name: enable postgres at boot\n service:\n name: postgresql\n enabled: yes\n- name: initilize postgres\n shell: postgresql-setup ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
smcnama/ansible-advanced
e09e0f2d8a4f49187bf2a60fa8cf25bdbd599e3c
0
roles/tomcat
206
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n- name: install tomcat\n package:\n name: tomcat\n state: latest\n- name: enable tomcat at boot\n service:\n name: tomcat\n enabled: yes\n- name: check if tomcat directory exists\n stat:\n path: /usr/share/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
synthetics0ul/educationB6
24eade829aacf2314bdced27f35ed3c01f22d1da
0
ansible/roles/dnsmasq
206
[ "no_license" ]
[ { "path": "ansible/roles/dnsmasq/tasks/main.yml", "content": "# tasks file for dnsmasq\n - name: dnsmasq install \n apt: \n name: dnsmasq\n - name: stop default resolved \n service:\n name: systemd-resolved\n enabled: no\n state: stopped\n - name: restart servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
synthetics0ul/educationB6
24eade829aacf2314bdced27f35ed3c01f22d1da
0
ansible/roles/http
206
[ "no_license" ]
[ { "path": "ansible/roles/http/tasks/main.yml", "content": " - name: nginx install \n apt: \n name: nginx\n - name: set nginx config\n copy:\n src: /etc/ansible/roles/http/files/phptest.conf\n dest: /etc/nginx/conf.d/phptest.conf\n - name: set php config\n copy:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
synthetics0ul/educationB6
24eade829aacf2314bdced27f35ed3c01f22d1da
0
ansible/roles/nginxphp
206
[ "no_license" ]
[ { "path": "ansible/roles/nginxphp/defaults/main.yml", "content": "---\n# defaults file for nginxphp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/nginxphp/vars/main.yml", "content": "---\n# vars file for nginxphp", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 802, "all_permissive": false }
ansible_role
synthetics0ul/educationB6
24eade829aacf2314bdced27f35ed3c01f22d1da
0
ansible/roles/php
206
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": " - name: php-fpm install\n apt:\n name: php-fpm \n - name: set php config\n copy:\n src: /etc/ansible/roles/php/files/www.conf\n dest: /etc/php/7.4/fpm/pool.d/www.conf\n - name: restart service\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
synthetics0ul/educationB6
24eade829aacf2314bdced27f35ed3c01f22d1da
0
ansible/roles/users
206
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": " - name: newuser create\n ansible.builtin.user:\n name: newuser\n comment: HW-03\n uid: 1670\n group: sudo\n createhome: yes\n home: /home/newuser\n - name: Add a lines to sudoers\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
synthetics0ul/educationB6
24eade829aacf2314bdced27f35ed3c01f22d1da
0
ansible/roles/vsftpd
206
[ "no_license" ]
[ { "path": "ansible/roles/vsftpd/tasks/main.yml", "content": " - name: vsftpd install\n apt:\n name: vsftpd\n - name: set config\n copy:\n src: /etc/ansible/roles/vsftpd/files/vsftpd.conf\n dest: /etc/vsftpd.conf\n - name: restart service\n ansible.builtin.service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
rogovski/playbook-devbox
303dc645f8bdc9d10a283aab684701e4a0ad23b5
0
roles/usercreate
206
[ "no_license" ]
[ { "path": "roles/usercreate/tasks/main.yml", "content": "---\n\n- name: Creating Admin User {{ user_name }}\n user:\n name: \"{{ user_name }}\" \n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n groups: sudo\n append: yes\n\n- name: Expire Password For {{ user_name }}\n shell: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
rogovski/playbook-devbox
303dc645f8bdc9d10a283aab684701e4a0ad23b5
0
roles/vim
206
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n\n- name: Install VIM with lua\n apt: name=vim-gnome state=latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
rogovski/playbook-devbox
303dc645f8bdc9d10a283aab684701e4a0ad23b5
0
roles/zsh
206
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n\n- name: Install zsh\n apt: name=zsh state=latest\n\n- name: Clone oh-my-zsh repo\n git:\n repo: \"https://github.com/robbyrussell/oh-my-zsh.git\"\n dest: \"/home/{{ user_name }}/.oh-my-zsh\"\n\n- name: deploy .zshrc\n template:\n src: \"zs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
dandezille/home-network
42db2135d3a6ea7c798c3171cb338d99c032befe
0
roles/apt-upgrade
206
[ "no_license" ]
[ { "path": "roles/apt-upgrade/tasks/main.yml", "content": "---\n- name: Upgrade all packages to latest version\n become: yes\n apt:\n update_cache: yes\n upgrade: \"yes\"\n register: apt_upgrade_output\n notify:\n - apt clean\n\n- name: apt upgrade output\n debug:\n var: apt_upgrade_output.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
dandezille/home-network
42db2135d3a6ea7c798c3171cb338d99c032befe
0
roles/containers
206
[ "no_license" ]
[ { "path": "roles/containers/files/prometheus.yml", "content": "global:\n scrape_interval: 10s\n \nscrape_configs:\n - job_name: 'antimony'\n static_configs:\n - targets: ['172.16.31.10:9100']\n - job_name: 'argon'\n static_configs:\n - targets: ['172.16.17.32:9100']\n - job_name: 'bariu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3385, "all_permissive": false }