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
Mohamed-Abonazel/CloudDevOpsProject-iVolve
f72ac31a96546f7a4ebe68e993771989e48264be
0
Ansible/roles/prerequisite
8,034
[ "no_license" ]
[ { "path": "Ansible/roles/prerequisite/tasks/main.yaml", "content": "---\n#__________________ Install prerequisites packages __________________#\n- name: Update and upgrade apt\n apt:\n update_cache: yes\n upgrade: safe\n\n- name: Install prerequisites\n apt:\n name:\n - wget\n - apt-tra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
Chanmoro/ansible-sample
f805848107095c6754228a96c4ab005a1300bfeb
1
roles/mongod
8,034
[ "no_license" ]
[ { "path": "roles/mongod/tasks/main.yml", "content": "---\n- name: copy mongodb-org repos\n copy: src=mongodb-org-3.0.repo dest=/etc/yum.repos.d/mongodb-org-3.0.repo\n\n- name: install mongod\n yum: name=mongodb-org state=latest\n notify: restart mongod\n\n- name: be sure mongod is running and enabled\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
Chanmoro/ansible-sample
f805848107095c6754228a96c4ab005a1300bfeb
1
roles/nodejs
8,034
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: install npm \n yum: name=npm state=latest enablerepo=epel\n\n- name: install n\n npm: name=n global=yes\n \n# install node.js by n command\n- name: install stable node.js\n shell: n stable\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
Chanmoro/ansible-sample
f805848107095c6754228a96c4ab005a1300bfeb
1
roles/packages
8,034
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n# add EPEL/Remi repositories\n- name: add repositories\n yum: name={{item}}\n with_items:\n - http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm\n - http://rpms.famillecollet.com/enterprise/remi-release-6.rpm\n\n# yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 737, "all_permissive": false }
ansible_role
Quche/workspace
7a8c6a100ca666397a8ce5abcacbe1a956784031
1
roles/user
8,034
[ "no_license" ]
[ { "path": "roles/user/tasks/src/db_client.yaml", "content": "---\n# ------------------\n# DB clients\n# ------------------\n# MySQL and Postgres clients\n\n# MySQL\n- name: MySQL server\n apt:\n pkg:\n - mysql-server\n\n# Postgres\n- name: postgresql\n apt:\n pkg:\n - postgresql", ...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 8731, "all_permissive": false }
ansible_role
cloudreach/ansible-terraform-quickstart
d47703ca98847036f9d2867d6db780514ff34802
3
ansible/roles/alertlogic.al_agents
8,034
[ "permissive" ]
[ { "path": "ansible/roles/alertlogic.al_agents/tasks/configure_loggers.yml", "content": "- name: Test for rsyslog being installed\n command: \"ls /etc/init.d/rsyslog\"\n ignore_errors: True\n register: rsyslog_init_exists\n tags: rsyslog\n\n- name: Test for syslog-ng being installed\n command: \"ls /etc...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 8206, "all_permissive": true }
ansible_role
cloudreach/ansible-terraform-quickstart
d47703ca98847036f9d2867d6db780514ff34802
3
ansible/roles/example-role
8,034
[ "no_license" ]
[ { "path": "ansible/roles/example-role/templates/example.conf.j2", "content": "# EXAMPLE.CONF\nThis is a config file\n\nA=1\nB=2\nC={{simpson_family}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/example-role/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 707, "all_permissive": false }
ansible_role
thiagogomesverissimo/workstation
e000c0768409d137bde8797c446f9528d13f5eff
0
roles/local.workstation
8,034
[ "no_license" ]
[ { "path": "roles/local.workstation/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - full", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/local.workstation/handlers/main.yml", "content": "---\n# ha...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 3058, "all_permissive": false }
ansible_role
zedex11/ansible_pull
f6ff03a0604b8e4030a88225846d174555a01f4e
0
roles/user
8,034
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Add user\r\n become: yes\r\n user:\r\n name: \"{{ user | mandatory }}\"\r\n group: \"{{ group | default(omit) }}\"\r\n home: \"{{ home | default(omit) }}\"\r\n create_home: \"{{ create_home | default(omit) }}\"\r\n system: \"{{ syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 535, "all_permissive": false }
ansible_role
jodersky/metamorphic
df6be44d67e29d73b0f226985c2c7b6ec989c224
0
roles/common
8,034
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install common packages\n apt: name={{item}} state=latest\n with_items:\n - ufw\n - openssl\n - ca-certificates\n - curl\n - wget\n - jq\n - rsync\n\n- name: firewall - allow ssh\n ufw: rule=allow port=22 proto=tcp\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
jodersky/metamorphic
df6be44d67e29d73b0f226985c2c7b6ec989c224
0
roles/ddns.notyet
8,034
[ "no_license" ]
[ { "path": "roles/ddns.notyet/vars/main.yml", "content": "---\nddns_api_key: \"{{vault_ddns_api_key}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/ddns.notyet/templates/update-dns.j2", "content": "#!/bin/sh\nset -e\n\napi_email=<EMA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1089, "all_permissive": false }
ansible_role
jodersky/metamorphic
df6be44d67e29d73b0f226985c2c7b6ec989c224
0
roles/dl
8,034
[ "no_license" ]
[ { "path": "roles/dl/tasks/main.yml", "content": "---\n\n- name: nginx - configure dl\n copy: src=dl.conf dest=/etc/nginx/sites-available/dl.conf\n\n- name: nginx - activate dl\n file:\n src=/etc/nginx/sites-available/dl.conf\n dest=/etc/nginx/sites-enabled/dl.conf\n state=link\n\n- name: add mini...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1003, "all_permissive": false }
ansible_role
jodersky/metamorphic
df6be44d67e29d73b0f226985c2c7b6ec989c224
0
roles/openvpn
8,034
[ "no_license" ]
[ { "path": "roles/openvpn/tasks/main.yml", "content": "---\n- name: install openvpn\n apt: name=openvpn state=latest\n \n- name: copy root certificate\n copy: src=ca.crt dest=/etc/openvpn/ca.crt\n notify: restart openvpn\n \n- name: copy dh parameters\n copy: src=dh4096.pem dest=/etc/openvpn/dh4096.pem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1589, "all_permissive": false }
ansible_role
jodersky/metamorphic
df6be44d67e29d73b0f226985c2c7b6ec989c224
0
roles/rsnapshot.notyet
8,034
[ "no_license" ]
[ { "path": "roles/rsnapshot.notyet/tasks/main.yml", "content": "---\n- name: install rsnapshot\n apt: name=rsnapshot state=latest\n\n- name: create config directory\n file: path=/etc/rsnapshot.d state=directory mode=0755\n \n- name: copy parent configuration\n copy: src=rsnapshot.conf dest=/etc/rsnapshot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1412, "all_permissive": false }
ansible_role
jodersky/metamorphic
df6be44d67e29d73b0f226985c2c7b6ec989c224
0
roles/webserver
8,034
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: install nginx\n apt: name=nginx state=latest\n\n- name: disable default nginx site\n file: path=/etc/nginx/sites-enabled/default state=absent\n\n- name: remove default nginx site\n file: path=/etc/nginx/sites-available/default state=abs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
prempal-s/ansible-ad-controller-setup
f8f13a0acf1adbdd8b12a4efda275af32eb35320
0
roles/win_ad_install
8,034
[ "no_license" ]
[ { "path": "roles/win_ad_install/tasks/main.yml", "content": "- name: Install AD-Domain-Services\n win_feature:\n name: AD-Domain-Services\n state: present\n include_sub_features: yes\n include_management_tools: yes\n\n\n- name: Setup AD Controller\n win_domain:\n dns_domain_name: \"{{ ad_do...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 724, "all_permissive": false }
ansible_role
prempal-s/ansible-ad-controller-setup
f8f13a0acf1adbdd8b12a4efda275af32eb35320
0
roles/win_service_config
8,034
[ "no_license" ]
[ { "path": "roles/win_service_config/tasks/main.yml", "content": "- name: Install Windows package\n win_chocolatey:\n name: \"{{ package_name }}\"\n params: \"{{ parameters }}\"\n state: latest\n when: ansible_distribution == \"Microsoft Windows Server 2012 R2 Standard\"\n\n\n- name: Start Windows...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
yosmoc/stm32-devenv
0ed5eecd8b00137084415449437959e6df5b1b16
0
provisioning/roles/atom
8,034
[ "no_license" ]
[ { "path": "provisioning/roles/atom/vars/main.yml", "content": "dot_atom: ~/.atom\n\npackages:\n - atom-beautify\n - atom-copy-on-select\n - atom-html-preview\n - atom-jshint\n - atomic-emacs\n - autocomplete-emojis\n - autocomplete-go\n - autocomplete-paths\n - autocomplete-plus\n - autocomplete-p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 633, "all_permissive": false }
ansible_role
yosmoc/stm32-devenv
0ed5eecd8b00137084415449437959e6df5b1b16
0
provisioning/roles/eclipse
8,034
[ "no_license" ]
[ { "path": "provisioning/roles/eclipse/tasks/main.yml", "content": "- name: add apt repository for Java8\n apt_repository: repo='ppa:webupd8team/java'\n become: yes\n\n- name: autoaccept license for Java8\n debconf: name='oracle-java8-installer' question='shared/accepted-oracle-license-v1-1' value='true' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1536, "all_permissive": false }
ansible_role
yosmoc/stm32-devenv
0ed5eecd8b00137084415449437959e6df5b1b16
0
provisioning/roles/emacs
8,034
[ "no_license" ]
[ { "path": "provisioning/roles/emacs/vars/main.yml", "content": "dot_emacs: ~/.emacs.d\n\npackages:\n - auto-complete\n - auto-save-buffers-enhanced\n - coffee-mode\n - color-moccur\n - eldoc-extension\n - flymake-haml\n - git-dwim\n - haml-mode\n - helm\n - helm-ag\n - helm-descbinds\n - helm-mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 11747, "all_permissive": false }
ansible_role
yosmoc/stm32-devenv
0ed5eecd8b00137084415449437959e6df5b1b16
0
provisioning/roles/oh-my-zsh
8,034
[ "no_license" ]
[ { "path": "provisioning/roles/oh-my-zsh/templates/peco.zsh", "content": "function peco-select-history() {\n local tac\n if which tac > /dev/null; then\n tac=\"tac\"\n else\n tac=\"tail -r\"\n fi\n BUFFER=$(\\history -n 1 | \\\n eval $tac | \\\n peco --query \"$LBUF...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1487, "all_permissive": false }
ansible_role
yosmoc/stm32-devenv
0ed5eecd8b00137084415449437959e6df5b1b16
0
provisioning/roles/openocd
8,034
[ "no_license" ]
[ { "path": "provisioning/roles/openocd/tasks/main.yml", "content": "- name: git clone latest openocd\n git: repo=git://openocd.git.sourceforge.net/gitroot/openocd/openocd dest=/home/vagrant/tmp/openocd\n\n- name: openocd bootstrap\n command: ./bootstrap chdir=/home/vagrant/tmp/openocd\n\n- name: openocd co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
yosmoc/stm32-devenv
0ed5eecd8b00137084415449437959e6df5b1b16
0
provisioning/roles/packages
8,034
[ "no_license" ]
[ { "path": "provisioning/roles/packages/vars/main.yml", "content": "apt_packages:\n - { name: atom }\n - { name: autoconf }\n - { name: bison }\n - { name: build-essential }\n - { name: curl }\n - { name: emacs }\n - { name: flex }\n - { name: gcc-arm-embedded }\n - { name: gccgo-go }\n - { name: g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 967, "all_permissive": false }
ansible_role
yosmoc/stm32-devenv
0ed5eecd8b00137084415449437959e6df5b1b16
0
provisioning/roles/peco
8,034
[ "no_license" ]
[ { "path": "provisioning/roles/peco/tasks/main.yml", "content": "- name: Get latest peco version\n shell: >\n curl -sI https://github.com/peco/peco/releases/latest | awk -F'/' '/^Location:/{print $NF}'\n register: peco_latest_version\n\n- name: Download latest peco\n get_url: url=https://github.com/pec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
yosmoc/stm32-devenv
0ed5eecd8b00137084415449437959e6df5b1b16
0
provisioning/roles/tmux
8,034
[ "no_license" ]
[ { "path": "provisioning/roles/tmux/templates/.tmux.conf.j2", "content": "# prefix\nset-option -g prefix C-t\n\n# zsh\nset -g default-shell /usr/bin/zsh\n\n# encoding\nset-window-option -g utf8 on\nset-option -g status-utf8 on\n\n# base index\nset-option -g base-index 1\nset-option -g pane-base-index 1\n\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 907, "all_permissive": false }
ansible_role
muskanpulyani/logging-app-log
1cd68182e0fc9cfa04554dfc01a492f8302069ea
0
deployment/roles/logs_setup
8,034
[ "no_license" ]
[ { "path": "deployment/roles/logs_setup/templates/log_Setup.j2", "content": "[Unit]\nDescription=remote_log setup\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=root\nGroup=root\nType=simple\nExecStart=/opt/{{app_name}}/env/bin/python3 /opt/{{app_name}}/server/agent.py {{file_na...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2326, "all_permissive": false }
ansible_role
humio/ansible-humio
006534dbf44750a4ae2dacbd04bff0caf25b229a
2
roles/humio
8,034
[ "no_license" ]
[ { "path": "roles/humio/tasks/custom_facts.yml", "content": "---\n- name: Create Ansible facts directory\n file:\n path: \"/etc/ansible/facts.d\"\n state: \"directory\"\n\n- name: CPU sockets fact\n copy:\n content: |\n #!/bin/bash\n export LC_ALL=en_GB.UTF8\n /usr/bin/lscpu | grep ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3467, "all_permissive": false }
ansible_role
humio/ansible-humio
006534dbf44750a4ae2dacbd04bff0caf25b229a
2
roles/java
8,034
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n- name: install JDK via yum\n yum:\n name: \"{{ java_zulu_mirror }}/zulu{{ java_version }}.{{ java_zulu_build }}-jdk{{ java_version }}-linux.x86_64.rpm\"\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
humio/ansible-humio
006534dbf44750a4ae2dacbd04bff0caf25b229a
2
roles/kafka
8,034
[ "no_license" ]
[ { "path": "roles/kafka/handlers/main.yml", "content": "- name: Restart Kafka SystemD service\n service:\n name: kafka\n daemon_reload: yes\n state: restarted\n listen: Restart Kafka", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1383, "all_permissive": false }
ansible_role
humio/ansible-humio
006534dbf44750a4ae2dacbd04bff0caf25b229a
2
roles/kafka-base
8,034
[ "no_license" ]
[ { "path": "roles/kafka-base/meta/main.yml", "content": "---\ndependencies:\n - role: java", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/kafka-base/tasks/main.yml", "content": "---\n- user:\n name: kafka\n\n- name: Install Kafka\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 840, "all_permissive": false }
ansible_role
humio/ansible-humio
006534dbf44750a4ae2dacbd04bff0caf25b229a
2
roles/zookeeper
8,034
[ "no_license" ]
[ { "path": "roles/zookeeper/meta/main.yml", "content": "---\ndependencies:\n - role: kafka-base\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n\n- name: Zookeeper MyID file\n copy:\n cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1585, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/docker
8,034
[ "no_license" ]
[ { "path": "roles/docker/tasks/debian.yml", "content": "---\n# tasks file for docker\n- name: Remove previous instalation\n apt:\n pkg: \n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n become: yes\n \n- name: Install Docker-Engine dependecy\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2927, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/gitlab
8,034
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/debian.yml", "content": "---\n# tasks file for gitlab\n- name: Install dependency\n apt:\n pkg:\n - curl\n - openssh-server\n - ca-certificates\n - perl\n - postfix\n update_cache: yes\n state: present\n\n- name: Download instalation script\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 857, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/jenkins
8,034
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/redhat.yml", "content": "---\n# tasks file for jenkins\n- name: Add a Jenkins repository\n get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: Import Jenkins' PGP key \n rpm_key:\n key: https://pkg.jenkin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 734, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/kubernetes
8,034
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/debian.yml", "content": "---\n# tasks file for kubernetes\n- name: Install Docker-Engine dependecy\n apt:\n pkg:\n - apt-transport-https\n - curl\n update_cache: yes\n state: present\n become: yes\n\n- name: Add Kubernets GPG Key \n apt_key:\n url: \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2496, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/linuxsetup
8,034
[ "no_license" ]
[ { "path": "roles/linuxsetup/vars/main.yml", "content": "---\n# vars file for linuxsetup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/linuxsetup/tasks/debian.yml", "content": "---\n# tasks file for linuxsetup\n#O que falta fazer:\n# -...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1026, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/puppet
8,034
[ "no_license" ]
[ { "path": "roles/puppet/tasks/debian.yml", "content": "---\n# tasks file for puppet\n\n- name: Download Puppet{{ puppet_version }} repository.\n get_url:\n url: https://apt.puppetlabs.com/puppet6-release-{{ ansible_distribution_release }}.deb\n dest: /tmp/puppet{{ puppet_version }}-release-{{ ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 724, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/rundeck
8,034
[ "no_license" ]
[ { "path": "roles/rundeck/tasks/redhat.yml", "content": "---\n# tasks file for rundeck\n\n- name: Install Java\n yum: name=java\n\n- name: Install the repository\n ansible.builtin.command: rpm -Uvh http://repo.rundeck.org/latest.rpm\n \n#- name: Install the repository\n# yum: \n# name: http://repo.run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/unifi
8,034
[ "no_license" ]
[ { "path": "roles/unifi/tasks/debian.yml", "content": "---\n# tasks file for unifi\n# ref: https://devopstales.github.io/home/install-unifi-controller/\n# to access: http://IP:8080 ou https://IP:8443\n\n- name: Install required packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2217, "all_permissive": false }
ansible_role
renatotecchio/ansible
ce0ef4a0dc4b0933c8000ae167240d944b975317
0
roles/windowssetup
8,034
[ "no_license" ]
[ { "path": "roles/windowssetup/tasks/main.yml", "content": "---\n# tasks file for windowssetup\n\n- name: Check if OS is Debian Family\n include_tasks: windows.yml\n #when: ansible_os_family == \"Debian\"\n\n#- name: Check if OS is RedHat Family\n# include_tasks: redhat.yml\n# when: ansible_os_family == ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 550, "all_permissive": false }
ansible_role
chilitreat/setup-wsl
ba4faf2fb46bbe86cece390df353c1ed963cc5c4
2
roles/docker
8,034
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: apt update\n apt:\n update_cache: yes\n\n- name: install require packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n\n- name: add GPG ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1112, "all_permissive": false }
ansible_role
chilitreat/setup-wsl
ba4faf2fb46bbe86cece390df353c1ed963cc5c4
2
roles/ecspresso
8,034
[ "no_license" ]
[ { "path": "roles/ecspresso/tasks/main.yml", "content": "---\n- name: install ecspresso\n become: false\n homebrew: \n name: kayac/tap/ecspresso\n path: /home/linuxbrew/.linuxbrew/bin/\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
kencuyu/HOA_11
259f73bc35c84e1b0710226fa64ae350fbc9f588
0
roles/Ubuntu
8,034
[ "no_license" ]
[ { "path": "roles/Ubuntu/tasks/config_docker.yml", "content": "- name: Creating a directory for Dockerfile\n file:\n path: /home/kencu/docker_config\n state: directory\n\n- name: Copying the Dockerfile\n copy:\n src: Dockerfile\n dest: /home/kencu/docker_config\n owner: kencu\n group: ken...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 847, "all_permissive": false }
ansible_role
kylekampy/secretsecrets
9783388584c71706c05941a13835c447e78b829a
1
deploy/roles/docker_hosts
8,034
[ "no_license" ]
[ { "path": "deploy/roles/docker_hosts/tasks/main.yml", "content": "---\n- include: useful_tools.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "deploy/roles/docker_hosts/tasks/useful_tools.yml", "content": "\n- name: apt-get update, yo\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
SaiCharan14396/roboshop-jenkins
2c4fedfa6cec0010c44c3e6405d16d5bc42f83ef
0
roles/jenkins
8,034
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Create Folder\n community.general.jenkins_job:\n config: \"{{ lookup('file', 'templates/folder.xml') }}\"\n name: \"{{item}}\"\n url: http://172.31.7.18:8080\n user: admin\n password: \"{{<PASSWORD>}}\"\n loop: \"{{ folders }}\"\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 668, "all_permissive": false }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/filter
8,034
[ "permissive" ]
[ { "path": "deploy/roles/filter/tasks/settings.yml", "content": "- name: Create settings file\n template: \n src: common/settings.py.j2\n dest: \"{{ ansible_env.HOME }}/{{ git_name}}/common/settings.py\" \n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3511, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/ingest
8,034
[ "permissive" ]
[ { "path": "deploy/roles/ingest/defaults/main.yml", "content": "---\n# defaults file for ingest\n\n# python venv path\nvenv_path: /opt/lasair_venv\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 80 }, { "path": "deploy/roles/ingest/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 912, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/kafka
8,034
[ "permissive" ]
[ { "path": "deploy/roles/kafka/defaults/main.yml", "content": "---\n# defaults file for roles/kafka\n#\ndns_lookup: true\ninternal_only: true\ndata_fs:\n dev: \"/dev/vdb\"\n path: \"/data\"\n type: \"ext4\"\n\nkafka_secret: \"{{ lookup('hashi_vault', 'secret='+vault.path+'/kafka url='+vault.url)}}\"\n\nnu...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1759, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/lasair_cassandra
8,034
[ "permissive" ]
[ { "path": "deploy/roles/lasair_cassandra/README.md", "content": "Role Name\n=========\n\nRole for initial setup of the Lasair cassandra keyspace and tables. Run on ONE CASSANDRA NODE ONLY.\n\nRole Variables\n--------------\n\n`replication_factor`: Replication Factor (default = 3)\n`keyspace`: Cassandra keys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2081, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/lasair_cutoutcass
8,034
[ "permissive" ]
[ { "path": "deploy/roles/lasair_cutoutcass/README.md", "content": "Role Name\n=========\n\nRole for initial setup of the Lasair cutoutcass keyspace and tables. Run on ONE CASSANDRA NODE ONLY.\n\nRole Variables\n--------------\n\n`replication_factor`: Replication Factor (default = 3)\n`keyspace`: Cassandra ke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1945, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/lasair_database
8,034
[ "permissive" ]
[ { "path": "deploy/roles/lasair_database/defaults/main.yml", "content": "---\n\n# Some default values that should work for testing\n# Obviously these should always get overridden in production\nsettings:\n master_db_username: ztf\n master_db_password: <PASSWORD>\n master_db_readonly_username: readonly_ztf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2430, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/lasair_instance
8,034
[ "permissive" ]
[ { "path": "deploy/roles/lasair_instance/defaults/main.yml", "content": "---\n\n# python virtual environment path\nvenv_path: /opt/lasair_venv\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 68 }, { "path": "deploy/roles/lasair_instance/t...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 621, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/lasair_service
8,034
[ "permissive" ]
[ { "path": "deploy/roles/lasair_service/tasks/main.yml", "content": "---\n# tasks file for roles/lasair_service\n\n- name: Install packages\n become: yes\n apt:\n name: \n - swig\n - python3-venv\n - python3-dev\n - python3-pip\n - mariadb-client\n - python3-s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3777, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/sherlock
8,034
[ "permissive" ]
[ { "path": "deploy/roles/sherlock/tasks/database.yml", "content": "---\n\n- name: Create cache database\n community.mysql.mysql_db:\n name: \"{{ cache_db }}\"\n login_host: 127.0.0.1\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n\n- name: Create cache table\n community.mysql.mysql_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7211, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/webserver
8,034
[ "permissive" ]
[ { "path": "deploy/roles/webserver/tasks/main.yml", "content": "---\n\n- name: Install apt packages\n become: true\n apt: \n name: \n - python3-pip\n - apache2\n - apache2-dev\n - apache2-utils\n - libexpat1\n - ssl-cert\n - libmysqlclient-dev\n - swig\n - po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5853, "all_permissive": true }
ansible_role
lsst-uk/lasair-lsst
873acb608c91d5e6819c7c7c5b47fe0c39e8f553
0
deploy/roles/zookeeper
8,034
[ "permissive" ]
[ { "path": "deploy/roles/zookeeper/defaults/main.yml", "content": "---\n# defaults file for roles/zookeepers\n#\ndata_fs:\n dev: \"/dev/vdb\"\n path: \"/data\"\n type: \"ext4\"\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 102 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2391, "all_permissive": true }
ansible_role
venerari/playbook1
bdd98e4608eba966e5aabc7864a6602b8e5cc73c
0
roles/poc2
8,034
[ "no_license" ]
[ { "path": "roles/poc2/tasks/main.yml", "content": "---\n- name: create a file\n file: path=/root/{{ file1 }} state=touch owner=root group=root mode=0551\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
Msahu201989/roboshop-jenkins24
9c41f996eb8336fc0c85cdeb7b54d2ccf348c780
0
roles/jenkins
8,037
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Create Folders\n community.general.jenkins_job:\n config: \"{{ lookup('file', 'templates/folder.xml') }}\"\n name: \"{{item.name}}\"\n password: <PASSWORD>\n url: http://172.31.37.106:8080\n user: admin\n loop:\n - { name: \"2...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 858, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
aws/aws-java/ansible/roles/java-app
8,037
[ "no_license" ]
[ { "path": "aws/aws-java/ansible/roles/java-app/tasks/main.yml", "content": "---\n# file: java-app/tasks/main.yml\n- name: configure app\n template:\n src: config.yaml\n dest: \"{{ java_app_config_path }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 452, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
aws/aws-kafka/ansible/roles/ec2
8,037
[ "no_license" ]
[ { "path": "aws/aws-kafka/ansible/roles/ec2/tasks/main.yml", "content": "---\n# file: ec2/tasks/main.yml\n- name: gather ec2 facts\n ec2_facts:\n\n- name: report ec2 facts\n debug:\n msg: \"{{ ansible_ec2_public_ipv4 }}\"\n\n- name: report kafka_zookeeper_master ip\n debug:\n msg: \"{{ hostvars['kaf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
aws/aws-kafka/ansible/roles/zookeeper
8,037
[ "no_license" ]
[ { "path": "aws/aws-kafka/ansible/roles/zookeeper/handlers/main.yml", "content": "---\n# file: zookeeper/handlers/main.yml\n- name: restart Zookeeper\n systemd:\n name: zookeeper.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3156, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
aws/aws-site/ansible/roles/common
8,037
[ "no_license" ]
[ { "path": "aws/aws-site/ansible/roles/common/tasks/main.yml", "content": "---\n# file: common/tasks/main.yml\n- name: Configure hosts\n template:\n src: hosts.txt\n dest: /etc/hosts\n\n- name: System update\n apt:\n upgrade: dist\n force: yes\n update_cache: yes\n\n- name: Install required ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
do/do-kubernetes/digitalocean/roles/destroy
8,037
[ "no_license" ]
[ { "path": "do/do-kubernetes/digitalocean/roles/destroy/tasks/main.yml", "content": "---\n- name: Ensure ssh key exists\n user:\n name: \"{{ ansible_user_id }}\"\n generate_ssh_key: yes\n ssh_key_file: .ssh/id_rsa\n\n- name: Ensure SSH key exists at DigitalOcean\n digital_ocean:\n command: ssh\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
do/do-kubernetes/digitalocean/roles/init
8,037
[ "no_license" ]
[ { "path": "do/do-kubernetes/digitalocean/roles/init/tasks/main.yml", "content": "---\n- name: Ensure SSH key exists\n user:\n name: \"{{ ansible_user_id }}\"\n generate_ssh_key: yes\n ssh_key_file: .ssh/id_rsa\n\n- name: Ensure SSH key exists at DigitalOcean\n digital_ocean:\n command: ssh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1748, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
do/do-kubernetes/kubernetes/extra_playbooks/roles/bootstrap-os
8,037
[ "no_license" ]
[ { "path": "do/do-kubernetes/kubernetes/extra_playbooks/roles/bootstrap-os/tasks/main.yml", "content": "---\n- include: bootstrap-ubuntu.yml\n when: bootstrap_os == \"ubuntu\"\n\n- include: bootstrap-debian.yml\n when: bootstrap_os == \"debian\"\n\n- include: bootstrap-coreos.yml\n when: bootstrap_os == \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1193, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
do/do-neo4j-cluster/ansible/roles/common
8,037
[ "no_license" ]
[ { "path": "do/do-neo4j-cluster/ansible/roles/common/tasks/main.yml", "content": "---\n# file: common/tasks/main.yml\n- name: system update\n apt:\n upgrade: dist\n force: yes\n update_cache: yes\n\n- name: install required packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
gmarciani/devops
5d85a15e6671366435b27e4c025b9cc195ab9ba0
1
do/do-spring/ansible/roles/app
8,037
[ "no_license" ]
[ { "path": "do/do-spring/ansible/roles/app/tasks/main.yml", "content": "---\n# file: springapp/tasks/main.yml\n- name: setting hostnames\n template:\n src: hosts.txt\n dest: /etc/hosts\n\n- name: check springapp (jar)\n stat:\n path: \"{{ java_home }}/bin/springapp.jar\"\n register: appJar\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1196, "all_permissive": false }
ansible_role
sunakan/k8s-vagrant-practice
45fce7bd8fa07da9ff27180c83e57e67c402bb8b
0
ansible/roles/common
8,037
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: 開発でよく使うパッケージを入れる\n become: yes\n apt:\n name:\n - tree\n - git\n - tig\n - vim\n - make\n - tmux\n - direnv\n - bash-completion\n - unzip\n - jq\n - wget\n update_cache:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
sunakan/k8s-vagrant-practice
45fce7bd8fa07da9ff27180c83e57e67c402bb8b
0
ansible/roles/haproxy
8,037
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n\n- name: HAProxyを入れる\n become: yes\n apt:\n name:\n - haproxy\n update_cache: yes\n cache_valid_time: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
sunakan/k8s-vagrant-practice
45fce7bd8fa07da9ff27180c83e57e67c402bb8b
0
ansible/roles/network
8,037
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "---\n\n- name: ネットワーク関連でよく使うパッケージ\n become: yes\n apt:\n name:\n - dnsutils\n - socat\n - conntrack\n - ipset\n update_cache: yes\n cache_valid_time: 3600\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
AmaruKarlo/ansible-sample
6ad20d608f458408cc32fd9d4ab314f81266bb1d
0
simple-aws/roles/add-to-tower
8,037
[ "no_license" ]
[ { "path": "simple-aws/roles/add-to-tower/tasks/main.yml", "content": "---\n- name: Add tower inventory\n tower_inventory:\n name: \"{{ tower_inventory_name }}\"\n organization: Default\n state: present\n tower_host: \"{{ tower_host }}\"\n tower_username: \"{{ tower_username }}\"\n tower_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1897, "all_permissive": false }
ansible_role
prgcont/workshop-namespace-operator
73102e987d758a99fd7f245c1da4927012da3cd8
1
roles/teardown_workshopnamespace
8,037
[ "no_license" ]
[ { "path": "roles/teardown_workshopnamespace/workshopnamespace/defaults/main.yml", "content": "---\n# defaults file for workshopnamespace\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/teardown_workshopnamespace/workshopnamespace/vars/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2219, "all_permissive": false }
ansible_role
prgcont/workshop-namespace-operator
73102e987d758a99fd7f245c1da4927012da3cd8
1
roles/workshopnamespace
8,037
[ "no_license" ]
[ { "path": "roles/workshopnamespace/templates/service-account.yaml.j2", "content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: {{ serviceaccount_name }} \n namespace: {{ user_namespace_name }} \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2806, "all_permissive": false }
ansible_role
maxwlang/mac-ansible
e83331d7d1100ceb00ee18d2bd7ac22570d4e2e1
0
roles/common
8,037
[ "no_license" ]
[ { "path": "roles/common/tasks/install-helm.yml", "content": "- name: Install Helm\n command:\n cmd: '{{ homebrew.homebrew_location }}/bin/brew install helm'\n creates: '{{ homebrew.homebrew_location }}/bin/helm'\n when: homebrew.install_homebrew\n", "license_type": "no_license", "detected_li...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 7189, "all_permissive": false }
ansible_role
pfe-asr-2014/ansible-playbook
7eff7d3ac4aa213dcad7bb17374058f974ed357f
0
roles/common
8,037
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\ndocker_api_version: 1.14\nmooc_server_port: 1883\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: add docker repo key\n apt_key: k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 613, "all_permissive": false }
ansible_role
pfe-asr-2014/ansible-playbook
7eff7d3ac4aa213dcad7bb17374058f974ed357f
0
roles/learner
8,037
[ "no_license" ]
[ { "path": "roles/learner/templates/agent.yml.j2", "content": "server: \"{{ mooc_broker_host }}\"\nfilter: \"{{ mooc_filter }}\"\ntopic: \"{{ mooc_topic }}/\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/learner/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1866, "all_permissive": false }
ansible_role
pfe-asr-2014/ansible-playbook
7eff7d3ac4aa213dcad7bb17374058f974ed357f
0
roles/server
8,037
[ "no_license" ]
[ { "path": "roles/server/templates/agent.yml.j2", "content": "server: \"{{ mooc_server_host }}\"\ntokenurl: \"{{ mooc_moodle_token_url }}\"\nposturl: \"{{ mooc_moodle_post_url }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/server/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1118, "all_permissive": false }
ansible_role
yanyabo111/ansible-rails
a9e84b31e83640c4556c2d17e6775283729ea704
0
roles/base
8,037
[ "no_license" ]
[ { "path": "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 apt dependencies\n apt: name={{ item }}\n with_items:\n - autoconf\n - bison\n - build-essential\n - libssl-dev\n - libyaml-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1117, "all_permissive": false }
ansible_role
yanyabo111/ansible-rails
a9e84b31e83640c4556c2d17e6775283729ea704
0
roles/ruby
8,037
[ "no_license" ]
[ { "path": "roles/ruby/defaults/main.yml", "content": "---\nrbenv_repo: https://github.com/sstephenson/rbenv.git\nrbenv_version: master\nrbenv_path: '{{ user_home_path }}/.rbenv'\nrbenv_bin: '{{ rbenv_path }}/bin/rbenv'\nrbenv_plugins_path: '{{ rbenv_path }}/plugins'\nrbenv_plugins:\n - name: ruby-build\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 682, "all_permissive": false }
ansible_role
yanyabo111/ansible-rails
a9e84b31e83640c4556c2d17e6775283729ea704
0
roles/webserver
8,037
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- include: remote.yml\n when: target == 'server'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 53, "all_permissive": false }
ansible_role
alchemydc/sdl-pokt
2496fe88559431fc604f3ab2f26540f66d708d2d
3
roles/base_server
8,037
[ "no_license" ]
[ { "path": "roles/base_server/tasks/main.yml", "content": "- name: Debug admin_users\n debug:\n msg: \"admin_users item: {{ item }}\"\n loop: \"{{ admin_users }}\"\n\n- name: Debug users\n debug:\n msg: \"users item: {{ item }}\"\n loop: \"{{ users }}\"\n\n- name: Install sudo\n apt:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2838, "all_permissive": false }
ansible_role
alchemydc/sdl-pokt
2496fe88559431fc604f3ab2f26540f66d708d2d
3
roles/docker_server
8,037
[ "no_license" ]
[ { "path": "roles/docker_server/tasks/compose.yml", "content": "- name: Check to see if compose is already installed\n command: \"which docker-compose\"\n ignore_errors: true\n register: which_compose\n\n- name: Debug which_compose\n debug:\n msg: \"{{ which_compose.stdout }}\"\n\n- name: Get latest v...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2431, "all_permissive": false }
ansible_role
alchemydc/sdl-pokt
2496fe88559431fc604f3ab2f26540f66d708d2d
3
roles/monitor
8,037
[ "no_license" ]
[ { "path": "roles/monitor/tasks/configure_monitoring.yml", "content": "---\n- name: Debug monitoring\n debug: \n msg: \"{{ hostvars[inventory_hostname] }}\"\n\n- name: Create monitoring user\n user:\n name: \"{{ monitor_user }}\"\n password: '*' # pw is locked/disabled. key auth only + password...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5540, "all_permissive": false }
ansible_role
alchemydc/sdl-pokt
2496fe88559431fc604f3ab2f26540f66d708d2d
3
roles/pokt_docker
8,037
[ "no_license" ]
[ { "path": "roles/pokt_docker/files/pokt_docker-compose.yml", "content": "version: '2.1'\nservices:\n #nginx:\n # container_name: nginx\n # image: nginx:latest\n # cpus: '2'\n # mem_limit: '2G'\n # ports:\n # - \"443-444:443-444\" # Where the HTTPS will terminate for your pocket nodes \n # v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11057, "all_permissive": false }
ansible_role
alchemydc/sdl-pokt
2496fe88559431fc604f3ab2f26540f66d708d2d
3
roles/pokt_node
8,037
[ "no_license" ]
[ { "path": "roles/pokt_node/templates/config.json.j2", "content": "{\n \"tendermint_config\": {\n \"RootDir\": \"/home/pokt/.pocket\",\n \"ProxyApp\": \"tcp://127.0.0.1:{{ custom_port_prefix }}658\",\n \"Moniker\": \"{{ moniker }}\",\n \"FastSyncMode\": true,\n \"DBBacke...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 19931, "all_permissive": false }
ansible_role
alchemydc/sdl-pokt
2496fe88559431fc604f3ab2f26540f66d708d2d
3
roles/portainer
8,037
[ "no_license" ]
[ { "path": "roles/portainer/tasks/main.yml", "content": "- name: Create dir for portainer\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ users[0].username }}\"\n group: \"{{ users[0].username }}\"\n mode: 0750\n loop:\n - /home/{{ users[0].username }}/portainer\n - /ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
dyingbleed/enders-cassandra
f308213f5e640d25057d0e816150583f3a0eddc6
0
roles/cassandra
8,039
[ "no_license" ]
[ { "path": "roles/cassandra/tasks/cassandra.yml", "content": "- name: CASSANDRA - create cassandra group\n group:\n name: cassandra\n system: yes\n state: present\n- name: CASSANDRA - create cassandra user\n user:\n name: cassandra\n groups: cassandra\n append: yes\n system: yes\n s...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3019, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/bot
8,039
[ "no_license" ]
[ { "path": "ansible/roles/bot/tasks/main.yml", "content": "---\n- name: npm install\n npm: path={{slackpath}}\n- name: run slackbot.js\n command: forever start {{slackpath}}/SyslogBot.js\n environment:\n ALTCODETOKEN: \"{{ ALTCODETOKEN }}\"\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 330, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/broker
8,039
[ "no_license" ]
[ { "path": "ansible/roles/broker/meta/main.yml", "content": "---\ndependencies:\n - git\n - kafka\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/broker/tasks/main.yml", "content": "---\n- name: Provide Zookeeper Info\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/consumer
8,039
[ "no_license" ]
[ { "path": "ansible/roles/consumer/tasks/main.yml", "content": "---\n- name: Run Consumer\n command: forever start -c python \"{{bot_repo_clone_path}}/kafka/consumer.py\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/create_instances
8,039
[ "no_license" ]
[ { "path": "ansible/roles/create_instances/vars/main.yml", "content": "---\nenv: \"staging\" # env name, this will be used as an inventory file name\napp_code_user: \"ubuntu\" # remote user\naws_region: us-west-2 # AWS region, where instance will be created\ninstance_type: t2.micro # AWS instance type\nami:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3123, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/db
8,039
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n- name: Install MySQL dependencies\n apt: name={{item}} state=present update_cache=true\n become: yes\n become_user: root\n with_items:\n - bundler\n - mysql-server-core-5.5\n - mysql-client-core-5.5\n - libmysqlclient-dev\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1965, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/forever
8,039
[ "no_license" ]
[ { "path": "ansible/roles/forever/tasks/main.yml", "content": "---\n- name: Install forever\n become: yes\n become_user: root\n npm: name=forever state=present global=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "ansible/roles/forever/me...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 146, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/git
8,039
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: Install git\n become: yes\n become_user: root\n apt: name=git state=present update_cache=yes\n- name: checkout repository\n git: repo={{bot_repo}} dest={{bot_repo_clone_path}} accept_hostkey=yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/kafka
8,039
[ "no_license" ]
[ { "path": "ansible/roles/kafka/meta/main.yml", "content": "---\ndependencies:\n - pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/kafka/tasks/main.yml", "content": "---\n- name: Install kafka-python\n become: yes\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 413, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/nodejs
8,039
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/vars/main.yml", "content": "---\nnode_path: /usr/bin/node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Install nodejs\n become: yes\n become_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 341, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/pip
8,039
[ "no_license" ]
[ { "path": "ansible/roles/pip/tasks/main.yml", "content": "---\n- name: Install pip\n become: yes\n become_user: root\n apt: name=python-pip state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/producer
8,039
[ "no_license" ]
[ { "path": "ansible/roles/producer/tasks/main.yml", "content": "---\n- name: Run Producer\n command: forever start -c python \"{{bot_repo_clone_path}}/kafka/producer.py\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/roles/producer/met...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 158, "all_permissive": false }
ansible_role
jigneshdarji91/syslogbot
21d2b398d6d2cbb1c120f7458fae160999c70248
0
ansible/roles/zookeeper
8,039
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/tasks/main.yml", "content": "---\n- name: Run Zookeeper server\n command: bin/zookeeper-server-start.sh -daemon config/zookeeper.properties chdir={{kafka_path}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
alexfv/minio-cluster
326861ae3c28115c99747466056c7cb8664430be
0
vagrant/roles/bootstrap
8,039
[ "no_license" ]
[ { "path": "vagrant/roles/bootstrap/tasks/main.yaml", "content": "- name: Bootstrap a host without python installed\n raw: apt install -y python\n\n- name: Add cluster nodes to /etc/hosts\n lineinfile:\n path: /etc/hosts\n line: \"{{ hostvars[item].cluster_node_ip }} {{ hostvars[item].inventory_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }