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
onap/oom-offline-installer
2b699e120af0e748d2c3946c0bc0f65090695812
3
tools/cicdansible/roles/setup_openstack_infrastructure
382
[ "permissive" ]
[ { "path": "tools/cicdansible/roles/setup_openstack_infrastructure/tasks/deploy/heat.yml", "content": "#Tasks for stack redeployment.\n#Delete the heat stack before deployment.\n- name: \"delete deployment to force redeploy\"\n os_stack:\n auth: \"{{ os_auth }}\"\n auth_type: token\n name: \"{{ sta...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5611, "all_permissive": true }
ansible_role
m-sll/k3-jupyterhub
844350b89ad822108288e6d621848a2dae8942ea
0
roles/jupyterhub
382
[ "no_license" ]
[ { "path": "roles/jupyterhub/defaults/main.yml", "content": "---\n# JupyterHub defaults\njupyterhub_allowed_users:\n - he\n - lls\n\njupyterhub_admin_users:\n - he\n\n# Auth0 settings (override in group_vars or with vault)\nauth0_domain: dev-yx4gqv6q52wz1g4s.us.auth0.com", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4224, "all_permissive": false }
ansible_role
m-sll/k3-jupyterhub
844350b89ad822108288e6d621848a2dae8942ea
0
roles/k3s
382
[ "no_license" ]
[ { "path": "roles/k3s/tasks/main.yml", "content": "---\n- name: Check if K3s is already installed\n stat:\n path: /usr/local/bin/k3s\n register: k3s_installed\n\n- name: Download K3s installer\n get_url:\n url: https://get.k3s.io\n dest: /tmp/k3s-install.sh\n mode: '0755'\n when: not k3s_inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2455, "all_permissive": false }
ansible_role
m-sll/k3-jupyterhub
844350b89ad822108288e6d621848a2dae8942ea
0
roles/nftables
382
[ "no_license" ]
[ { "path": "roles/nftables/handlers/main.yml", "content": "---\n- name: restart nftables\n systemd:\n name: nftables\n state: restarted\n daemon_reload: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/nftables/templates/nftables...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2290, "all_permissive": false }
ansible_role
m-sll/k3-jupyterhub
844350b89ad822108288e6d621848a2dae8942ea
0
roles/prefect_worker
382
[ "no_license" ]
[ { "path": "roles/prefect_worker/tasks/main.yml", "content": "---\n- name: Create Prefect worker values file\n template:\n src: prefect-worker-values.yml.j2\n dest: /tmp/prefect-worker-values.yml\n mode: '0644'\n\n- name: Deploy Prefect Worker using Helm\n kubernetes.core.helm:\n name: prefect-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2755, "all_permissive": false }
ansible_role
amrkedra/MERN-Full-project
abf3d2b81b247ac66baaea4706327e74d8924edd
1
Ansible/roles/Jenkins
382
[ "no_license" ]
[ { "path": "Ansible/roles/Jenkins/tasks/amrkedra.code-workspace", "content": "{\n\t\"folders\": [\n\t\t{\n\t\t\t\"name\": \"amrkedra\",\n\t\t\t\"path\": \"../../../../../.ansible/collections/ansible_collections/amrkedra\"\n\t\t}\n\t],\n\t\"settings\": {\n\t\t\"ansible.python.interpreterPath\": \"/usr/bin/pyt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 682, "all_permissive": false }
ansible_role
amrkedra/MERN-Full-project
abf3d2b81b247ac66baaea4706327e74d8924edd
1
Ansible/roles/docker
382
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: install_docker\n ansible.builtin.package:\n name: docker\n state: latest\n gather_facts: no\n skip_errors: yes\n tags: docker\n\n \n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
amrkedra/MERN-Full-project
abf3d2b81b247ac66baaea4706327e74d8924edd
1
Ansible/roles/kubernetes
382
[ "no_license" ]
[ { "path": "Ansible/roles/kubernetes/defaults/main.yml", "content": "---\ndocker_pkg: docker.io\nkube_pkg: kubeadm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "Ansible/roles/kubernetes/vars/main.yml", "content": "---\nkube_version: \"1.21.0...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1861, "all_permissive": false }
ansible_role
amrkedra/MERN-Full-project
abf3d2b81b247ac66baaea4706327e74d8924edd
1
Ansible/roles/nginx
382
[ "no_license" ]
[ { "path": "Ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: install Nginx\n ansible.builtin.package:\n name: nginx\n state: latest\n \n- name: start nginx\n ansible.builtin.service:\n name: nginx\n state: started", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
amrkedra/MERN-Full-project
abf3d2b81b247ac66baaea4706327e74d8924edd
1
Ansible/roles/promethus
382
[ "no_license" ]
[ { "path": "Ansible/roles/promethus/handlers/main.yml", "content": "---\n# handlers file for promethus\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "Ansible/roles/promethus/defaults/main.yml", "content": "---\n# defaults file for promethus\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1216, "all_permissive": false }
ansible_role
pasogott/frappe-ansible-install
6dee43708661cae543fcba83191ff417b83b1f1a
1
roles/bench
382
[ "no_license" ]
[ { "path": "roles/bench/tasks/main.yml", "content": "---\n\n- name: Install frappe-bench\n ansible.builtin.pip:\n name: frappe-bench\n break_system_packages: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
pasogott/frappe-ansible-install
6dee43708661cae543fcba83191ff417b83b1f1a
1
roles/erpnext
382
[ "no_license" ]
[ { "path": "roles/erpnext/tasks/main.yml", "content": "---\n- name: Update Redis Port for hrms\n ansible.builtin.lineinfile:\n path: /etc/redis/redis.conf\n regexp: '^port '\n line: 'port 13000'\n when: erpnext_hrms\n\n- name: Restart redis-server\n ansible.builtin.systemd_service:\n name: red...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6689, "all_permissive": false }
ansible_role
pasogott/frappe-ansible-install
6dee43708661cae543fcba83191ff417b83b1f1a
1
roles/mariadb
382
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: Ensure required packages are installed\n ansible.builtin.apt:\n name:\n - mariadb-server\n - mariadb-client\n - python3-pymysql\n - libmariadb-dev\n state: present\n\n# ------- Begin mariadb-secure-installation -...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3420, "all_permissive": false }
ansible_role
pasogott/frappe-ansible-install
6dee43708661cae543fcba83191ff417b83b1f1a
1
roles/node
382
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Download nvm install script to control node\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/{{ node_nvm_version }}/install.sh\n dest: \"{{ node_nvm_script }}\"\n mode: \"0744\"\n delegate_to: 127....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1405, "all_permissive": false }
ansible_role
mjchave82/ansible2
a091518897986b48c28e0053ceeeeaafa3ad8836
0
roles/codedeploy
382
[ "no_license" ]
[ { "path": "roles/codedeploy/tasks/main.yml", "content": "---\n# tasks file for codedeploy\n- name: install pip to install boto\n yum:\n name: python-pip\n lock_timeout: 300\n state: present\n\n- name: install boto\n pip:\n name: boto\n state: present \n \n- name: install ruby\n yum:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
mjchave82/ansible2
a091518897986b48c28e0053ceeeeaafa3ad8836
0
roles/helloworld
382
[ "no_license" ]
[ { "path": "roles/helloworld/tasks/main.yml", "content": "---\n# tasks file for helloworld\n- name: Copying the application file\n copy:\n src: helloworld.js\n dest: /home/ec2-user/\n owner: ec2-user\n group: ec2-user\n mode: 0644\n notify: restart helloworld\n\n- name: Copying the service f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 675, "all_permissive": false }
ansible_role
mjchave82/ansible2
a091518897986b48c28e0053ceeeeaafa3ad8836
0
roles/nodejs
382
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for nodejs\n- name: install the rhel rpm from a remote repo\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n \n- name: install the latest version of npm from rhel rpm\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
khorine/ansible-tutorial
9187775d941abbcf8d1236cd2c2f379444768e7f
0
roles/web_servers
382
[ "no_license" ]
[ { "path": "roles/web_servers/files/default_site.yml", "content": "<html>\n\n <title>Web-site test</title>\n\n <body>\n <p>Ansible is awesome. Really love it!</p>\n </body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 865, "all_permissive": false }
ansible_role
tilakmyla/tillu
e0ecd294786bd2e8b65b9fb8332b19ac73602bf8
0
ansible/roles/ansible-zookeeper
382
[ "no_license" ]
[ { "path": "ansible/roles/ansible-zookeeper/tasks/Debian.yml", "content": "---\n- name: Install add-apt-repostory - JAVA8\n become: yes\n apt: name=software-properties-common state=latest\n\n- name: Add Oracle Java Repository\n become: yes\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Accept J...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1457, "all_permissive": false }
ansible_role
tilakmyla/tillu
e0ecd294786bd2e8b65b9fb8332b19ac73602bf8
0
ansible/roles/elasticsearch
382
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/elasticsearch-Debian.yml", "content": "---\n- name: Download elasticsearch deb package\n s3:\n bucket: elk-repo\n object: elasticsearch-6.3.0.deb\n dest: /opt/elasticsearch-6.3.0.deb\n mode: get\n when: es_install_s3\n notify: restart elasticsearch...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 759, "all_permissive": false }
ansible_role
tilakmyla/tillu
e0ecd294786bd2e8b65b9fb8332b19ac73602bf8
0
ansible/roles/filebeat
382
[ "no_license" ]
[ { "path": "ansible/roles/filebeat/tasks/install-debian.yml", "content": "--\n\n- name: Download filebeat Deb package\n s3:\n bucket: elk-repo\n object: filebeat-6.2.4-amd64.deb\n dest: /opt/filebeat-6.2.4-amd64.deb \n mode: get\n\n- name: Install the filebeat Deb package\n apt:\n deb: /opt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 652, "all_permissive": false }
ansible_role
tilakmyla/tillu
e0ecd294786bd2e8b65b9fb8332b19ac73602bf8
0
ansible/roles/java
382
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/setup-RedHat.yml", "content": "---\n#- name: Ensure Java is installed.\n# package: \"name={{ item }} state=present\"\n# with_items: \"{{ java_packages }}\"\n\n- name: Download JAVA rpm from S3\n s3:\n mode: get\n bucket: us-east-dev-us-tum-dev-elk\n object: el...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1496, "all_permissive": false }
ansible_role
tilakmyla/tillu
e0ecd294786bd2e8b65b9fb8332b19ac73602bf8
0
ansible/roles/kibana
382
[ "no_license" ]
[ { "path": "ansible/roles/kibana/defaults/main.yml", "content": "---\nkibana_version: \"6.0.0\"\n\nkibana_server_port: 5601\nkibana_server_host: \"0.0.0.0\"\n\nkibana_elasticsearch_url: \"http://localhost:9200\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, {...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1897, "all_permissive": false }
ansible_role
tilakmyla/tillu
e0ecd294786bd2e8b65b9fb8332b19ac73602bf8
0
ansible/roles/logstash
382
[ "no_license" ]
[ { "path": "ansible/roles/logstash/tasks/config.yml", "content": "---\n- name: Create Logstash configuration files.\n template:\n #src: \"{{ item }}.j2\"\n src: \"logstash.conf.j2\"\n dest: \"/etc/logstash/conf.d/{{ item }}\"\n owner: root\n group: root\n mode: 0644\n with_items:\n - l...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3155, "all_permissive": false }
ansible_role
nouraldeen417/DEPI_Graduation_Project_G5
65100d2d38ef9dea6c558ef5c0dd4b1cc6bbde49
0
ansible/roles/deploy_dockercommunity
382
[ "no_license" ]
[ { "path": "ansible/roles/deploy_dockercommunity/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for deploy_dockercommunity\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "ansible/roles/deploy_dockercommunity/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1522, "all_permissive": false }
ansible_role
nouraldeen417/DEPI_Graduation_Project_G5
65100d2d38ef9dea6c558ef5c0dd4b1cc6bbde49
0
ansible/roles/docker_compose
382
[ "no_license" ]
[ { "path": "ansible/roles/docker_compose/files/docker-compose.yml", "content": "version: '3.8'\nservices:\n web:\n image: nouraldeen152/networkapp:${BUILD_NUMBER} \n ports:\n - \"8000:8000\"\n volumes:\n - staticfiles:/app/djangoapp/staticfiles # Mount staticfiles volume\n environment...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1380, "all_permissive": false }
ansible_role
nouraldeen417/DEPI_Graduation_Project_G5
65100d2d38ef9dea6c558ef5c0dd4b1cc6bbde49
0
ansible/roles/docker_install
382
[ "no_license" ]
[ { "path": "ansible/roles/docker_install/vars/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\nansible_os_family : \"RedHat\"\ndocker_packages:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-compose-plugin\n - docker-buildx-plugin\n - python3-requests", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1643, "all_permissive": false }
ansible_role
slim0/avid-ansible
e3f25166a1e8e2c9040d1459b1d58a529791e202
0
roles/avid
382
[ "no_license" ]
[ { "path": "roles/avid/vars/main.yml", "content": " # \"state\" variable should be :\n # - \"install\" (to uninstall the existing version and then install the new one.)\n # - \"uninstall\" (to uninstall)\n # - \"getversion\" (to get the actual version installed)\n state: install\n\n # if \"...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 8929, "all_permissive": false }
ansible_role
reyerstudio/devstrap-macos
8c2158e23a9d1f9d591dd8db9a79c2418476c18c
0
roles/bash-it
382
[ "no_license" ]
[ { "path": "roles/bash-it/tasks/main.yml", "content": "---\n- name: Ensure bash_it repository is cloned locally.\n git:\n repo: \"{{ bash_it_repo }}\"\n dest: \"{{ bash_it_repo_local_destination }}\"\n version: \"{{ bash_it_repo_version }}\"\n accept_hostkey: \"{{ bash_it_repo_accept_hostkey }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1781, "all_permissive": false }
ansible_role
reyerstudio/devstrap-macos
8c2158e23a9d1f9d591dd8db9a79c2418476c18c
0
roles/devstrap
382
[ "no_license" ]
[ { "path": "roles/devstrap/templates/devstrap", "content": "#!/usr/bin/env bash\n\nDEVSTRAP_BASE_PATH={{ devstrap_base_path }}\nDEVSTRAP_MACOS_PATH={{ devstrap_macos_path }}\nPLAYBOOKS_PATH={{ devstrap_playbooks_path }}\nPLAYBOOK=${1:-devstrap}.yml\n\nexport ANSIBLE_NOCOWS=1\nexport ANSIBLE_ROLES_PATH=$DEVST...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1544, "all_permissive": false }
ansible_role
reyerstudio/devstrap-macos
8c2158e23a9d1f9d591dd8db9a79c2418476c18c
0
roles/dotfiles
382
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- include: repos.yml\n- include: vim.yml\n- include: bash.yml\n- include: iterm2.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/dotfiles/README.md", "content": "# Ansible ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2329, "all_permissive": false }
ansible_role
reyerstudio/devstrap-macos
8c2158e23a9d1f9d591dd8db9a79c2418476c18c
0
roles/homebrew
382
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n# Tap commands\n- name: Ensure configured taps are tapped\n homebrew_tap: \"tap={{ item }} state=present\"\n loop: \"{{ homebrew_taps }}\"\n\n# Cask commands\n- name: Ensure blacklisted cask applications are not installed\n homebrew_cask: \"name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1514, "all_permissive": false }
ansible_role
reyerstudio/devstrap-macos
8c2158e23a9d1f9d591dd8db9a79c2418476c18c
0
roles/vscode
382
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Ensuire code command\n file:\n src: \"{{ vscode_cli_src }}\"\n dest: \"{{ vscode_cli_dest }}\"\n state: link\n\n- name: Install extensions\n shell: code --install-extension \"{{ item }}\"\n with_items: \"{{ vscode_extensions }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1259, "all_permissive": false }
ansible_role
scra99s/docker-game-servers
78783c1b3b016377dc935bd095fb31f3c6004be2
0
roles/battlefield2-service
382
[ "no_license" ]
[ { "path": "roles/battlefield2-service/tasks/main.yml", "content": "---\n########################################\n# Deploy the johnodon/bf2 container to the swarm\n- name: Deploy Battlefieled 2 service\n docker_swarm_service:\n name: battlefieled2-service\n hostname: battlefieled2\n image: bf2:lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
scra99s/docker-game-servers
78783c1b3b016377dc935bd095fb31f3c6004be2
0
roles/configuration
382
[ "no_license" ]
[ { "path": "roles/configuration/tasks/main.yml", "content": "---\n########################################\n# Update all packages to their latest version\n- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest\n force_apt_get: yes\n\n###############################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2033, "all_permissive": false }
ansible_role
scra99s/docker-game-servers
78783c1b3b016377dc935bd095fb31f3c6004be2
0
roles/minecraft-service
382
[ "no_license" ]
[ { "path": "roles/minecraft-service/tasks/main.yml", "content": "---\n########################################\n# Deploy the itzg/minecraft-server container to the swarm\n- name: Deploy Minecraft service\n docker_swarm_service:\n name: minecraft-service\n hostname: minecraft\n image: itzg/minecraft...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
scra99s/docker-game-servers
78783c1b3b016377dc935bd095fb31f3c6004be2
0
roles/swarm
382
[ "no_license" ]
[ { "path": "roles/swarm/tasks/main.yml", "content": "---\n########################################\n# Install required dependencies\n- name: Install swarm dependencies\n package:\n name:\n - docker.io\n - python3-docker\n state: present\n \n########################################\n# Start ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 949, "all_permissive": false }
ansible_role
mvilain/ansible-elk
b12e31dc63efc3da0817dc9350a453c54060a400
0
roles/common
382
[ "no_license" ]
[ { "path": "roles/common/tasks/Fedora_services.yml", "content": "# Fedora services tasks for common\n---\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/common/vars/Ubuntu.yml", "content": "# vars for Ubuntu\n---\n\nUbuntu_packages:\n -...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 21, "total_bytes": 10573, "all_permissive": false }
ansible_role
mvilain/ansible-elk
b12e31dc63efc3da0817dc9350a453c54060a400
0
roles/elasticsearch
382
[ "no_license" ]
[ { "path": "roles/elasticsearch/defaults/main.yaml", "content": "# defaults file for elastic search\n\nelasticsearch_network_host: \"localhost\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/elasticsearch/tasks/main.yaml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 804, "all_permissive": false }
ansible_role
mvilain/ansible-elk
b12e31dc63efc3da0817dc9350a453c54060a400
0
roles/java
382
[ "no_license" ]
[ { "path": "roles/java/tasks/RedHat-tasks.yml", "content": "# RedHat tasks to install OpenJava\n\n- name: Install java 8\n package:\n name: java-1.8.0-openjdk\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/java/task...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
mvilain/ansible-elk
b12e31dc63efc3da0817dc9350a453c54060a400
0
roles/kibana
382
[ "no_license" ]
[ { "path": "roles/kibana/templates/kibanaAdmin.j2", "content": "echo \"{{ kibana_user }}:`openssl passwd -apr`\" | sudo tee -a /etc/nginx/htpasswd.users", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/kibana/defaults/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2701, "all_permissive": false }
ansible_role
mvilain/ansible-elk
b12e31dc63efc3da0817dc9350a453c54060a400
0
roles/logstash
382
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "---\n# tasks file for logstash\n\n- include_role:\n name: java\n- include_role: \n name: repo-elk\n\n# requires Java 8 + elk-repo first installed first\n# kludge to install on debian systems\n- include_tasks: roles/logstash/tasks/Debian-install.ym...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5844, "all_permissive": false }
ansible_role
mvilain/ansible-elk
b12e31dc63efc3da0817dc9350a453c54060a400
0
roles/nginx
382
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "# nginx handlers\n\n- name: restart_nginx_service\n service: name=nginx state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/nginx/tasks/main.yaml", "content": "---\n# tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 505, "all_permissive": false }
ansible_role
mvilain/ansible-elk
b12e31dc63efc3da0817dc9350a453c54060a400
0
roles/repo-elk
382
[ "no_license" ]
[ { "path": "roles/repo-elk/tasks/main.yml", "content": "# main tasks for repo-elk role\n\n# note: the following included tasks might configure and enable stuff in common_packages\n# requires \n# Debian_{tasks,services}.yml\n# RedHat_{tasks,services}.yml\n\n# must use include because doesn't like dynamic ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3078, "all_permissive": false }
ansible_role
cogicgoran/discord-matchmaking-bot
6559aaebda1e7c255bfb8391e06755acea4deddb
0
infra/ansible/roles/environment_setup
382
[ "no_license" ]
[ { "path": "infra/ansible/roles/environment_setup/templates/app.service.j2", "content": "[Unit]\nDescription=Matchmaking bot application\nAfter=network.target\nRestartSec=10\nStartLimitIntervalSec=180\n\n[Service]\nUser={{application_username}}\nWorkingDirectory=/home/{{application_username}}/{{app_repo_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2090, "all_permissive": false }
ansible_role
cogicgoran/discord-matchmaking-bot
6559aaebda1e7c255bfb8391e06755acea4deddb
0
infra/ansible/roles/instance_setup
382
[ "no_license" ]
[ { "path": "infra/ansible/roles/instance_setup/handlers/main.yaml", "content": "---\n- name: restart sshd\n service:\n name: ssh\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "infra/ansible/roles/instance_setup/tasks/main...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/arr
382
[ "no_license" ]
[ { "path": "playbooks/roles/arr/defaults/main.yml", "content": "---\narr_service_name:\narr_image_tag: latest\narr_fqdn: media.local\narr_expose_port: 8080\n\narr_timezone: Etc/UTC\n\narr_mount_media: false\n\narr_install_path: /opt/media\narr_data_path: /data/media\narr_downloads_path:\n\narr_user: media\na...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4210, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/authelia
382
[ "no_license" ]
[ { "path": "playbooks/roles/authelia/defaults/main.yml", "content": "---\nauthelia_domain: local\nauthelia_fqdn: auth.{{ authelia_domain }}\nauthelia_install_path: /opt/authelia\nauthelia_log_path: /var/log/authelia\nauthelia_data_path: /data/authelia\nauthelia_image_tag: latest\n\nauthelia_syslog_server: 12...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 10453, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/bitwarden
382
[ "no_license" ]
[ { "path": "playbooks/roles/bitwarden/files/docker-compose.yml", "content": "---\nversion: '3.8'\n\nservices:\n # runs as root\n bitwarden:\n image: vaultwarden/server:${VERSION}\n container_name: bitwarden\n restart: unless-stopped\n init: true\n networks:\n - traefik\n expose:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4908, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/common
382
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/directories.yml", "content": "---\n- name: Ensure common data directory exists\n file:\n path: \"{{ common_data_root }}\"\n owner: root\n group: root\n mode: 0440\n state: directory\n\n- name: Ensure common download directory exists\n file:\n path:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1422, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/compose
382
[ "no_license" ]
[ { "path": "playbooks/roles/compose/tasks/user.yml", "content": "---\n- name: Checking for extra groups\n getent:\n database: group\n key: \"{{ item }}\"\n loop: \"{{ compose_additional_groups }}\"\n register: extra_ids\n when: compose_additional_groups | length > 0\n failed_when: false\n\n- name:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4501, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/ddclient
382
[ "no_license" ]
[ { "path": "playbooks/roles/ddclient/templates/ddclient.conf.j2", "content": "daemon={{ ddclient_refresh_seconds }}\nssl=yes\n\nuse=web, web=dynamicdns.park-your-domain.com/getip\n\n##\n## cloudflare.com account-configuration\n##\nprotocol=cloudflare\nzone={{ ddclient_domain }}\nttl={{ ddclient_cloudflare_tt...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3492, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/deluge
382
[ "no_license" ]
[ { "path": "playbooks/roles/deluge/tasks/main.yml", "content": "---\n- import_tasks: users.yml\n\n- import_tasks: directories.yml\n\n- name: Install deluge files\n copy:\n src: docker-compose.yml\n dest: \"{{ deluge_install_path }}/docker-compose.yml\"\n owner: root\n group: root\n mode: 0440...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6184, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/docker
382
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/extras.yml", "content": "---\n- name: Check for existing networks\n command: docker network ls -q -f name={{ item }}\n register: existing_networks\n loop: \"{{ docker_networks }}\"\n changed_when: false\n failed_when: false\n when: docker_networks|length > 0\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3804, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/elasticsearch
382
[ "no_license" ]
[ { "path": "playbooks/roles/elasticsearch/files/kibana.yml", "content": "---\nserver.host: 0.0.0.0\n\nuiSettings:\n overrides:\n \"theme:darkMode\": true\n\nelasticsearch.hosts:\n - http://elasticsearch:9200\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4256, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/fail2ban
382
[ "no_license" ]
[ { "path": "playbooks/roles/fail2ban/vars/main.yml", "content": "---\nfail2ban_config_path: \"{{ fail2ban_install_path }}/config\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "playbooks/roles/fail2ban/tasks/main.yml", "content": "---\n- imp...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3815, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/filebeat
382
[ "no_license" ]
[ { "path": "playbooks/roles/filebeat/files/docker-compose.yml", "content": "---\nversion: '3.8'\n\nservices:\n filebeat:\n restart: unless-stopped\n container_name: filebeat\n image: docker.elastic.co/beats/filebeat:${VERSION}\n command: -e -strict.perms=false\n user: root\n networks:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2938, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/logrotate
382
[ "no_license" ]
[ { "path": "playbooks/roles/logrotate/defaults/main.yml", "content": "---\nlogrotate_path: /etc/logrotate.d\nlogrotate_scripts: [\n # - name: script_name\n # paths: [str]\n # options: [str]\n # scripts:\n # postrotate: \"script\"\n]\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/nvidia
382
[ "no_license" ]
[ { "path": "playbooks/roles/nvidia/defaults/main.yml", "content": "---\nnvidia_driver_version: 510\nnvidia_install_docker_runtime: false\nnvidia_docker2_version: 2.9.1\nnvidia_restart_handler_state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1334, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/ombi
382
[ "no_license" ]
[ { "path": "playbooks/roles/ombi/handlers/main.yml", "content": "---\n- name: restart ombi\n command:\n chdir: \"{{ ombi_install_path }}\"\n cmd: docker compose up -d --quiet-pull --force-recreate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "pa...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2887, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/organizr
382
[ "no_license" ]
[ { "path": "playbooks/roles/organizr/templates/.env.j2", "content": "DOMAIN={{ organizr_domain }}\nFQDN_DOMAIN={{ organizr_fqdn }}\nDATA_PATH={{ organizr_data_path }}\n\nVERSION={{ organizr_image_tag }}\n\nPUID={{ organizr_user_id }}\nPGID={{ organizr_group_id }}\n", "license_type": "no_license", "de...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3197, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/overseerr
382
[ "no_license" ]
[ { "path": "playbooks/roles/overseerr/handlers/main.yml", "content": "---\n- name: restart overseerr\n command:\n chdir: \"{{ overseerr_install_path }}\"\n cmd: docker compose up -d --quiet-pull --force-recreate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3156, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/pihole
382
[ "no_license" ]
[ { "path": "playbooks/roles/pihole/files/docker-compose.yml", "content": "---\nversion: \"3.8\"\n\nservices:\n # kind of doesn't run as root\n # www runs as www-data and dns runs as pihole\n pihole:\n image: pihole/pihole:${VERSION}\n container_name: pihole\n restart: unless-stopped\n cap_add:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7601, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/plex
382
[ "no_license" ]
[ { "path": "playbooks/roles/plex/tasks/users.yml", "content": "---\n- name: Add group {{ plex_group }}\n group:\n name: \"{{ plex_group }}\"\n state: present\n\n- name: Add user {{ plex_user }}\n user:\n name: \"{{ plex_user }}\"\n group: \"{{ plex_group }}\"\n shell: /sbin/nologin\n crea...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 10080, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/portainer
382
[ "no_license" ]
[ { "path": "playbooks/roles/portainer/tasks/main.yml", "content": "---\n- name: Ensure portainer docker directory\n file:\n path: \"{{ portainer_install_path }}\"\n owner: root\n group: root\n mode: 0550\n state: directory\n\n- name: Copy portainer files\n copy:\n src: docker-compose.yml\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2114, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/postfix
382
[ "no_license" ]
[ { "path": "playbooks/roles/postfix/tasks/main.yml", "content": "---\n- name: Ensure postfix install directory\n file:\n path: \"{{ postfix_install_path }}\"\n owner: root\n group: root\n mode: 0440\n state: directory\n\n- name: Install postfix files\n copy:\n src: docker-compose.yml\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1889, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/pwpusher
382
[ "no_license" ]
[ { "path": "playbooks/roles/pwpusher/tasks/main.yml", "content": "---\n- name: Ensure pwpusher directory\n file:\n path: \"{{ pwpusher_install_path }}\"\n owner: root\n group: root\n mode: 0550\n state: directory\n\n- name: Install pwpusher files\n copy:\n src: docker-compose.yml\n des...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1838, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/restic
382
[ "no_license" ]
[ { "path": "playbooks/roles/restic/tasks/main.yml", "content": "---\n- name: Ensure required directories exist\n file:\n path: \"{{ item }}\"\n state: directory\n owner: root\n group: root\n mode: 0750\n loop:\n - \"{{ restic_install_path }}\"\n - \"{{ restic_config_path }}\"\n loop_c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1965, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/restic_schedule
382
[ "no_license" ]
[ { "path": "playbooks/roles/restic_schedule/templates/exclude.conf.j2", "content": "{{ restic_schedule_exclude_patterns | join('\\n') }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "playbooks/roles/restic_schedule/templates/systemd/restic.timer...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 5474, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/sabnzb
382
[ "no_license" ]
[ { "path": "playbooks/roles/sabnzb/tasks/directories.yml", "content": "---\n- name: Ensure sabnzb docker directory\n file:\n path: \"{{ sabnzb_install_path }}\"\n owner: root\n group: root\n mode: 0550\n state: directory\n\n- name: Ensure sabnzb data directory\n file:\n path: \"{{ sabnzb_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3931, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/static
382
[ "no_license" ]
[ { "path": "playbooks/roles/static/templates/.env.j2", "content": "DOMAIN={{ static_fqdn }}\nDATA_PATH={{ static_data_path }}\nVERSION={{ static_image_tag }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "playbooks/roles/static/defaults/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2388, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/tautulli
382
[ "no_license" ]
[ { "path": "playbooks/roles/tautulli/files/docker-compose.yml", "content": "---\nversion: '3.8'\n\nservices:\n # no logging :'( but there are some nice logs in the ui\n # TODO: see about using sqlite db for logs\n # does not run as root\n tautulli:\n image: lscr.io/linuxserver/tautulli:${VERSION}\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3288, "all_permissive": false }
ansible_role
akusei/media_stack
35fa628fa4ca78c7580de178781d922f9ced17ef
2
playbooks/roles/traefik
382
[ "no_license" ]
[ { "path": "playbooks/roles/traefik/tasks/main.yml", "content": "---\n- import_tasks: users.yml\n\n- import_tasks: directories.yml\n\n- name: Install traefik files\n copy:\n src: docker-compose.yml\n dest: \"{{ traefik_install_path }}/docker-compose.yml\"\n owner: root\n group: root\n mode: 0...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 8876, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/backup
381
[ "no_license" ]
[ { "path": "roles/backup/templates/etc/backup/config.rb.j2", "content": "# {{ansible_managed}}\n\n# View the Git repository at https://github.com/meskyanichi/backup\n# View the Wiki/Documentation at https://github.com/meskyanichi/backup/wiki\n# View the issue log at https://github.com/meskyanichi/backup/issu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2305, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/beaver
381
[ "no_license" ]
[ { "path": "roles/beaver/tasks/main.yml", "content": "---\n- name: Install beaver\n pip: name=beaver state=present extra_args=\"--pre\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/bootstrap
381
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n# Create admin user and prevent root login\n\n# Admin user\n- name: create admin user\n user: name={{admin_name}} home=/home/{{admin_name}} shell=/bin/bash\n- name: add authorized keys\n authorized_key: \"key='{{ lookup('file', '~/.ssh/id_rsa.pu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 926, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/common
381
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- include: hostname.yml\n\n- name: install some admin packages\n apt: pkg={{ item }} update_cache=yes cache_valid_time=3600 state=installed\n with_items:\n - sudo\n - language-pack-en # locale woes on official Ubuntu Vagrant VM\n - aptitud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1051, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/datadog
381
[ "no_license" ]
[ { "path": "roles/datadog/tasks/main.yml", "content": "---\n\n- name: Script to install the DataDog agent\n template: src=root/install_datadog.sh dest=/root/install_datadog.sh mode=0700\n- name: Install DataDog agent\n command: /root/install_datadog.sh creates=/usr/share/datadog/agent/\n- name: Ensure the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 466, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/datadog-mysql
381
[ "no_license" ]
[ { "path": "roles/datadog-mysql/tasks/main.yml", "content": "---\n- name: install mysql python package\n apt: name=python-mysqldb state=present\n\n- name: create mysql user for monitoring\n mysql_user: user={{ datadog_mysql_user }}\n password={{ <PASSWORD> }}\n priv='*.*:replicati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 587, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/datadog-nginx
381
[ "no_license" ]
[ { "path": "roles/datadog-nginx/tasks/main.yml", "content": "- name: Monitor nginx with Datadog\n notify: restart datadog\n template: src=datadog/conf.d/nginx.yaml.j2\n dest=/etc/dd-agent/conf.d/nginx.yaml\n owner=dd-agent group=nogroup mode=0600\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/firewall
381
[ "no_license" ]
[ { "path": "roles/firewall/handlers/main.yml", "content": "- name: ufw reload\n command: ufw reload\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/firewall/tasks/main.yml", "content": "- name: Install ufw\n apt: pkg=ufw state=present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/fpm
381
[ "no_license" ]
[ { "path": "roles/fpm/templates/etc/logrotate.d/fpm.j2", "content": "/var/log/php*-fpm.log\n{\n rotate 6\n weekly\n compress\n missingok\n notifempty\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/fpm/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1024, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/mysql
381
[ "no_license" ]
[ { "path": "roles/mysql/templates/etc/mysql/conf.d/overrides.cnf.j2", "content": "# {{ ansible_managed }}\n\n[mysqld]\n\n# Faster than 1 (ACID compliant).\n# Can lose up to 1 second if OS crash (safe for mysql crashes).\ninnodb_flush_log_at_trx_commit = 2\n\n# ignore_builtin_innodb\n# plugin-load=innodb=ha_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1374, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/nginx-blitz-io
381
[ "no_license" ]
[ { "path": "roles/nginx-blitz-io/tasks/main.yml", "content": "---\n- name: authorize blitz.io to run this load test\n copy: dest=/srv/wordpress/{{ blitz_io_authorization_file }} content=42\n owner=wordpress group=wordpress mode=0644\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
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/nginx-cloudflare
381
[ "no_license" ]
[ { "path": "roles/nginx-cloudflare/tasks/main.yml", "content": "- name: Configure nginx to trust Cloudflare as a reverse proxy\n notify: reload nginx\n template: src=etc/nginx/conf.d/cloudflare.conf.j2\n dest=/etc/nginx/conf.d/cloudflare.conf\n mode=0644\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/ruby
381
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n\n- name: install ruby-related packages\n apt: pkg={{ item }} update_cache=yes cache_valid_time=3600 state=installed\n with_items:\n - ruby\n - ruby1.9.1-dev\n\n- name: install gems faster\n copy: 'dest=/etc/gemrc content=\"gem: --no-ri --no-r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/wordpress
381
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: download wordpress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz\n dest=/srv/wordpress-{{ wp_version }}.tar.gz\n sha256sum={{ wp_version_sha256sum }}\n\n- name: extract archive\n command: ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4195, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/wordpress-custom
381
[ "no_license" ]
[ { "path": "roles/wordpress-custom/tasks/main.yml", "content": "---\n- name: download wordpress theme\n get_url: url=https://files.rocksolidops.com/wordpress/themes/bonbon.tgz\n dest=/srv/bonbon.tgz\n sha256sum=e0c2cf5927ee5e96d6f64a95584368be6c8310e551bd11a784842b4edf6700a2\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
webmat/devopsmtl.com
f8bee38152f4a3d7d42825854e0efd2618654651
3
roles/wordpress-jetpack
381
[ "no_license" ]
[ { "path": "roles/wordpress-jetpack/handlers/main.yml", "content": "---\n\n- name: uninstall jetpack\n file: state=absent path=/srv/wordpress/wp-content/plugins/jetpack\n\n- name: install jetpack\n command: chdir=/srv/wordpress/wp-content/plugins\n unzip /srv/jetpack.{{ jetpack_version }}.zip\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 965, "all_permissive": false }
ansible_role
pblgomez/hetzner_rancher_cluster
87f15d1c4ef00dbb0d31ad2980149c370c48d714
0
roles/caddyfile_generator
381
[ "no_license" ]
[ { "path": "roles/caddyfile_generator/templates/Caddyfile.j2", "content": "# {{ ansible_managed }}\n{% for reverse_proxy in reverse_proxy %}\nrancher.{{ vault_domain }} {\n reverse_proxy {{ rancher_ip }}:8080\n}\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
pblgomez/hetzner_rancher_cluster
87f15d1c4ef00dbb0d31ad2980149c370c48d714
0
roles/docker_compose_generator
381
[ "no_license" ]
[ { "path": "roles/docker_compose_generator/handlers/main.yml", "content": "---\n- name: docker compose down and up\n block:\n - name: Tear down existing services\n community.general.docker_compose:\n project_src: \"~\"\n state: absent\n - name: Create and start services\n commu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 833, "all_permissive": false }
ansible_role
brunobva/vagrant-ansible
99b1ca4440d80cacbe5ac37cdd03d5890c2b3d02
0
Ansible/roles/Init-Server
381
[ "no_license" ]
[ { "path": "Ansible/roles/Init-Server/tasks/main.yml", "content": "--- \n# Config SELINUX\n- name: Configuring SELINX\n selinux:\n policy: targeted\n state: disabled\n\n# Update Repository\n- name: Upgrade all packages, excluding some packages\n yum:\n name: '*'\n state: latest\n exclude: ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1407, "all_permissive": false }
ansible_role
brunobva/vagrant-ansible
99b1ca4440d80cacbe5ac37cdd03d5890c2b3d02
0
Ansible/roles/nfs-client
381
[ "no_license" ]
[ { "path": "Ansible/roles/nfs-client/tasks/main.yml", "content": "- name: Ensure NFS common is installed.\n yum: name=nfs-common state=installed update_cache=yes\n\n- name: Create mountable dir\n file: path=/bvalab/nfs state=directory mode=777 owner=root group=root\n\n- name: set mountpoints\n mount: moun...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 595, "all_permissive": false }
ansible_role
brunobva/vagrant-ansible
99b1ca4440d80cacbe5ac37cdd03d5890c2b3d02
0
Ansible/roles/vault
381
[ "no_license" ]
[ { "path": "Ansible/roles/vault/templates/vault.hcl.j2", "content": "listener \"tcp\" {\n address = \"0.0.0.0:8200\"\n cluster_address = \"{{ ansible_eth1.ipv4.address }}:8201\"\n tls_disable = 1\n}\n\nstorage \"raft\" {\n path = \"{{ nfs_bva_path }}/vault/\"\n}\n\napi_addr = \"http://{{ a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1885, "all_permissive": false }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/1password
381
[ "permissive" ]
[ { "path": "roles/1password/tasks/main.yml", "content": "---\n- name: \"{{ role_name }} | Checking for Distribution Config: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: distribution_config\n\n- name: \"{{ role_name }} |...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6893, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/alacritty
381
[ "permissive" ]
[ { "path": "roles/alacritty/tasks/main.yml", "content": "---\n- name: \"{{ role_name }} | Checking for Distribution Config: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: distribution_config\n\n- name: \"{{ role_name }} |...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4216, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/aldente
381
[ "permissive" ]
[ { "path": "roles/aldente/tasks/MacOSX.yml", "content": "---\n- name: \"Aldente | MacOSX | Install Aldente\"\n community.general.homebrew:\n name: aldente\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/asciiquarium
381
[ "permissive" ]
[ { "path": "roles/asciiquarium/tasks/Ubuntu.yml", "content": "---\n- name: \"Asciiquarium | Detect any installed versions\"\n ansible.builtin.command:\n cmd: which asciiquarium\n changed_when: false\n failed_when: false\n register: is_installed\n\n- name: \"Asciiquarium | Register any installed versio...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3606, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/aws
381
[ "permissive" ]
[ { "path": "roles/aws/uninstall.sh", "content": "#!/bin/bash\nset -e\n\n# Detect OS\ncase \"$(uname -s)\" in\n Darwin)\n # Uninstall AWS CLI v2\n if [ -d \"/usr/local/aws-cli\" ]; then\n __task \"Removing AWS CLI v2\"\n _cmd \"sudo rm -rf /usr/local/aws-cli\"\n _cmd \"sudo rm -f /usr/lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1957, "all_permissive": true }
ansible_role
TechDufus/dotfiles
fd8626b72ab670251c94e989c285b360b6104b33
360
roles/azure
381
[ "permissive" ]
[ { "path": "roles/azure/tasks/Ubuntu.yml", "content": "---\n- name: \"Azure | Install dependencies\"\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n become: true\n loop:\n - ca-certificates\n - curl\n - apt-transport-https\n - lsb-release\n - gnupg\n\n- name: \"Azure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": true }