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 | dmi-pil/ubuntu16_ansible_playbook_install_app | 5b2a894549487907d7c60fde372fb3d7d1855149 | 0 | roles/virtualenv | 7,879 | [
"no_license"
] | [
{
"path": "roles/virtualenv/tasks/main.yml",
"content": "---\n- name: install virtualenv\n pip:\n name: virtualenv\n state: present\n executable: pip3\n\n- name: install virtualenv\n pip:\n name: virtualenvwrapper\n state: present \n executable: pip3\n\n- name: create dir for env\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1802,
"all_permissive": false
} |
ansible_role | GionaBolzer/pentest-vm | f9e49be9496296a0cde4561a762737328724c274 | 0 | roles/configure-browser | 7,879 | [
"no_license"
] | [
{
"path": "roles/configure-browser/tasks/main.yml",
"content": "---\n# tasks file for configure-browser\n#- include_tasks: \"burp.yml\"\n- include_tasks: \"firefox.yml\"\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 | GionaBolzer/pentest-vm | f9e49be9496296a0cde4561a762737328724c274 | 0 | roles/configure-system | 7,879 | [
"no_license"
] | [
{
"path": "roles/configure-system/tasks/main.yml",
"content": "# tasks file for configure-system\n---\n- name: Copy the background image\n copy:\n src: \"{{ role_path }}/files/background.png\"\n dest: \"/home/{{ ansible_user_id }}/Pictures/background.png\"\n mode: '0644'\n owner: \"{{ ansible_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | GionaBolzer/pentest-vm | f9e49be9496296a0cde4561a762737328724c274 | 0 | roles/configure-terminal | 7,879 | [
"no_license"
] | [
{
"path": "roles/configure-terminal/tasks/main.yml",
"content": "---\n- name: \"Copy BashRC\"\n copy:\n src: \"{{ role_path }}/files/.bashrc\"\n dest: \"{{ ansible_env.HOME }}\"\n- name: \"Copy BashRC globally\"\n become: true\n become_method: sudo\n copy:\n src: \"{{ role_path }}/files/.bashrc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | GionaBolzer/pentest-vm | f9e49be9496296a0cde4561a762737328724c274 | 0 | roles/install-tools | 7,879 | [
"no_license"
] | [
{
"path": "roles/install-tools/tasks/github-repos.yml",
"content": "---\n- name: \"Installing useful github repos\"\n ignore_errors: true\n git:\n repo: \"{{ item.repo }}\"\n dest: \"{{ item.location }}\"\n loop:\n - { repo: \"https://github.com/Flangvik/SharpCollection\", location: \"/opt/Sharp... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2795,
"all_permissive": false
} |
ansible_role | Macbucheron1/Devops-Template | d5f98f6aa7c47e77a4391d0627049bfb881bd9e4 | 0 | InfrastructureAsCode/playbooks/roles/install | 7,879 | [
"no_license"
] | [
{
"path": "InfrastructureAsCode/playbooks/roles/install/tasks/main.yml",
"content": "- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Node.js\n apt:\n name: nodejs\n state: latest\n\n- name: Install npm\n apt:\n name: npm\n state: latest\n\n- name: Install Redis serve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | Macbucheron1/Devops-Template | d5f98f6aa7c47e77a4391d0627049bfb881bd9e4 | 0 | InfrastructureAsCode/playbooks/roles/test | 7,879 | [
"no_license"
] | [
{
"path": "InfrastructureAsCode/playbooks/roles/test/tasks/main.yml",
"content": "- name: Test application\n command: npm test --prefix /home/vagrant/user_api\n\n- name: Test using lint\n command: npm run lint --prefix /home/vagrant/user_api",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | pgraffigna/ansible_role_sspr | dd6bd68c719c0389d79865a9b44a883c29fc6c16 | 0 | ansible_role_sspr_ldap/roles/sspr | 7,879 | [
"no_license"
] | [
{
"path": "ansible_role_sspr_ldap/roles/sspr/files/self-service-password.conf.j2",
"content": "<VirtualHost *:{{ http }}>\n ServerName {{ server_hostname }}\n Redirect permanent / https://{{ server_hostname }}\n</VirtualHost>\n\n<VirtualHost *:{{ https }}>\n ServerName {{ server_hostname }}\n Serv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6319,
"all_permissive": false
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/docker | 7,879 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/proxy.yml",
"content": "---\n\n# Configure proxies in Docker\n# https://docs.docker.com/articles/systemd/#http-proxy\n\n- name: Create a systemd drop-in directory for the docker service\n file: path=/etc/systemd/system/docker.service.d state=directory\n tags:\n - create\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2285,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/packetTracer_docker | 7,879 | [
"permissive"
] | [
{
"path": "roles/packetTracer_docker/defaults/main.yml",
"content": "---\n\nbase_context: \"{{ docker_contexts }}/{{ docker_base_image }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 67
},
{
"path": "roles/packetTracer_docker/meta/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2021,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/packetTracer_docker_xfce4 | 7,879 | [
"permissive"
] | [
{
"path": "roles/packetTracer_docker_xfce4/defaults/main.yml",
"content": "---\n\n# docker building context\nxfce_context: \"{{ docker_contexts }}/{{ docker_image }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 88
},
{
"path": "roles/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4883,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/packetTracer_docker_xvfb | 7,879 | [
"permissive"
] | [
{
"path": "roles/packetTracer_docker_xvfb/tasks/main.yml",
"content": "---\n\n- name: Build base image\n include: build_base_image.yml\n vars:\n context_path: \"{{ xvfb_base_context }}\"\n image_name: \"{{ docker_xvfb_base_image }}\"\n\n\n# Mounted always as the data-only container will be of this t... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 11661,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/proxy | 7,879 | [
"permissive"
] | [
{
"path": "roles/proxy/tasks/main.yml",
"content": "---\n\n- name: Set proxies as environment variables\n lineinfile:\n dest: .bashrc\n regexp: 'export {{ item.var_name }}'\n line: 'export {{ item.var_name }}={{ item.proxy_value }}'\n state: present\n backup: yes\n when: item.proxy_value\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1022,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/pt_configurator | 7,879 | [
"permissive"
] | [
{
"path": "roles/pt_configurator/meta/main.yml",
"content": "---\n\ndependencies:\n - { role: packetTracer_docker_xfce4, docker_image: \"{{ docker_configuration_image }}\" } # Overriden!\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 123
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 757,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/pt_configurator_backup | 7,879 | [
"permissive"
] | [
{
"path": "roles/pt_configurator_backup/defaults/main.yml",
"content": "---\n\nbackup_path: \"{{home_dir}}/backup\"\nlocal_backup_path: \"/tmp/backup/\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 74
},
{
"path": "roles/pt_configurator... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2671,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/pt_instance_manager | 7,879 | [
"permissive"
] | [
{
"path": "roles/pt_instance_manager/tasks/gunicorn.yml",
"content": "---\n\n- name: Install Gunicorn\n pip: name={{ item }} virtualenv=\"{{ venv_path }}\"\n with_items:\n - gunicorn\n - greenlet\n - gevent\n tags:\n - install\n - gunicorn\n\n\n- name: Copy configuration file to run unicor... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 10260,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/redis | 7,879 | [
"permissive"
] | [
{
"path": "roles/redis/handlers/main.yml",
"content": "---\n\n- name: restart redis\n service: name=redis state=restarted\n become: True\n tags:\n - redis\n - restart",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 113
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1088,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/tomcat7 | 7,879 | [
"permissive"
] | [
{
"path": "roles/tomcat7/templates/tomcat-users.xml.j2",
"content": "<?xml version='1.0' encoding='utf-8'?>\n<tomcat-users>\n\t<role rolename=\"manager-gui\"/>\n\t<role rolename=\"manager-script\"/>\n\t<user username=\"{{ tomcat.user }}\" password=\"{{ <PASSWORD> }}\" roles=\"manager-gui,manager-script\" /... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3670,
"all_permissive": true
} |
ansible_role | PTAnywhere/ptAnywhere-installation | 7b01a35954e3b7ae88528d3b7cf82e44dd014cb1 | 20 | roles/tomcat7/files/playbook/roles/services | 7,879 | [
"permissive"
] | [
{
"path": "roles/tomcat7/files/playbook/roles/services/tasks/main.yml",
"content": "---\n\n# file: ptservice.yml\n\n- name: Restart PacketTracer service\n service: name=packettracer state=started\n sudo: True\n tags:\n - packetTracer\n - restart\n",
"license_type": "permissive",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": true
} |
ansible_role | ztnel/ambilight | 8e2a0d7c0bf5eb5dde8e0bfe226edfbd8c0a6d3e | 0 | roles/hyperion | 7,879 | [
"no_license"
] | [
{
"path": "roles/hyperion/tasks/main.yml",
"content": "---\n# build or destroy task branch\n- include_tasks: deploy.yml\n when: not teardown\n- include_tasks: teardown.yml\n when: teardown\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "roles/... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2141,
"all_permissive": false
} |
ansible_role | MC-76/Devops | 241c94b298b36295ab942a010a5cf545060db7e7 | 0 | roles/basic | 7,879 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "- name: \"Installing additiional software\"\n apt: \n pkg: \n - git\n - vim \n state: present\n\n# Test - Does this work?\n- name: \"Copy file\"\n copy: src=../files/mcTestfil.txt dest=/etc/mcTestfil.txt owner=root group=root mode=0644\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | GonzalezAndrew/ansible-desktop-configuration | 4091f10dab31a3e77203a557476f3948c4deefec | 0 | roles/base | 7,879 | [
"no_license"
] | [
{
"path": "roles/base/vars/Pop!_OS.yml",
"content": "---\nuser_home: \"/home/{{ user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/base/defaults/main.yml",
"content": "---\nuser: \"andy\"\ngroup: \"andy\"\n\nstarship_version: 0.5... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 12544,
"all_permissive": false
} |
ansible_role | GonzalezAndrew/ansible-desktop-configuration | 4091f10dab31a3e77203a557476f3948c4deefec | 0 | roles/linux | 7,879 | [
"no_license"
] | [
{
"path": "roles/linux/tasks/system_setup/tweaks.yml",
"content": "---\n- name: install flatpak\n package:\n name: flatpak\n state: present\n\n- name: add flathub remote\n become_user: \"{{ user }}\"\n flatpak_remote:\n name: flathub\n flatpakrepo_url: https://flathub.org/repo/flathub.flatpak... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 3144,
"all_permissive": false
} |
ansible_role | Fraccs/homelab | 5ea90adf3a0fcb2f3cde0ac5eafb47d2f43ad073 | 1 | ansible/roles/nfs_exports_apply | 7,879 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs_exports_apply/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for nfs_exports_apply\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/nfs_exports_apply/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/backup | 7,879 | [
"permissive"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n- name: Include backup tasks\n ansible.builtin.include_tasks: backup.yml\n tags: backup\n when: not backup_skip_sync_clients or sync_master is undefined\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 17,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 30576,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/drupal_task | 7,879 | [
"permissive"
] | [
{
"path": "roles/drupal_task/tasks/task_rollout.yml",
"content": "---\n- name: Set facts\n ansible.builtin.set_fact:\n rollout_with_updatedb: \"{{ instance.rollout_with_updatedb | default(drupal_rollout_with_updatedb) }}\"\n rollout_with_entity_updates: \"{{ instance.rollout_with_entity_updates | def... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 12255,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/git_mirror | 7,879 | [
"permissive"
] | [
{
"path": "roles/git_mirror/tasks/svn_mirror.yml",
"content": "---\n\n- name: Set repo_url - {{ repo_spec.name }}\n ansible.builtin.set_fact:\n repo_url: '{{ repo_spec.repo }}/trunk'\n\n- name: Mirror svn repository - {{ repo_spec.name }}\n ansible.builtin.command: git svn init -s {{ repo_url }}\n arg... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3590,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/git_rollout | 7,879 | [
"permissive"
] | [
{
"path": "roles/git_rollout/tasks/instance_post_commands.yml",
"content": "---\n\n- name: Run post commands - {{ instance.name }}\n ansible.builtin.command: '{{ item.command }}'\n become: \"{{ item.become | default(false) }}\"\n become_user: '{{ item.become_user | default(omit) }}'\n args:\n chdir: ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2705,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/jekyll_rollout | 7,879 | [
"permissive"
] | [
{
"path": "roles/jekyll_rollout/tasks/main.yml",
"content": "---\n\n- name: Include instance tasks\n ansible.builtin.include_tasks: instance.yml\n loop: \"{{ jekyll_instances }}\"\n loop_control:\n loop_var: instance\n when: >\n ((jekyll_rollout_instance | length == 0) or instance.name == jekyll_r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2980,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/lxc_backup | 7,879 | [
"permissive"
] | [
{
"path": "roles/lxc_backup/README.md",
"content": "# Ansible Role: LXC-Backup\n\nRun LXC instance backups on Debian and Ubuntu servers.\n\n## Dependencies\n\nInstalled LXC\n\n## Example Playbook\n\n```yaml\n - hosts: all\n\n vars:\n lxc_backup_sets:\n - name: instance1\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4850,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/matomo_task | 7,879 | [
"permissive"
] | [
{
"path": "roles/matomo_task/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: alexandermeindl\n description: Run Matomo rake tasks\n company: AlphaNodes GmbH\n license: Apache License 2.0\n min_ansible_version: '2.14'\n platforms:\n - name: Ubuntu\n versions:\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6665,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/nextcloud_task | 7,879 | [
"permissive"
] | [
{
"path": "roles/nextcloud_task/defaults/main.yml",
"content": "---\n\n# possible values: see vars/main.yml\nnextcloud_task_name: 'cron'\n\nnextcloud_dir: /srv/nextcloud\nnextcloud_htdocs: '{{ nextcloud_dir }}/htdocs'\nnextcloud_user: www-data\n\nnextcloud_console_command: ''\n",
"license_type": "permis... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2899,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/project_sync | 7,879 | [
"permissive"
] | [
{
"path": "roles/project_sync/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n description: Sync database and files between environments\n author: alexandermeindl\n company: AlphaNodes GmbH\n license: Apache License 2.0\n min_ansible_version: '2.14'\n platforms:\n - name: Ubuntu\... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 16012,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/redmine_fast_rollout | 7,879 | [
"permissive"
] | [
{
"path": "roles/redmine_fast_rollout/defaults/main.yml",
"content": "---\n# defaults file for redmine_fast_rollout\n\n# root path of all redmine instances\nsrv_path: /srv\n\n# all redmine instances\nredmine_instances: {}\n\n# if set, only this redmine instance of redmine_instances is used\n# redmine_fast_r... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4966,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/redmine_task | 7,879 | [
"permissive"
] | [
{
"path": "roles/redmine_task/vars/main.yml",
"content": "---\nredmine_available_tasks:\n - automation\n - helpdesk\n - maintenance\n - rebuild-index\n - receive\n - reminder\n - update-index\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": ... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 13741,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/sphinx_rollout | 7,879 | [
"permissive"
] | [
{
"path": "roles/sphinx_rollout/tasks/main.yml",
"content": "---\n\n- name: Include instance tasks\n ansible.builtin.include_tasks: instance.yml\n loop: \"{{ sphinx_instances }}\"\n loop_control:\n loop_var: instance\n when: >\n ((sphinx_rollout_instance | length == 0) or instance.name == sphinx_r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3173,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/system_task | 7,879 | [
"permissive"
] | [
{
"path": "roles/system_task/defaults/main.yml",
"content": "---\n\nsystem_task_name: ''\n\nsystem_task_reboot_delay: 10\n\nsystem_task_reboot_timeout: 180\n\n# system_task_reboot_msg:\n\n# name of service, which should be restarted\nsystem_task_service_name: ''\n\n# use reload instead of restart for servic... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6422,
"all_permissive": true
} |
ansible_role | alphanodes/ansible-collection-tasks | a4b3033f1d9c88a087bf03598e35a49b3d265df6 | 1 | roles/system_watch | 7,879 | [
"permissive"
] | [
{
"path": "roles/system_watch/defaults/main.yml",
"content": "---\n\n# set it to git repository for logging (needs write permissions)\n# e.g. system_watch_repo: ssh://git@git.yourserver.com/log.git\nsystem_watch_repo: ''\nsystem_watch_repo_version: main\n\n# root path\nsrv_path: /srv\n\nsystem_watch_dir: '{... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 13839,
"all_permissive": true
} |
ansible_role | hero2510/kixeyechallenge | ce7a61c3b0a09ec8d7156cfcdcb18a6b3e7a7777 | 0 | java/ansible/roles/compile | 7,879 | [
"no_license"
] | [
{
"path": "java/ansible/roles/compile/tasks/main.yaml",
"content": "---\n- name: Install git\n apt:\n name: git\n\n- name: Create app directory\n file:\n name: /app\n state: directory\n\n- name: Clone app from github\n git:\n dest=/app\n repo=https://github.com/Kixeye/testapp.git\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_adguard | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_adguard/handlers/main.yml",
"content": "- name: Restart AdGuard Container\n listen: \"Restart adguard\"\n become: true\n community.docker.docker_container:\n name: adguardhome\n state: started\n recreate: true\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3155,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_alert_manager | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_alert_manager/templates/docker-compose.yaml.j2",
"content": "version: \"{{ compose_version }}\"\n\nservices:\n alertmanager:\n image: {{ alert_manager_image }}\n container_name: alertmanager\n volumes:\n - {{ alert_manager_config_dir }}:/config\n - {{ alert_manage... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3296,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_caddy | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_caddy/tasks/main.yml",
"content": "---\n\n- name: Install Caddy\n ansible.builtin.include_tasks:\n file: roles/docker_caddy/tasks/install.yml\n when: caddy_deployment == 'install'\n\n- name: Remove Caddy\n ansible.builtin.include_tasks:\n file: roles/docker_caddy/tasks/remov... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2435,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_calibre | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_calibre/tasks/remove.yml",
"content": "---\n- name: Stopping Calibre docker container\n community.docker.docker_compose:\n project_src: \"{{ calibre_home_dir }}\"\n state: absent\n\n- name: Remove directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absen... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2629,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_deluge | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_deluge/defaults/main.yml",
"content": "deluge_deployment: install\n\ndeluge_home_dir: \"{{ home_dir }}/deluge\"\n\n# Deluge configuration vars\n###########################\ndeluge_image: 'linuxserver/deluge:latest'\ndeluge_config_dir: /etc/deluge\n",
"license_type": "no_license",... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2831,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_grafana | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_grafana/tasks/install.yml",
"content": "---\n- name: Create required directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: horia\n group: horia\n mode: \"755\"\n with_items:\n - \"{{ grafana_home_dir }}\"\n - \"{{ grafana_data_d... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4562,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_homebox | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_homebox/tasks/remove.yml",
"content": "---\n- name: Stopping Homebox docker container\n community.docker.docker_compose:\n project_src: \"{{ homebox_home_dir }}\"\n state: absent\n\n- name: Remove directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absen... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2187,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_homer | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_homer/tasks/install.yml",
"content": "---\n- name: Create required directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ owner }}\"\n group: \"{{ group }}\"\n mode: \"755\"\n with_items:\n - \"{{ homer_home_dir }}\"\n - \"{... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 14215,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_kuma | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_kuma/tasks/install.yml",
"content": "---\n- name: Create required directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ owner }}\"\n group: \"{{ group }}\"\n mode: \"755\"\n with_items:\n - \"{{ kuma_home_dir }}\"\n - \"{{ ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2059,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_node_exporter | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_node_exporter/tasks/main.yml",
"content": "---\n- name: Install Node exporter docker container\n ansible.builtin.include_tasks:\n file: roles/docker_node_exporter/tasks/install.yml\n when: node_exporter_deployment == 'install'\n\n- name: Remove Node exporter docker container\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2689,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_plausible | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_plausible/tasks/main.yml",
"content": "---\n\n- name: Install Plausible Analytics\n ansible.builtin.include_tasks:\n file: roles/docker_plausible/tasks/install.yml\n when: plausible_deployment == 'install'\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2521,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_plex | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_plex/README.md",
"content": "# Instructions\n\n## Claim your token from plex\n\n```sh\nhttps://www.plex.tv/claim/\n```\n\n```sh\nansible-playbook docker_plex.yml --extra-vars \"plex_claim=claim-AAbbccc\" --limit <server>\n```\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2223,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_portainer | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_portainer/tasks/install.yml",
"content": "---\n- name: Create required directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ owner }}\"\n group: \"{{ group }}\"\n mode: \"755\"\n with_items:\n - \"{{ portainer_home_dir }}\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2109,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_portainer_agent | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_portainer_agent/templates/docker-compose.yaml.j2",
"content": "version: \"{{ compose_version }}\"\n\nservices:\n agent:\n image: {{ portainer_agent_image }}\n container_name: portainer_agent\n ports:\n - {{ portainer_agent_port }}:9001\n volumes:\n - /var/run/d... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2302,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_prometheus | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_prometheus/handlers/main.yml",
"content": "---\n\n- name: Restart Prometheus Container\n listen: \"Restart prometheus\"\n become: true\n community.docker.docker_container:\n name: prometheus\n state: started\n recreate: true\n",
"license_type": "no_license",
"dete... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 18304,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_radarr | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_radarr/defaults/main.yml",
"content": "radarr_deployment: install\n\n# Radarr configuration vars\n###########################\nradarr_image: 'linuxserver/radarr:latest'\nradarr_home_dir: '{{ home_dir }}/radarr'\nradarr_config_dir: /etc/radarr\nradarr_port: 7878\n",
"license_type"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2360,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_server | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_server/tasks/main.yml",
"content": "# https://www.digitalocean.com/community/tutorials/how-to-use-ansible-to-install-and-set-up-docker-on-ubuntu-20-04\n# - name: Install Docker\n# ansible.builtin.shell: curl -sSL https://get.docker.com | sh\n\n---\n\n- name: Install aptitude\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1390,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_signal_api | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_signal_api/tasks/install.yml",
"content": "---\n- name: Create required directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ owner }}\"\n group: \"{{ group }}\"\n mode: \"755\"\n with_items:\n - \"{{ signal_api_home_dir }}\"\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2982,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_signal_webhook | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_signal_webhook/templates/docker-compose.yaml.j2",
"content": "version: \"{{ compose_version }}\"\nservices:\n signal-webhook:\n image: {{ signal_webhook_image }} # Use a slim Python image\n container_name: signal-webhook\n volumes:\n - ./webhook:/app # Mount the local... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5700,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_sonarr | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_sonarr/tasks/remove.yml",
"content": "---\n- name: Stopping Sonarr docker container\n community.docker.docker_compose:\n project_src: \"{{ sonarr_home_dir }}\"\n state: absent\n\n- name: Remove directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2181,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_speed_test | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_speed_test/defaults/main.yml",
"content": "speed_test_deployment: install\n\nspeed_test_home_dir: \"{{ home_dir }}/speed_test\"\n\n# Speed Test configuration vars\n###########################\nspeed_test_image: 'lscr.io/linuxserver/speedtest-tracker:latest'\nspeed_test_config_dir: /e... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2856,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_unifi | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_unifi/tasks/install.yml",
"content": "---\n- name: Create required directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ owner }}\"\n group: \"{{ group }}\"\n mode: \"755\"\n with_items:\n - \"{{ unifi_home_dir }}\"\n - \"{... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2597,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_watchtower | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_watchtower/tasks/main.yml",
"content": "---\n\n- name: Install Watchtower\n ansible.builtin.include_tasks:\n file: roles/docker_watchtower/tasks/install.yml\n when: watchtower_deployment == 'install'\n\n- name: Remove Watchtower\n ansible.builtin.include_tasks:\n file: roles... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3394,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/docker_wireguard | 7,879 | [
"no_license"
] | [
{
"path": "roles/docker_wireguard/templates/docker-compose-client.yaml.j2",
"content": "version: '3.7'\n\nservices:\n wireguard:\n image: {{ wireguard_image }}\n container_name: wireguard\n network_mode: bridge\n volumes:\n - '{{ wireguard_config_dir }}:/config'\n - '/lib/modules:/lib... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4719,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/htpc_download_box | 7,879 | [
"no_license"
] | [
{
"path": "roles/htpc_download_box/defaults/main.yml",
"content": "media_server_deployment: install\n\n# https://docs.linuxserver.io/general/understanding-puid-and-pgid\npuid: 1000\npgid: 1000\ntimezone: 'Europe/Bucharest'\n\nhome_dir: /home/horia\ndownloads_dir: \"{{ home_dir }}/downloads\"\nmovies_dir: \"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4419,
"all_permissive": false
} |
ansible_role | horia-delicoti/infrastructure | 18f8846bab853f88b79aab0763f7d05a1433cbae | 0 | roles/prometheus | 7,879 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n\n- name: Install Prometheus\n ansible.builtin.include_tasks:\n file: roles/prometheus/tasks/install.yml\n when: prometheus_deployment == 'install'\n\n- name: Remove Prometheus\n ansible.builtin.include_tasks:\n file: removal.yaml\n whe... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4629,
"all_permissive": false
} |
ansible_role | senthil2kumars/k8s-install | ac0bdd3f7ce623b7117ed44df47106d6039b6e14 | 0 | roles/kube-dashboard | 7,879 | [
"no_license"
] | [
{
"path": "roles/kube-dashboard/vars/main.yml",
"content": "---\n# vars file for kube-dashboard\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/kube-dashboard/tasks/main.yml",
"content": "---\n# tasks file for kube-dashboard\n- name: In... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2560,
"all_permissive": false
} |
ansible_role | senthil2kumars/k8s-install | ac0bdd3f7ce623b7117ed44df47106d6039b6e14 | 0 | roles/kube-join | 7,879 | [
"no_license"
] | [
{
"path": "roles/kube-join/tasks/main.yml",
"content": "- name: Copy the join token to worker\n copy: src=join-token dest=/tmp/join-command.sh mode=0777\n\n- name: Join the node to cluster\n command: sh /tmp/join-command.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | senthil2kumars/k8s-install | ac0bdd3f7ce623b7117ed44df47106d6039b6e14 | 0 | roles/kube-master | 7,879 | [
"no_license"
] | [
{
"path": "roles/kube-master/tasks/main.yml",
"content": "- name: initialize the cluster\n shell: kubeadm init --pod-network-cidr=192.168.0.0/16\n register: output\n ignore_errors: yes\n \n- name: storing token\n local_action: copy content=\"{{ output.stdout }}\" dest=\"/etc/ansible/token_details\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | senthil2kumars/k8s-install | ac0bdd3f7ce623b7117ed44df47106d6039b6e14 | 0 | roles/kube-prerequisite | 7,879 | [
"no_license"
] | [
{
"path": "roles/kube-prerequisite/vars/main.yml",
"content": "---\n# vars file for kube-prerequisite\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/kube-prerequisite/handlers/main.yml",
"content": "---\n# handlers file for kube-prereq... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2630,
"all_permissive": false
} |
ansible_role | gdykeman/internalcfansible | d176a309caff1e64b40bc2449412e06ebf0d8e59 | 0 | roles/RHEL6-STIG | 7,879 | [
"no_license"
] | [
{
"path": "roles/RHEL6-STIG/tasks/post.yml",
"content": "- name: Cleanup temp files\n file:\n path: \"{{ item }}\"\n state: absent\n changed_when: false\n ignore_errors: yes\n with_items:\n - /tmp/rhel6stig_rpm_verify\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | eriksf/singularityimages | 1440b0cae34ae0c03939779295d2ff21bd913f82 | 0 | ansible/roles/celerybeat | 7,879 | [
"no_license"
] | [
{
"path": "ansible/roles/celerybeat/handlers/main.yml",
"content": "---\n\n- name: restart {{ celerybeat_application_name }}\n supervisorctl: name={{ celerybeat_application_name }} state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2396,
"all_permissive": false
} |
ansible_role | eriksf/singularityimages | 1440b0cae34ae0c03939779295d2ff21bd913f82 | 0 | ansible/roles/flower | 7,879 | [
"no_license"
] | [
{
"path": "ansible/roles/flower/vars/main.yml",
"content": "---\n\nserver_root_dir: /webapps\n\nvirtualenv_path: \"/webapps/{{ application_name }}\"\nproject_path: \"{{ virtualenv_path }}/{{ project_name }}\"\n\nflower_user: \"{{ application_name }}\"\nflower_group: webapps\nflower_admin: admin\nflower_admi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1477,
"all_permissive": false
} |
ansible_role | LiorTal26/ansible_cloud-init | 8adee5b9796b8fe11d0ff25238f1324c8dc86b51 | 0 | roles/cloud-init | 7,879 | [
"no_license"
] | [
{
"path": "roles/cloud-init/vars/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for cloud-init\n\naws_instance_id: i-0351d97e5d0dc85e8\n\naws_local_hostname: ip-172-30-101-82",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | Rahul22Joy/demo-super | d39f9e3a4364ffedf68d90b4c4dee95d18c6e656 | 0 | demo1/roles/ARVR_Jarvis | 7,880 | [
"no_license"
] | [
{
"path": "demo1/roles/ARVR_Jarvis/tasks/main.yml",
"content": "- name: Deploying the Project Jarvis files to production\n copy: src={{ item.src}} dest={{ item.dest}}\n with_items:\n - { src: 'ARVR.rules', dest: '/home/rahul/CTO/ARVR.rules' }\n - { src: 'ARVR.rules', dest: '/home/rahul/CTO/Jarvis.ru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | Shawn5141/Insight-DE-Project-Stack-Community-Analysis | 161b6abe21332a38cf6a608e7ae4822f1bebfdcb | 0 | DevOp/roles/airflow_install | 7,880 | [
"no_license"
] | [
{
"path": "DevOp/roles/airflow_install/tasks/main.yml",
"content": "---\n\n- name: install airflow\n command: \n cmd: pip3 install apache-airflow\n \n- name: initialize database\n command:\n cmd: airflow initdb\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 | Shawn5141/Insight-DE-Project-Stack-Community-Analysis | 161b6abe21332a38cf6a608e7ae4822f1bebfdcb | 0 | DevOp/roles/connect_ssh | 7,880 | [
"no_license"
] | [
{
"path": "DevOp/roles/connect_ssh/tasks/ssh_config.yml.yml",
"content": "---\r\n- name: ssh to {{worker.name}} \r\n shell: ssh -i ~/.ssh/Shou-En-te.pem ubuntu@{{Masters[0].public_ip_dns}} 'cat ~/.ssh/id_rsa.pub' | ssh -i ~/.ssh/Shou-En-te.pem ubuntu@{{Workers[3].public_ip_dns}} 'cat >> ~/.ssh/au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | Shawn5141/Insight-DE-Project-Stack-Community-Analysis | 161b6abe21332a38cf6a608e7ae4822f1bebfdcb | 0 | DevOp/roles/install_spark | 7,880 | [
"no_license"
] | [
{
"path": "DevOp/roles/install_spark/tasks/main.yml",
"content": "---\n- include_vars: ./group_vars/ip_config.yml\n\n- name: install java\n apt:\n name: openjdk-8-jre-headless\n state: present\n update_cache: true\n become: true\n\n- name: install scala\n apt: \n name: scala\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1635,
"all_permissive": false
} |
ansible_role | Shawn5141/Insight-DE-Project-Stack-Community-Analysis | 161b6abe21332a38cf6a608e7ae4822f1bebfdcb | 0 | DevOp/roles/render_ssh | 7,880 | [
"no_license"
] | [
{
"path": "DevOp/roles/render_ssh/tasks/main.yml",
"content": "---\n- name:\n template: \n src: ./template/ssh_config.yml.yml\n dest: /home/shawnhsiao/Insight/Stack-Community/src/devOp/roles/connect_ssh/tasks/main.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | Shawn5141/Insight-DE-Project-Stack-Community-Analysis | 161b6abe21332a38cf6a608e7ae4822f1bebfdcb | 0 | DevOp/roles/test_spark | 7,880 | [
"no_license"
] | [
{
"path": "DevOp/roles/test_spark/tasks/main.yml",
"content": "---\n\n- name: run start-all.sh\n command:\n cmd: /usr/local/spark/sbin/stop-all.sh\n cmd: /usr/local/spark/sbin/start-all.sh\n\n- name: test spark is installed correctly\n command:\n cmd: /usr/local/spark/bin/run-example SparkPi 10\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | jintaoye/ansible-kafka-zookeeper-cluster | 2c14bd41770fb9affc7a09c8f61fa5457ff9f7f9 | 1 | roles/java | 7,880 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "- name: Install Java 1.8\n yum: name=java-1.8.0-openjdk state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | jintaoye/ansible-kafka-zookeeper-cluster | 2c14bd41770fb9affc7a09c8f61fa5457ff9f7f9 | 1 | roles/kafka | 7,880 | [
"no_license"
] | [
{
"path": "roles/kafka/handlers/main.yml",
"content": "- name: start kafka\n systemd: name=kafka state=started enabled=yes daemon_reload=yes\n\n- name: restart kafka\n systemd: name=kafka state=restarted enabled=yes daemon_reload=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2908,
"all_permissive": false
} |
ansible_role | Trustroots/trustroots-debops | f8d5f16d99778d3f5f2c0a8d91e405568b5dc6fa | 3 | ansible/roles/maildev | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/maildev/tasks/main.yml",
"content": "- name: 'create user'\n user:\n name: '{{ maildev__user }}'\n\n- name: install maildev\n npm:\n name: maildev\n version: '1.1.0'\n path: '{{ maildev__root_path }}'\n\n- name: maildev service\n template:\n src: maildev.service\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | Trustroots/trustroots-debops | f8d5f16d99778d3f5f2c0a8d91e405568b5dc6fa | 3 | ansible/roles/trustroots | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/trustroots/defaults/main.yml",
"content": "trustroots__fqdn: 'dev2.trustroots.org' # TODO: make configurable\n\ntrustroots__user: 'trustroots' # TODO: make configurable\n\ntrustroots__influxdb_database: 'trustroots'\n\ntrustroots__root_path: '/srv/www/sites/{{ trustroots__fqdn }}'... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4445,
"all_permissive": false
} |
ansible_role | leychay/dotfiles | 702dc06174d4401f7d6efbfe53a52938f925e634 | 0 | bootstrap/roles/devtools | 7,881 | [
"no_license"
] | [
{
"path": "bootstrap/roles/devtools/tasks/composer.yml",
"content": "---\n# https://getcomposer.org/download/\n#\n- name: Set php_executable variable\n set_fact:\n php_executable: php\n when: php_executable is not defined\n\n- name: Check if Composer is installed.\n stat: \"path={{ composer_path }}\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5103,
"all_permissive": false
} |
ansible_role | BobbyShaftoe/apache-docs-modules-reports | e23c6412ea882cfad843b2a8fbd20855e1cb9224 | 0 | local/modules/test/ansible/roles/consul | 7,881 | [
"no_license"
] | [
{
"path": "local/modules/test/ansible/roles/consul/tasks/main.yml",
"content": "\n- include: install-dnsmasq.yml\n- include: configure-dnsmasq.yml\n\n- include: install-consul.yml\n- include: configure-consul.yml\n- include: configure-consul-services.yml\n\n- include: configure-docker.yml\n\n",
"license... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 15331,
"all_permissive": false
} |
ansible_role | BobbyShaftoe/apache-docs-modules-reports | e23c6412ea882cfad843b2a8fbd20855e1cb9224 | 0 | local/modules/test/ansible/roles/deploy-containers | 7,881 | [
"no_license"
] | [
{
"path": "local/modules/test/ansible/roles/deploy-containers/vars/main.yml",
"content": "---\n\nworking_dir: /opt/docker\ndocker_compose_dir: docker_compose",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "local/modules/test/ansible/roles/deploy-co... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1612,
"all_permissive": false
} |
ansible_role | BobbyShaftoe/apache-docs-modules-reports | e23c6412ea882cfad843b2a8fbd20855e1cb9224 | 0 | local/modules/test/ansible/roles/docker | 7,881 | [
"no_license"
] | [
{
"path": "local/modules/test/ansible/roles/docker/tasks/main.yml",
"content": "\n- include: docker.yml\n- include: docker-compose.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "local/modules/test/ansible/roles/docker/tasks/docker-compose.yml"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | BobbyShaftoe/apache-docs-modules-reports | e23c6412ea882cfad843b2a8fbd20855e1cb9224 | 0 | local/modules/test/ansible/roles/docker-compose-service | 7,881 | [
"no_license"
] | [
{
"path": "local/modules/test/ansible/roles/docker-compose-service/templates/docker-compose.service.j2",
"content": "[Unit]\nDescription=docker-compose service\n{% if ansible_os_family == \"RedHat\" %}\nAfter=docker.service\nBindsTo=docker.service\n{% endif %}\n\n[Service]\nTimeoutStartSec=0\nTimeoutStopSec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3038,
"all_permissive": false
} |
ansible_role | BobbyShaftoe/apache-docs-modules-reports | e23c6412ea882cfad843b2a8fbd20855e1cb9224 | 0 | local/modules/test/ansible/roles/vagrant-consul | 7,881 | [
"no_license"
] | [
{
"path": "local/modules/test/ansible/roles/vagrant-consul/tasks/block.yml",
"content": "---\n\n- set_fact:\n this_host: \"{{ current_host }}\"\n\n- name: \"Checking if Vagrant machine is alive\"\n debug: msg=\"Checking if Vagrant machine {{ this_host }} is alive\"\n\n- name: \"Pinging host\"\n raw: pi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3281,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/celery | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/celery/tasks/main.yml",
"content": "---\n\n- name: create root project directory\n file: path={{ project_root }} owner={{ ansible_ssh_user }} group={{ ansible_ssh_user }} mode=0775 state=directory\n sudo: yes\n tags:\n - setup\n - deploy\n - celery\n\n- name: change proj... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1918,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/common | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/main.yml",
"content": "---\n\nsystem_packages:\n - build-essential\n - git\n - htop\n - libpq-dev\n - cmake\n - lsb-release\n\nremote_timezone: 'Asia/Kolkata'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/django | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/django/tasks/main.yml",
"content": "--- \n\n- name: Creating .netrc file\n become: yes\n template: src=.netrc.j2 dest=/home/{{ ansible_user }}/.netrc owner=root group=root mode=0664\n tags:\n - setup\n - trellioadmin\n\n- name: create root project directory\n file: path={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1565,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/mongo | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/mongo/tasks/main.yml",
"content": "---\n\n- name: Add apt-key\n command: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10\n sudo: yes\n tags:\n - setup\n - mongo\n\n\n- name: Add mongodb repo\n apt_repository:\n repo: \"deb http://downloads-dis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/nginx | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/handlers/main.yml",
"content": "---\n\n- name: reload cache\n apt: update_cache=yes\n sudo: yes\n\n- name: restart nginx\n service: name=nginx state=restarted\n sudo: yes\n\n- name: reload nginx\n service: name=nginx state=reloaded\n sudo: yes",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11734,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/postgres | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/templates/db.sql.j2",
"content": "{{ sql }}\n\n{% if fdws %}\n\n CREATE EXTENSION postgres_fdw;\n\n {% for fdw in fdws %}\n\n {% for ext in fdw.foreign_extensions %}\n CREATE EXTENSION {{ ext }};\n {% endfor %}\n\n CREATE SERVER {{ fdw.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4818,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/redis | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/vars/main.yml",
"content": "system_packages:\n - build-essential\n - tree\n - python-dev\n - python-pip\n - libevent-dev \n - lib32z1-dev \n - libssl-dev\n - redis-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/server | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n\n- name: Creating group \"{{ user }}\"\n group:\n name: \"{{ user }}\"\n state: present\n tags:\n - setup\n\n- name: Creating user \"{{ user }}\"\n user: name={{ user }} groups=\"sudo,admin,{{ user }}\" password={{ <PASSWORD> }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/service | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/service/handlers/main.yml",
"content": "---\n\n- name: reload systemctl\n sudo: yes\n command: systemctl daemon-reload\n\n- name: restart service\n service: name={{ service_name }} state=restarted\n sudo: yes",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2637,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/trellio | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/trellio/tasks/main.yml",
"content": "---\n\n- name: Check Yajl installation\n stat: path=/home/{{ ansible_user }}/.local/lib/libyajl.so.2.1.1\n register: yajl_exists\n tags:\n - setup\n - trellio\n\n- name: Install yajl\n include: roles/yajl/tasks/main.yml\n when: yajl_ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3996,
"all_permissive": false
} |
ansible_role | quikmile/trainman | 1998c81db6824b24474676583f4500ebd2570cc7 | 0 | ansible/roles/trellioadmin | 7,881 | [
"no_license"
] | [
{
"path": "ansible/roles/trellioadmin/tasks/main.yml",
"content": "---\n\n- name: setup xauth and createsuperuser\n shell: |\n cd {{ project_root }}/{{ project_name }}\n /home/{{ ansible_user }}/venv/bin/python {{ project_root }}/{{ project_name }}/manage.py makemigrations xauth\n /home/{{ ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7176,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.