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
nsu700/Personel-Development
87e33d4ba0f330fbeb5f52797d5d4606b35c603a
0
ansible/roles/mariadb
7,984
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/vars/main.yml", "content": "requirements:\n - python-pymysql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/mariadb/tasks/database.yml", "content": "- name: install requirements\n apt:\n name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1462, "all_permissive": false }
ansible_role
nsu700/Personel-Development
87e33d4ba0f330fbeb5f52797d5d4606b35c603a
0
ansible/roles/nodejs-env
7,984
[ "no_license" ]
[ { "path": "ansible/roles/nodejs-env/tasks/main.yml", "content": "- name: add apt key for nodejs source\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: add nodejs source\n apt_repository:\n repo: \"deb https://deb.nodesource.com/node_11.x {{ ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
nsu700/Personel-Development
87e33d4ba0f330fbeb5f52797d5d4606b35c603a
0
ansible/roles/timezone
7,984
[ "no_license" ]
[ { "path": "ansible/roles/timezone/tasks/main.yml", "content": "- name: change timezone to Asia/Hong_Kong\n timezone:\n name: \"{{ default_timezone }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "ansible/roles/timezone/vars/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 122, "all_permissive": false }
ansible_role
nsu700/Personel-Development
87e33d4ba0f330fbeb5f52797d5d4606b35c603a
0
ansible/roles/ufw-gateway-service
7,984
[ "no_license" ]
[ { "path": "ansible/roles/ufw-gateway-service/tasks/main.yml", "content": "- name: enable forward of kernel\n sysctl:\n name: net.ipv4.ip_forward\n value: 1 \n state: present\n reload: yes \n sysctl_set: yes\n \n- name: install prerequisites\n apt:\n name: ufw\n state: present\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1399, "all_permissive": false }
ansible_role
Otus-DevOps-2020-11/dmnbars_infra
de8af83875141501c07a9a83b1a6dcd4ae78dffd
0
ansible/roles/app
7,984
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n- name: install git and ruby\n apt:\n update_cache: true\n name: \"{{ item }}\"\n state: present\n loop:\n - git\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: install\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 871, "all_permissive": false }
ansible_role
hellbentv/keybits-server
5259745ef31dffe91a33fe3bd2a6029aa411393b
0
roles/analytics
7,984
[ "no_license" ]
[ { "path": "roles/analytics/tasks/main.yml", "content": "- include: piwik.yml tags=piwik", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/analytics/tasks/piwik-build.yml", "content": "---\n# Only build piwik if github repo has changed\n\n- ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1150, "all_permissive": false }
ansible_role
hellbentv/keybits-server
5259745ef31dffe91a33fe3bd2a6029aa411393b
0
roles/blog
7,984
[ "no_license" ]
[ { "path": "roles/blog/tasks/main.yml", "content": "- include: ghost.yml tags=ghost\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/blog/tasks/ghost.yml", "content": "---\n# Only build Ghost if docker-ghost github repo changed\n\n- nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2984, "all_permissive": false }
ansible_role
hellbentv/keybits-server
5259745ef31dffe91a33fe3bd2a6029aa411393b
0
roles/common
7,984
[ "no_license" ]
[ { "path": "roles/common/tasks/docker-py.yml", "content": "---\n# Install latest docker-py\n# TODO change to install from PyPI\n\n- name: Ensure docker-py directory\n file: dest=/home/deploy/docker-py state=directory\n\n- name: Get docker-py repo from GitHub\n git: repo=https://github.com/dotcloud/docker-p...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4339, "all_permissive": false }
ansible_role
hellbentv/keybits-server
5259745ef31dffe91a33fe3bd2a6029aa411393b
0
roles/users
7,984
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# Creates a deploy user and your main user.\n# Enables key based login, passwordless sudo for deploy and sets a password for your user.\n\n- name: Create deploy group\n group: name=deploy state=present\n\n- name: Create user deploy\n user: name=depl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1762, "all_permissive": false }
ansible_role
tableflip/post-infrastructure
741268b600cb8bfd8f6070999ed3b54c5e24d0e0
0
roles/nginx
7,984
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n become: yes\n apt: name=nginx state=present\n\n- name: Copy mime type config\n become: yes\n template: src=conf/mime.types dest=/etc/nginx/mime.types mode=0644 force=yes\n notify:\n - Restart Nginx\n\n- name: Copy core Nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
tableflip/post-infrastructure
741268b600cb8bfd8f6070999ed3b54c5e24d0e0
0
roles/post
7,984
[ "no_license" ]
[ { "path": "roles/post/vars/main.yml", "content": "service: post\nrepo: tableflip/post\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/post/tasks/main.yml", "content": "- name: Clone repo\n become: yes\n become_user: \"{{user}}\"\n gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2412, "all_permissive": false }
ansible_role
tableflip/post-infrastructure
741268b600cb8bfd8f6070999ed3b54c5e24d0e0
0
roles/post-letsencrypt
7,984
[ "no_license" ]
[ { "path": "roles/post-letsencrypt/vars/main.yml", "content": "service: post", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/post-letsencrypt/tasks/main.yml", "content": "# Assumes `frontend` has been run. Requires a non-ssl configured ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2115, "all_permissive": false }
ansible_role
UltiManager/consul-image
1822fe378dc3474980a54c630787224e3d347e85
0
ansible/roles/hashicorp-consul
7,984
[ "no_license" ]
[ { "path": "ansible/roles/hashicorp-consul/templates/base-config.hcl.j2", "content": "data_dir = \"{{ consul_data_dir }}\"\nui = true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "ansible/roles/hashicorp-consul/templates/consul.service.j2"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1866, "all_permissive": false }
ansible_role
UltiManager/consul-image
1822fe378dc3474980a54c630787224e3d347e85
0
ansible/roles/ufw
7,984
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "---\n- name: Install UFW\n become: true\n apt:\n name: ufw\n\n- name: Start UFW\n become: true\n ufw:\n policy: deny\n state: enabled\n\n- name: Open Consul ports\n become: true\n ufw:\n port: \"{{ item.port }}\"\n proto: \"{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
akhilesh-devops/learn-ansible
5f3b6902997be928532948939dd7da99f9f5f1ed
0
roles/sample
7,988
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: print play variable\n ansible.builtin.debug:\n msg: URL = {{ URL }}\n\n- name: print task variable\n ansible.builtin.debug:\n msg: URL = {{ URL }}\n vars:\n URL: tasks.google.com", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/arteria_bcl2fastq
7,988
[ "no_license" ]
[ { "path": "roles/arteria_bcl2fastq/tasks/install_reqs.yml", "content": "---\n- name: download illumina bcl2fastq zip\n get_url: url=\"https://support.illumina.com/content/dam/illumina-support/documents/downloads/software/bcl2fastq/bcl2fastq2-v2-19-1-linux.zip\"\n dest=/tmp/bcl2fastq.zip\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1570, "all_permissive": false }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/arteria_common
7,988
[ "no_license" ]
[ { "path": "roles/arteria_common/templates/arteria_user.ssh_config.j2", "content": "{% if arteria_environment in [ \"prod\", \"staging\"] %}\n\nhost milou-b.uppmax.uu.se\nuser {{ remote_host_user }}\nIdentityFile /home/{{ arteria_user }}/.ssh/biotank_key\n\nhost nestor.uppmax.uu.se\nuser {{ remote_host_user ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4552, "all_permissive": false }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/arteria_master
7,988
[ "no_license" ]
[ { "path": "roles/arteria_master/tasks/irma_webproxy_cert.yml", "content": "---\n\n# TODO This is not pretty, and if someone has a better idea,\n# please fix this. The problem is that for some reason\n# it seems that certifi is not installed in the st2\n# virtual env at this point. /JD 2017083...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5857, "all_permissive": false }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/arteria_node
7,988
[ "no_license" ]
[ { "path": "roles/arteria_node/tasks/main.yml", "content": "---\n\n- include: dependencies.yml\n tags: arteria-node-dependencies\n\n- include: conf.yml\n tags: arteria-node-conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/arteria_node...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2615, "all_permissive": false }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/arteria_packs
7,988
[ "no_license" ]
[ { "path": "roles/arteria_packs/tasks/main.yml", "content": "---\n\n- name: deploy token script\n template: src=gettoken.j2 dest=/usr/local/bin/gettoken owner=arteria mode=0500 # only arteria should be able to read file due to password inside\n\n# TODO: Switch to this later when it works specifying tags/rel...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5775, "all_permissive": false }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/arteria_runfolder
7,988
[ "no_license" ]
[ { "path": "roles/arteria_runfolder/templates/runfolder_app.config.j2", "content": "---\nmonitored_directories:\n - {{ runfolder_path }}\n\ncan_create_runfolder: {{ arteria_environment == \"dev\" }}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2348, "all_permissive": false }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/locale
7,988
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "---\n\n- name: deploy a default locale\n copy: src=locale dest=/etc/default/locale\n\n- name: generate en_us-utf8 locale\n command: locale-gen en_US.UTF-8\n tags: skip_ansible_lint\n\n- name: update locale db\n command: dpkg-reconfigure locales\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/stackstorm/ansible-st2/roles/ANXS.postgresql
7,988
[ "permissive" ]
[ { "path": "roles/stackstorm/ansible-st2/roles/ANXS.postgresql/tasks/users.yml", "content": "# file: postgresql/tasks/users.yml\n\n- name: PostgreSQL | Ensure PostgreSQL is running\n service:\n name: postgresql\n state: started\n\n- name: PostgreSQL | Make sure the PostgreSQL users are present\n post...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": true }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/stackstorm/ansible-st2/roles/mistral
7,988
[ "permissive" ]
[ { "path": "roles/stackstorm/ansible-st2/roles/mistral/tasks/main.yml", "content": "---\n\n- name: Install latest st2mistral\n become: yes\n become_method: sudo\n apt:\n name: st2mistral\n state: latest\n when: mistral_version == \"stable\"\n\n- name: Install latest st2mistral\n become: yes\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2282, "all_permissive": true }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/stackstorm/ansible-st2/roles/mongodb
7,988
[ "permissive" ]
[ { "path": "roles/stackstorm/ansible-st2/roles/mongodb/tasks/main.yml", "content": "- name: Install dependencies\n become: true\n become_method: sudo\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: present\n with_items:\n - mongodb-server\n", "license_type": "permissive", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": true }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/stackstorm/ansible-st2/roles/rabbitmq
7,988
[ "permissive" ]
[ { "path": "roles/stackstorm/ansible-st2/roles/rabbitmq/tasks/main.yml", "content": "\n- name: Install rabbitmq packages\n become: true\n become_method: sudo\n apt:\n name: \"{{ item }}\"\n update_cache: true\n with_items:\n - rabbitmq-server\n", "license_type": "permissive", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": true }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/stackstorm/ansible-st2/roles/st2
7,988
[ "permissive" ]
[ { "path": "roles/stackstorm/ansible-st2/roles/st2/tasks/main.yml", "content": "---\n\n- name: Install latest st2 package\n become: yes\n become_method: sudo\n apt:\n name: st2\n state: latest\n when: st2_version == \"stable\"\n notify:\n - restart st2\n\n- name: Install latest st2 package\n b...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1370, "all_permissive": true }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/stackstorm/ansible-st2/roles/st2repos
7,988
[ "permissive" ]
[ { "path": "roles/stackstorm/ansible-st2/roles/st2repos/tasks/main.yml", "content": "---\n# tasks file for st2repos\n\n- name: Install prereqs\n become: yes\n become_method: sudo\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - debian-archive-keyring\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": true }
ansible_role
johanherman/snpseq-arteria-provisioning
1c99c58f546a23e6cded3649e8877dac6679f76b
0
roles/stackstorm/ansible-st2/roles/st2web
7,988
[ "permissive" ]
[ { "path": "roles/stackstorm/ansible-st2/roles/st2web/handlers/main.yml", "content": "---\n# handlers file for st2web\n- name: restart st2\n become: true\n become_method: sudo\n command: st2ctl restart\n\n- name: Restart nginx\n become: yes\n become_method: sudo\n service:\n name: nginx\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2584, "all_permissive": true }
ansible_role
klml/ansible-gitlab-runner-supervisord
e29cd7b1c2513638c5e226e80e331847ba4a8ef7
0
roles/download_gitlab_runner
7,988
[ "no_license" ]
[ { "path": "roles/download_gitlab_runner/tasks/main.yaml", "content": "- name: download the latest version of Gitlab Runner\n get_url:\n url: https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64\n dest: $HOME/bin/gitlab-runner\n\n\n- name: Make it executable\n fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
klml/ansible-gitlab-runner-supervisord
e29cd7b1c2513638c5e226e80e331847ba4a8ef7
0
roles/register_gitlab_runner
7,988
[ "no_license" ]
[ { "path": "roles/register_gitlab_runner/defaults/main.yaml", "content": "CI_SERVER_URL: https://gitlab.com/\nTAG_LIST: master \nEXECUTOR: shell\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/register_gitlab_runner/tasks/main.yaml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 265, "all_permissive": false }
ansible_role
klml/ansible-gitlab-runner-supervisord
e29cd7b1c2513638c5e226e80e331847ba4a8ef7
0
roles/supervisord_service
7,988
[ "no_license" ]
[ { "path": "roles/supervisord_service/files/gitlab-runner.ini", "content": "[program:gitlab-runner]\ncommand=%(ENV_HOME)s/bin/gitlab-runner.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/supervisord_service/files/gitlab-runner.sh", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1027, "all_permissive": false }
ansible_role
klml/ansible-gitlab-runner-supervisord
e29cd7b1c2513638c5e226e80e331847ba4a8ef7
0
roles/working_directory
7,988
[ "no_license" ]
[ { "path": "roles/working_directory/tasks/main.yaml", "content": "- name: Create a working directory for the runner\n file:\n path: $HOME/gitlab-runner\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
jawee/infra
0de442a23fff40a891c80034b6edf6aaed2e7558
0
ansible/roles/couchpotato
7,988
[ "no_license" ]
[ { "path": "ansible/roles/couchpotato/tasks/main.yml", "content": "---\n- name: Create install directory\n file:\n path: /home/figge/containers/couchpotato\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n become: true\n\n- name: Create con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1194, "all_permissive": false }
ansible_role
jawee/infra
0de442a23fff40a891c80034b6edf6aaed2e7558
0
ansible/roles/docker
7,988
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/install-docker.yml", "content": "---\n - name: install all dependencies\n become: true\n apt:\n name: \"{{item}}\"\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n loop:\n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2054, "all_permissive": false }
ansible_role
jawee/infra
0de442a23fff40a891c80034b6edf6aaed2e7558
0
ansible/roles/librespeed
7,988
[ "no_license" ]
[ { "path": "ansible/roles/librespeed/tasks/main.yml", "content": "---\n\n- name: Make sure user exists\n become: true\n user:\n name: \"{{ docker_user.name }}\"\n uid: \"{{ docker_user.id }}\"\n\n- name: Create install directory\n file:\n path: /home/figge/containers/librespeed\n state: direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2111, "all_permissive": false }
ansible_role
jawee/infra
0de442a23fff40a891c80034b6edf6aaed2e7558
0
ansible/roles/mount_remote_shares
7,988
[ "no_license" ]
[ { "path": "ansible/roles/mount_remote_shares/tasks/install-dependencies.yml", "content": "---\n- name: Install nfs-common package.\n become: true\n apt:\n name: nfs-common\n update_cache: true\n cache_valid_time: 3600\n state: latest\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1159, "all_permissive": false }
ansible_role
jawee/infra
0de442a23fff40a891c80034b6edf6aaed2e7558
0
ansible/roles/nginx-config-external
7,988
[ "no_license" ]
[ { "path": "ansible/roles/nginx-config-external/tasks/main.yml", "content": "---\n# Create file and wrrite to /etc/nginx/sites-available/\n- name: Create {{ service_name }}.conf in /etc/nginx/sites-available\n template:\n src: config.j2\n dest: /etc/nginx/sites-available/{{ service_name }}.conf\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2347, "all_permissive": false }
ansible_role
jawee/infra
0de442a23fff40a891c80034b6edf6aaed2e7558
0
ansible/roles/radarr
7,988
[ "no_license" ]
[ { "path": "ansible/roles/radarr/handlers/main.yml", "content": "- name: restart radarr\n shell:\n chdir: /home/figge/containers/radarr\n cmd: \"{{ docker_update_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "ansible/roles/ra...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1176, "all_permissive": false }
ansible_role
jawee/infra
0de442a23fff40a891c80034b6edf6aaed2e7558
0
ansible/roles/sonarr
7,988
[ "no_license" ]
[ { "path": "ansible/roles/sonarr/handlers/main.yml", "content": "- name: restart sonarr\n shell:\n chdir: /home/figge/containers/sonarr\n cmd: \"{{ docker_update_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "ansible/roles/so...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1175, "all_permissive": false }
ansible_role
jawee/infra
0de442a23fff40a891c80034b6edf6aaed2e7558
0
ansible/roles/tautulli
7,988
[ "no_license" ]
[ { "path": "ansible/roles/tautulli/defaults/main.yml", "content": "---\ndocker_user:\n id: 1000\n name: figge\n\ndocker_compose_file_mask: 0664\ndocker_compose_directory_mask: 0775\n\ndocker_update_command: docker-compose pull && docker-compose down --remove-orphans && docker-compose rm && docker-compose u...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1841, "all_permissive": false }
ansible_role
fermartinezmeana/Openvswitch-Install-CentOS7
c61a552673dc652be51f1e6b26e8b10fd3f9ad32
1
ansible/roles/configuration
7,988
[ "no_license" ]
[ { "path": "ansible/roles/configuration/templates/br-in.cnf.j2", "content": "TYPE=OVSBridge\nBOOTPROTO=static\nDEVICE={{ bridge_in }}\nDEVICETYPE=ovs\nONBOOT=yes\nIPADDR={{ br_in_address }}\nNETMASK={{ br_in_netmask }}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1368, "all_permissive": false }
ansible_role
fermartinezmeana/Openvswitch-Install-CentOS7
c61a552673dc652be51f1e6b26e8b10fd3f9ad32
1
ansible/roles/installation
7,988
[ "no_license" ]
[ { "path": "ansible/roles/installation/handlers/main.yml", "content": "---\n- name: Openvswitch service\n systemd:\n name: openvswitch\n state: started\n enabled: yes\n masked: no\n daemon_reload: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1838, "all_permissive": false }
ansible_role
datakultur/ansible-playbooks
c7a805c97fb0cafb6449a3689cc48ff8bea4856a
0
kea/roles/kea
7,988
[ "no_license" ]
[ { "path": "kea/roles/kea/tasks/install.yml", "content": "---\n- name: Install required packages for Cloudsmith\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - apt-transport-https\n\n- name: Install ISC-Kea (Cloudsmith) repo key\n apt_key:\n url: https://dl.cloudsmith.io/public/isc/k...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5675, "all_permissive": false }
ansible_role
datakultur/ansible-playbooks
c7a805c97fb0cafb6449a3689cc48ff8bea4856a
0
kea/roles/mariadb
7,988
[ "no_license" ]
[ { "path": "kea/roles/mariadb/tasks/install.yml", "content": "---\n- name: Install MariaDB repo key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: 177F4010FE56CA3336300305F1656F24C74CD1D8\n state: present\n\n- name: Add MariaDB repo\n apt_repository:\n repo: deb [arch=amd64,arm64,ppc64el] h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
datakultur/ansible-playbooks
c7a805c97fb0cafb6449a3689cc48ff8bea4856a
0
powerdns-rec/roles/frr
7,988
[ "no_license" ]
[ { "path": "powerdns-rec/roles/frr/tasks/install.yml", "content": "---\n- name: Configure the Frrouting APT key\n apt_key:\n url: https://deb.frrouting.org/frr/keys.asc\n\n- name: Add Frrouting repository\n apt_repository:\n repo: 'deb https://deb.frrouting.org/frr bionic frr-stable'\n state: pres...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1332, "all_permissive": false }
ansible_role
datakultur/ansible-playbooks
c7a805c97fb0cafb6449a3689cc48ff8bea4856a
0
powerdns-rec/roles/netplan
7,988
[ "no_license" ]
[ { "path": "powerdns-rec/roles/netplan/templates/loopback-dns.yaml.j2", "content": "{% if loopback_ipv4_dns1 is defined or loopback_ipv6_dns1 is defined %}\nnetwork:\n ethernets:\n lo:\n addresses:\n{% if loopback_ipv4_dns1 is defined %}\n - {{ loopback_ipv4_dns1 }}\n{% endif %}\n{% if loopbac...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 708, "all_permissive": false }
ansible_role
datakultur/ansible-playbooks
c7a805c97fb0cafb6449a3689cc48ff8bea4856a
0
powerdns/roles/mariadb
7,988
[ "no_license" ]
[ { "path": "powerdns/roles/mariadb/tasks/users.yml", "content": "---\n- name: Remove anonymous users\n mysql_user:\n name: ''\n host_all: true\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n login_unix_socket: \"{{ mariadb_socket }}\"\n state: absent\n tags: mariadb", "lic...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 519, "all_permissive": false }
ansible_role
datakultur/ansible-playbooks
c7a805c97fb0cafb6449a3689cc48ff8bea4856a
0
powerdns/roles/powerdnsadmin
7,988
[ "no_license" ]
[ { "path": "powerdns/roles/powerdnsadmin/tasks/app.yml", "content": "---\n- name: Install required packages for PDA\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python3-dev\n - libmysqlclient-dev\n - libsasl2-dev\n - libldap2-dev\n - libssl-dev\n - libxml2-dev\n - li...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5911, "all_permissive": false }
ansible_role
lukeburciu/hpviz
45e5b2b9b3bb3911a51677252ff126025a173f3b
3
roles/bootstrap
7,988
[ "no_license" ]
[ { "path": "roles/bootstrap/handlers/main.yml", "content": "---\n# handlers file for bootstrap\n\n- name: reload service [ssh]\n service:\n name: ssh\n state: reloaded\n sleep: 2\n ignore_errors: true\n\n- name: wait for ssh on host\n become: no\n wait_for: >\n host={{ inventory_hostname }}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2278, "all_permissive": false }
ansible_role
lukeburciu/hpviz
45e5b2b9b3bb3911a51677252ff126025a173f3b
3
roles/common_tasks
7,988
[ "no_license" ]
[ { "path": "roles/common_tasks/defaults/main.yml", "content": "---\n# defaults file for common_tasks\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/common_tasks/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1057, "all_permissive": false }
ansible_role
lukeburciu/hpviz
45e5b2b9b3bb3911a51677252ff126025a173f3b
3
roles/honzamach.geoip
7,988
[ "no_license" ]
[ { "path": "roles/honzamach.geoip/.travis.yml", "content": "---\n\n#\n# Resources:\n# https://galaxy.ansible.com/docs/contributing/importing.html\n# https://docs.ansible.com/ansible/latest/reference_appendices/galaxy.html#travis-integrations\n# https://www.jeffgeerling.com/blog/testing-ansible-roles-tr...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 12139, "all_permissive": false }
ansible_role
lukeburciu/hpviz
45e5b2b9b3bb3911a51677252ff126025a173f3b
3
roles/user_management
7,988
[ "no_license" ]
[ { "path": "roles/user_management/tasks/main.yml", "content": "---\n# tasks file for user_management\n\n- name: import assert.yml\n import_tasks: assert.yml\n\n- name: check wheel system group exists\n group:\n name: wheel\n state: present\n system: yes\n\n- name: remove retired user accounts\n u...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4804, "all_permissive": false }
ansible_role
Freestyle00/ansible-minecraft
67a47a951a24b9e8b9ed71f5c51148ce5fce6fba
0
roles/minecraft_docker
7,988
[ "no_license" ]
[ { "path": "roles/minecraft_docker/tasks/main.yaml", "content": "---\n- name: ensure docker is installed\n dnf:\n name:\n - \"docker\"\n state: latest\n enabled: yes\n\n- name: copy the minecraft the docker image too the server\n copy:\n src: files/minecraft_docker_image.dockerfile\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": false }
ansible_role
pythonemus/cisco_pt_teamp_gen
496d87dd0480723cec9f2c95b8397a721ba1a905
0
roles/device-mgmt
7,988
[ "no_license" ]
[ { "path": "roles/device-mgmt/tasks/main.yml", "content": "---\n# Build Device Management Configuration\n- name: Generate Device Mgmt Configs\n template: \n src: tmp_dev_mgmt.j2\n dest: \"{{ configs_dir }}/device_mangment_template.txt\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 699, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/alias
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/alias/templates/alias.sh.j2", "content": "{% for itemAlias in listAlias %}\n sudo bash -c \"echo alias {{ itemAlias.name }}=\\'{{ itemAlias.path }}\\'\" >> /home/vagrant/.bashrc\n{% endfor %}\n. ~/.bashrc", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 636, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/apache2
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/apache2/tasks/main.yml", "content": "- name: Copy 000-default.conf.j2\n template:\n src: \"000-default.conf.j2\"\n dest: \"/etc/apache2/sites-available/000-default.conf\"\n\n- name: Copy apache2.conf\n template:\n src: \"apache2.conf\"\n dest: \"/etc/apache2/apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/composer
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/composer/tasks/main.yml", "content": "\n- name: Download Composer\n get_url:\n url: https://getcomposer.org/installer\n dest: /usr/local/bin/installer\n mode: 0777\n\n- name: php installer\n shell: >\n php /usr/local/bin/installer\n\n- name: Copy composer.phar\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/libsqlite3
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/libsqlite3/tasks/main.yml", "content": "- name: install libsqlite3-dev\n apt: name=libsqlite3-dev state=present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/mailcatcher
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/mailcatcher/templates/mailcatcher.sh", "content": "#!/usr/bin/env bash\n\nsudo gem install mailcatcher\nsudo /usr/bin/env mailcatcher --no-quit --foreground --ip=0.0.0.0 &", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 350, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/phpmyadmin
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/phpmyadmin/tasks/main.yml", "content": "\n# https://files.phpmyadmin.net/phpMyAdmin/4.8.3/phpMyAdmin-4.8.3-english.zip\n\n- name: Creates directory phpMyAdmin\n file: path=/var/phpmyadmin state=directory\n\n- name: Download phpMyAdmin\n get_url:\n url: \"https://files.phpm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/phpunit
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/phpunit/tasks/main.yml", "content": "- name: Download phpunit-7.phar\n get_url:\n url: https://phar.phpunit.de/phpunit-7.phar\n dest: /usr/local/bin/phpunit.phar\n mode: 0777\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/ruby
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/ruby/tasks/main.yml", "content": "- name: install ruby\n apt: name=ruby state=present\n\n- name: install ruby-dev\n apt: name=ruby-dev state=present\n\n- name: install rubygems\n apt: name=rubygems state=present", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
mbarataPHP/FormationSymfony34
3f5d8efd4c5cfefc22c8206fe182be7c4b750702
1
provisioning/roles/service
7,988
[ "no_license" ]
[ { "path": "provisioning/roles/service/tasks/main.yml", "content": "- name: Copy across service\n template:\n src: \"service.sh\"\n dest: \"/usr/local/bin/service.sh\"\n mode: 0777\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "provisi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 201, "all_permissive": false }
ansible_role
mmumshad/udemy-ansible-assignment
28729d2b6030abff87722f481a709fd59e8a9cef
20
roles/flask_web
7,988
[ "no_license" ]
[ { "path": "roles/flask_web/tasks/main.yml", "content": " - name: Install Python Flask dependency\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - flask\n - flask-mysql\n\n\n - name: Copy source code\n # copy: src=app.py dest=/opt/app.py\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
mmumshad/udemy-ansible-assignment
28729d2b6030abff87722f481a709fd59e8a9cef
20
roles/mysql_db
7,988
[ "no_license" ]
[ { "path": "roles/mysql_db/defaults/main.yml", "content": "---\n# defaults file for mysql_db", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/mysql_db/handlers/main.yml", "content": "---\n# handlers file for mysql_db", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1027, "all_permissive": false }
ansible_role
mmumshad/udemy-ansible-assignment
28729d2b6030abff87722f481a709fd59e8a9cef
20
roles/python
7,988
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": " - name: Install all required dependencies\n apt: name={{ item }} state=installed force=yes\n with_items:\n - python\n - python-setuptools\n - python-dev\n - build-essential\n - python-pip\n - python-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
shoutm/shoutm_ansible
fbf22b62b1c41b1ba3fed832ac63d6c927818af3
0
roles/common
7,988
[ "no_license" ]
[ { "path": "roles/common/tasks/ssh.yml", "content": "---\n- name: Create .ssh directory\n file:\n dest: \"{{ansible_env.HOME}}/.ssh\"\n state: directory\n owner: \"{{os_user}}\"\n\n- name: Copy local id_ed25519 to remote\n copy:\n src: ~/.ssh/id_ed25519\n dest: \"{{ansible_env.HOME}}/.ssh/id...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4786, "all_permissive": false }
ansible_role
shoutm/shoutm_ansible
fbf22b62b1c41b1ba3fed832ac63d6c927818af3
0
roles/docker
7,988
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "---\n- name: Install required apt packages for docker\n apt: name={{item}} state=present update_cache=yes\n become: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Install d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
shoutm/shoutm_ansible
fbf22b62b1c41b1ba3fed832ac63d6c927818af3
0
roles/go
7,988
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n- import_tasks: go.yml\n tags: go\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/go/tasks/go.yml", "content": "---\n- name: Install goenv\n git:\n repo: https://github.com/synd...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 157, "all_permissive": false }
ansible_role
shoutm/shoutm_ansible
fbf22b62b1c41b1ba3fed832ac63d6c927818af3
0
roles/postgresql
7,988
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: PostgreSQL apt packages should be installed\n apt: name={{item}} state=installed\n with_items:\n - postgresql\n - libpq-dev\n - python-psycopg2\n become: yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
shoutm/shoutm_ansible
fbf22b62b1c41b1ba3fed832ac63d6c927818af3
0
roles/python
7,988
[ "no_license" ]
[ { "path": "roles/python/tasks/python.yml", "content": "---\n- name: Install Python-related packages\n apt:\n name: ['python-pip-whl',\n #'python-virtualenv', # for python2\n 'python3-venv']\n state: present\n become: yes\n\n- name: Install pyenv\n git:\n repo: https://github....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 507, "all_permissive": false }
ansible_role
shoutm/shoutm_ansible
fbf22b62b1c41b1ba3fed832ac63d6c927818af3
0
roles/ruby
7,988
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- import_tasks: ruby.yml\n tags: ruby\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/ruby/tasks/ruby.yml", "content": "---\n- name: Install Ruby-related packages\n apt:\n nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1178, "all_permissive": false }
ansible_role
DamienFourneaux/DevOps
fd702a91065986a00a7d32dc0442a8a14a6e3f7c
0
ansible/roles/createnetwork
7,988
[ "no_license" ]
[ { "path": "ansible/roles/createnetwork/README.md", "content": "This task ensures that a Docker network called appnetwork exists on the target host: it uses the docker_network module to create (or leave in place) a user‐defined bridge network named “appnetwork” so that containers can attach to it and communi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 349, "all_permissive": false }
ansible_role
DamienFourneaux/DevOps
fd702a91065986a00a7d32dc0442a8a14a6e3f7c
0
ansible/roles/launchapp
7,988
[ "no_license" ]
[ { "path": "ansible/roles/launchapp/tasks/main.yml", "content": "- name: Run backend\n docker_container:\n env:\n DATABASE_HOST: database\n DATABASE_PASSWORD: pwd\n name: backend\n image: dfourneaux/tp01-backend\n pull: yes\n networks: \n - name: appnetwork", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 353, "all_permissive": false }
ansible_role
DamienFourneaux/DevOps
fd702a91065986a00a7d32dc0442a8a14a6e3f7c
0
ansible/roles/launchdatabase
7,988
[ "no_license" ]
[ { "path": "ansible/roles/launchdatabase/README.md", "content": "Connect to the database using the image we pulled on dockerhub and the password and id we gave to it.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "ansible/roles/launchdatabase/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 288, "all_permissive": false }
ansible_role
DamienFourneaux/DevOps
fd702a91065986a00a7d32dc0442a8a14a6e3f7c
0
ansible/roles/launchproxy
7,988
[ "no_license" ]
[ { "path": "ansible/roles/launchproxy/tasks/main.yml", "content": "- name: Run HTTPD\n docker_container:\n name: httpd\n image: dfourneaux/tp-devops-simple-api-httpd\n pull: yes\n networks: \n - name: appnetwork\n ports:\n - \"80:80\"", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 284, "all_permissive": false }
ansible_role
pharmajoe990/debian-base-box
1406cefc617ebe3e692fdfc2c3e269cec8fb10f5
0
configuration-management/ansible/roles/nvim
7,987
[ "no_license" ]
[ { "path": "configuration-management/ansible/roles/nvim/tasks/main.yml", "content": "- name: Download Neovim AppImage\n get_url: \n url: https://github.com/neovim/neovim/releases/download/v0.3.1/nvim.appimage\n dest: /tmp/nvim.appimage\n mode: 0744\n\n- name: Install Neovim from AppImage\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2603, "all_permissive": false }
ansible_role
Pooya-Oladazimi/Ansible-Course-Project-one
f4e1d19805ce808d3fd85d6614d5a166a77b74b1
0
roles/my_nginx
7,987
[ "no_license" ]
[ { "path": "roles/my_nginx/tasks/main.yml", "content": "- name: 'apt update'\n shell:\n cmd: 'apt-get update'\n\n- name: 'install nginx'\n shell:\n cmd: 'apt-get install --yes nginx'\n\n- name: 'check success'\n shell:\n cmd: 'nginx -v'\n \n- name: 'start nginx'\n service:\n name: 'nginx'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
Pooya-Oladazimi/Ansible-Course-Project-one
f4e1d19805ce808d3fd85d6614d5a166a77b74b1
0
roles/my_postgresql
7,987
[ "no_license" ]
[ { "path": "roles/my_postgresql/tasks/main.yml", "content": "- name: 'apt update'\n shell:\n cmd: 'apt update'\n\n- name: 'install postgres'\n shell:\n cmd: 'apt install --yes postgresql postgresql-contrib'\n\n- name: 'start postgres'\n service:\n name: 'postgresql'\n state: started\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
Pooya-Oladazimi/Ansible-Course-Project-one
f4e1d19805ce808d3fd85d6614d5a166a77b74b1
0
roles/my_tools
7,987
[ "no_license" ]
[ { "path": "roles/my_tools/tasks/main.yml", "content": "- name: 'set time'\n shell:\n cmd: 'hwclock --hctosys '\n\n- name: 'install pip3'\n shell:\n cmd: 'apt-get --yes install python3-pip'\n\n- name: 'apt update'\n shell: \n cmd: 'apt-get update'\n \n\n- name: 'install libpq and python dev'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/R
7,987
[ "no_license" ]
[ { "path": "roles/R/tasks/Ubuntu.yml", "content": "---\n- name: install packages\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ R_packages }}\"\n\n- name: install rstudio\n become: true\n apt:\n deb: \"{{ R_rstudio_package }}\"\n state: present\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2064, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/amazonworkspaces
7,987
[ "no_license" ]
[ { "path": "roles/amazonworkspaces/README.md", "content": "# role amazonworkspaces\n\nInstalls the Amazon Workspaces Client\n\n### Ubuntu\n\n* amazonworkspaces_repo: DEB repository\n* amazonworkspaces_repo_key: DEB repository key\n\n### CentOS\n\nNot Supported\n\n### Amazon\n\nNot Supported\n\n### MacOSX\n\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 954, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/anaconda
7,987
[ "no_license" ]
[ { "path": "roles/anaconda/defaults/Ubuntu.yml", "content": "---\nanaconda_version: \"2020.02\"\nanaconda_installer_script: \"Anaconda3-{{ anaconda_version }}-Linux-x86_64.sh\"\nanaconda_installer_url: \"https://repo.anaconda.com/archive/{{ anaconda_installer_script }}\"\nanaconda_install_dir: \"{{ ansible_e...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2393, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/atom
7,987
[ "no_license" ]
[ { "path": "roles/atom/tasks/Ubuntu.yml", "content": "---\n- name: install repo key\n become: true\n apt_key:\n url: \"{{ atom_repo_key }}\"\n state: present\n\n- name: install repo\n become: true\n apt_repository:\n filename: 'vscode'\n repo: \"{{ atom_repo }}\"\n state: present\n\n- name...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1221, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/awscli
7,987
[ "no_license" ]
[ { "path": "roles/awscli/tasks/Ubuntu.yml", "content": "---\n- name: install awscli\n become: true\n package:\n name: awscli\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/awscli/tasks/MacOSX.yml", "content": "-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1196, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/base
7,987
[ "no_license" ]
[ { "path": "roles/base/defaults/Ubuntu.yml", "content": "---\nbase_packages:\n - less\n - openssl\n - ssh\n - tar\n - gzip\n - bzip2\n - zip\n - unzip\n - curl\n - wget\n - procps\n - htop\n - dnsutils\n - mlocate\n - sed\n - gawk\n - jq\n - neovim\n - terminator\n - git\n - build-essent...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1889, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/chefdk
7,987
[ "no_license" ]
[ { "path": "roles/chefdk/tasks/CentOS.yml", "content": "---\n- name: install repo\n become: true\n yum_repository:\n name: \"chef\"\n description: \"Chef\"\n baseurl: \"{{ chefdk_repo_baseurl }}\"\n gpgkey: \"{{ chefdk_repo_gpgkey }}\"\n gpgcheck: true\n enabled: true\n state: present\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1389, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/cloudfoundry
7,987
[ "no_license" ]
[ { "path": "roles/cloudfoundry/README.md", "content": "# role cloudfoundry\n\nInstalls the Cloud Foundry command line utility.\n\n### Ubuntu\n\n* cloudfoundry_repo: The DEB repository for cloudfoundry\n* cloudfoundry_repo_key: The DEB repository key for cloudfoundry\n\n### CentOS\n\n* cloudfoundry_repo_base...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1578, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/desktop
7,987
[ "no_license" ]
[ { "path": "roles/desktop/defaults/CentOS.yml", "content": "---\ndesktop_chrome_enabled: true\ndesktop_chrome_repo_baseurl: 'http://dl.google.com/linux/chrome/rpm/stable/$basearch'\ndesktop_chrome_repo_gpgkey: 'https://dl.google.com/linux/linux_signing_key.pub'\n\ndesktop_packages:\n - libreoffice-calc\n -...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3691, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/docker
7,987
[ "no_license" ]
[ { "path": "roles/docker/tasks/MacOSX.yml", "content": "---\n- name: not supported\n debug:\n msg: >\n docker role not currently supported for MacOSX.\n Install manually from https://hub.docker.com/editions/community/docker-ce-desktop-mac\n", "license_type": "no_license", "detected_lice...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4223, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/dodpki
7,987
[ "no_license" ]
[ { "path": "roles/dodpki/tasks/MacOSX.yml", "content": "---\n- name: install cert script\n become: true\n template:\n src: install-dodpki.MacOSX.j2\n dest: /usr/local/bin/install-dodpki\n owner: 'root'\n mode: '0755'\n\n- name: copy certificates\n become: true\n copy:\n src: 'certs/'\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1856, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/java
7,987
[ "no_license" ]
[ { "path": "roles/java/defaults/Amazon.yml", "content": "---\njava_packages:\n - curl\n - zip\n - unzip\n - java-1.8.0-openjdk-devel\n\njava_sdkman_script: >\n curl -s \"https://get.sdkman.io?rcupdate=false\" | bash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1362, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/kubernetes
7,987
[ "no_license" ]
[ { "path": "roles/kubernetes/defaults/Ubuntu.yml", "content": "---\nkubernetes_repo: \"deb https://apt.kubernetes.io/ kubernetes-xenial main\"\nkubernetes_repo_key: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n\nkubernetes_packages:\n - kubectl\n", "license_type": "no_license", "detect...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1753, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/miniconda
7,987
[ "no_license" ]
[ { "path": "roles/miniconda/defaults/CentOS.yml", "content": "---\nminiconda_version: \"latest\"\nminiconda_installer_script: \"Miniconda3-{{ miniconda_version }}-Linux-x86_64.sh\"\nminiconda_installer_url: \"https://repo.anaconda.com/miniconda/{{ miniconda_installer_script }}\"\nminiconda_install_dir: \"{{ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2439, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/nodejs
7,987
[ "no_license" ]
[ { "path": "roles/nodejs/README.md", "content": "# role nodejs\n\nInstalls NodeJS development tools.\n\nNote: This only installs NVM, which can then be used to manage specific versions of NodeJS. No\nactual versions of NodeJS are installed. Initialization of NVM in .bashrc is required to use \nNVM.\n\n### U...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 748, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/podman
7,987
[ "no_license" ]
[ { "path": "roles/podman/tasks/unsupported.yml", "content": "---\n- debug:\n msg: \"{{ role_name }} role is unsupported for this platform\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/podman/tasks/Ubuntu.yml", "content": "---\n- n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2928, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/python
7,987
[ "no_license" ]
[ { "path": "roles/python/defaults/CentOS.yml", "content": "---\npython_packages:\n - git\n - tk-devel\n - python3\n - python3-pip\n - python3-setuptools\n - python3-devel\n\npython_pyenv_dir: \"{{ ansible_env.HOME}}/.pyenv\"\npython_pyenv_script: \"git clone https://github.com/pyenv/pyenv.git {{ python...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2572, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/ruby
7,987
[ "no_license" ]
[ { "path": "roles/ruby/tasks/Amazon.yml", "content": "---\n- name: enable ruby2.6\n become: true\n command:\n cmd: 'amazon-linux-extras install -y ruby2.6'\n creates: '/usr/bin/ruby'\n\n- name: install packages\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2201, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/terraform
7,987
[ "no_license" ]
[ { "path": "roles/terraform/tasks/Ubuntu.yml", "content": "---\n- name: install prerequisites\n become: true\n package:\n name: unzip\n state: present\n\n- name: ensure install dir exists\n become: false\n file:\n name: \"{{ terraform_install_dir }}\"\n state: directory\n mode: '0755'\n\n-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1064, "all_permissive": false }