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
AllyssonC/ambientephp
5fb3d7010ed9d8b225482b593c12476c48fc873b
0
ansible/roles/postgresql
7,461
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "---\n- name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache=true state=latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n\n- name: Install PostgreSQL server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1369, "all_permissive": false }
ansible_role
aanisimov/openstf-ansible
0a32d0180af1b0f98ce113ed3665ff457f791345
1
roles/openstf
7,461
[ "no_license" ]
[ { "path": "roles/openstf/templates/srv/stf/nginx.conf", "content": "daemon off;\nworker_processes 4;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n upstream stf_app {\n server {{ ansible_default_ipv4.address }}:3100 max_fails=0;\n }\n\n upstream stf_auth {\n server {{ ansible_default_ipv4.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10803, "all_permissive": false }
ansible_role
aanisimov/openstf-ansible
0a32d0180af1b0f98ce113ed3665ff457f791345
1
roles/rethinkdb_client
7,461
[ "no_license" ]
[ { "path": "roles/rethinkdb_client/tasks/main.yml", "content": "- name: apt-get update\n apt: update-cache=yes\n\n- name: setup nodejs\n apt: pkg=nodejs force=yes install_recommends=yes\n\n- name: setup npm\n apt: pkg=npm force=yes install_recommends=no\n\n- name: install recli npm package\n npm: name=re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
Afinsky/trash-experience-etc
6a9c6a7ee88cceb4b667c719438aa77e74977600
0
Ansible/Ansible.Jenkins.start/roles/jenkins
7,461
[ "no_license" ]
[ { "path": "Ansible/Ansible.Jenkins.start/roles/jenkins/tasks/install_Centos.yaml", "content": "---\n- name: Jenkins. Install need packages\n yum:\n update_cache: yes\n name: \"{{ yum_jenkins_packages }}\"\n state: latest\n\n- name: Jenkins. Install jenkins\n include: install_jenkins_Centos.yaml\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2035, "all_permissive": false }
ansible_role
Afinsky/trash-experience-etc
6a9c6a7ee88cceb4b667c719438aa77e74977600
0
Ansible/Ansible.cruise.apache/roles/web
7,461
[ "no_license" ]
[ { "path": "Ansible/Ansible.cruise.apache/roles/web/templates/hosts.j2", "content": "### {{ ansible_managed }}\n\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n{% if virtual_hosts is defined %}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1452, "all_permissive": false }
ansible_role
Afinsky/trash-experience-etc
6a9c6a7ee88cceb4b667c719438aa77e74977600
0
Ansible/Ansible.cruise.nginx/roles/web
7,461
[ "no_license" ]
[ { "path": "Ansible/Ansible.cruise.nginx/roles/web/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<body>\n\n<h1>Welcome to the board, comrates!</h1>\n<p>Finally we are here!</p>\n<p>Your location is {{ item }}</p>\n</body>\n</html>\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3216, "all_permissive": false }
ansible_role
Afinsky/trash-experience-etc
6a9c6a7ee88cceb4b667c719438aa77e74977600
0
Ansible/Ansible.redmine/redmine/roles/redmine
7,461
[ "no_license" ]
[ { "path": "Ansible/Ansible.redmine/redmine/roles/redmine/tasks/main.yaml", "content": "---\n- name: APT. Update cache\n apt:\n update_cache: yes\n\n- name: APT. Install packages\n apt:\n name: \"{{ apt_redmine_packages }}\"\n state: latest\n\n- name: MySQL. Install and setup\n block:\n - temp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3066, "all_permissive": false }
ansible_role
Afinsky/trash-experience-etc
6a9c6a7ee88cceb4b667c719438aa77e74977600
0
Ansible/Ansible.redmine/roles/web
7,461
[ "no_license" ]
[ { "path": "Ansible/Ansible.redmine/roles/web/defaults/main.yaml", "content": "---\nyum_httpd_packages:\n - httpd\n\napt_httpd_packages:\n - apache2\n\ndefault_htdocs: \"/var/www/html/\"\n\nvirual_hosts:\n - { name: \"local_ubuntu.site\", ip: \"{{ hostvars[\\\"sa_ub\\\"].ansible_host }}\"}\n - { name: \"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1073, "all_permissive": false }
ansible_role
Afinsky/trash-experience-etc
6a9c6a7ee88cceb4b667c719438aa77e74977600
0
Ansible/K8s.Structure/roles/minikube
7,461
[ "no_license" ]
[ { "path": "Ansible/K8s.Structure/roles/minikube/tasks/install_Debian.yaml", "content": "---\n\n\n- name: Debian. Add Kubernetes repo\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernetes-xenial main\n state: present\n filename: kubectl\n update_cache: yes\n\n\n\n- name: Configure K...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1332, "all_permissive": false }
ansible_role
longnh299/shop-app
4b653b436df990cb4077be083d08c34cdc2da48d
0
roles/build-push-image
7,461
[ "no_license" ]
[ { "path": "roles/build-push-image/defaults/main.yml", "content": "---\n# defaults file for roles/build-push-image\n\ndockerhub_username: longnh09\ndockerhub_password: <PASSWORD>\n\nbackend_image_name: longnh09/shopappbe\nbackend_image_tag: latest\n\nfrontend_image_name: longnh09/shopappfe\nfrontend_image_ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1002, "all_permissive": false }
ansible_role
longnh299/shop-app
4b653b436df990cb4077be083d08c34cdc2da48d
0
roles/common
7,461
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for roles/common\n\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: yes\n \n- name: Install required system packages\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
longnh299/shop-app
4b653b436df990cb4077be083d08c34cdc2da48d
0
roles/deploy-webapp
7,461
[ "no_license" ]
[ { "path": "roles/deploy-webapp/defaults/main.yml", "content": "---\n# defaults file for roles/deploy-webapp\n\nbackend_image_name: longnh09/shopappbe\nbackend_image_tag: latest\n\nfrontend_image_name: longnh09/shopappfe\nfrontend_image_tag: latest", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1020, "all_permissive": false }
ansible_role
longnh299/shop-app
4b653b436df990cb4077be083d08c34cdc2da48d
0
roles/docker
7,461
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\n# defaults file for roles/docker\n\nos:\n name: linux\n distro: ubuntu\n version: focal\n\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/docker/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 625, "all_permissive": false }
ansible_role
longnh299/shop-app
4b653b436df990cb4077be083d08c34cdc2da48d
0
roles/grafana
7,461
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n# tasks file for roles/grafana\n\n- name: Pull grafana image\n docker_image:\n name: grafana/grafana-enterprise:{{ version }}\n source: pull\n\n- name: Run Grafana container\n docker_container:\n name: grafana\n image: grafana/grafana-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 387, "all_permissive": false }
ansible_role
longnh299/shop-app
4b653b436df990cb4077be083d08c34cdc2da48d
0
roles/monitoring
7,461
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n# tasks file for roles/monitoring\n\n- name: Deploy monitoring stack using docker-compose module\n community.docker.docker_compose_v2:\n project_src: /home/longnh/Desktop/shop-app/roles/monitoring/files\n files:\n - docker-compose.yml\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6190, "all_permissive": false }
ansible_role
longnh299/shop-app
4b653b436df990cb4077be083d08c34cdc2da48d
0
roles/node-exporter
7,461
[ "no_license" ]
[ { "path": "roles/node-exporter/tasks/main.yml", "content": "---\n# tasks file for roles/node-exporter\n\n- name: Pull Node-exporter image from Dockerhub\n docker_image:\n name: prom/node-exporter:{{ version }}\n source: pull\n\n- name: Run Node-exporter container\n docker_container:\n name: Node-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 415, "all_permissive": false }
ansible_role
longnh299/shop-app
4b653b436df990cb4077be083d08c34cdc2da48d
0
roles/prometheus
7,461
[ "no_license" ]
[ { "path": "roles/prometheus/files/prometheus.yml", "content": "global:\n scrape_interval: 15s\n\nscrape_configs:\n- job_name: prometheus\n static_configs:\n - targets: \n - localhost:9090\n \n- job_name: node\n static_configs:\n - targets: \n - ec2-13-212-124-39.ap-southeast-1.compute.amazonaw...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 909, "all_permissive": false }
ansible_role
paganinicaprice/projects-cloud-computing
f3584c5bf1c9dc1b14c7edd25253da36c7e8c5ec
1
fundamentals/devops-ansible/roles/nginx
7,461
[ "no_license" ]
[ { "path": "fundamentals/devops-ansible/roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n server {\n listen 80;\n server_name localh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 610, "all_permissive": false }
ansible_role
maha04056/maharepo
6bd3f20f7150c9d8deed7ca1574f70521447ca07
0
roles/apache.webserver
7,461
[ "no_license" ]
[ { "path": "roles/apache.webserver/vars/main.yml", "content": "---\n# vars file for apache.webserver\napache_pakages_deb: apache2\napache_pakages_rhel: httpd\napache_homepage: /var/www/html/index.html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 909, "all_permissive": false }
ansible_role
Alexrik/ansible-test
191e1c179f7b14dd74e3e43a746bd5368af46d35
0
roles/nginx
7,461
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: install nginx\n package:\n name: '{{ item }}'\n state: latest\n with_items:\n - '{{ nginx_packages }}'\n\n- name: nginx service enable\n service:\n name: nginx\n state: started\n\n- name: clear defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 726, "all_permissive": false }
ansible_role
kaleb818/Automation
63d3fb6878baf3d9c074514d656fafe54c114138
0
ansible_hadoop_tarball/roles/ansible
7,461
[ "permissive" ]
[ { "path": "ansible_hadoop_tarball/roles/ansible/tasks/main.yml", "content": "# file: roles/ansible/tasks/main.yml\n\n- name: download jdk file\n get-url: url=https://jkbdevops.blob.core.windows.net/files/jdk-7u75-linux-x64.tar.gz dest=filearchives/jdk-7u75-linux-x64.tar.gz\n \n- name: download Cloudera In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": true }
ansible_role
kaleb818/Automation
63d3fb6878baf3d9c074514d656fafe54c114138
0
ansible_hadoop_tarball/roles/bind
7,461
[ "permissive" ]
[ { "path": "ansible_hadoop_tarball/roles/bind/tasks/main.yml", "content": "# file: roles/bind/tasks/main.yml\n\n- name: Install the bind package\n yum: name=bind state=latest\n\n- name: Install the bind-utils package\n yum: name=bind-utils state=latest\n\n- name: Create zones Directory.\n file: path=/etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 818, "all_permissive": true }
ansible_role
kaleb818/Automation
63d3fb6878baf3d9c074514d656fafe54c114138
0
ansible_hadoop_tarball/roles/cd
7,461
[ "permissive" ]
[ { "path": "ansible_hadoop_tarball/roles/cd/tasks/main.yml", "content": "# file: roles/mysql/tasks/main.yml\n\n- name: Install the CD Plugins.\n command: rpm -i /home/jbus/cloudera-director-plugins-2.1.0-1.director210beta2.p0.47.el6.x86_64.rpm\n\n- name: Install the CD Client.\n command: rpm -i /home/jbus/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 987, "all_permissive": true }
ansible_role
kaleb818/Automation
63d3fb6878baf3d9c074514d656fafe54c114138
0
ansible_hadoop_tarball/roles/mysql
7,461
[ "permissive" ]
[ { "path": "ansible_hadoop_tarball/roles/mysql/tasks/main.yml", "content": "# file: roles/mysql/tasks/main.yml\n\n- name: Install the sql package.\n yum: name=mysql-server state=latest\n\n- name: Install the MySQL Python Package\n yum: name=MySQL-python state=latest\n \n- name: Stop mysql service.\n serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": true }
ansible_role
victorbrca/waveshare35-rpi3b-ubuntu-20.04-64
b95742555f98c7d6bb5a441e3ff79d0a1e51bdaf
22
roles/lcd
7,461
[ "no_license" ]
[ { "path": "roles/lcd/vars/main.yaml", "content": "---\n# vars file for lcd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/lcd/tasks/main.yaml", "content": "---\n# tasks file for lcd\n\n- name: Backing up files\n copy:\n src: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1780, "all_permissive": false }
ansible_role
victorbrca/waveshare35-rpi3b-ubuntu-20.04-64
b95742555f98c7d6bb5a441e3ff79d0a1e51bdaf
22
roles/packages
7,461
[ "no_license" ]
[ { "path": "roles/packages/vars/main.yaml", "content": "---\n# vars file for packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/packages/tasks/main.yaml", "content": "---\n# tasks file for packages\n\n- name: Running apt-get update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 265, "all_permissive": false }
ansible_role
mocdaniel/lab-event-driven-ansible
2972e971a3c17177b5e2e470a8d0847970c2ac64
0
roles/eda
7,461
[ "no_license" ]
[ { "path": "roles/eda/vars/RedHat.yml", "content": "---\neda_env_java_home: /usr/lib/jvm/jre-17-openjdk\neda_packages:\n - python3\n - python3-pip\n - java-17-openjdk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/eda/tasks/install_eda....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3903, "all_permissive": false }
ansible_role
mocdaniel/lab-event-driven-ansible
2972e971a3c17177b5e2e470a8d0847970c2ac64
0
roles/example
7,461
[ "no_license" ]
[ { "path": "roles/example/meta/main.yml", "content": "galaxy_info:\n author: |\n - <NAME> <<EMAIL>>\n description: Example role\n license: Apache-2.0\n min_ansible_version: \"2.9\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/exam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
SatwikBanerjee/AnsTroubleTraining
1c7b105b2fe296615572b848a01d81e6a8dc9f81
0
roles/postgres
7,461
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n# This role will install Postgres DB\n - name: install postgres\n yum:\n name: postgresql-server\n state: latest\n - name: Start Postgres service\n service:\n name: postgresql\n enabled: yes\n - name: tell user to finis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 625, "all_permissive": false }
ansible_role
SatwikBanerjee/AnsTroubleTraining
1c7b105b2fe296615572b848a01d81e6a8dc9f81
0
roles/repo
7,461
[ "no_license" ]
[ { "path": "roles/repo/tasks/main.yml", "content": "---\n#A role to copy over the repos to all the servers.\n - name: enable repos\n template:\n src: files/open_three-tier-app.repo\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
SatwikBanerjee/AnsTroubleTraining
1c7b105b2fe296615572b848a01d81e6a8dc9f81
0
roles/win_ad_install
7,461
[ "no_license" ]
[ { "path": "roles/win_ad_install/tasks/main.yml", "content": "---\n# iNSTALLING wINDOWS ad\n\n - name: install windows AD\n win_feature:\n name: AD-Domain-Services\n state: present\n - win_domain:\n dns_domain_name: \"{{ad_domain_name}}\"\n safe_mode_password: \"{{ad_safe_mode_passwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
SatwikBanerjee/AnsTroubleTraining
1c7b105b2fe296615572b848a01d81e6a8dc9f81
0
roles/win_service_config
7,461
[ "no_license" ]
[ { "path": "roles/win_service_config/tasks/main.yml", "content": "---\n# Creating Win SSH service\n\n - win_chocolatey: name={{ item }} state=installed\n with_items:\n - \"{{ package_name }}\"\n when: ansible_distribution == \"Microsoft Windows Server 2012 R2 Standard\"\n - name: Resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
pharriso/ansible-lb-demo
9e5b0330fac760043b75d9d74ed1ab80a944a85e
1
roles/create_libvirt_vm
7,460
[ "no_license" ]
[ { "path": "roles/create_libvirt_vm/templates/virt.xml.j2", "content": "<domain type='kvm'>\n <name>{{ inventory_hostname }}</name>\n <memory unit='GiB'>{{ memory }}</memory>\n <currentMemory unit='GiB'>{{ memory }}</currentMemory>\n <vcpu placement='static'>{{ cpu_cores }}</vcpu>\n <os>\n <type arch...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6656, "all_permissive": false }
ansible_role
pharriso/ansible-lb-demo
9e5b0330fac760043b75d9d74ed1ab80a944a85e
1
roles/create_rhv_vm
7,460
[ "no_license" ]
[ { "path": "roles/create_rhv_vm/tasks/main.yml", "content": "---\n\n- name: Auth to RHV\n ovirt_auth:\n url: \"{{ auth_url }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n insecure: true\n delegate_to: \"{{ rhv_man }}\"\n\n- name: Create VM from template\n ovirt_vms:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2436, "all_permissive": false }
ansible_role
pharriso/ansible-lb-demo
9e5b0330fac760043b75d9d74ed1ab80a944a85e
1
roles/loadbalancer
7,460
[ "no_license" ]
[ { "path": "roles/loadbalancer/templates/haproxy.cfg.j2", "content": "#---------------------------------------------------------------------\n# Global settings\n#---------------------------------------------------------------------\nglobal\n log 127.0.0.1 local2\n chroot /var/lib/haproxy\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2190, "all_permissive": false }
ansible_role
pharriso/ansible-lb-demo
9e5b0330fac760043b75d9d74ed1ab80a944a85e
1
roles/register_satellite
7,460
[ "no_license" ]
[ { "path": "roles/register_satellite/tasks/main.yml", "content": "---\n\n- name: Install Satellite katello certificate\n yum:\n name: http://{{ sat_server }}/pub/katello-ca-consumer-latest.noarch.rpm\n state: installed\n when: sat_server is defined\n\n- name: Register to Satellite or CDN\n redhat_su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
pharriso/ansible-lb-demo
9e5b0330fac760043b75d9d74ed1ab80a944a85e
1
roles/rhv_vm_callback
7,460
[ "no_license" ]
[ { "path": "roles/rhv_vm_callback/tasks/main.yml", "content": "---\n\n- name: Auth to RHV\n ovirt_auth:\n url: \"{{ auth_url }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n insecure: true\n delegate_to: \"{{ rhv_man }}\"\n\n- name: Check RHV to see if VM already exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1607, "all_permissive": false }
ansible_role
pharriso/ansible-lb-demo
9e5b0330fac760043b75d9d74ed1ab80a944a85e
1
roles/rolling_update
7,460
[ "no_license" ]
[ { "path": "roles/rolling_update/tasks/main.yml", "content": "---\n\n- name: Check for available updates\n shell: yum check-update\n args:\n warn: false\n register: yum_updates\n failed_when: yum_updates.rc == 1\n\n- name: Remove server from loadbalancer pool\n haproxy:\n state: disabled\n sock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2138, "all_permissive": false }
ansible_role
pharriso/ansible-lb-demo
9e5b0330fac760043b75d9d74ed1ab80a944a85e
1
roles/webservers
7,460
[ "no_license" ]
[ { "path": "roles/webservers/defaults/main.yml", "content": "---\n\nweb_image: ansible-black.jpeg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/webservers/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n <...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1101, "all_permissive": false }
ansible_role
dhwark/alertmanager_cluster
ff257e6d72c37f5229e57ea3783b49088c6b79ee
0
roles/alertmanager_cluster
7,460
[ "no_license" ]
[ { "path": "roles/alertmanager_cluster/tasks/main.yml", "content": "---\n\n- name: mkdir\n shell: \"mkdir -p /usr/local/alertmanager\"\n\n- name: copy\n copy:\n src: '{{ role_path }}/files/alertmanager/{{ item }}'\n dest: '/usr/local/alertmanager'\n with_items:\n - 'alertmanager'\n - 'amtool'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
kuusas/cleanphp-ansible
28e6b03eb28a494fb0596efab4579f21072beed9
0
infrastructure/roles/cleanphp.deploy
7,460
[ "no_license" ]
[ { "path": "infrastructure/roles/cleanphp.deploy/tasks/main.yml", "content": "---\n- name: Get date\n shell: date '+%Y%m%d%H%M%S'\n register: date\n\n- set_fact:\n release_path: \"{{project_path}}/releases/{{date.stdout}}\"\n\n- name: Release path\n debug: var=release_path\n\n- name: Create new release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1364, "all_permissive": false }
ansible_role
kuusas/cleanphp-ansible
28e6b03eb28a494fb0596efab4579f21072beed9
0
infrastructure/roles/cleanphp.java8
7,460
[ "no_license" ]
[ { "path": "infrastructure/roles/cleanphp.java8/tasks/main.yml", "content": "- name: Install Java8\n yum: name=java-1.8.0-openjdk state=present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
kuusas/cleanphp-ansible
28e6b03eb28a494fb0596efab4579f21072beed9
0
infrastructure/roles/cleanphp.jenkins-job
7,460
[ "no_license" ]
[ { "path": "infrastructure/roles/cleanphp.jenkins-job/tasks/install.yml", "content": "- name: Get EPEL repository RPM\n get_url: dest=/tmp/epel-release-latest.rpm url=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n\n- name: Install EPEL repository RPM\n yum: name=/tmp/epel-release-...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1532, "all_permissive": false }
ansible_role
kuusas/cleanphp-ansible
28e6b03eb28a494fb0596efab4579f21072beed9
0
infrastructure/roles/cleanphp.nginx-folders
7,460
[ "no_license" ]
[ { "path": "infrastructure/roles/cleanphp.nginx-folders/tasks/main.yml", "content": "---\n- name: Create folders\n file: path=\"{{item}}\" state=directory group=\"{{nginx_user}}\" owner=\"{{nginx_user}}\"\n with_items:\n - \"/var/www/{{ server_name }}/current\"\n - \"/var/www/{{ server_name }}/logs\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
kuusas/cleanphp-ansible
28e6b03eb28a494fb0596efab4579f21072beed9
0
infrastructure/roles/cleanphp.php
7,460
[ "no_license" ]
[ { "path": "infrastructure/roles/cleanphp.php/tasks/main.yml", "content": "- name: Get webtatic repository RPM\n get_url: dest=/tmp/webtatic-release-latest.rpm url=https://mirror.webtatic.com/yum/el7/webtatic-release.rpm\n\n- name: Install webtatic repository RPM\n yum: name=/tmp/webtatic-release-latest.rp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
kuusas/cleanphp-ansible
28e6b03eb28a494fb0596efab4579f21072beed9
0
infrastructure/roles/cleanphp.workshop
7,460
[ "no_license" ]
[ { "path": "infrastructure/roles/cleanphp.workshop/templates/sudoers.d.j2", "content": "# {{ ansible_managed }}\ncentos ALL=(ALL) NOPASSWD:ALL", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "infrastructure/roles/cleanphp.workshop/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1071, "all_permissive": false }
ansible_role
bfcoder/syncthing-ansible
4d8005721c507dcaf7f6d330f0c48838183103e7
0
roles/docker-compose
7,460
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: Create /opt/syncthing directory\n file:\n path: \"/opt/syncthing\"\n state: directory\n owner: \"{{ansible_ssh_user}}\"\n group: \"{{ansible_ssh_user}}\"\n mode: u=rwx,g=rwx,o=\n\n- name: Copy docker-compose.yml for we...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1249, "all_permissive": false }
ansible_role
bfcoder/syncthing-ansible
4d8005721c507dcaf7f6d330f0c48838183103e7
0
roles/essential
7,460
[ "no_license" ]
[ { "path": "roles/essential/tasks/main.yml", "content": "---\n- name: Update packages\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n upgrade: safe\n autoremove: true\n\n- name: Install git-core\n apt:\n pkg: git-core\n state: present\n update_cache: true\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
ofhellsfire/rpi-3g-modem-route-mgr
2f338dbddb131a2ab89aa3347e2925fad100abf0
0
ansible/roles/common
7,460
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: install packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - tcpdump\n - vim\n - jq\n - htop\n tags: [common]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
ofhellsfire/rpi-3g-modem-route-mgr
2f338dbddb131a2ab89aa3347e2925fad100abf0
0
ansible/roles/iface_poller
7,460
[ "no_license" ]
[ { "path": "ansible/roles/iface_poller/tasks/main.yaml", "content": "- name: create project folder\n file:\n path: \"{{ ansible_env.HOME }}/{{ project_folder }}\"\n state: directory\n mode: '0775'\n tags: [poller, copying]\n\n- name: copy main files\n copy:\n src: \"{{ role_path }}/../../../{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2583, "all_permissive": false }
ansible_role
ofhellsfire/rpi-3g-modem-route-mgr
2f338dbddb131a2ab89aa3347e2925fad100abf0
0
ansible/roles/network_config
7,460
[ "no_license" ]
[ { "path": "ansible/roles/network_config/templates/default_interface.j2", "content": "auto {{ network_interface_name }}\niface {{ network_interface_name }} inet static\naddress {{ ethernet_ip_address }}\nnetmask {{ ethernet_ip_mask }}\nnetwork {{ ethernet_network }}\nbroadcast {{ ethernet_broadcast }}\ndns-n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1224, "all_permissive": false }
ansible_role
ofhellsfire/rpi-3g-modem-route-mgr
2f338dbddb131a2ab89aa3347e2925fad100abf0
0
ansible/roles/pihole
7,460
[ "no_license" ]
[ { "path": "ansible/roles/pihole/tasks/main.yaml", "content": "- name: install dependency packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - git\n tags: [pi-hole]\n\n- name: create pi-hole config directory\n file:\n path: /etc/pihole\n state: directory\n mode: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1780, "all_permissive": false }
ansible_role
wikitops/ansible_minio
53cb3470dd6828dc767df8aa25592d26c94d0c1a
0
roles/minio
7,460
[ "no_license" ]
[ { "path": "roles/minio/meta/main.yml", "content": "---\n\ndependencies:\n\n - role: docker\n vars:\n docker_users: [\"vagrant\"]\n\ngalaxy_info:\n author: wikitops\n description: Minio for Linux.\n company: \"Wikitops\"\n license: \"license (BSD, MIT)\"\n min_ansible_version: 2.4\n platforms:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1518, "all_permissive": false }
ansible_role
leorance/rhce
34fffd52fc085d963cfb0100300a950845d86f8c
0
roles/apache
7,460
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: start service\n service:\n name: httpd\n state: started\n enabled: true\n- name: enable firewall\n ansible.posix.firewalld:\n service: http\n state: enabled\n immediate: true\n permanent: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
esistfarouk/DevOps-Mid-Project
e1392c07807296f2c25bbdead5111be2fb728405
0
roles/docker-build
7,460
[ "no_license" ]
[ { "path": "roles/docker-build/tasks/main.yml", "content": "- name: Copy docker files and sources (frontend)\n ansible.builtin.copy:\n src: \"~/Desktop/devops/DevOps-Mid-Project/frontend/\"\n dest: \"~/Desktop/devops/DevOps-Mid-Project/frontend/\"\n mode: preserve\n notify: Rebuild Docker frontend...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4892, "all_permissive": false }
ansible_role
esistfarouk/DevOps-Mid-Project
e1392c07807296f2c25bbdead5111be2fb728405
0
roles/docker-deploy
7,460
[ "no_license" ]
[ { "path": "roles/docker-deploy/tasks/main.yml", "content": "- name: Copy docker-compose file\n ansible.builtin.copy:\n src: \"~/Desktop/devops/DevOps-Mid-Project/Deploy/\"\n dest: \"~/Desktop/devops/DevOps-Mid-Project/Deploy/\"\n mode: preserve\n\n- name: Ensure Docker CLI plugins directory exists...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
esistfarouk/DevOps-Mid-Project
e1392c07807296f2c25bbdead5111be2fb728405
0
roles/docker-install
7,460
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/main.yml", "content": "# - name: Install Python packages\n# pip: name={{ item }}\n# loop:\n# - dokcer\n- name: Install Docker\n ansible.builtin.apt:\n name: docker.io\n state: present\n become: yes\n\n- name: Ensure group docker exists\n ansible.builtin.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
esistfarouk/DevOps-Mid-Project
e1392c07807296f2c25bbdead5111be2fb728405
0
roles/docker-login
7,460
[ "no_license" ]
[ { "path": "roles/docker-login/tasks/main.yml", "content": "- name: Log into DockerHub\n community.docker.docker_login:\n username: 'ahmedmfarouk'\n password: '<PASSWORD>'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
esistfarouk/DevOps-Mid-Project
e1392c07807296f2c25bbdead5111be2fb728405
0
roles/docker-pull
7,460
[ "no_license" ]
[ { "path": "roles/docker-pull/tasks/main.yml", "content": "- name: Pull an image\n community.docker.docker_image_pull:\n name: \"{{item}}\"\n loop:\n - ahmedmfarouk/backend:v1\n - ahmedmfarouk/frontend:v1\n - ahmedmfarouk/postgres:v1", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
esistfarouk/DevOps-Mid-Project
e1392c07807296f2c25bbdead5111be2fb728405
0
roles/docker-push
7,460
[ "no_license" ]
[ { "path": "roles/docker-push/tasks/main.yml", "content": "- name: Push frontend image\n community.docker.docker_image_push:\n name: ahmedmfarouk/frontend\n tag: v1\n\n- name: Push backend image\n community.docker.docker_image_push:\n name: ahmedmfarouk/backend\n tag: v1\n \n- name: Push dat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
polywaves/ansible-role
5315d4698ca87612282033023c7ffa6068c3bb62
0
roles/common
7,460
[ "no_license" ]
[ { "path": "roles/common/tasks/sysctl.yml", "content": "---\n\n- name: \"Set fs max file parameter to {{ file-max }}\"\n sysctl:\n name: fs.file-max\n value: \"{{ file_max }}\"\n state: present\n reload: yes\n\n- name: \"Successful message\"\n shell: \"echo \\\"Well done!\\\"\"", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
RobertHorrox/osx-laptop
fa2800651369e5af65e3ff9960ecbda91f735968
0
roles/adam_mac
7,460
[ "no_license" ]
[ { "path": "roles/adam_mac/vars/main.yml", "content": "homebrew_packages:\n- awscli\n- jq\n- pyenv\n- starship\n- zsh\n\n\nhomebrew_cask_packages:\n- docker\n- iterm2\n- google-chrome\n\npyenv_python_versions:\n# In precedence order\n- 3.10.1\n- 3.9.9\n- 3.8.12\n\npip_packages:\n- black\n- boto\n- boto3\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3562, "all_permissive": false }
ansible_role
Vinh1507/gtm-resolver
721e87a9c8c2b295a9d7346742a34bc922547a88
0
ansible/roles/dns_server
7,460
[ "no_license" ]
[ { "path": "ansible/roles/dns_server/files/docker-compose.yaml", "content": "version: '3.8'\n\nservices:\n gtm-resolver:\n image: vinhbh/simple-dns-server:1.3\n container_name: gtm-resolver\n ports:\n - \"53:53/tcp\"\n - \"53:53/udp\"", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 859, "all_permissive": false }
ansible_role
TurosIgor/ansible-practice
5cabb873d8c8f827edc6e9deae6279c6a4cd02c8
0
roles/verify-external-domain
7,460
[ "no_license" ]
[ { "path": "roles/verify-external-domain/tasks/main.yml", "content": "---\n- name: Get service\n kubernetes.core.k8s_info:\n kind: Service\n name: \"{{ service_name }}\"\n namespace: \"{{ service_namespace }}\"\n register: service\n\n- name: Check for service presence\n ansible.builtin.fail:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1794, "all_permissive": false }
ansible_role
TurosIgor/ansible-practice
5cabb873d8c8f827edc6e9deae6279c6a4cd02c8
0
roles/verify-in-cluster-service
7,460
[ "no_license" ]
[ { "path": "roles/verify-in-cluster-service/tasks/main.yml", "content": "---\n- name: Get service\n kubernetes.core.k8s_info:\n kind: Service\n name: \"{{ service_name }}\"\n namespace: \"{{ service_namespace }}\"\n register: service\n\n- name: Check for service presence\n ansible.builtin.fail:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 822, "all_permissive": false }
ansible_role
TurosIgor/ansible-practice
5cabb873d8c8f827edc6e9deae6279c6a4cd02c8
0
roles/verify-pods
7,460
[ "no_license" ]
[ { "path": "roles/verify-pods/tasks/main.yml", "content": "---\n- name: Get namespace\n kubernetes.core.k8s_info:\n kind: Namespace\n name: \"{{ pod_namespace }}\"\n register: ns\n\n- name: Check for namespace presence\n ansible.builtin.fail:\n msg: \"Namespace '{{ pod_namespace }}' is missing!\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3265, "all_permissive": false }
ansible_role
ismailsamyy/devops
e0bbc8690e1d5617b5c4c708a91311f0bc76063c
0
roles/deploy_jenkins
7,460
[ "no_license" ]
[ { "path": "roles/deploy_jenkins/tasks/main.yml", "content": " - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install Java (Jenkins dependency)\n apt:\n name: openjdk-11-jdk\n state: present\n\n - name: Install Jenkins\n apt:\n name: jenkin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
M-o-liver/kali-vagrant
064bb1930532c0ba8a6e12331590734f18020bea
0
ansible/roles/base
7,464
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install essential packages\n apt:\n pkg:\n - nmap\n - gobuster\n - burpsuite\n - wireshark\n - john\n - hashcat\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
M-o-liver/kali-vagrant
064bb1930532c0ba8a6e12331590734f18020bea
0
ansible/roles/browser
7,464
[ "no_license" ]
[ { "path": "ansible/roles/browser/tasks/main.yml", "content": "---\n- name: Install FoxyProxy Standard Extension\n apt:\n pkg:\n - webext-foxyproxy\n state: present\n\n- name: Ensure Firefox profile directory exists\n file:\n path: \"/home/vagrant/.mozilla/firefox/*.default-release\"\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 969, "all_permissive": false }
ansible_role
M-o-liver/kali-vagrant
064bb1930532c0ba8a6e12331590734f18020bea
0
ansible/roles/nvim
7,464
[ "no_license" ]
[ { "path": "ansible/roles/nvim/tasks/main.yml", "content": "---\n- name: Install required dependencies\n apt:\n pkg:\n - git\n - make\n - unzip\n - gcc\n - ripgrep\n - xclip\n state: present\n update_cache: yes\n\n- name: Download Neovim AppImage using curl\n shell: |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
M-o-liver/kali-vagrant
064bb1930532c0ba8a6e12331590734f18020bea
0
ansible/roles/pentesting
7,464
[ "no_license" ]
[ { "path": "ansible/roles/pentesting/tasks/main.yml", "content": "---\n- name: Create PrivEsc directory\n file:\n path: \"{{ priv_esc_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Clone pentesting tools\n git:\n repo: \"{{ item.repo }}\"\n dest: \"{{ item.dest }}\"\n force: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 839, "all_permissive": false }
ansible_role
M-o-liver/kali-vagrant
064bb1930532c0ba8a6e12331590734f18020bea
0
ansible/roles/tmux
7,464
[ "no_license" ]
[ { "path": "ansible/roles/tmux/templates/tmux.conf.j2", "content": "# Enable mouse support\nset -g mouse on\n\n# Set history limit\nset -g history-limit 10000\n\n# Use Ctrl + a as prefix (instead of default Ctrl + b)\nset -g prefix C-a\nunbind C-b\nbind C-a send-prefix\n\n# Split panes (horizontal/vertical)\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 942, "all_permissive": false }
ansible_role
M-o-liver/kali-vagrant
064bb1930532c0ba8a6e12331590734f18020bea
0
ansible/roles/vpn
7,464
[ "no_license" ]
[ { "path": "ansible/roles/vpn/tasks/main.yml", "content": "- name: Ensure /opt directory exists\n file:\n path: /opt\n state: directory\n mode: '0755'\n\n- name: Copy TryHackMe VPN configuration\n copy:\n src: thm.ovpn\n dest: /opt/thm.ovpn\n mode: '0600'\n owner: root\n group: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
M-o-liver/kali-vagrant
064bb1930532c0ba8a6e12331590734f18020bea
0
ansible/roles/wordlists
7,464
[ "no_license" ]
[ { "path": "ansible/roles/wordlists/tasks/main.yml", "content": "---\n- name: Increase Git buffer size\n shell: git config --global http.postBuffer 524288000\n ignore_errors: yes\n\n- name: Clone wordlist repositories\n git:\n repo: \"{{ item.repo }}\"\n dest: \"{{ item.dest }}\"\n force: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/ansible
7,464
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/main.yml", "content": "- name: add universe/multiverse\n apt_repository: repo='deb http://ubuntu.mirror.lrz.de/ubuntu precise main universe multiverse' state=present\n\n- name: add update universe/multiverse\n apt_repository: repo='deb http://ubuntu.mirror.lrz.de/ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/apache-php-fpm
7,464
[ "no_license" ]
[ { "path": "ansible/roles/apache-php-fpm/tasks/main.yml", "content": "- name: install apache2 packages\r\n action: apt pkg={{item}} state=latest force=yes\r\n with_items:\r\n - apache2-mpm-worker\r\n - libapache2-mod-fastcgi\r\n\r\n- name: install php packages\r\n action: apt pkg={{item}} state=late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 958, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/common
7,464
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: copy files\n copy: src=../files/{{item.path}} dest={{item.dest}} mode={{item.mode}} owner={{item.owner}} group={{item.group}}\n with_items:\n - { path: '.bashrc', dest: '/root/.bashrc', owner: root, group: root, mode: 600 }\n - { p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1874, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/db
7,464
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- name: add/check mariadb repository\n apt_repository: repo='deb http://mirror2.hs-esslingen.de/mariadb/repo/10.0/debian wheezy main' state=present\n\n- name: add/check elasticsearch repository\n apt_repository: repo='deb http://packages.elasticsear...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/mongodb
7,464
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "- name: install/update packages\n action: apt pkg={{item}} state=latest\n with_items:\n - mongodb\n - mongodb-server\n - mongodb-clients\n - php5-mongo\n\n- name: download rockmongo\n get_url: url=http://github.com/iwind/rockmongo/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1333, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/mysql
7,464
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "- name: install mysql packages\n action: apt pkg={{item}} state=latest\n with_items:\n - mysql-server\n - mysql-client\n - mysql-common\n\n- name: start server\n service: name=mysql state=started enabled=true\n\n- name: configure the ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/php
7,464
[ "no_license" ]
[ { "path": "ansible/roles/php/files/custom.xdebug.ini", "content": "[xdebug]\nxdebug.max_nesting_level = 300\nxdebug.remote_enable = 1\nxdebug.remote_connect_back = 1\nxdebug.idekey = \"PHPSTORM\"\nxdebug.remote_port = 9000\n;xdebug.remote_handler=dbgp\nxdebug.remote_autostart = 1\nxdebug.profiler_enable_tri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3804, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/rabbitmq
7,464
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/main.yml", "content": "- name: install rabbitmq\r\n action: apt pkg={{item}} state=latest\r\n with_items:\r\n - rabbitmq-server\r\n\r\n#- name: copy scripts\r\n# action: copy src=../files/{{ item.path }} dest=/usr/bin/{{ item.dest }} mode={{item.mode}}\r\n# wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/redis
7,464
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- name: install/update packages\n action: apt pkg={{item}} state=latest\n with_items:\n - redis-server\n - redis-tools\n - php5-redis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/tools
7,464
[ "no_license" ]
[ { "path": "ansible/roles/tools/files/tail-logs", "content": "#!/bin/bash\nsudo tail -f /var/log/apache2/*.error.log -f /var/log/apache2/error.log\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/tools/files/base-config", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3457, "all_permissive": false }
ansible_role
Starbuck2511/devbox
15cfc99209f547b0295c27e3017aababcf74aadf
0
ansible/roles/user
7,464
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "- name: add sudoadmin group\n group: name={{item}} state=present\n with_items:\n - sudoadmin\n - sudoers\n\n# add user and group stuff\n- name: add {{user}} and home {{user_home_base}}/{{user}}\n action: user name={{user}} shell=/bin/bash g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3388, "all_permissive": false }
ansible_role
linos1003/hadoop-spark-multinode-ansible
d69f9461450201b029b9040d3de60b7d9ad91219
0
roles/common
7,464
[ "no_license" ]
[ { "path": "roles/common/files/ssh_config", "content": "Host debian*\nForwardAgent yes\nIdentityFile ~/.ssh/id_rsa_vm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/common/files/hosts", "content": "127.0.0.1\tlocalhost\n127.0.1.1\tlocalho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1685, "all_permissive": false }
ansible_role
linos1003/hadoop-spark-multinode-ansible
d69f9461450201b029b9040d3de60b7d9ad91219
0
roles/master
7,464
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n- name: copy slaves config\n copy:\n src: ./roles/master/files/slaves\n dest: /home/hadoop/spark-2.1.0-bin-hadoop2.7/conf/\n owner: hadoop\n group: hadoop\n\n- name: copy saprk-env.sh to sparkhome\n copy:\n src: ./roles/master/files/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
linos1003/hadoop-spark-multinode-ansible
d69f9461450201b029b9040d3de60b7d9ad91219
0
roles/scala
7,464
[ "no_license" ]
[ { "path": "roles/scala/tasks/main.yml", "content": "- name: check if \"scala\" exists\n stat: path=/usr/bin/scala\n register: filecheck\n\n- name: Install packages\n apt:\n name: scala\n state: present\n update_cache: yes\n when: filecheck.stat.exists == False\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
linos1003/hadoop-spark-multinode-ansible
d69f9461450201b029b9040d3de60b7d9ad91219
0
roles/service
7,464
[ "no_license" ]
[ { "path": "roles/service/tasks/main.yml", "content": "---\n\n- name: start service\n shell: /home/hadoop/spark-2.1.0-bin-hadoop2.7/sbin/start-all.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
linos1003/hadoop-spark-multinode-ansible
d69f9461450201b029b9040d3de60b7d9ad91219
0
roles/spark
7,464
[ "no_license" ]
[ { "path": "roles/spark/vars/main.yml", "content": "spark_download_url: http://d3kbcqa49mib13.cloudfront.net/spark-2.1.0-bin-hadoop2.7.tgz", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/spark/tasks/main.yml", "content": "---\n# Download a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 627, "all_permissive": false }
ansible_role
freeminder/ansible_capistrano
bbc67ea4a77ac88a5563a56c6c1ed192aa056880
0
roles/common
7,464
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "---\n# Node.js deployment\n\n- name: get nodejs repo\n get_url: url=https://deb.nodesource.com/setup_8.x dest=/tmp/nodejs_setup_8.x mode=0440\n\n- name: add nodejs repo\n command: /bin/bash /tmp/nodejs_setup_8.x\n become: true\n\n- name: install node...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4269, "all_permissive": false }
ansible_role
freeminder/ansible_capistrano
bbc67ea4a77ac88a5563a56c6c1ed192aa056880
0
roles/mysql
7,464
[ "no_license" ]
[ { "path": "roles/mysql/templates/database.yml.j2", "content": "default: &default\n adapter: mysql2\n encoding: unicode\n host: localhost\n port: 3306\n\ndevelopment:\n <<: *default\n database: {{dbname}}_development\n\ntest:\n <<: *default\n database: {{dbname}}_test\n\nproduction:\n <<: *default\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1126, "all_permissive": false }
ansible_role
freeminder/ansible_capistrano
bbc67ea4a77ac88a5563a56c6c1ed192aa056880
0
roles/passenger
7,464
[ "no_license" ]
[ { "path": "roles/passenger/templates/passenger.list.j2", "content": "deb https://oss-binaries.phusionpassenger.com/apt/passenger {{ ubuntu_release }} main\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/passenger/tasks/main.yml", "conte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1594, "all_permissive": false }
ansible_role
freeminder/ansible_capistrano
bbc67ea4a77ac88a5563a56c6c1ed192aa056880
0
roles/postgresql
7,464
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# PostgreSQL\n\n- name: install postgresql packages\n apt: \n name: '{{ item }}'\n update_cache: 'yes'\n cache_valid_time: 3600\n with_items:\n - postgresql\n - libpq-dev\n - python-psycopg2\n\n- name: enable postgresql servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1271, "all_permissive": false }
ansible_role
freeminder/ansible_capistrano
bbc67ea4a77ac88a5563a56c6c1ed192aa056880
0
roles/puma
7,464
[ "no_license" ]
[ { "path": "roles/puma/templates/puma.service.j2", "content": "[Unit]\nDescription=Puma HTTP Server\nAfter=network.target\n\n# Uncomment for socket activation (see below)\n# Requires=puma.socket\n\n[Service]\n# Foreground process (do not use --daemon in ExecStart or config.rb)\nType=simple\n\n# Preferably co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2334, "all_permissive": false }
ansible_role
grand-im/playbook
60c457c1bf7a600ced10d40633648098f0d3f8a2
0
roles/base
7,464
[ "no_license" ]
[ { "path": "roles/base/files/sshd_config", "content": "## managed by ansible\n\nPasswordAuthentication no\nPermitRootLogin prohibit-password\n\n## based on ubuntu:18.04 config:\n\nChallengeResponseAuthentication no\nUsePAM yes\nAcceptEnv LANG LC_*\nSubsystem\tsftp\t/usr/lib/openssh/sftp-server\n", "licen...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1772, "all_permissive": false }
ansible_role
grand-im/playbook
60c457c1bf7a600ced10d40633648098f0d3f8a2
0
roles/mastodon
7,464
[ "no_license" ]
[ { "path": "roles/mastodon/tasks/user.yml", "content": "- name: create mastodon user\n user:\n name: mastodon\n system: yes\n shell: /bin/bash\n # password: defaults to --<PASSWORD>-password\n become: yes\n\n- name: clone mastodon\n git:\n repo: https://github.com/tootsuite/mastodon.git\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 7636, "all_permissive": false }
ansible_role
geek-labs/ansible-playbooks
9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192
0
roles/debian_common
7,464
[ "no_license" ]
[ { "path": "roles/debian_common/tasks/repositories.yml", "content": "---\n\n- name: Add stable repository\n ansible.builtin.apt_repository:\n repo: deb http://ftp2.de.debian.org/debian {{ ansible_distribution_release }} main contrib non-free non-free-firmware\n state: present\n filename: stable\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2570, "all_permissive": false }
ansible_role
geek-labs/ansible-playbooks
9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192
0
roles/fail2ban
7,464
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n\n- name: Install fail2ban\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n pkg:\n - fail2ban\n # needed so we have log files to parse\n - rsyslog\n\n- name: Create fail2ban config\n ansible.builtin.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 952, "all_permissive": false }
ansible_role
geek-labs/ansible-playbooks
9f9543e4b5b50dbfb7b8d02c9d5f4ad1321cf192
0
roles/iobroker_docker
7,464
[ "no_license" ]
[ { "path": "roles/iobroker_docker/templates/docker-compose.yml.j2", "content": "services:\n iobroker:\n restart: always\n image: ghcr.io/buanet/iobroker:v10.0.0\n network_mode: \"host\"\n container_name: iobroker\n hostname: iobroker\n ports:\n - \"8081:8081\"\n volumes:\n - i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1035, "all_permissive": false }