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
wastrachan/dotfiles
b6b16c9363032b9e4d2d2b83ee83dfb86efafaa7
2
roles/tmux
659
[ "no_license" ]
[ { "path": "roles/tmux/defaults/main.yml", "content": "---\ntmux_use_tpm: true # Install TPM for Plugin management\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: Update tmux config\n ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 726, "all_permissive": false }
ansible_role
wastrachan/dotfiles
b6b16c9363032b9e4d2d2b83ee83dfb86efafaa7
2
roles/vim
659
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Install .vimrc\n ansible.builtin.template:\n src: files/vimrc.j2\n dest: ~/.vimrc\n mode: \"0644\"\n\n- name: Create Vim bundle directory\n ansible.builtin.file:\n path: ~/.vim/bundle/\n state: directory\n mode: \"0755\"\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 643, "all_permissive": false }
ansible_role
wastrachan/dotfiles
b6b16c9363032b9e4d2d2b83ee83dfb86efafaa7
2
roles/zsh
659
[ "no_license" ]
[ { "path": "roles/zsh/tasks/prompt.yml", "content": "---\n- name: Update Oh My Zsh\n ansible.builtin.git:\n repo: https://github.com/robbyrussell/oh-my-zsh.git\n dest: ~/.oh-my-zsh\n clone: true\n update: true\n accept_hostkey: true\n version: master\n tags: [dev, server]\n\n- name: Creat...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4380, "all_permissive": false }
ansible_role
madson7/swarm-vagrant
54c31d6a1963edf82ae27062cb21ad145c2f2e9a
1
roles/swarm
659
[ "no_license" ]
[ { "path": "roles/swarm/tasks/install-worker.yml", "content": "---\n- name: determine swarm status\n shell: >\n docker info --format \\{\\{.Swarm.LocalNodeState\\}\\}\n register: swarm_status\n\n- name: create swarm_worker_operational group\n add_host:\n hostname: \"{{ item }}\"\n groups: swarm_w...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4490, "all_permissive": false }
ansible_role
Cyrinebelguith/angular
6965d66b940acbd376b5887f77bf32e598ed353f
0
ansible/roles/build
659
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "---\n# tasks file for build\n- name: Install dep\n shell: npm install --verbose\n \n- name: Build app\n shell: ng build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
Cyrinebelguith/angular
6965d66b940acbd376b5887f77bf32e598ed353f
0
ansible/roles/docker-registry
659
[ "no_license" ]
[ { "path": "ansible/roles/docker-registry/tasks/main.yml", "content": "- name: Tag and push to docker hub\n docker_image:\n name: devops\n repository: cyrinebelguith/cd-angular\n tag: latest\n push: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
dronotte/nginx-tomcat
02a3b80916eb7ed95e4b9a31a08a2f2cf1870196
0
roles/backup_server
659
[ "no_license" ]
[ { "path": "roles/backup_server/templates/backup.sh", "content": "backup_clients=( {{ groups['backup_client']|join(' ') }} )\nbackup_directories=( /etc/nginx )\nDATE=$(date +\"%m-%d-%Y-%H-%M\")\nlogfile=/var/log/backup.log\n#exec 1>/var/log/backup.log\n#exec 2>/var/log/backup.log\nfor client in ${backup_cli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1178, "all_permissive": false }
ansible_role
dronotte/nginx-tomcat
02a3b80916eb7ed95e4b9a31a08a2f2cf1870196
0
roles/common
659
[ "no_license" ]
[ { "path": "roles/common/templates/iptables.j2", "content": "# {{ ansible_managed }}\n# Manual customization of this file is not recommended.\n*filter\n:INPUT ACCEPT [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n\n{% if (inventory_hostname in groups['web']) %}\n-I INPUT -p tcp --dport 80 -j ACCEPT\n\n{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1408, "all_permissive": false }
ansible_role
dronotte/nginx-tomcat
02a3b80916eb7ed95e4b9a31a08a2f2cf1870196
0
roles/nginx
659
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n - name: Install Nginx\n yum: name=nginx state=present\n\n - name: Start Nginx\n service: name=nginx state=started enabled=yes\n\n - name: Copy nginx.conf\n template: src=nginx.conf.v1 dest=/etc/nginx/nginx.conf\n notify: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
dronotte/nginx-tomcat
02a3b80916eb7ed95e4b9a31a08a2f2cf1870196
0
roles/tomcat
659
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n - name: Install tomcat\n yum: name=tomcat state=present\n\n - name: Start Tomcat\n service: name=tomcat state=started enabled=yes\n\n - name: Copy Jenkins.war\n copy:\n src: /etc/ansible/roles/tomcat/templates/jenkins.war.2.2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 859, "all_permissive": false }
ansible_role
yteraoka/nomad-cluster-do
e384a68ce73d37803b4eeb5d97051684232c312d
0
ansible/roles/consul
659
[ "no_license" ]
[ { "path": "ansible/roles/consul/templates/consul.hcl", "content": "datacenter = \"dc1\"\ndata_dir = \"/opt/consul\"\nencrypt = \"{{ consul_encrypt_key }}\"\nretry_join = [\n{% for host in groups['consul_server'] %}\n \"{{ hostvars[host]['ansible_eth1']['ipv4']['address'] }}\",\n{% endfor %}\n]\nbind_addr =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3523, "all_permissive": false }
ansible_role
yteraoka/nomad-cluster-do
e384a68ce73d37803b4eeb5d97051684232c312d
0
ansible/roles/consul-generate-files
659
[ "no_license" ]
[ { "path": "ansible/roles/consul-generate-files/tasks/main.yml", "content": "---\n- name: download consul\n get_url:\n url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_{{ ansible_system | lower }}_amd64.zip\n dest: /var/tmp/consul-{{ consul_version }}.zip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1086, "all_permissive": false }
ansible_role
yteraoka/nomad-cluster-do
e384a68ce73d37803b4eeb5d97051684232c312d
0
ansible/roles/docker
659
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n yum:\n name: docker\n tags:\n - docker\n\n- name: enable and start docker\n service:\n name: docker\n state: started\n enabled: yes\n tags:\n - docker\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
yteraoka/nomad-cluster-do
e384a68ce73d37803b4eeb5d97051684232c312d
0
ansible/roles/genkey
659
[ "no_license" ]
[ { "path": "ansible/roles/genkey/tasks/main.yml", "content": "- name: generage ssh keypair\n command: ssh-keygen -t rsa -b 2048 -P \"\" -f ../id_rsa\n args:\n creates: ../id_rsa\n tags:\n - genkey\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
yteraoka/nomad-cluster-do
e384a68ce73d37803b4eeb5d97051684232c312d
0
ansible/roles/jq
659
[ "no_license" ]
[ { "path": "ansible/roles/jq/tasks/main.yml", "content": "---\n- name: install epel-release\n yum:\n name: epel-release\n tags:\n - jq\n\n- name: install jq\n yum:\n name: jq\n tags:\n - jq\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
yteraoka/nomad-cluster-do
e384a68ce73d37803b4eeb5d97051684232c312d
0
ansible/roles/nomad
659
[ "no_license" ]
[ { "path": "ansible/roles/nomad/templates/nomad.hcl", "content": "datacenter = \"dc1\"\ndata_dir = \"/opt/nomad\"\n\n# bind_addr = \"{{ ansible_eth1.ipv4.address }}\"\n\nadvertise {\n http = \"{{ ansible_eth1.ipv4.address }}\"\n rpc = \"{{ ansible_eth1.ipv4.address }}\"\n serf = \"{{ ansible_eth1.ipv4.ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3136, "all_permissive": false }
ansible_role
yteraoka/nomad-cluster-do
e384a68ce73d37803b4eeb5d97051684232c312d
0
ansible/roles/terraform
659
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yml", "content": "- name: terraform apply\n terraform:\n project_path: \"../terraform\"\n state: present\n force_init: yes\n tags:\n - terraform\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 247, "all_permissive": false }
ansible_role
yteraoka/nomad-cluster-do
e384a68ce73d37803b4eeb5d97051684232c312d
0
ansible/roles/terraform-inventory
659
[ "no_license" ]
[ { "path": "ansible/roles/terraform-inventory/tasks/main.yml", "content": "---\n- name: download terraform-inventory.zip\n get_url:\n url: https://github.com/adammck/terraform-inventory/releases/download/v{{ terraform_inventory_version }}/terraform-inventory_v{{ terraform_inventory_version }}_{{ ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
jarfernandez/ansible-jenkins
72e3056319269706230bd72b4433c449d13a2f95
0
provision/roles/common
659
[ "no_license" ]
[ { "path": "provision/roles/common/defaults/main.yml", "content": "---\ncommon_packages:\n - git \n - wget", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "provision/roles/common/tasks/main.yml", "content": "---\n- name: Instalar paquetes comun...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 173, "all_permissive": false }
ansible_role
jarfernandez/ansible-jenkins
72e3056319269706230bd72b4433c449d13a2f95
0
provision/roles/java8
659
[ "no_license" ]
[ { "path": "provision/roles/java8/tasks/main.yml", "content": "---\n- name: Instalar Java 8\n yum: name={{item}} state=latest update_cache=yes\n with_items: '{{ java8_packages }}'", "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
jarfernandez/ansible-jenkins
72e3056319269706230bd72b4433c449d13a2f95
0
provision/roles/jenkins
659
[ "no_license" ]
[ { "path": "provision/roles/jenkins/tasks/main.yml", "content": "---\n- name: Añadir URL de repositorio Jenkins al sistema\n get_url: url={{ jenkins_repo_url }} dest=/etc/yum.repos.d/jenkins.repo\n \n- name: Importar clave pública de RPM de Jenkins\n rpm_key: key={{ jenkins_public_key_url }} state=present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
jarfernandez/ansible-jenkins
72e3056319269706230bd72b4433c449d13a2f95
0
provision/roles/jenkins-plugins
659
[ "no_license" ]
[ { "path": "provision/roles/jenkins-plugins/tasks/main.yml", "content": "---\n- name: Obtener la contraseña del usuario admin\n command: cat /var/lib/jenkins/secrets/initialAdminPassword\n register: data\n\n- name: Instalar plugins\n jenkins_plugin:\n name: \"{{ item }}\"\n state: latest\n params...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
jarfernandez/ansible-jenkins
72e3056319269706230bd72b4433c449d13a2f95
0
provision/roles/maven
659
[ "no_license" ]
[ { "path": "provision/roles/maven/tasks/main.yml", "content": "---\n- name: Instalar Maven\n yum: name={{ item }} state=latest update_cache=yes\n with_items: '{{ maven_packages }}'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
encapsulate-xyz/celestia-bridge-ansible
280031f50b25710941dfb684979ab3f8a8a57eab
0
roles/bridge
659
[ "no_license" ]
[ { "path": "roles/bridge/vars/main.yml", "content": "---\n# maintains file name, binary names, and anything which is not a directory or path\n\n# config file names\nbridge_config_file_name: config.toml\nbridge_node_key_oaz_file_name: <KEY>\nbridge_node_key_nj3_file_name: <KEY>\n\n# binary names\nbridge_defau...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 13630, "all_permissive": false }
ansible_role
Vaishnavij/Test_engine
ee77d121259c785cddd8984d1e0595563fc78275
0
ansible/roles/nginx
659
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Install nginx epl repo\n yum:\n name: epel-release\n state: present\n update_cache: yes\n\n- name: Install nginx\n yum:\n name: nginx\n state: latest\n #enabled: no\n notify: restart nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 413, "all_permissive": false }
ansible_role
derekjc/sample-ansible-reporter
807a4d497b05c99c48d0d318f5a2314dc1dc0723
0
roles/health_check
699
[ "no_license" ]
[ { "path": "roles/health_check/tasks/main.yml", "content": "---\n- name: Initialize results dictionary\n ansible.builtin.set_fact:\n health_results: {}\n\n- name: Load health checks configuration\n ansible.builtin.include_vars:\n file: health_checks.yml\n name: checks_config\n\n- name: Run health ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4295, "all_permissive": false }
ansible_role
cunha981/impacta-iaac
75caf1708691f4c048a37f9f1901fa31df105252
0
exercicio-slack-o/roles/slack-o
699
[ "no_license" ]
[ { "path": "exercicio-slack-o/roles/slack-o/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - slack-o", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "exercicio-slack-o/roles/slack-o/defaults/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1328, "all_permissive": false }
ansible_role
ok2ju/machine-autimatic
092d3874b45d5a86c5c00764a42995777c95cf3f
2
roles/brew
699
[ "no_license" ]
[ { "path": "roles/brew/vars/main.yml", "content": "---\ntaps:\n - homebrew/cask\n\napps:\n - git\n - wget\n - zsh\n - go\n - dep\n - node\n - yarn\n - zsh\n - zsh-completions\n\ncask_apps:\n - google-chrome\n - iterm2\n - docker\n - visual-studio-code\n - telegram\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 933, "all_permissive": false }
ansible_role
ok2ju/machine-autimatic
092d3874b45d5a86c5c00764a42995777c95cf3f
2
roles/git
699
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Create git config\n git_config: scope=global name={{ item.name }} value={{ item.value }}\n with_items:\n - { name: 'user.name', value: 'ok2ju'}\n - { name: 'user.email', value: '<EMAIL>'}\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
ok2ju/machine-autimatic
092d3874b45d5a86c5c00764a42995777c95cf3f
2
roles/golang
699
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n- name: Create GOPATH directory\n file:\n path: \"{{ GOPATH }}\"\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
ok2ju/machine-autimatic
092d3874b45d5a86c5c00764a42995777c95cf3f
2
roles/vscode
699
[ "no_license" ]
[ { "path": "roles/vscode/templates/settings.j2", "content": "{\n \"editor.renderWhitespace\": \"all\",\n \"editor.minimap.enabled\": false,\n \"editor.rulers\": [\n 100\n ],\n \"workbench.statusBar.feedback.visible\": false,\n \"workbench.tips.enabled\": false,\n \"explorer.openEd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 991, "all_permissive": false }
ansible_role
ok2ju/machine-autimatic
092d3874b45d5a86c5c00764a42995777c95cf3f
2
roles/zsh
699
[ "no_license" ]
[ { "path": "roles/zsh/vars/main.yml", "content": "---\nZSH_INSTALL_URL: |\n https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/zsh/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 281, "all_permissive": false }
ansible_role
phorge-fr/Ansible-PCI
f5d55c05adc8c18a8fa6a439243f0d7604083255
0
roles/k3s-post
699
[ "no_license" ]
[ { "path": "roles/k3s-post/tasks/main.yml", "content": "---\n- name: Ensure nfs-common is installed\n ansible.builtin.apt:\n name: nfs-common\n state: present\n\n- name: Ensure open-iscsi (iscsiadm) is installed\n ansible.builtin.apt:\n name: open-iscsi\n state: present\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
phorge-fr/Ansible-PCI
f5d55c05adc8c18a8fa6a439243f0d7604083255
0
roles/patch-management
699
[ "no_license" ]
[ { "path": "roles/patch-management/tasks/main.yml", "content": "---\n- name: Update the apt package index\n ansible.builtin.apt:\n update_cache: true\n\n- name: Upgrade all packages to the latest version\n ansible.builtin.apt:\n upgrade: full\n autoremove: true\n autoclean: true\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/build-essential
699
[ "no_license" ]
[ { "path": "ansible/roles/build-essential/tasks/redhat.yml", "content": "---\n\n- name: Install Development Tools\n yum: name={{ item }} state=present\n with_items:\n - \"@Development Tools\"\n - \"epel-release\"\n - tar\n - wget\n - git", "license_type": "no_license", "det...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 696, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/daemontools
699
[ "no_license" ]
[ { "path": "ansible/roles/daemontools/defaults/main.yml", "content": "---\n\ndaemontools_version: 0.76", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/roles/daemontools/tasks/main.yml", "content": "---\n# TODO move buidling softwares to ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1491, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/erlang
699
[ "no_license" ]
[ { "path": "ansible/roles/erlang/defaults/main.yml", "content": "---\n\nerlang_version: 19.1.3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/roles/erlang/tasks/main.yml", "content": "---\n\n# This role install Erlang from Erlang Soluti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 901, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/java
699
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/install_debian.yml", "content": "---\n# see https://www.digitalocean.com/community/tutorials/how-to-manually-install-oracle-java-on-a-debian-or-ubuntu-vps\n\n- name: Check downloaded JDK\n stat: path={{ jdk_cache_dir }}/jdk-{{ jdk_version }}-linux-x64.tar.gz\n register:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2516, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/jetty
699
[ "no_license" ]
[ { "path": "ansible/roles/jetty/tasks/main.yml", "content": "---\n\n- name: Check precondiction - jetty_version\n fail: msg=\"ERROR - missing variable jetty_version\"\n when: jetty_version is undefined\n\n- name: Create group jetty\n group: name={{ jetty_group }} gid={{ jetty_gid }} state=present\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1357, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/mariadb
699
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "---\n# see https://mariadb.com/kb/en/mariadb/yum/\n# TODO: setup mysql password using Expect\n# see: https://gist.github.com/Mins/4602864\n- block:\n - name: Add MariaDB repo\n template:\n src: centos/etc_yum.repos.d_MariaDB.repo.j2\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1224, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/nginx
699
[ "no_license" ]
[ { "path": "ansible/roles/nginx/defaults/main.yml", "content": "---\n\nnginx_version: 1.8.1\nnginx_dir: /usr/local/nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/roles/nginx/tasks/update_redhat.yml", "content": "---\n\n- name: Cop...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1364, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/rabbitmq
699
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/main.yml", "content": "---\n\n- name: Check precondiction - rbmq_version\n fail: msg=\"ERROR - missing variable rbmq_version\"\n when: rbmq_version is undefined\n\n- name: Create group rabbitmq\n group: name={{ rbmq_group }} gid={{ rbmq_gid }} state=present\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1327, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/redis
699
[ "no_license" ]
[ { "path": "ansible/roles/redis/templates/centos/etc_init.d_redis.j2", "content": "#!/bin/sh\n#Configurations injected by install_server below....\n\nEXEC={{ redis_home }}/bin/redis-server\nCLIEXEC={{ redis_home }}/bin/redis-cli\nPIDFILE={{ redis_run_dir }}/redis_{{ redis_port }}.pid\nCONF=\"{{ redis_conf_di...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4373, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/riak-kv
699
[ "no_license" ]
[ { "path": "ansible/roles/riak-kv/tasks/main.yml", "content": "---\n# See http://docs.basho.com/riak/kv/2.1.4/downloads\n\n- name: Install Riak Ubuntu\n include: install_ubuntu_trusty.yml\n static: no\n when:\n - ansible_distribution == 'Ubuntu'\n - ansible_distribution_release == 'trusty'\n\n\n- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 949, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/solr
699
[ "no_license" ]
[ { "path": "ansible/roles/solr/defaults/main.yml", "content": "---\n\nsolr_version: 6.0.0\nsolr_dir: /usr/local\nsolr_uid: 2001\nsolr_gid: 2001\nsolr_user: solr\nsolr_group: solr\nsolr_cache_dir: /tmp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1654, "all_permissive": false }
ansible_role
monday0rsunday/oreka-ops
2a4405a4cf384e31ecc47cd9abd23e76dc1eb02a
0
ansible/roles/zookeeper
699
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/tasks/main.yml", "content": "---\n\n- name: Check precondiction - zk_version\n fail: msg=\"ERROR - missing variable zk_version\"\n when: zk_version is undefined\n\n- name: Create group zookeeper\n group: name={{ zk_group }} gid={{ zk_gid }} state=present\n\n- name: Crea...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1483, "all_permissive": false }
ansible_role
bamboo-yujiro/ansible_my_rails
8884b176edc7a0192154c557e3e36380b5e58394
0
roles/mysql
699
[ "no_license" ]
[ { "path": "roles/mysql/templates/my-develop.cnf.j2", "content": "# {{ ansible_managed }}\n\n[mysqld]\nbind-address = 0.0.0.0\nskip-character-set-client-handshake\ncharacter-set-server = utf8\ncollation-server = utf8_general_ci\ninit-connect = SET NAMES utf8\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1259, "all_permissive": false }
ansible_role
bamboo-yujiro/ansible_my_rails
8884b176edc7a0192154c557e3e36380b5e58394
0
roles/nodejs
699
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: Install Node.js\n apt: name={{ item }} state=latest\n with_items:\n - nodejs\n - npm\n\n- name: cache clean\n command: npm cache clean\n\n- name: install n\n command: npm install n -g\n\n- name: n stable\n command: n stable\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
bamboo-yujiro/ansible_my_rails
8884b176edc7a0192154c557e3e36380b5e58394
0
roles/prepare_rails
699
[ "no_license" ]
[ { "path": "roles/prepare_rails/tasks/main.yml", "content": "- name: Prepare rails\n apt: name={{ item }} state=latest\n with_items:\n - libmysqlclient-dev\n - libmagic-dev\n - imagemagick\n - libmagickcore-dev\n - libmagickwand-dev\n\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
bamboo-yujiro/ansible_my_rails
8884b176edc7a0192154c557e3e36380b5e58394
0
roles/rbenv
699
[ "no_license" ]
[ { "path": "roles/rbenv/defaults/main.yml", "content": "---\nrbenv_user: ubuntu\nrbenv_ruby_version: 2.3.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- name: Install dependencies for rbenv\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 959, "all_permissive": false }
ansible_role
companieshouse/artifactory-ami
64408a3e258ea7522bd7340ea1647246fb101ee4
1
ansible/roles/artifactory
699
[ "no_license" ]
[ { "path": "ansible/roles/artifactory/defaults/main.yaml", "content": "artifactory_package: \"jfrog-artifactory-pro-{{ artifactory_version }}.rpm\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/artifactory/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1474, "all_permissive": false }
ansible_role
cyvanoort/ansible-role-common
af7872e6c566dd0733dbe39c33bc4b468921eb93
0
roles/common
699
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for ansible-role-common/\n- name: Update repository and Upgrade packages\n become: yes\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: install what I like\n become: yes\n apt:\n name: ['vim','bash-completion']\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/add-repository
699
[ "no_license" ]
[ { "path": "roles/add-repository/tasks/main.yaml", "content": "---\r\n - name: Add docker-ce-stable repo\r\n yum_repository:\r\n name: Docker\r\n baseurl: https://download.docker.com/linux/centos/7/$basearch/stable\r\n gpgcheck: yes\r\n gpgkey: https://download.docker.com/linux/centos/gpg\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/calico
699
[ "no_license" ]
[ { "path": "roles/calico/tasks/main.yaml", "content": "---\r\n - name: copy calico.yaml to master 1\r\n template: \r\n src: calico.yaml\r\n dest: /home/kubeadm-ha/calico.yaml\r\n\r\n - name: deploying calico cni pod network\r\n shell: kubectl apply -f /home/kubeadm-ha/calico.yaml\r\n ", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/cfssl-setup
699
[ "no_license" ]
[ { "path": "roles/cfssl-setup/tasks/main.yaml", "content": "---\r\n - name: Download cfssl\r\n get_url:\r\n url: https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 \r\n dest: /usr/local/bin/cfssl\r\n mode: 0710\r\n \r\n - name: Download cfssljson\r\n get_url:\r\n url: https://pkg.cfssl.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/contour-setup
699
[ "no_license" ]
[ { "path": "roles/contour-setup/tasks/main.yaml", "content": "---\r\n - name: copying contour.yaml to master 1\r\n template:\r\n src: contour.yaml\r\n dest: /home/kubeadm-ha/contour.yaml\r\n\r\n - name: applying contour.yaml to master 1\r\n shell : kubectl apply -f /home/kubeadm-ha/contour.yaml\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/docker-setup
699
[ "no_license" ]
[ { "path": "roles/docker-setup/tasks/main.yaml", "content": "--- \r\n - name: Cleaning yum metadata\r\n command: rm -fr /var/cache/yum/*\r\n \r\n - name: Removing yum metadata \r\n command: yum clean all \r\n\r\n - name: Install docker\r\n yum: \r\n name: docker-ce-{{docker_version}} \r\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/etc-hosts-entry
699
[ "no_license" ]
[ { "path": "roles/etc-hosts-entry/tasks/main.yaml", "content": "---\n - name: adding /etc/hosts entry to all nodes\n blockinfile:\n path: /etc/hosts\n state: present\n block: |\n {{ first_master_ip }} {{ first_master }}\n {{ second_master_ip }} {{ second_master }}\n {{ third_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/etcd-prerequisite
699
[ "no_license" ]
[ { "path": "roles/etcd-prerequisite/tasks/main.yaml", "content": "---\r\n - name: copying etcd certs for each master node\r\n copy: \r\n src: /tmp/etcd/{{item}}\r\n dest: /etc/etcdk8s/ssl/{{item}}\r\n with_items:\r\n - ca-config.json\r\n - ca.pem\r\n - ca-key.pem\r\n - client.pem\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1217, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/etcd-setup
699
[ "no_license" ]
[ { "path": "roles/etcd-setup/tasks/main.yaml", "content": "---\n - name: installing etcd for centos distro to all masters\n yum:\n name: etcd\n state: latest\n when: \n ansible_distribution == 'CentOS'\n\n - name: downloading etcd for redhat distro to all masters \n get_url:\n url: ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/generate-etcd-certs
699
[ "no_license" ]
[ { "path": "roles/generate-etcd-certs/tasks/main.yaml", "content": "---\r\n - name: Copy ca-cert config files\r\n copy:\r\n src: certs/\r\n dest: /etc/etcdk8s/ssl/\r\n \r\n - name: Generate CA certs \r\n shell: |\r\n cd /etc/etcdk8s/ssl\r\n /usr/local/bin/cfssl gencert -initca ca-csr....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 862, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/insecure-registry
699
[ "no_license" ]
[ { "path": "roles/insecure-registry/tasks/main.yaml", "content": "---\r\n - name: copying insecure-registry configuration file to all workers\r\n template:\r\n src: daemon.json\r\n dest: /etc/docker/daemon.json\r\n \r\n - name: restart and enable docker\r\n systemd: \r\n name: docker \r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/keepalived
699
[ "no_license" ]
[ { "path": "roles/keepalived/tasks/main.yaml", "content": "---\r\n - name: install keepalived\r\n yum:\r\n name: keepalived\r\n state: latest\r\n\r\n - name: deploy keepalived script\r\n template:\r\n src: check_apiserver.sh\r\n dest: /etc/keepalived/check_apiserver.sh\r\n mode: \"777...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 622, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/kubeadm-init-other-master
699
[ "no_license" ]
[ { "path": "roles/kubeadm-init-other-master/tasks/main.yaml", "content": "---\r\n - name: \"copy {{item}} to other masters\"\r\n copy: \r\n src: /tmp/pki/{{itme}}\r\n dest: /etc/kubernetes/pki/{{item}}\r\n with_items:\r\n - ca.crt\r\n - ca.key\r\n - sa.key\r\n - sa.pub\r\n\r\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/kubeadm-init-prep
699
[ "no_license" ]
[ { "path": "roles/kubeadm-init-prep/tasks/main.yaml", "content": "---\r\n - name: Copy kubeadm init config\r\n template:\r\n src: kubeadm-config.yaml\r\n dest: /home/kubeadm-ha/\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 550, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/kubernetes-setup
699
[ "no_license" ]
[ { "path": "roles/kubernetes-setup/tasks/main.yaml", "content": "---\r\n - name: install kubernetes packages\r\n yum:\r\n name: \"{{item}}\"\r\n with_items:\r\n - kubelet-{{kubelet_version}}\r\n - kubeadm-{{kubeadm_version}}\r\n - kubectl-{{kubectl_version}}\r\n \r\n - name: enable ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/metallb-setup
699
[ "no_license" ]
[ { "path": "roles/metallb-setup/tasks/main.yaml", "content": "---\r\n - name: copy metallb-namespace.yaml file to other master 1\r\n template: \r\n src: namespace.yaml\r\n dest: /home/kubeadm-ha/namespace.yaml\r\n\r\n - name: copy metallb-metallb.yaml file to other master 1\r\n template: \r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 934, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/pre-requisites-kubeadm
699
[ "no_license" ]
[ { "path": "roles/pre-requisites-kubeadm/tasks/main.yaml", "content": "---\r\n - name: Remove swapfile from /etc/fstab\r\n mount:\r\n name: swap\r\n fstype: swap\r\n state: absent\r\n\r\n - name: Turn swap off\r\n shell: swapoff -a\r\n\r\n - name: setenforce\r\n command: setenforce 0 \r\n\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
tanzeeb-samee/multimaster-kubernetes-ansible-setup
64e7255450ad03b7716e1fbcbe7e24514b73d7ed
0
roles/setup-firewalld
699
[ "no_license" ]
[ { "path": "roles/setup-firewalld/tasks/main.yaml", "content": "---\r\n - name: disabling firewalld service\r\n systemd:\r\n state: stopped\r\n name: firewalld\r\n enabled: no\r\n \r\n - name: Open ports\r\n shell: |\r\n iptables -I INPUT -p tcp -m tcp --dport 6443 -j ACCEPT\r\n iptab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
jrmcdonald/raspberry-pi
8ccdd07cd7b333b91153d5ffc70a5ba17d7c24a8
0
roles/app
699
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yaml", "content": "- name: Copy Docker Compose ENV\n ansible.builtin.template:\n src: ../templates/backup.env.j2\n dest: /home/admin/.backup.env\n mode: 0755\n owner: admin\n group: admin\n\n- name: Copy Docker Compose YAML\n ansible.builtin.copy:\n src: ....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2234, "all_permissive": false }
ansible_role
marcelormourao/packer-tomcat-ami
e20945f5492aaa91ee7dbf3666d5edf91d757465
0
ansible/roles/certbot
679
[ "no_license" ]
[ { "path": "ansible/roles/certbot/tasks/main.yml", "content": "---\n# tasks file for certbot\n- name: Install Certbot\n apt:\n update_cache: yes\n name: certbot\n state: present\n\n- name: Copy cron job renew\n template:\n src: templates/certbot\n dest: /etc/cron.d/certbot\n group: root\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
marcelormourao/packer-tomcat-ami
e20945f5492aaa91ee7dbf3666d5edf91d757465
0
ansible/roles/tomcat
679
[ "no_license" ]
[ { "path": "ansible/roles/tomcat/vars/main.yml", "content": "---\n# vars file for tomcat\nopenjdk_name: openjdk-8-jdk\ntomcat_version: 8.5.66", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "ansible/roles/tomcat/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1305, "all_permissive": false }
ansible_role
vivi789/install_lamp
20dd206d0bd9ae8e7ebfeee6fad7e348d67fb2fc
0
roles/config
679
[ "no_license" ]
[ { "path": "roles/config/vars/main.yml", "content": "path_source: /var/www/html/\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/config/tasks/main.yml", "content": "---\r\n - name: Download source code\r\n get_url:\r\n url: ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 502, "all_permissive": false }
ansible_role
vivi789/install_lamp
20dd206d0bd9ae8e7ebfeee6fad7e348d67fb2fc
0
roles/mariadb
679
[ "no_license" ]
[ { "path": "roles/mariadb/vars/main.yml", "content": "db: demo\r\ndb_user: demo\r\ndb_user_pass: <PASSWORD>\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/mariadb/tasks/main.yml", "content": "---\r\n - name: Install MariaDB\r\n yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 603, "all_permissive": false }
ansible_role
vivi789/install_lamp
20dd206d0bd9ae8e7ebfeee6fad7e348d67fb2fc
0
roles/php
679
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\r\n - name: Install Remi Repository\r\n yum:\r\n name: https://rpms.remirepo.net/enterprise/remi-release-7.rpm\r\n state: present\r\n\r\n - name: Install PHP 8\r\n yum:\r\n enablerepo: \"remi,remi-php80\"\r\n name:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
pdswan/ansible-testing
a43f4e3bccb095f66c92d297e2e4907d1e834c93
0
roles/gust-reverse-proxy
679
[ "no_license" ]
[ { "path": "roles/gust-reverse-proxy/tasks/main.yml", "content": "---\n- name: add gust config to sites-available\n template: src=gust.j2 dest=/etc/nginx/sites-available/gust\n notify:\n - restart nginx\n- name: enable gust config\n command: ln -s /etc/nginx/sites-available/gust /etc/nginx/sites-enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 613, "all_permissive": false }
ansible_role
pdswan/ansible-testing
a43f4e3bccb095f66c92d297e2e4907d1e834c93
0
roles/nginx
679
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt: pkg=nginx-full update_cache=yes\n\n- name: remove default config\n command: rm /etc/nginx/sites-enabled/default removes=/etc/nginx/sites-enabled/default\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
asift91/ansible_playbook
ec0270aba251d30a2443ad040f5b266bb1428e76
1
roles/moodle
679
[ "no_license" ]
[ { "path": "roles/moodle/README.md", "content": "moodle\r\n=========\r\n\r\nInstall moodle\r\n\r\nRole Variables\r\n--------------\r\n\r\n db_host: \"127.0.0.1\"\r\n db_pwd_root: \"<PASSWORD>\"\r\n db_name: 'moodle'\r\n db_username: 'moodleAdmin'\r\n db_password: '<PASSWORD>'\r\n\r\n moodle...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2540, "all_permissive": false }
ansible_role
asift91/ansible_playbook
ec0270aba251d30a2443ad040f5b266bb1428e76
1
roles/replication
679
[ "no_license" ]
[ { "path": "roles/replication/tasks/main.yml", "content": "---\r\n-\r\n get_url:\r\n dest: /home/{{ user_name | quote }}\r\n group: \"{{ user_name | quote }}\"\r\n mode: 493\r\n owner: \"{{ user_name | quote }}\"\r\n url: \"{{replication_url}}\"\r\n name: \"Download replica script using get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
Alexbeav/simple-lb-lab
6b2f459fc597b3812ec6db39ed15ce4eaf949199
0
ansible/roles/lb
679
[ "no_license" ]
[ { "path": "ansible/roles/lb/tasks/main.yml", "content": "---\n- name: Install HAProxy\n yum:\n name: haproxy\n state: present\n\n- name: Configure HAProxy\n copy:\n dest: /etc/haproxy/haproxy.cfg\n content: |\n global\n daemon\n maxconn 256\n\n defaults\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
Alexbeav/simple-lb-lab
6b2f459fc597b3812ec6db39ed15ce4eaf949199
0
ansible/roles/web
679
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "---\n- name: Install Apache\n yum:\n name: httpd\n state: present\n\n- name: Enable and start Apache\n service:\n name: httpd\n state: started\n enabled: true\n\n- name: Open HTTP port in firewalld\n firewalld:\n service: http\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
sushilsuresh/ocp4-disconnected
91dd13c02518a239124415441a016d2b21ee7059
27
roles/download-operator
679
[ "no_license" ]
[ { "path": "roles/download-operator/handlers/main.yml", "content": "---\n# handlers file for download-operator", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/download-operator/defaults/main.yml", "content": "---\n# defaults file for downl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1273, "all_permissive": false }
ansible_role
sushilsuresh/ocp4-disconnected
91dd13c02518a239124415441a016d2b21ee7059
27
roles/unbundle-operator
679
[ "no_license" ]
[ { "path": "roles/unbundle-operator/tasks/main.yml", "content": "---\n# tasks file for unbundle-operator\n\n- debug:\n msg: \"unpacking - {{ bundle_file }}\"\n\n- name: Set operator base directory fact\n set_fact:\n op_basedir: \"{{ bundle_file | dirname }}\"\n\n- name: Load the bundle.yaml file as a ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2586, "all_permissive": false }
ansible_role
nomaster/ansible-training
522d3559a613a65a9c9e5ab189ef990a7ae83df1
0
roles/cdn-server
679
[ "no_license" ]
[ { "path": "roles/cdn-server/meta/main.yml", "content": "---\n\ndependencies:\n- nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/cdn-server/tasks/main.yml", "content": "---\n\n- name: Configure nginx site\n template: src=wordpress...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 445, "all_permissive": false }
ansible_role
nomaster/ansible-training
522d3559a613a65a9c9e5ab189ef990a7ae83df1
0
roles/nginx
679
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt: name=nginx state=present\n\n- name: Configure nginx\n template: src=nginx.conf dest=/etc/nginx/nginx.conf\n notify: Restart nginx\n\n- name: Create nginx cache directory\n file: dest=/var/cache/nginx owner=www-dat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1234, "all_permissive": false }
ansible_role
nomaster/ansible-training
522d3559a613a65a9c9e5ab189ef990a7ae83df1
0
roles/wordpress-app
679
[ "no_license" ]
[ { "path": "roles/wordpress-app/vars/main.yml", "content": "---\n\nwordpress:\n version: \"4.4.1\"\n url: https://wordpress.org/wordpress-4.4.1.tar.gz\n checksum: \"sha1:89bcc67a33aecb691e879c818d7e2299701f30e7\"\n archive: /root/wordpress.tar.gz\n prefix: /var/wordpress\n", "license_type": "no_lice...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1972, "all_permissive": false }
ansible_role
nomaster/ansible-training
522d3559a613a65a9c9e5ab189ef990a7ae83df1
0
roles/wordpress-db
679
[ "no_license" ]
[ { "path": "roles/wordpress-db/main.yml", "content": "---\n\n- name: Install packages\n apt: name=mysql-server state=present\n\n- name: Configure networking\n template: src=mysql-network.conf dest=/etc/mysql/conf.d/network.cnf\n notify: Restart MySQL\n\n- name: Enable services\n service: name=mysql state...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1169, "all_permissive": false }
ansible_role
DavideVi/Layered-Infrastructure
fe3222e976c505b3b0254febfc580ca8ebae73f6
0
configuring/roles/docker-nginx
679
[ "no_license" ]
[ { "path": "configuring/roles/docker-nginx/tasks/main.yaml", "content": "---\n- name: Ensuring Docker Nginx image is present\n docker_image:\n name: nginx\n tag: 1.15.5\n pull: yes\n\n- name: Ensuring /etc/nginx is present\n file:\n path: /etc/nginx\n state: directory\n mode: 0755\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1445, "all_permissive": false }
ansible_role
andruszd/dotfiles
c985827d82808b84ec53f51fca900f2dd07c99f1
0
.ansible/collections/ansible_collections/mrichardson03/panos/roles/firewall
679
[ "no_license" ]
[ { "path": ".ansible/collections/ansible_collections/mrichardson03/panos/roles/firewall/templates/virtual_routers.xml.j2", "content": "{% for vr in virtual_routers %}\n<entry name=\"{{ vr.name }}\">\n <interface>\n {% if vr.interfaces is defined %}\n {% for interface in vr.interfaces %}\n <me...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 13311, "all_permissive": false }
ansible_role
andruszd/dotfiles
c985827d82808b84ec53f51fca900f2dd07c99f1
0
.ansible/collections/ansible_collections/mrichardson03/panos/roles/ironskillet
679
[ "no_license" ]
[ { "path": ".ansible/collections/ansible_collections/mrichardson03/panos/roles/ironskillet/meta/main.yml", "content": "galaxy_info:\n author: <NAME> (@mrichardson03)\n description: PAN-OS best practices initial configuration.\n company: Palo Alto Networks\n license: ISC\n min_ansible_version: 2.9\n\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 570, "all_permissive": false }
ansible_role
andruszd/dotfiles
c985827d82808b84ec53f51fca900f2dd07c99f1
0
.ansible/collections/ansible_collections/mrichardson03/panos/roles/onboard
679
[ "no_license" ]
[ { "path": ".ansible/collections/ansible_collections/mrichardson03/panos/roles/onboard/tasks/main.yml", "content": "---\n- name: Check ready\n panos_check:\n timeout: '{{ ready_timeout }}'\n\n- name: Configure DNS servers\n panos_config_element:\n xpath: /config/devices/entry[<EMAIL>']/deviceconfig/s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2011, "all_permissive": false }
ansible_role
andruszd/dotfiles
c985827d82808b84ec53f51fca900f2dd07c99f1
0
.ansible/collections/ansible_collections/nginxinc/nginx_core/roles/nginx_config
679
[ "permissive" ]
[ { "path": ".ansible/collections/ansible_collections/nginxinc/nginx_core/roles/nginx_config/molecule/cleanup_module/prepare.yml", "content": "---\n- name: Prepare\n hosts: all\n tasks:\n - name: Install NGINX\n include_role:\n name: nginxinc.nginx\n vars:\n nginx_modules:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 21700, "all_permissive": true }
ansible_role
goofyahead/vagrant-ansible-node
07848c96d5fc469b1f93efc676803bd287abb7a5
0
roles/bastly.git-publisher
679
[ "no_license" ]
[ { "path": "roles/bastly.git-publisher/handlers/main.yml", "content": "---\n# handlers file for roles/bastly.git-publisher\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/bastly.git-publisher/meta/main.yml", "content": "---\ngalaxy_info:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 735, "all_permissive": false }
ansible_role
goofyahead/vagrant-ansible-node
07848c96d5fc469b1f93efc676803bd287abb7a5
0
roles/bastly.nodejs
679
[ "no_license" ]
[ { "path": "roles/bastly.nodejs/defaults/main.yml", "content": "---\n# defaults file for roles/bastly.nodejs\n\nnodejs_install_method: \"source\"\nnodejs_version: \"0.10.26\"\nnodejs_url: \"http://nodejs.org/dist/v{{nodejs_version}}/node-v{{nodejs_version}}.tar.gz\"\nnodejs_prefix: \"/usr/local/nodejs/node-v...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2604, "all_permissive": false }
ansible_role
goofyahead/vagrant-ansible-node
07848c96d5fc469b1f93efc676803bd287abb7a5
0
roles/bastly.start-node
679
[ "no_license" ]
[ { "path": "roles/bastly.start-node/tasks/main.yml", "content": "---\n# tasks file for bastly.start-node\n- name: start node server\n shell: chdir={{ app_installation_dir }} nohup npm start > /var/log/nohup.log &", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, {...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 267, "all_permissive": false }
ansible_role
keshri-prasanjeet/practical-ansible
d2809a1f2edb396ad41fc00c5265c0cf46a781d1
0
roles/db_server
679
[ "no_license" ]
[ { "path": "roles/db_server/tasks/main.yml", "content": "---\n - name: install mysql and python-mysqldb\n apt: name={{ item }} state=present\n with_items:\n - python3-mysqldb\n - default-mysql-server\n - name: start up the mysql service\n shell: \"service mysql start\"\n - name: ensure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1419, "all_permissive": false }
ansible_role
tankhuu/ansible
d8a8dbeb8b4e162ef42dda4d5dd1daa8173874a7
0
edulog/athena/roles/backend
679
[ "no_license" ]
[ { "path": "edulog/athena/roles/backend/files/bin/deploy-backend", "content": "#!/bin/bash\n\nbuilt_version=$1\nbase_dir=\"/opt/athena/src\"\ns3_bucket=\"edulogvn-artifacts\"\nbuild_file=\"${built_version}.tar.gz\"\n\n# Pull jar files from S3\ncd /tmp\naws s3 cp s3://$s3_bucket/athena/backend/$build_file .\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5847, "all_permissive": false }
ansible_role
tankhuu/ansible
d8a8dbeb8b4e162ef42dda4d5dd1daa8173874a7
0
edulog/athena/roles/builder
679
[ "no_license" ]
[ { "path": "edulog/athena/roles/builder/files/bin/build-backend", "content": "#!/bin/bash -eu\n\n# Check variable\nif [ $# -ne 1 ]; then\n echo $0: usage: build-backend build_version\n exit 1\nfi\n\nbuild_version=$1\nsrc_dir=\"/opt/athena/backend\"\nbuild_dir=\"/home/ubuntu/build/backend/$build_version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6944, "all_permissive": false }
ansible_role
tankhuu/ansible
d8a8dbeb8b4e162ef42dda4d5dd1daa8173874a7
0
edulog/athena/roles/cache_queue
679
[ "no_license" ]
[ { "path": "edulog/athena/roles/cache_queue/defaults/main.yml", "content": "---\n# defaults file for cache_queue", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "edulog/athena/roles/cache_queue/vars/main.yml", "content": "---\n# vars file for cac...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5312, "all_permissive": false }
ansible_role
tankhuu/ansible
d8a8dbeb8b4e162ef42dda4d5dd1daa8173874a7
0
management/roles/docker
679
[ "no_license" ]
[ { "path": "management/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Update Repositories\n command: apt update\n- name: Install prerequisite packages\n command: \"apt install apt-transport-https ca-certificates curl software-properties-common -y\"\n- name: Install Docker\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }