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
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/splunk
1,059
[ "no_license" ]
[ { "path": "linux/roles/splunk/templates/web.conf.j2", "content": "[settings]\r\nmgmtHostPort = 127.0.0.1:9090\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "linux/roles/splunk/tasks/splunk-setup.yml", "content": "---\r\n- name: Download Sp...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9975, "all_permissive": false }
ansible_role
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/tomcat
1,059
[ "no_license" ]
[ { "path": "linux/roles/tomcat/tasks/tomcat-setup.yml", "content": "- name: Download Tomcat\r\n get_url:\r\n url: \"{{ tomcat_archive_url }}\"\r\n dest: \"{{ tomcat_archive_dest }}\"\r\n\r\n- name: Download Tomcat Redis Libraries\r\n get_url:\r\n url: \"{{ tomcat_redis_lib_url }}\"\r\n dest: \"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3603, "all_permissive": false }
ansible_role
emad-ramlawi/ansible
95f6d6b23f95286c5db38deb4fc431134324caf6
0
linux/roles/vach_apphome_directory
1,059
[ "no_license" ]
[ { "path": "linux/roles/vach_apphome_directory/defaults/main.yml", "content": "---\r\nvach_config_url: https://paramountcommerce.jfrog.io/artifactory/ansible-app-local/vach_{{ host_environment }}.tar.gz\r\nvach_config_dest: /tmp/vach_{{ host_environment }}.tar.gz\r\n", "license_type": "no_license", "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 788, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/common
1,059
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Install packages\n block:\n - name: Debian specific\n ansible.builtin.import_tasks: debian.yaml\n when: ansible_os_family == \"Debian\"\n - name: Arch specific\n ansible.builtin.import_tasks: arch.yaml\n when: ansible_o...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2327, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/conky
1,059
[ "no_license" ]
[ { "path": "roles/conky/tasks/main.yaml", "content": "- name: Install packages\n become: true\n ansible.builtin.package:\n name: conky\n state: present\n\n- name: Set config\n ansible.builtin.import_role:\n name: dotfiles\n vars:\n dotfiles_link_config: conky\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/docker
1,059
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install packages\n block:\n - name: Debian specific\n ansible.builtin.import_tasks: debian.yaml\n when: ansible_os_family == \"Debian\"\n - name: Arch specific\n ansible.builtin.import_tasks: arch.yaml\n when: ansible_o...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2156, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/dotfiles
1,059
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yaml", "content": "- name: Ensure dotfiles repository is cloned locally.\n ansible.builtin.git:\n repo: \"{{ dotfiles_repo_url }}\"\n dest: \"{{ dotfiles_repo }}\"\n version: main\n accept_newhostkey: true\n environment:\n http_proxy: \"{{ http_proxy }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1218, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/fish
1,059
[ "no_license" ]
[ { "path": "roles/fish/tasks/main.yaml", "content": "- name: Install packages\n block:\n - name: Debian specific\n ansible.builtin.import_tasks: debian.yaml\n when: ansible_os_family == \"Debian\"\n - name: Arch specific\n ansible.builtin.import_tasks: arch.yaml\n when: ansible_os_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3015, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/glow
1,059
[ "no_license" ]
[ { "path": "roles/glow/tasks/arch.yaml", "content": "- name: Install packages\n become: true\n community.general.pacman:\n name:\n - glow\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/glow/tasks/debian.yaml",...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 987, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/kodi
1,059
[ "no_license" ]
[ { "path": "roles/kodi/tasks/main.yaml", "content": "- name: Arch-specific\n ansible.builtin.import_tasks: arch.yaml\n when: ansible_os_family == \"Archlinux\"\n\n- name: Install keys\n block:\n - name: Ensure folder exist\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.config/aac...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1661, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/nvim
1,059
[ "no_license" ]
[ { "path": "roles/nvim/tasks/debian.yaml", "content": "- name: Install packages\n block:\n - name: Add repo\n ansible.builtin.apt_repository:\n repo: \"ppa:neovim-ppa/unstable\"\n state: present\n become: true\n environment:\n http_proxy: \"{{ http_proxy }}\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1150, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/nvim-legacy
1,059
[ "no_license" ]
[ { "path": "roles/nvim-legacy/tasks/main.yaml", "content": "- name: Install packages\n become: true\n ansible.builtin.package:\n name: neovim\n state: present\n\n- name: Set config\n ansible.builtin.import_role:\n name: dotfiles\n vars:\n dotfiles_link_config: nvim\n dotfiles_link_config_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/ssh
1,059
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yaml", "content": "- name: Ensure .ssh-folder\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.ssh\"\n state: directory\n mode: \"0700\"\n\n- name: Create ssh key for user\n community.crypto.openssh_keypair:\n path: \"{{ ansible_env.HOME }}/.ssh/id_rsa\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/update
1,059
[ "no_license" ]
[ { "path": "roles/update/tasks/debian.yaml", "content": "- name: Apt upgrade\n become: true\n ansible.builtin.apt:\n update_cache: true\n upgrade: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/update/tasks/main.yaml", "con...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1170, "all_permissive": false }
ansible_role
Picole9/ansible
f97b2f3e08148ac54d82da807ec25c6e2fc8c276
0
roles/wezterm
1,059
[ "no_license" ]
[ { "path": "roles/wezterm/tasks/arch.yaml", "content": "- name: Install packages\n\n become: true\n community.general.pacman:\n name:\n - wezterm\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/wezterm/tasks/ma...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1051, "all_permissive": false }
ansible_role
blaze0330/ansible-role
e5ca9585ead1f327385a3239b46fce475d7140ce
2
roles/jenkins_build
1,059
[ "no_license" ]
[ { "path": "roles/jenkins_build/README.md", "content": "# Jenkins Build\n\nJenkins Server Provisioning with Ansible Role. Checkout the [main.yml](./tasks/main.yml) file for steps to use this role.\n\n## :rocket: Technologies\n\nThe following tools were used in this project:\n\n- [Terraform](https://www.terra...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6004, "all_permissive": false }
ansible_role
motassemmamdouhh/project3
6e270d2c81d13b377014417a9dade2623aa80bc1
0
.circleci/ansible/roles/deploy
1,059
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Creates directory\n file:\n path: /home/ubuntu/backend\n state: directory\n- name: \"move backend files to server.\"\n copy:\n src: /root/project/backend\n dest: /home/ubuntu\n\n- name: \"install dependencies.\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
jeffcandid0/devops-zg-pratico-api
cc75518daa4d9fc53943f91a3e585e23da9282ab
0
install_sre/ansible/roles/helm
1,059
[ "no_license" ]
[ { "path": "install_sre/ansible/roles/helm/tasks/main.yml", "content": "\n- name: Deploy application with Helm\n command: helm install {{ release_name }} /home/jeferson/devops-zg-pratico-api/app/chart --namespace {{ namespace }}\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
jeffcandid0/devops-zg-pratico-api
cc75518daa4d9fc53943f91a3e585e23da9282ab
0
install_sre/ansible/roles/monitoramento
1,059
[ "no_license" ]
[ { "path": "install_sre/ansible/roles/monitoramento/tasks/main.yml", "content": "- name: Deploy Prometheus and Grafana\n command: helm install monitoring /path/to/monitoring/chart --namespace monitoring\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
epfl-si/epfl-theme-elements
67a78f43711da47397e9dfc5468a737cc8127b2d
6
ansible/roles/epfl.web2018
1,059
[ "no_license" ]
[ { "path": "ansible/roles/epfl.web2018/tasks/routes.yml", "content": "- name: Web2018 - Routes\n kubernetes.core.k8s:\n definition:\n apiVersion: route.openshift.io/v1\n kind: Route\n metadata:\n name: '{{ hostname }}'\n namespace: '{{ openshift_namespace }}'\n labels:...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6210, "all_permissive": false }
ansible_role
KostivAndrii/sources
263a7455abee59c05566977af603fb14a86aa98f
4
ansible/sovereign/roles/common
1,059
[ "no_license" ]
[ { "path": "ansible/sovereign/roles/common/tasks/ntp.yml", "content": "---\n- name: ntp | install chrony\n yum: name=chrony state=installed\n\n- name: ntp | enable and start chrony\n service: name=chronyd state=started enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 412, "all_permissive": false }
ansible_role
KostivAndrii/sources
263a7455abee59c05566977af603fb14a86aa98f
4
javahome/ansible-tomcat-lb-mysql/roles/loadbalancer
1,059
[ "no_license" ]
[ { "path": "javahome/ansible-tomcat-lb-mysql/roles/loadbalancer/handlers/main.yml", "content": "---\n# handlers file for loadbalancer\n#\n- name: restart the server\n service: name=nginx state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 824, "all_permissive": false }
ansible_role
KostivAndrii/sources
263a7455abee59c05566977af603fb14a86aa98f
4
javahome/ansible-tomcat-lb-mysql/roles/mysql
1,059
[ "no_license" ]
[ { "path": "javahome/ansible-tomcat-lb-mysql/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: install python mysql\n apt: name=python-mysqldb state=present\n- name: Install mysql server\n apt: name=mysql-server state=present\n- name: Start and enable mysql server\n service: na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1341, "all_permissive": false }
ansible_role
KostivAndrii/sources
263a7455abee59c05566977af603fb14a86aa98f
4
javahome/ansible-tomcat-lb-mysql/roles/tomcat
1,059
[ "no_license" ]
[ { "path": "javahome/ansible-tomcat-lb-mysql/roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n\n- name: Install java\n yum:\n name: java-1.7.0-openjdk\n state: present\n- name: Create Linux Group for Tomcat\n group:\n name: tomcat\n- name: Create Linux User for Tomcat\n use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1076, "all_permissive": false }
ansible_role
vivek-chennupati/agent-ansible
c334d5a352b9d0169772205641f0d4808d6093d6
0
roles/azure-pipeline-agent
1,059
[ "no_license" ]
[ { "path": "roles/azure-pipeline-agent/tasks/main.yml", "content": "- name: Add an agent user\n user:\n name: \"{{ az_devops_agent_user }}\"\n comment: \"Azure DevOps Agent\"\n shell: /bin/bash\n\n- name: Create directories\n file:\n state: directory\n path: \"{{ item }}\"\n owner: \"{{ a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5198, "all_permissive": false }
ansible_role
joshuarkeller-acn/ansible-poc
6d4dbf862a3de537c5406082d09312e7860d8f4d
0
roles/common
1,059
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\nlocal_common_name: Local Luke", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/common/tasks/update-config.yml", "content": "---\n- name: Copy static file /home/josh/{{ item.fn_p3 }}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 621, "all_permissive": false }
ansible_role
mfuchs/mat_config
efa31d5b7e9e081edaec3d6cf72427808aa77059
0
roles/basics
1,059
[ "no_license" ]
[ { "path": "roles/basics/defaults/main.yml", "content": "---\nhostname: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "roles/basics/handlers/main.yml", "content": "---\n- name: Update repository\n pacman: update_cache=yes\n\n- name: loc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2737, "all_permissive": false }
ansible_role
mfuchs/mat_config
efa31d5b7e9e081edaec3d6cf72427808aa77059
0
roles/gui
1,059
[ "no_license" ]
[ { "path": "roles/gui/tasks/main.yml", "content": "---\n- name: Install xorg\n pacman:\n name:\n - xorg-server\n - xf86-input-libinput\n - xorg-xinput\n\n- name: Ensure synaptics is not installed, since it can cause issues with the touchpad\n pacman: \"name=xf86-input-synaptics state=abse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1196, "all_permissive": false }
ansible_role
mfuchs/mat_config
efa31d5b7e9e081edaec3d6cf72427808aa77059
0
roles/productivity
1,059
[ "no_license" ]
[ { "path": "roles/productivity/tasks/main.yml", "content": "---\n- name: Install printer support via cups.\n pacman: \"name=cups state=present\"\n\n#- name: Enable and start cups.\n# service:\n# name: org.cups.cupsd.service\n# state: started\n# enabled: yes\n\n- name: Install web browsers and mail...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1269, "all_permissive": false }
ansible_role
mfuchs/mat_config
efa31d5b7e9e081edaec3d6cf72427808aa77059
0
roles/programming
1,059
[ "no_license" ]
[ { "path": "roles/programming/meta/main.yml", "content": "---\ndependencies:\n - role: user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/programming/tasks/main.yml", "content": "---\n- name: Install build dependencies and build tools...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1317, "all_permissive": false }
ansible_role
mfuchs/mat_config
efa31d5b7e9e081edaec3d6cf72427808aa77059
0
roles/user
1,059
[ "no_license" ]
[ { "path": "roles/user/defaults/main.yml", "content": "user_name: matthias\nuser_home: /home/matthias\nuser_id: 1000\nuser_shell: /bin/bash\nuser_groups: users\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/user/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 476, "all_permissive": false }
ansible_role
rzfeeser/our_nasa_collection
f1fcbc9085c7531e6286c930c67984e3d395101a
0
roles/nasa-neows-info
1,059
[ "no_license" ]
[ { "path": "roles/nasa-neows-info/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nasa-neows-info\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/nasa-neows-info/handlers/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 678, "all_permissive": false }
ansible_role
rzfeeser/our_nasa_collection
f1fcbc9085c7531e6286c930c67984e3d395101a
0
roles/nasa-neows-info-file-creator
1,059
[ "no_license" ]
[ { "path": "roles/nasa-neows-info-file-creator/vars/main.yml", "content": "---\n# vars file for nasa-neows-info-file-creator\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/nasa-neows-info-file-creator/defaults/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1162, "all_permissive": false }
ansible_role
MingyuanCui/too
1bb1d377e087f9f564bf0cba049ef2ab620ac45a
0
ansible/roles/common
1,059
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "#- name: Format disk\n# filesystem: \n# fstype: ext4\n# dev: /dev/vdc\n- name: Creates directory for volume\n file: \n path: /home/ubuntu/cloud\n state: directory\n mode: 0777\n#- name: Mount volume to directory\n# mount: \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
MingyuanCui/too
1bb1d377e087f9f564bf0cba049ef2ab620ac45a
0
ansible/roles/couchdb
1,059
[ "no_license" ]
[ { "path": "ansible/roles/couchdb/tasks/main.yml", "content": "- name: Install software\n apt: name={{item}}\n with_items: \n - libmozjs185-dev\n - libicu-dev\n - libcurl4-openssl-dev\n - build-essential \n - pkg-config\n - curl\n - erlang\n allow_unauthenticated: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2905, "all_permissive": false }
ansible_role
MingyuanCui/too
1bb1d377e087f9f564bf0cba049ef2ab620ac45a
0
ansible/roles/harvestor
1,059
[ "no_license" ]
[ { "path": "ansible/roles/harvestor/tasks/main.yml", "content": " - name: Install software\n apt: name={{item}}\n with_items:\n - python3-pip\n - git\n allow_unauthenticated: yes\n force: yes\n update_cache: yes\n state: latest\n install_recommends: no\n - name: upgrade setup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1444, "all_permissive": false }
ansible_role
MingyuanCui/too
1bb1d377e087f9f564bf0cba049ef2ab620ac45a
0
ansible/roles/spark_slave
1,059
[ "no_license" ]
[ { "path": "ansible/roles/spark_slave/tasks/main.yml", "content": " - name: add apt-repository for java\n apt_repository: \n repo: 'ppa:webupd8team/java'\n - name: accept oracle license\n debconf:\n name: oracle-java8-installer\n question: shared/accepted-oracle-license-v1-1\n val...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2005, "all_permissive": false }
ansible_role
MingyuanCui/too
1bb1d377e087f9f564bf0cba049ef2ab620ac45a
0
ansible/roles/web
1,059
[ "no_license" ]
[ { "path": "ansible/roles/web/files/web/resources/css/buttons.css", "content": ".pagination {\r\n width: 45%;\r\n margin-left: auto;\r\n margin-right: auto;\r\n\r\n}\r\n.pagination li {\r\n line-height: 25px;\r\n display: inline;\r\n float: left;\r\n margin: 0 5px;\r\n}\r\n.pagination a ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 862, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/bootstrap
1,059
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- name: Set the timezone\n file: src=/usr/share/zoneinfo/Asia/Kolkata dest=/etc/localtime force=yes state=link\n tags:\n - bootstrap-timezone\n\n- name: Set the clock timezone\n lineinfile: dest=/etc/sysconfig/clock regexp=\"^ZONE\" line='ZO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1361, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/dev
1,059
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "---\n- name: Development Tools\n yum: name=\"@Development Tools\" state=present\n tags:\n - devtools\n\n- name: Autojump\n yum: name=autojump state=present\n tags:\n - autojump\n\n\n- name: Install git\n yum: name=git state=present\n tags:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 840, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/elixir
1,059
[ "no_license" ]
[ { "path": "roles/elixir/tasks/main.yml", "content": "---\n- name: Download elixir Release\n unarchive: src=https://github.com/elixir-lang/elixir/archive/v1.2.0.zip dest=/usr/local/ creates=/usr/local/elixir-1.2.0 copy=no mode=0755\n tags:\n - elixir-download-release\n\n- name: Install elixir Release\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/erlang
1,059
[ "no_license" ]
[ { "path": "roles/erlang/tasks/main.yml", "content": "---\n- name: Install pre-requisites\n action: yum pkg={{ item }} state=installed\n with_items:\n - gcc\n - gcc-c++\n - glibc-devel\n - make\n - ncurses-devel\n - openssl-devel\n - autoconf\n - java-1.8.0-openjdk-devel\n - git\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 898, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/erlang-u
1,059
[ "no_license" ]
[ { "path": "roles/erlang-u/vars/main.yml", "content": "---\nerl_deb_url: \"https://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/esl-erlang_18.2-1~ubuntu~trusty_amd64.deb\"\nerl_deb_path: /usr/local/erl.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 869, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/jenkins
1,059
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: Install Jenkins Dependencies\n package:\n name:\n - curl\n - libselinux-python\n - initscripts\n - java\n state: present\n tags:\n - install-dep\n\n- name: Install Jenkins repo\n get_url:\n url: \"https://p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/jenkins_debian
1,059
[ "no_license" ]
[ { "path": "roles/jenkins_debian/tasks/main.yml", "content": "---\n- name: Add apt-key of the jenkins\n apt_key: url={{ debian_key_url }} state=present\n\n- name: Add the jenkins repository\n apt_repository: repo='deb {{ debian_repo }}' state=present update_cache=yes\n\n- name: Install the jenkins\n apt: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 394, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/mysql
1,059
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install mysql client in ubuntu\n action: apt pkg='mysql-client-core-5.6' state=installed\n when: ansible_pkg_mgr == \"apt\"\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/ntp
1,059
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Install ntp in ubuntu\n action: apt pkg='ntp' state=installed\n when: ansible_pkg_mgr == \"apt\"\n\n- name: Install ntp in ami\n yum:\n name: ntp\n state: present\n when: ansible_pkg_mgr == \"yum\"\n\n- name: Start ntp service\n servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/pcre
1,059
[ "no_license" ]
[ { "path": "roles/pcre/tasks/main.yml", "content": "---\n- name: Install libpcre3 package (Debian based)\n action: apt pkg='libpcre3' state=installed\n when: ansible_pkg_mgr == \"apt\"\n\n- name: Install libpcre3-dev package (Debian Based)\n action: apt pkg='libpcre3-dev' state=installed\n when: ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
kumarnmanoj/ansible
2c36ffbd910cb2e1e5af4d43e8313878032386e2
0
roles/postgres
1,059
[ "no_license" ]
[ { "path": "roles/postgres/files/create_user.sh", "content": "sudo -u postgres createuser --superuser pakki \nsudo -u postgres createdb pakki\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/postgres/tasks/main.yml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 423, "all_permissive": false }
ansible_role
danielino/test-ansible
108307a775e6657d9ffb572005ea40c52be41685
0
roles/docker-configuration
1,059
[ "no_license" ]
[ { "path": "roles/docker-configuration/handlers/main.yml", "content": "---\n# handlers file for docker-configuration\n\n- name: restart docker\n service:\n name: docker\n state: restarted\n enabled: true\n daemon-reload: true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 2698, "all_permissive": false }
ansible_role
danielino/test-ansible
108307a775e6657d9ffb572005ea40c52be41685
0
roles/docker-swarm
1,059
[ "no_license" ]
[ { "path": "roles/docker-swarm/tasks/main.yml", "content": "---\n# tasks file for docker-swarm\n- name: set fact\n set_fact:\n first_master_ip: \"{{ hostvars[groups['docker'][0]]['ansible_default_ipv4']['address'].split('\\n')[0] }}\"\n\n- name: assert\n assert:\n that:\n - \"first_master_ip is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1474, "all_permissive": false }
ansible_role
danielino/test-ansible
108307a775e6657d9ffb572005ea40c52be41685
0
roles/volume-configuration
1,059
[ "no_license" ]
[ { "path": "roles/volume-configuration/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - volume-configuration", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/volume-configuration/vars/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1418, "all_permissive": false }
ansible_role
madmaxh7/ansible
b26791740e8d3e5b8c44a49f0bdea11e93944d5a
0
roles/apache install
1,059
[ "no_license" ]
[ { "path": "roles/apache install/tasks/main.yml", "content": "---\n- name: Install Apache\n hosts: all\n become: true\n\n vars:\n souorce_file: ./MyWebsite/index.html\n destin_file: /var/www/html \n\n tasks:\n - name: install apache2\n apt: name=apache2 update_cache=yes state=latest\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 951, "all_permissive": false }
ansible_role
madmaxh7/ansible
b26791740e8d3e5b8c44a49f0bdea11e93944d5a
0
roles/apache uninstall
1,059
[ "no_license" ]
[ { "path": "roles/apache uninstall/tasks/main.yml", "content": "---\n- name: apache2uninstall\n tags: uninstall\n hosts: all\n become: true\n\n tasks: \n - name: Apache disable\n service:\n name: apache2\n state: stopped\n enabled: no\n \n - name: UnINs Apache\n autoremove: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
madmaxh7/ansible
b26791740e8d3e5b8c44a49f0bdea11e93944d5a
0
roles/apache-install
1,059
[ "no_license" ]
[ { "path": "roles/apache-install/handlers/main.yml", "content": "- handlers:\n - name: Unins Apache\n service: name=apache2 state=absent\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/apache-install/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 268, "all_permissive": false }
ansible_role
madmaxh7/ansible
b26791740e8d3e5b8c44a49f0bdea11e93944d5a
0
roles/iptables
1,059
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yml", "content": "- name: Install Iptables\n hosts: all\n become: true\n\n tasks:\n - name: install IptablesA\n apt: name=iptables update_cache=yes state=latest\n\n - name: enabled mod_rewrite\n apache2_module: name=rewrite state=present\n notify:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
madmaxh7/ansible
b26791740e8d3e5b8c44a49f0bdea11e93944d5a
0
roles/testrole
1,059
[ "no_license" ]
[ { "path": "roles/testrole/tests/test.yml", "content": "---\n- hosts: all\n remote_user: root\n roles:\n - testrole", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/testrole/tasks/main.yml", "content": "---\n\n- name: Print OS and dist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 496, "all_permissive": false }
ansible_role
madmaxh7/ansible
b26791740e8d3e5b8c44a49f0bdea11e93944d5a
0
roles/web
1,059
[ "no_license" ]
[ { "path": "roles/web/tasks/copy_code.yml", "content": "---\n\n- name: Creates the index.php file\n template:\n src: index.php.j2\n dest: /var/www/html/index.php\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
runsap/community.runsap
e9166af4791b90e936ba6b32fddcbafe2ffaad4f
0
roles/aws_ami
1,079
[ "no_license" ]
[ { "path": "roles/aws_ami/tasks/main.yml", "content": "---\n- debug:\n msg: \"{{aws_places | json_query('*.region') | unique}}\"\n verbosity: 2\n\n- name: Processing regions\n include_tasks: region.yml\n loop: \"{{ aws_places | json_query('*.region') | unique }}\"\n loop_control:\n loop_var: regi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3344, "all_permissive": false }
ansible_role
runsap/community.runsap
e9166af4791b90e936ba6b32fddcbafe2ffaad4f
0
roles/aws_backint
1,079
[ "no_license" ]
[ { "path": "roles/aws_backint/README.md", "content": "sap_aws_backint\n===============\n\nThe role performs installation or upgrade of AWS Backint Agent as described in [the official documentation](https://docs.aws.amazon.com/sap/latest/sap-hana/aws-backint-agent-installing-configuring.html).\nThe stdout and...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5968, "all_permissive": false }
ansible_role
runsap/community.runsap
e9166af4791b90e936ba6b32fddcbafe2ffaad4f
0
roles/aws_inventory
1,079
[ "no_license" ]
[ { "path": "roles/aws_inventory/tasks/region.yml", "content": "- name: \"Collect aws facts for instances in region '{{ region }}'\"\n ec2_instance_info:\n region: \"{{ region }}\"\n filters: \"{{ aws_inventory_filters }}\"\n register: ansible_instance_facts\n check_mode: no\n\n# - debug:\n# msg:...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 14118, "all_permissive": false }
ansible_role
runsap/community.runsap
e9166af4791b90e936ba6b32fddcbafe2ffaad4f
0
roles/sap_inventory
1,079
[ "no_license" ]
[ { "path": "roles/sap_inventory/tasks/main.yml", "content": "# used for efs\n- name: Lookup subnet id's for availability zones\n include_tasks: az.yml\n with_dict: \"{{ aws_places }}\"\n tags: always\n\n- name: processing inventory\n set_fact:\n ec2:\n hosts: \"{{hosts_data}}\"\n vars:\n host...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5929, "all_permissive": false }
ansible_role
runsap/community.runsap
e9166af4791b90e936ba6b32fddcbafe2ffaad4f
0
roles/summary
1,079
[ "no_license" ]
[ { "path": "roles/summary/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/summary\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/summary/defaults/main.yml", "content": "---\n# defaults fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2626, "all_permissive": false }
ansible_role
Maev4l/poc-ec2-database
ca35e5eca11598944d772cb02a9f74c65381bee9
0
ansible/roles/initialize-instance
1,079
[ "no_license" ]
[ { "path": "ansible/roles/initialize-instance/tasks/main.yml", "content": "---\n- name: upgrade OS\n become: yes\n apt:\n upgrade: dist\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/X
1,079
[ "no_license" ]
[ { "path": "ansible/roles/X/tasks/main.yml", "content": "---\n\n- name: install some GUI tools\n apt: name={{ item }} state=present\n with_items:\n - git-gui\n - gitg\n - gitk\n - vim-gtk\n - xclip\n - xterm\n - zenity\n\n- name: install some browse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/clojure
1,079
[ "no_license" ]
[ { "path": "ansible/roles/clojure/tasks/main.yml", "content": "---\n\n- name: install clojure packages\n apt: name={{ item }} state=present install_recommends=no\n with_items:\n - openjdk-7-jre-headless\n - openjdk-7-jdk\n - maven\n\n- name: get leiningen\n ge...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1121, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/common
1,079
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: install some tools\n apt: name={{ item }} state=present\n with_items:\n - ack-grep\n - byobu\n - curl\n - git\n - grc\n - htop\n - tree\n - vim\n\n- name: install some m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1340, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/etckeeper
1,079
[ "no_license" ]
[ { "path": "ansible/roles/etckeeper/tasks/main.yml", "content": "---\n\n- name: install etckeeper and git\n apt: name={{ item }} state=present\n with_items:\n - etckeeper\n - git\n\n- name: backup etckeeper.conf\n command: cp etckeeper.conf etckeeper.con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/gitolite
1,079
[ "no_license" ]
[ { "path": "ansible/roles/gitolite/tasks/main.yml", "content": "---\n\n- name: install gitolite packages\n apt: name=gitolite state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/imagemagick
1,079
[ "no_license" ]
[ { "path": "ansible/roles/imagemagick/tasks/main.yml", "content": "---\n\n- name: install imagemagick packages\n apt: name={{ item }} state=present install_recommends=no\n with_items:\n - imagemagick\n - libmagickwand-dev\n - ghostscript\n - netpbm\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/libav-precise
1,079
[ "no_license" ]
[ { "path": "ansible/roles/libav-precise/tasks/main.yml", "content": "---\n\n- name: install libav packages\n apt: name={{ item }} state=present\n with_items:\n - libav-tools\n - libavcodec-extra-53\n - libavdevice-extra-53\n - libavfilter-extra-2\n - libavformat-extr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/libav-trusty
1,079
[ "no_license" ]
[ { "path": "ansible/roles/libav-trusty/tasks/main.yml", "content": "---\n\n- name: install libav packages\n apt: name={{ item }} state=present\n with_items:\n - libav-tools\n - libavcodec-extra-54\n - libavdevice-extra-53\n - libavfilter-extra-3\n - libavformat-extra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/links
1,079
[ "no_license" ]
[ { "path": "ansible/roles/links/tasks/main.yml", "content": "---\n\n- name: symlinks\n file: path={{ item.path }} src={{ item.src }} state=link\n with_items: links.root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/memcached
1,079
[ "no_license" ]
[ { "path": "ansible/roles/memcached/tasks/main.yml", "content": "---\n\n- name: install memcached packages\n apt: name=memcached state=present\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
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/mongo
1,079
[ "no_license" ]
[ { "path": "ansible/roles/mongo/tasks/main.yml", "content": "---\n\n- name: install mongodb packages\n apt: name=mongodb state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/mongo-10gen
1,079
[ "no_license" ]
[ { "path": "ansible/roles/mongo-10gen/tasks/main.yml", "content": "---\n\n- name: get apt key for 10gen\n get_url: url=http://docs.mongodb.org/10gen-gpg-key.asc dest=/root/cache/7F0CEB10.asc\n sha256sum=003cebc076205e491558cec5f6ff1c21dd129b6e0686d5a6a54c12a00b3bbe50\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1201, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/nginx
1,079
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: install nginx packages\n apt: name=nginx-full state=present\n\n- name: disable default nginx site\n file: path=/etc/nginx/sites-enabled/default state=absent\n notify: rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/nodejs-precise
1,079
[ "no_license" ]
[ { "path": "ansible/roles/nodejs-precise/tasks/main.yml", "content": "---\n\n- name: install nodejs packages\n apt: name=nodejs 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
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/nodejs-tar
1,079
[ "no_license" ]
[ { "path": "ansible/roles/nodejs-tar/tasks/main.yml", "content": "---\n\n- name: nodejs already installed?\n command: test -e {{ nodejs_pkgdir }}/node-{{ nodejs_version }}\n register: nodejs_exists\n failed_when: false\n changed_when: false\n\n- name: get...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2312, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/nodejs-trusty
1,079
[ "no_license" ]
[ { "path": "ansible/roles/nodejs-trusty/tasks/main.yml", "content": "---\n\n- name: install nodejs packages\n apt: name={{ item }} state=present\n with_items:\n - nodejs-legacy\n - npm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/pg-9.1
1,079
[ "no_license" ]
[ { "path": "ansible/roles/pg-9.1/tasks/main.yml", "content": "---\n\n- name: install postgresql packages\n apt: name={{ item }} state=present\n with_items:\n - postgresql-contrib-9.1\n - postgresql-server-dev-9.1\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/pg-9.3
1,079
[ "no_license" ]
[ { "path": "ansible/roles/pg-9.3/tasks/main.yml", "content": "---\n\n- name: install postgresql packages\n apt: name={{ item }} state=present\n with_items:\n - postgresql-contrib-9.3\n - postgresql-server-dev-9.3\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/pg-pgdg
1,079
[ "no_license" ]
[ { "path": "ansible/roles/pg-pgdg/tasks/main.yml", "content": "---\n\n- name: get apt key for pgdg\n get_url: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc dest=/root/cache/ACCC4CF8.asc\n sha256sum=fbdb6c565cd95957b645197686587f7735149383a3d5e1291b6830e6730e6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1043, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/phantomjs
1,079
[ "no_license" ]
[ { "path": "ansible/roles/phantomjs/tasks/main.yml", "content": "---\n\n- name: install phantomjs packages\n apt: name=phantomjs state=present install_recommends=no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/python
1,079
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/main.yml", "content": "---\n\n- name: install python packages\n apt: name={{ item }} state=present\n with_items:\n - python-virtualenv\n - python-dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 154, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/redis
1,079
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n\n- name: install redis packages\n apt: name=redis-server state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/repos
1,079
[ "no_license" ]
[ { "path": "ansible/roles/repos/tasks/main.yml", "content": "---\n\n- name: github repos\n git: repo=https://github.com/{{ item }}.git\n dest=/opt/src/{{ item|basename }}\n with_items: gh_repos\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/ruby-1.9
1,079
[ "no_license" ]
[ { "path": "ansible/roles/ruby-1.9/tasks/main.yml", "content": "---\n\n- name: install ruby packages\n apt: name=ruby1.9.1-full state=present install_recommends=no\n\n- name: set default ruby\n command: update-alternatives --set ruby /usr/bin/ruby1.9.1\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/ruby-2.0
1,079
[ "no_license" ]
[ { "path": "ansible/roles/ruby-2.0/tasks/main.yml", "content": "---\n\n- name: install ruby packages\n apt: name={{ item }} state=present install_recommends=no\n with_items:\n - ruby2.0\n - ruby2.0-dev\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/scala
1,079
[ "no_license" ]
[ { "path": "ansible/roles/scala/defaults/main.yml", "content": "sbt_version: 0.13.6\nsbt_sha256: 5564024afbcb107e9a476c7e3be77bb50347580ce6c8a889cacfc84135835d55\nsbt_pkgdir: /opt/pkg\nsbt_bindir: /usr/local/bin\nsbt_mem: 128\nsbt_users:\n - vagrant\n", "license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2763, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/sqlite
1,079
[ "no_license" ]
[ { "path": "ansible/roles/sqlite/tasks/main.yml", "content": "---\n\n- name: install sqlite packages\n apt: name={{ item }} state=present\n with_items:\n - libsqlite3-dev\n - sqlite3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/update
1,079
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "---\n\n- name: get mtime of status file\n shell: stat -c %Z /root/._ansible || echo 0\n register: status_mtime\n changed_when: false\n\n- name: update packages\n apt: upgrade=safe upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/vagrant
1,079
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "---\n\n- name: get passwd lock info for vagrant\n command: passwd -S vagrant\n register: passwd_vagrant\n changed_when: false\n\n- name: lock password for vagrant\n command: passwd -l vagr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/vagrant-user
1,079
[ "no_license" ]
[ { "path": "ansible/roles/vagrant-user/tasks/main.yml", "content": "---\n\n- name: create directories in ~vagrant\n file: path=/home/vagrant/{{ item }} state=directory mode=755\n with_items:\n - bin\n - .node/bin\n - .gem/ruby/{{ ruby_version }}/bin\n\n- name: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3640, "all_permissive": false }
ansible_role
obfusk/dev-vm-ruby
db7f1c4fabe3580a3b08ac44fc759ff82e8da800
1
ansible/roles/vnc
1,079
[ "no_license" ]
[ { "path": "ansible/roles/vnc/tasks/main.yml", "content": "---\n\n- name: install vnc packages\n apt: name={{ item }} state=present\n with_items:\n - tightvncserver\n - openbox\n - menu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/apache
1,079
[ "permissive" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n# handlers file for generic\n- name: Restart Apache\n service:\n name: apache2\n state: restarted\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 105 }, { "path": "roles/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2798, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/archive
1,079
[ "permissive" ]
[ { "path": "roles/archive/tasks/main.yml", "content": "---\n\n- name: Ensure archives directory exists.\n become_user: ubuntu\n become: True\n file:\n path: archives\n state: directory\n\n- name: Create archives\n command: tar -cjf archives/{{ item.name }} {{ item.path }}\n with_items: \"{{ archiv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 677, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/auth_mellon
1,079
[ "permissive" ]
[ { "path": "roles/auth_mellon/templates/auth-mellon.conf.j2", "content": "#######################################################################\n{{ ansible_managed | comment('plain') }}\n#######################################################################\n\n\n<Location \"/registry\">\n AuthType \"Me...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 26400, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/backup_and_restore
1,079
[ "permissive" ]
[ { "path": "roles/backup_and_restore/tasks/main.yml", "content": "---\n\n- name: Do not call this role through the main.yml\n fail:\n msg: The backup_and_restore role shoud not be called directly. Use specific roles instead.\n", "license_type": "permissive", "detected_licenses": [ "Apache-2...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1752, "all_permissive": true }
ansible_role
venekamp/nowfap-portal
f923178599c2b59a9d542c432528361c41b1ffd5
2
roles/certificate
1,079
[ "permissive" ]
[ { "path": "roles/certificate/tasks/provided-certificate.yml", "content": "---\n\n- name: Copy certificate\n copy:\n src: \"{{ data_dir }}/{{ domain_name }}/certs/{{ fqdn }}.pem\"\n dest: /etc/ssl/certs/{{ fqdn }}.pem\n\n- name: Copy private key\n copy:\n src: \"{{ data_dir }}/{{ domain_name }}/pr...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5480, "all_permissive": true }