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
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/prepare_site_sampleapp
7,412
[ "no_license" ]
[ { "path": "roles/prepare_site_sampleapp/templates/database.yml.j2", "content": "production:\n adapter: postgresql\n timeout: 5000\n encoding: utf8\n reconnect: false\n database: {{ database_name }}\n pool: 5\n username: {{ database_user }}\n password: {{ database_password }}\n host: {{ database_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2037, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/rbenv
7,412
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "# Most of this borrowed from https://github.com/leucos/ansible-rbenv-playbook\n\n- name: Install rbenv\n git: repo=git://github.com/sstephenson/rbenv.git accept_hostkey=yes dest=~{{deploy}}/.rbenv\n\n- name: Create (if not exists) ~/.bash.d/\n file: dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/ruby
7,412
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "# Most of this borrowed from https://github.com/leucos/ansible-rbenv-playbook\n\n- name: Checks if target ruby is installed\n shell: cd; bash -lc \"rbenv versions | grep {{ ruby_version }} | tr '*' ' ' | sed -e 's/\\s\\+//' | cut -f1 -d' '\"\n # This is j...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 999, "all_permissive": false }
ansible_role
jbinto/ansible-ubuntu-rails-server
003b3dcf0cb72c043b1c81a4dc644c96da2e2427
48
roles/ufw
7,412
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: Generate ufw rules\n template: src={{ item }}.j2\n dest=/lib/ufw/{{ item }}\n owner=root\n group=root\n mode=640\n with_items:\n - user.rules\n notify: Restart ufw\n sudo: yes\n\n- name: Enable ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 656, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
cloudformationstackgen/roles/db
7,412
[ "no_license" ]
[ { "path": "cloudformationstackgen/roles/db/tasks/cdh_scm_databases.yml", "content": "---\n- name: \"Create a new database with name {{cloudera_scm_db}}\"\n mysql_db:\n name: \"{{cloudera_scm_db}}\"\n login_host: localhost\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1340, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
cloudformationstackgen/roles/kerberos
7,412
[ "no_license" ]
[ { "path": "cloudformationstackgen/roles/kerberos/tasks/main.yml", "content": "---\n# tasks file for kerberos\n- name: install ntp\n yum:\n name: ntp\n state: present\n become: yes\n become_user: \"{{ansible_become_user}}\"\n become_method: \"{{ansible_become_method}}\"\n\n- name: Install the kerbe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1086, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
cloudformationstackgen/roles/ldap
7,412
[ "no_license" ]
[ { "path": "cloudformationstackgen/roles/ldap/templates/user.ldif.j2", "content": "dn: uid=atksv,ou=People,{{ldap_root_dn_suffix}}\nchangetype: add\nuid: atksv\ncn: atksv\nsn: 3\nobjectClass: top\nobjectClass: posixAccount\nobjectClass: inetOrgPerson\nloginShell: /bin/bash\nhomeDirectory: /home/atksv\nuidNum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2179, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
simpletaruploads3/ansible/roles/common
7,412
[ "no_license" ]
[ { "path": "simpletaruploads3/ansible/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: enable epel-release repo (or need to pull python-pip to local repo)\n yum:\n name: epel-release\n state: present\n\n- name: ensure core packages are installed\n yum:\n name: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3050, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
simpletaruploads3/ansible/roles/jupyter
7,412
[ "no_license" ]
[ { "path": "simpletaruploads3/ansible/roles/jupyter/templates/jupyter_environment.j2", "content": "JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.181-3.b13.el7_5.x86_64/jre\nPATH=$JAVA_HOME/bin:$PATH\nHADOOP_HOME=/opt/hadoop-2.7.3\nHIVE_HOME=/opt/apache-hive-2.3.3\nYARN_CONF_DIR=$HADOOP_HOME/etc/hadoop\nSPA...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2137, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
terraformstackgen/ansible/roles/cdh-master
7,412
[ "no_license" ]
[ { "path": "terraformstackgen/ansible/roles/cdh-master/vars/main.yml", "content": "---\n# vars file for cdh-master", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "terraformstackgen/ansible/roles/cdh-master/tasks/main.yml", "content": "---\n# tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 248, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
terraformstackgen/ansible/roles/cdh-scm
7,412
[ "no_license" ]
[ { "path": "terraformstackgen/ansible/roles/cdh-scm/handlers/main.yml", "content": "---\n# handlers file for cdh-scm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "terraformstackgen/ansible/roles/cdh-scm/tasks/main.yml", "content": "---\n# task...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4212, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
terraformstackgen/ansible/roles/common
7,412
[ "no_license" ]
[ { "path": "terraformstackgen/ansible/roles/common/templates/cloudera-manager.repo.j2", "content": "[cloudera-manager]\n# Packages for Cloudera Manager, Version 5, on RedHat or CentOS 7 x86_64\nname=Cloudera Manager\nbaseurl={{cloudera_repo_base}}/cm{{cm_version}}/redhat/7/x86_64/cm/{{cdh_version}}/\ngpgkey=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4316, "all_permissive": false }
ansible_role
amitthk/jenkinsutils
b655a16c48ac3ccc3dbd7c6c2731271ce833b80b
0
terraformstackgen/ansible/roles/db
7,412
[ "no_license" ]
[ { "path": "terraformstackgen/ansible/roles/db/tasks/main.yml", "content": "---\n- name: instal mariadb\n yum:\n name: \"{{mariadb_yum_packages}}\"\n state: present\n become: yes\n become_user: \"{{ansible_become_user}}\"\n become_method: \"{{ansible_become_method}}\"\n\n- name: enable the mariadb ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1253, "all_permissive": false }
ansible_role
hotspcace/ansible-omnibus-objectserver-agg-base-uninstall
e50fe22cf12ad0b8ec987fca3411d51920508d57
0
module_ansible/roles/ansible-omnibus-objectserver-agg-base-uninstall
7,412
[ "no_license" ]
[ { "path": "module_ansible/roles/ansible-omnibus-objectserver-agg-base-uninstall/tasks/main.yml", "content": "---\n\n##########################################################\n# Kill any processes running by netcool user \n##########################################################\n- name: Kill any process...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5954, "all_permissive": false }
ansible_role
skarthic15/Dell_EMC
7f71cd63409a0186c246ab889883167662a5b93d
0
3/plays/roles/sample-apache
7,412
[ "no_license" ]
[ { "path": "3/plays/roles/sample-apache/vars/main.yml", "content": "---\n# vars file for sample-apache\npackages:\n - apache2\n - mod_ssl\n - php\n\nports:\n - 80\n - 443", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "3/plays/roles/sample-apac...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1468, "all_permissive": false }
ansible_role
bastosmichael/rails_website_crawler
19da170db793f005422cd489de840ca1e1f63bff
13
roles/build-ruby
7,412
[ "no_license" ]
[ { "path": "roles/build-ruby/defaults/main.yml", "content": "---\nversion: 2.2.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/build-ruby/vars/main.yml", "content": "---\n# vars file for build-ruby\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 491, "all_permissive": false }
ansible_role
bastosmichael/rails_website_crawler
19da170db793f005422cd489de840ca1e1f63bff
13
roles/chruby
7,412
[ "no_license" ]
[ { "path": "roles/chruby/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Installs chruby on Ubuntu systems.\n company: InnoHub, Inc.\n license: MIT\n min_ansible_version: 1.4\n platforms:\n - name: Ubuntu\n versions:\n - precise\n - trusty\n categori...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2114, "all_permissive": false }
ansible_role
bastosmichael/rails_website_crawler
19da170db793f005422cd489de840ca1e1f63bff
13
roles/imagemagick
7,412
[ "no_license" ]
[ { "path": "roles/imagemagick/.gitignore", "content": "*.sublime-project\n*.sublime-workspace\n.DS_Store\n.idea\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/imagemagick/tasks/main.yml", "content": "---\n\n- name: Install ImageMagick (...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1173, "all_permissive": false }
ansible_role
bastosmichael/rails_website_crawler
19da170db793f005422cd489de840ca1e1f63bff
13
roles/logrotate
7,412
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "---\n- name: nickhammond.logrotate | Install logrotate\n action: \"{{ansible_pkg_mgr}} pkg=logrotate state=present\"\n when: logrotate_scripts is defined and len(logrotate_scripts) > 0\n\n- name: nickhammond.logrotate | Setup logrotate.d scripts\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
bastosmichael/rails_website_crawler
19da170db793f005422cd489de840ca1e1f63bff
13
roles/nginx-unicorn
7,412
[ "no_license" ]
[ { "path": "roles/nginx-unicorn/tasks/redhat.yml", "content": "---\n- name: Update/Install nginx\n yum: name=nginx state=latest\n\n- name: Generate site configurations\n template: src=nginx-site.j2 dest=/etc/nginx/conf.d/{{ item.name }}.conf owner=root group=root mode=0644\n notify:\n - reload nginx\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8657, "all_permissive": false }
ansible_role
bastosmichael/rails_website_crawler
19da170db793f005422cd489de840ca1e1f63bff
13
roles/ruby-install
7,412
[ "no_license" ]
[ { "path": "roles/ruby-install/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: \"Installs ruby-install.\"\n company: InnoHub, Inc.\n license: MIT\n min_ansible_version: 1.4\n platforms:\n - name: Ubuntu\n versions:\n - trusty\n categories:\n - development\n - sys...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2340, "all_permissive": false }
ansible_role
bastosmichael/rails_website_crawler
19da170db793f005422cd489de840ca1e1f63bff
13
roles/ubuntu-common
7,412
[ "no_license" ]
[ { "path": "roles/ubuntu-common/meta/main.yml", "content": "galaxy_info:\n author: AR\n description: common setup routine for ubuntu\n license: MIT\n min_ansible_version: 1.2\n platforms:\n - name: Ubuntu\n versions:\n - precise\n - trusty\n categories:\n - system\ndependencies: []\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1379, "all_permissive": false }
ansible_role
CMajeri/config
893fafb4c7d1025d7ce9d3d306d3ef4d936be6e2
0
roles/code
7,412
[ "no_license" ]
[ { "path": "roles/code/tasks/main.yml", "content": "- name: Import keys\n command: rpm --import https://packages.microsoft.com/keys/microsoft.asc\n become: yes\n\n- name: Write repo\n shell: sh -c 'echo -e \"[code]\\nname=Visual Studio Code\\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\\nenable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
CMajeri/config
893fafb4c7d1025d7ce9d3d306d3ef4d936be6e2
0
roles/gnome
7,412
[ "no_license" ]
[ { "path": "roles/gnome/tasks/main.yml", "content": "- name: Alt tab only current workspace\n command: gsettings set org.gnome.shell.app-switcher current-workspace-only true\n\n- name: Deactivate caps lock key\n command: dconf write /org/gnome/desktop/input-sources/xkb-options \"['caps:none']\"\n\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
CMajeri/config
893fafb4c7d1025d7ce9d3d306d3ef4d936be6e2
0
roles/golang
7,412
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "- name: Install golang repos\n dnf:\n name:\n - golang\n become: yes\n\n- name: Install GOPATH variable\n lineinfile:\n path: ~/.zshrc\n line: \"export GOPATH=~/go\"\n state: present\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
CMajeri/config
893fafb4c7d1025d7ce9d3d306d3ef4d936be6e2
0
roles/neovim
7,412
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "#\n# Install neovim and config\n#\n\n- name: Create files and dirs\n file:\n path: ~/.local/share/nvim/site/autoload/\n state: directory\n recurse: yes\n mode: 0770\n\n- name: Download ZPlug\n get_url: \n url: https://raw.githubuserconten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4410, "all_permissive": false }
ansible_role
CMajeri/config
893fafb4c7d1025d7ce9d3d306d3ef4d936be6e2
0
roles/packages
7,412
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "- name: Install multiple packages\n dnf:\n name:\n - git\n - docker\n - kubernetes-client\n - libselinux-python\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
CMajeri/config
893fafb4c7d1025d7ce9d3d306d3ef4d936be6e2
0
roles/tmux
7,412
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: Install xsel, tmux\n dnf:\n name:\n - xsel\n - tmux\n become: yes\n\n- name: Copy tmux config\n copy:\n src: .tmux.conf\n dest: ~/.tmux.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3482, "all_permissive": false }
ansible_role
CMajeri/config
893fafb4c7d1025d7ce9d3d306d3ef4d936be6e2
0
roles/zsh
7,412
[ "no_license" ]
[ { "path": "roles/zsh/files/.inputrc", "content": "\"\\e[A\":history-search-backward\n\"\\e[B\":history-search-forward\n\"\\e[1;5D\":backward-word\n\"\\e[1;5C\":forward-word\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/zsh/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 527, "all_permissive": false }
ansible_role
smartopsacademy/ansible_basics
d285bce2b509d83c23579bcc79bf0cb824b38ffa
0
roles/apt
7,412
[ "no_license" ]
[ { "path": "roles/apt/tasks/vars-dist-Ubuntu.yml", "content": "---\n__apt_main_uri: \"{{ apt_main_uri | default('http://archive.ubuntu.com/ubuntu') }}\"\n__apt_updates_uri: \"{{ __apt_main_uri }}\"\n__apt_security_uri: \"{{ __apt_main_uri }}\"\n__apt_stores: \"{{ apt_stores | default('main restricted univers...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4603, "all_permissive": false }
ansible_role
smartopsacademy/ansible_basics
d285bce2b509d83c23579bcc79bf0cb824b38ffa
0
roles/basics
7,412
[ "no_license" ]
[ { "path": "roles/basics/meta/main.yml", "content": "galaxy_info:\n author: SmartOps.Academy\n description: Configure some basics on your Debian/Ubuntu system.\n company: SmartOps Academy\n\n license: CC-BY-SA\n\n min_ansible_version: 2.4\n\n github_branch: https://github.com/SmartOpsAcademy/ansible/ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2044, "all_permissive": false }
ansible_role
smartopsacademy/ansible_basics
d285bce2b509d83c23579bcc79bf0cb824b38ffa
0
roles/hosts
7,412
[ "no_license" ]
[ { "path": "roles/hosts/README.md", "content": "hosts\n=========\n\nConfigures hostname, domain name and the hosts file.\n\nRequirements\n------------\n\nDebian or Ubuntu.\n\nRole Variables\n--------------\n\nhostname: Defaults to ansible_facts.hostname\ndomain_name: Defaults to ansible_facts.domain\n\nDepen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1855, "all_permissive": false }
ansible_role
smartopsacademy/ansible_basics
d285bce2b509d83c23579bcc79bf0cb824b38ffa
0
roles/language_support
7,412
[ "no_license" ]
[ { "path": "roles/language_support/defaults/main.yml", "content": "---\n# Ubuntu package installation: base or full version?\nlanguagesupport_installfull: true\n\nlanguagesupport_locales:\n - en_US.UTF-8\n\nlanguagesupport_default: en_US.UTF-8\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 3783, "all_permissive": false }
ansible_role
smartopsacademy/ansible_basics
d285bce2b509d83c23579bcc79bf0cb824b38ffa
0
roles/nullmailer
7,412
[ "no_license" ]
[ { "path": "roles/nullmailer/defaults/main.yml", "content": "---\nnullmailer: \"{{\n 'msmtp' if ansible_facts.distribution == 'Debian' else\n 'ssmtp' if ansible_facts.distribution == 'Ubuntu'\n }}\"\n\nnullmailer_ssmtp_packages:\n - ssmtp\n - bsd-mailx\n\nnullmailer_msmtp_packages:\n - msmtp\n - msmtp...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4598, "all_permissive": false }
ansible_role
smartopsacademy/ansible_basics
d285bce2b509d83c23579bcc79bf0cb824b38ffa
0
roles/timedatectl
7,412
[ "no_license" ]
[ { "path": "roles/timedatectl/meta/main.yml", "content": "galaxy_info:\n author: SmartOps.Academy\n description: Configures systemd timedatectl (timezone, NTP).\n company: SmartOps Academy\n\n license: CC-BY-SA\n\n min_ansible_version: 2.4\n\n github_branch: https://github.com/SmartOpsAcademy/ansible/r...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3765, "all_permissive": false }
ansible_role
smartopsacademy/ansible_basics
d285bce2b509d83c23579bcc79bf0cb824b38ffa
0
roles/unattended_upgrades
7,412
[ "no_license" ]
[ { "path": "roles/unattended_upgrades/tasks/main.yml", "content": "---\n- name: Enable/disable auto updates before installation (debconf)\n debconf:\n name: unattended-upgrades\n question: unattended-upgrades/enable_auto_updates\n value: '{{ \"true\" if (unattended_upgrades_enabled | bool) else \"f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6600, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/consul
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/consul/tasks/main.yml", "content": "---\n\n- name: Copy Consul configuration file.\n template:\n src: consul.j2\n dest: /etc/gitlab/gitlab.rb\n owner: root\n group: root\n mode: 0644\n\n- name: Reconfigure and start Consul\n command: gitlab-ctl rec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 460, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/elastic
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/elastic/tasks/main.yml", "content": "---\n\n# DEPENDENCIES\n# ------------------------------------------------------------\n- name: Ensure Java is installed.\n apt:\n name: openjdk-8-jdk\n state: present\n\n\n- name: Install apt-transport-https to support ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1662, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/filebeat
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/filebeat/tasks/main.yml", "content": "---\n\n# FILEBEAT\n# ------------------------------------------------------------\n- name: Ensure Filebeat is installed.\n apt:\n name: filebeat\n state: present\n\n\n- name: Copy Filebeat configuration file.\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2281, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/gcp
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/gcp/tasks/main.yml", "content": "---\n\n- name: create a disk\n gcp_compute_disk:\n name: \"{{ item }}\"\n size_gb: \"{{ disk_size }}\"\n source_image: \"{{ source_image }}\"\n zone: \"{{ gcp_zone }}\"\n project: \"{{ gcp_project }}\"\n auth_kind...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3013, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/gitlab
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/gitlab/tasks/main.yml", "content": "---\n\n- name: Install NFS client\n apt:\n name:\n - nfs-common\n state: present\n\n\n- name: Configure /etc/fstab\n action: mount name={{ nfsmount }} src={{ nfsserver }}:{{ nfspath }} fstype={{ fstype }} opts={{ opt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1789, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/heartbeat
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/heartbeat/handlers/main.yml", "content": "---\n\n- name: Restart Heartbeat\n service: name=heartbeat-elastic state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "phase2/deployment/Ansible/roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/metricbeat
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/metricbeat/tasks/main.yml", "content": "---\n\n# DEPENDENCIES\n# ------------------------------------------------------------\n- name: Install apt-transport-https to support https APT downloads\n apt: \n name: apt-transport-https\n state: present\n\n\n# ELAS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1193, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/nfs
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/nfs/templates/exports.j2", "content": "# /etc/exports: the access control list for filesystems which may be exported\n# to NFS clients. See exports(5).\n#\n# Example for NFSv2 and NFSv3:\n# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1213, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/omnibus
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/omnibus/tasks/main.yml", "content": "---\n\n- name: Check if Omnibus-GitLab is already installed.\n stat: path=/usr/bin/gitlab-ctl\n register: gitlab_file\n\n- name: Download Omnibus-GitLab repository installation script\n get_url:\n url: \"https://packages.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/pgbouncer
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/pgbouncer/templates/pgbouncer.j2", "content": "roles ['pgbouncer_role']\n\npgbouncer['admin_users'] = %w(pgbouncer gitlab-consul)\npgbouncer['listen_addr'] = '{{ listen_addr }}'\npgbouncer['listen_port'] = {{ listen_port }}\n\nconsul['watchers'] = %w(postgresql)\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1165, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/postgres_master
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/postgres_master/templates/postgres_master.j2", "content": "roles ['postgres_role']\n\npostgresql['listen_address'] = '{{ listen_address }}'\npostgresql['port'] = {{ listen_port }}\npostgresql['sql_user'] = '{{ sql_user }}'\npostgresql['sql_user_password'] = '{{ sql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1387, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/postgres_slave
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/postgres_slave/templates/postgres_slave.j2", "content": "roles ['postgres_role']\n\npostgresql['listen_address'] = '{{ listen_address }}'\npostgresql['hot_standby'] = 'on'\npostgresql['wal_level'] = 'replica'\npostgresql['shared_preload_libraries'] = 'repmgr_funcs'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1467, "all_permissive": false }
ansible_role
joaoalves61/GitLab-Dev-Deployment
deff03bcc9df59d116aec92162efb1ce5a427494
0
phase2/deployment/Ansible/roles/redis
7,412
[ "no_license" ]
[ { "path": "phase2/deployment/Ansible/roles/redis/tasks/main.yml", "content": "---\n\n- name: Copy GitLab-Redis configuration file.\n template:\n src: redis.rb.j2\n dest: /etc/gitlab/gitlab.rb\n owner: root\n group: root\n mode: 0644\n \n\n- name: Reconfigure Redis\n command: gitlab-ctl r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 957, "all_permissive": false }
ansible_role
nischayrathor/Nischay
1501102437764754a81530d095a1336177c97673
1
Ansible/roles/demo-role
7,412
[ "no_license" ]
[ { "path": "Ansible/roles/demo-role/tasks/main.yml", "content": "---\n- name: Pushing a simple file via Ansible template\n template: src=demo.j2 dest={{file_location}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "Ansible/roles/demo-role/templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 275, "all_permissive": false }
ansible_role
nischayrathor/Nischay
1501102437764754a81530d095a1336177c97673
1
Ansible/roles/kafka
7,412
[ "no_license" ]
[ { "path": "Ansible/roles/kafka/tasks/main.yaml", "content": "---\n- name: setting up directory for Kafka in centos\n file: dest=\"{{item}}\" state=directory owner=kafka group=kafka mode=755\n tags:\n - kafka-dirs\n with_items:\n - /mnt/kafka\n - /mnt/kafka/data\n - /mnt/kafka/log\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1073, "all_permissive": false }
ansible_role
nischayrathor/Nischay
1501102437764754a81530d095a1336177c97673
1
Ansible/roles/manage-user
7,412
[ "no_license" ]
[ { "path": "Ansible/roles/manage-user/tasks/main.yaml", "content": "---\n- include: add_users.yaml\n- include: delete_users.yaml\n- name: Allowing wheel group users to have password less sudo access\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel ALL=(ALL)...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 687, "all_permissive": false }
ansible_role
nischayrathor/Nischay
1501102437764754a81530d095a1336177c97673
1
Ansible/roles/server_reboot
7,412
[ "no_license" ]
[ { "path": "Ansible/roles/server_reboot/tasks/main.yml", "content": "---\n- name: restart machine\n command: shutdown -r now \"Ansible updates triggered\"\n async: 0\n poll: 0\n ignore_errors: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
nischayrathor/Nischay
1501102437764754a81530d095a1336177c97673
1
Ansible/roles/server_setup
7,412
[ "no_license" ]
[ { "path": "Ansible/roles/server_setup/tasks/main.yml", "content": "---\n- name: Ensure essenstials packages are installed on box\n package: name=\"{{item}}\" state=latest\n tags:\n - packages\n with_items:\n - curl\n - wget\n - zip\n - iotop\n - nc\n - tcpdump\n - unzip\n - tcp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
nischayrathor/Nischay
1501102437764754a81530d095a1336177c97673
1
Ansible/roles/zookeeper
7,412
[ "no_license" ]
[ { "path": "Ansible/roles/zookeeper/tasks/main.yaml", "content": "---\n- name: setting up directory for zookeeper and Kafka in centos\n file: dest=\"{{item}}\" state=directory owner=zookeeper group=zookeeper mode=755\n tags:\n - zookeeper-dirs\n with_items:\n - /mnt/zookeeper\n - /mnt/zookeeper/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
michal-stuglik/galaxy-playbook
63d04c25b5a9e7e3034da89c959d94fc3c220d3b
0
roles/galaxy
7,412
[ "no_license" ]
[ { "path": "roles/galaxy/tasks/main.yml", "content": "---\n\n - name: Create the code directory\n file: mode=755 state=directory path={{ project_home_dir }}/{{ project_dir }}/\n\n# - name: Create the code directory\n# file: group={{ project_user }} owner={{ project_user }} mode=755 state=directory pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2952, "all_permissive": false }
ansible_role
michal-stuglik/galaxy-playbook
63d04c25b5a9e7e3034da89c959d94fc3c220d3b
0
roles/galaxy_user
7,412
[ "no_license" ]
[ { "path": "roles/galaxy_user/tasks/main.yml", "content": "---\n - name: Create user\n user: home={{ project_home_dir }} name={{ project_user }} state=present shell=/bin/bash\n\n - name: SSH key deployment for galaxy user.\n authorized_key: user={{ project_user }} key=\"{{ item }}\"\n with_file:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
michal-stuglik/galaxy-playbook
63d04c25b5a9e7e3034da89c959d94fc3c220d3b
0
roles/nginx
7,412
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n\n- name: restart nginx\n service: name=nginx state=restarted\n become: true\n\n- name: reload nginx\n service: name=nginx state=reloaded\n become: true\n\n- name: stop nginx\n service: name=nginx state=stop\n become: true\n\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1000, "all_permissive": false }
ansible_role
michal-stuglik/galaxy-playbook
63d04c25b5a9e7e3034da89c959d94fc3c220d3b
0
roles/postgres
7,412
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n\n - name: Install Postgres database packages.\n apt: pkg={{ item }} state=installed update-cache=yes\n with_items:\n - postgresql\n - postgresql-server-dev-all\n become: true\n\n - name: Setup Postgres database\n postgresql_db:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
michal-stuglik/galaxy-playbook
63d04c25b5a9e7e3034da89c959d94fc3c220d3b
0
roles/provision
7,412
[ "no_license" ]
[ { "path": "roles/provision/tasks/main.yml", "content": "---\n\n - name: system sources update\n raw: apt-get -y update\n when: ansible_distribution == 'Ubuntu'\n\n - name: install python2.7 Ubuntu\n raw: apt-get -y install python2.7 python-simplejson sudo\n when: ansible_distribution == 'Ubunt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1809, "all_permissive": false }
ansible_role
fjc013/mastering-ansible
58145128620544cbbb26f8dd642254b17bec4cb4
0
ansible/roles/apache2
7,413
[ "no_license" ]
[ { "path": "ansible/roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n- name: install web componets\n apt: name={{item}} state=present\n with_items:\n - apache2\n - libapache2-mod-wsgi\n\n- name: ensure mod_wsgi is enabled\n apache2_module: state=present name=wsgi\n notify: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
fjc013/mastering-ansible
58145128620544cbbb26f8dd642254b17bec4cb4
0
ansible/roles/control
7,413
[ "no_license" ]
[ { "path": "ansible/roles/control/tasks/main.yml", "content": "---\n# tasks file for control\n- name: install tools on control\n apt: name={{item}} state=present\n with_items:\n - curl\n - python-httplib2\n tags: [ 'packages' ]\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
fjc013/mastering-ansible
58145128620544cbbb26f8dd642254b17bec4cb4
0
ansible/roles/demo_app
7,413
[ "no_license" ]
[ { "path": "ansible/roles/demo_app/tasks/main.yml", "content": "---\n# tasks file for demo_app\n- name: install web componets\n apt: name={{item}} state=present\n with_items:\n - python-pip\n - python-virtualenv\n - python-mysqldb\n\n- name: copy demo app source\n copy: src=demo/app/ dest=/var/ww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
fjc013/mastering-ansible
58145128620544cbbb26f8dd642254b17bec4cb4
0
ansible/roles/mysql
7,413
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: install tools\n apt: name={{item}} state=present\n with_items:\n - python-mysqldb\n\n- name: install mysql\n apt: name=mysql-server state=present\n\n- name: ensure mysql listens on all ports\n lineinfile:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 899, "all_permissive": false }
ansible_role
fjc013/mastering-ansible
58145128620544cbbb26f8dd642254b17bec4cb4
0
ansible/roles/nginx
7,413
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: install tools\n apt: name={{item}} state=present\n with_items:\n - python-httplib2\n tags: [ 'packages' ]\n\n- name: install nginx\n apt: name=nginx state=present\n tags: [ 'packages' ]\n\n- name: config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": false }
ansible_role
Luca-Lin/lnmp_laravel_setup
dc57f8435c5a704111676ead8d687b5ad46dff63
0
roles/common
7,413
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "- name: 重啟 nginx\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/common/tasks/main.yml", "content": "- name: 更新並升級 apt 套件\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 314, "all_permissive": false }
ansible_role
Luca-Lin/lnmp_laravel_setup
dc57f8435c5a704111676ead8d687b5ad46dff63
0
roles/composer
7,413
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "- name: 安裝 Composer\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-setup.php\n\n- name: 執行 Composer 安裝器\n command: php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer\n become: yes\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
Luca-Lin/lnmp_laravel_setup
dc57f8435c5a704111676ead8d687b5ad46dff63
0
roles/end
7,413
[ "no_license" ]
[ { "path": "roles/end/tasks/main.yml", "content": "- name: Remove apache2\n apt:\n name: apache2\n state: absent\n purge: yes\n force: yes\n become: yes\n\n- name: Update and upgrade\n apt:\n update_cache: yes\n upgrade: 'yes'\n become: yes", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
Luca-Lin/lnmp_laravel_setup
dc57f8435c5a704111676ead8d687b5ad46dff63
0
roles/mariadb
7,413
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n# ------------------------------ Install MariaDB ------------------------------\n# sudo apt-get install software-properties-common\n- name: Installation o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5288, "all_permissive": false }
ansible_role
Luca-Lin/lnmp_laravel_setup
dc57f8435c5a704111676ead8d687b5ad46dff63
0
roles/nginx
7,413
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: 安裝 Nginx\n apt:\n name: nginx\n state: present\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
Luca-Lin/lnmp_laravel_setup
dc57f8435c5a704111676ead8d687b5ad46dff63
0
roles/php
7,413
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# @author <NAME> <<EMAIL>>\n# @link https://github.com/s-damian/ansible-web-server-debian\n\n# ------------------------------ Install PHP ------------------------------\n# sudo apt-get install software-properties-common apt-transport-https lsb-release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3927, "all_permissive": false }
ansible_role
ChrizMas/vagrant-osm-tile-server
92a1f3211c927d573886d2c0af8d6d1640c9ef9f
0
ansible/roles/apache
7,413
[ "no_license" ]
[ { "path": "ansible/roles/apache/files/make-mod-tile.sh", "content": "#!/usr/bin/env bash\n\ntest -d ~/src || mkdir ~/src ; cd ~/src\n\necho \"git clone\"\ngit clone git://github.com/SomeoneElseOSM/mod_tile.git\n\ncd mod_tile\n\necho \"autogen.sh\"\n./autogen.sh\n\necho \"configure\"\n./configure\n\necho \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 748, "all_permissive": false }
ansible_role
ChrizMas/vagrant-osm-tile-server
92a1f3211c927d573886d2c0af8d6d1640c9ef9f
0
ansible/roles/base
7,413
[ "no_license" ]
[ { "path": "ansible/roles/base/files/alias.tpl", "content": "alias l=\"ls -lsahF\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "ansible/roles/base/tasks/main.yaml", "content": "---\n- name: Configure aliases\n template: src=files/alias.tpl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1083, "all_permissive": false }
ansible_role
ChrizMas/vagrant-osm-tile-server
92a1f3211c927d573886d2c0af8d6d1640c9ef9f
0
ansible/roles/golang
7,413
[ "no_license" ]
[ { "path": "ansible/roles/golang/tasks/main.yaml", "content": "---\n- name: Download go1.9.2.linux-amd64.tar.gz\n get_url:\n url: https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz\n dest: ~/src/go1.9.2.linux-amd64.tar.gz\n mode: 0755\n checksum: sha256:de874549d9a8d8d8062be0580850...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
ChrizMas/vagrant-osm-tile-server
92a1f3211c927d573886d2c0af8d6d1640c9ef9f
0
ansible/roles/imposm3
7,413
[ "no_license" ]
[ { "path": "ansible/roles/imposm3/files/go-get-imposm.sh", "content": "#!/usr/bin/env bash\n\ntest -d ~/go || mkdir ~/go ; cd ~/go\n\n/usr/local/go/bin/go get github.com/omniscale/imposm3\n/usr/local/go/bin/go install github.com/omniscale/imposm3/cmd/imposm3\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 791, "all_permissive": false }
ansible_role
ChrizMas/vagrant-osm-tile-server
92a1f3211c927d573886d2c0af8d6d1640c9ef9f
0
ansible/roles/mapnik
7,413
[ "no_license" ]
[ { "path": "ansible/roles/mapnik/tasks/main.yaml", "content": "---\n- name: \"Install mapnik packages\"\n become: \"yes\"\n apt:\n name: \"{{item}}\"\n state: present\n with_items:\n - autoconf\n - apache2-dev\n - libtool\n - libxml2-dev\n - libbz2-dev\n - libgeos-dev\n - libgeo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 953, "all_permissive": false }
ansible_role
ChrizMas/vagrant-osm-tile-server
92a1f3211c927d573886d2c0af8d6d1640c9ef9f
0
ansible/roles/postgresql
7,413
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/vars/database.yaml", "content": "---\nosm_user_name: \"renderosm\"\nosm_user_password: \"<PASSWORD>\"\nosm_user_password_sha512: <PASSWORD>\"\nosm_database: \"osm\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1584, "all_permissive": false }
ansible_role
Gab12123/DevOps
94aa8bc47b3776a2fd1e9444fd15721ff3390900
0
playbooks/roles/healthchecks
7,413
[ "no_license" ]
[ { "path": "playbooks/roles/healthchecks/tasks/main.yml", "content": "- name: Create Minimum HealthCheck\n gcp_healthcheck:\n service_account_email: \"{{ service_account_email }}\"\n credentials_file: \"{{ credentials_file }}\"\n project_id: \"{{ project_id }}\"\n healthcheck_name: my-healthchec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
Gab12123/DevOps
94aa8bc47b3776a2fd1e9444fd15721ff3390900
0
playbooks/roles/install
7,413
[ "no_license" ]
[ { "path": "playbooks/roles/install/tasks/main.yml", "content": "---\n\n- name: Install Node.js and npm.\n yum:\n name: npm\n state: present\n enablerepo: epel\n\n- name: Install redis\n yum:\n name: redis\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
okamotoyuki/provisioning
af6eb33de14c1807b482255d92785b958a0c9ff5
0
osx-provisioning/roles/dotfiles
7,413
[ "no_license" ]
[ { "path": "osx-provisioning/roles/dotfiles/tasks/main.yml", "content": "- name: Check if dotfiles directory exists\n stat: path=/tmp/dotfiles\n register: dotfiles_are_downloaded\n\n- name: Clone dotfiles from GitHub\n shell: git clone <EMAIL>:OkamotoYuki/dotfiles.git /tmp/dotfiles\n when: not dotfiles_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
okamotoyuki/provisioning
af6eb33de14c1807b482255d92785b958a0c9ff5
0
osx-provisioning/roles/jekyll
7,413
[ "no_license" ]
[ { "path": "osx-provisioning/roles/jekyll/tasks/main.yml", "content": "- name: Check if anyenv is installed\n stat: path={{ ansible_env.HOME }}/.anyenv\n register: anyenv_is_installed\n\n- name: Install anyenv\n git: repo=https://github.com/riywo/anyenv dest=~/.anyenv version=master accept_hostkey=yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1088, "all_permissive": false }
ansible_role
okamotoyuki/provisioning
af6eb33de14c1807b482255d92785b958a0c9ff5
0
osx-provisioning/roles/zsh
7,413
[ "no_license" ]
[ { "path": "osx-provisioning/roles/zsh/tasks/main.yml", "content": "- name: Check if \"/usr/local/bin/zsh\" is registered to /etc/shells\n shell: grep \"/usr/local/bin/zsh\" /etc/shells\n register: zsh_is_registered\n failed_when: zsh_is_registered.rc not in [0, 1]\n become: no\n\n- name: Register \"/usr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1382, "all_permissive": false }
ansible_role
duongdx-kma/php-nginx
a20f2835cb9723461ddc876ff63cbd23bd312b8a
0
roles/laravel
7,413
[ "no_license" ]
[ { "path": "roles/laravel/tasks/main.yml", "content": "---\n# tasks file for laravel\n- name: download remi rpm packages\n get_url:\n url: \"https://rpms.remirepo.net/enterprise/remi-release-{{ remi_version }}.rpm\"\n dest: \"/tmp/remi-release-{{ remi_version }}.rpm\"\n mode: 0755\n\n- name: downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1615, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
deploy_memeware/roles/ahk_install
7,413
[ "no_license" ]
[ { "path": "deploy_memeware/roles/ahk_install/tasks/main.yml", "content": "---\n- name: Install autohotkey\n win_chocolatey:\n name: autohotkey\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
deploy_memeware/roles/copy_file
7,413
[ "no_license" ]
[ { "path": "deploy_memeware/roles/copy_file/README.md", "content": "This role copies a file from the host to the target system", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "deploy_memeware/roles/copy_file/tasks/main.yml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 200, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
deploy_memeware/roles/create_run_key
7,413
[ "no_license" ]
[ { "path": "deploy_memeware/roles/create_run_key/tasks/main.yml", "content": "---\n- name: Create a new scheduled task for tool deployment\n ansible.windows.win_regedit:\n name: peter\n path: HKLM:\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\n type: string\n data: C:\\Windows\\System32\\p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
deploy_memeware/roles/export_archive
7,413
[ "no_license" ]
[ { "path": "deploy_memeware/roles/export_archive/tasks/main.yml", "content": "---\n- name: Copy file to location\n community.windows.win_unzip:\n src: C:\\Windows\\System32\\PeterAlert.zip\n dest: C:\\Windows\\System32\n delete_archive: yes\n state: present\n \n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
deploy_memeware/roles/set_task
7,413
[ "no_license" ]
[ { "path": "deploy_memeware/roles/set_task/README.md", "content": "This role creates a windows Task Scheduler task with the supplied file", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "deploy_memeware/roles/set_task/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 468, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
deploy_tool/roles/copy_file
7,413
[ "no_license" ]
[ { "path": "deploy_tool/roles/copy_file/tasks/main.yml", "content": "---\n- name: Copy file to location\n ansible.windows.win_copy:\n src: /home/kali/Desktop/deploy_tool/files/profile.ps1\n dest: C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\Examples\\profile.ps1\n \n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
deploy_tool/roles/set_task
7,413
[ "no_license" ]
[ { "path": "deploy_tool/roles/set_task/tasks/main.yml", "content": "---\n- name: Create a new scheduled task for tool deployment\n community.windows.win_scheduled_task:\n name: VirtualSystemSoundsService\n path: \\Microsoft\\Windows\\Multimedia\\\n description: \"Virtual System Sounds User Mode Age...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
windows_dc_init/roles/adds_dns_creation
7,413
[ "no_license" ]
[ { "path": "windows_dc_init/roles/adds_dns_creation/README.md", "content": "ADDS, DNS, RSAT Creation\n\nThis task adds Active Directory Domain Services, Domain Name System, and Remote Server Administration Tools.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1282, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
windows_dc_init/roles/domain_users_creation
7,413
[ "no_license" ]
[ { "path": "windows_dc_init/roles/domain_users_creation/README.md", "content": "Domain User Creation\n\nThis task creates new domain users according to whatever is found from the vars file", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "windows_dc_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 503, "all_permissive": false }
ansible_role
zjm2117/AnsibleScripts
c5e3d1af402240a1b935b4bc3c9e2be9b8f16360
0
windows_dc_init/roles/rename_configure
7,413
[ "no_license" ]
[ { "path": "windows_dc_init/roles/rename_configure/tasks/main.yml", "content": "---\n- name: Rename the computer to DC01\n win_hostname:\n name: \"{{ newcomputername_var }}\"\n register: results01\n \n- name: Restart the computer\n win_reboot:\n when: results01.reboot_required\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 295, "all_permissive": false }
ansible_role
seafrax/Flores_HOA11
64a7b3ac7182718939cf449ffa62d1b0ab12df0f
0
roles/CentOS_servers
7,413
[ "no_license" ]
[ { "path": "roles/CentOS_servers/tasks/main.yaml", "content": "---\n- name: Install required packages\n yum:\n name:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n state: present\n\n- name: Add Docker repository\n shell: yum-config-manager --add-repo https://download.docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1677, "all_permissive": false }
ansible_role
seafrax/Flores_HOA11
64a7b3ac7182718939cf449ffa62d1b0ab12df0f
0
roles/db_servers
7,413
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yaml", "content": "---\n- name: Install packages needed for Docker\n apt:\n name:\n - docker.io\n - ca-certificates\n - curl\n - apt-transport-https\n - software-properties-common\n - gnupg2\n state: latest\n\n- name: Add an APT Rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1810, "all_permissive": false }
ansible_role
Akihiko16/CPE232_Repolidon_Act7
8010816b482fc9868c166421d8bb4829f4483dc0
0
roles/web_servers
7,413
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "\n - name: install apache and php for Ubuntu servers\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n tags:\n - apache\n - u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
rossows/ec_launch
c1dd4ab43975ba69fbbc9040f5c5e8dd8b1dcdfb
0
playbook/roles/0_Devloper
7,413
[ "no_license" ]
[ { "path": "playbook/roles/0_Devloper/tasks/main.yml", "content": "---\n## DeveloperTool\n- name: Update Repo\n yum: name=* state=latest\n \n- name: Install DeveloperTool\n yum: name=\"@Development tools\"\n \n- name: Install VIM\n yum: name=vim\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
rossows/ec_launch
c1dd4ab43975ba69fbbc9040f5c5e8dd8b1dcdfb
0
playbook/roles/1_apache
7,413
[ "no_license" ]
[ { "path": "playbook/roles/1_apache/tasks/main.yml", "content": "---\n- name: apache Install Apache\n yum: name=httpd\n\n- name: Documentroot Permisson change\n file: path=\"{{ httpdir }}\" owner=\"{{ httpuser }}\" group=\"{{ httpuser }}\" mode=0775\n\n- name: Documentroot Subdirectory Permission change\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
rossows/ec_launch
c1dd4ab43975ba69fbbc9040f5c5e8dd8b1dcdfb
0
playbook/roles/2_php
7,413
[ "no_license" ]
[ { "path": "playbook/roles/2_php/tasks/main.yml", "content": "---\n- name: php install repo\n yum: name=\"{{ phprepo }}\"\n\n- name: php install phprepo\n yum: name={{ item }} disablerepo=amzn-main enablerepo=epel state=latest\n with_items:\n - 'libwebp'\n\n- name: php install phplib\n yum: name={{ ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
rossows/ec_launch
c1dd4ab43975ba69fbbc9040f5c5e8dd8b1dcdfb
0
playbook/roles/3_mysql
7,413
[ "no_license" ]
[ { "path": "playbook/roles/3_mysql/tasks/main.yml", "content": "---\n- name: mysql install repo\n yum: name=\"{{ sqlrepo }}\"\n\n- name: mysql install for repo mysql\n yum: name=\"{{ item }}\" state=present\n with_items:\n - \"{{ apkg }}\"\n\n- name: install mysql python module (from source)\n command:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 975, "all_permissive": false }