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
iruffell/cas10
19258b6749e771e0166f2eea8bb97778ef5c0799
0
ansible/roles/sas
348
[ "no_license" ]
[ { "path": "ansible/roles/sas/tasks/main.yml", "content": "---\n\n- include: users.yml\n- include: cas.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/roles/sas/tasks/cas.yml", "content": "---\n - name: create /opt dir\n file: pa...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1890, "all_permissive": false }
ansible_role
amkzdev/JobHunt-Project
8e569aa894098d33105d7df6f3a4fd69d90b488e
0
.ansible/roles/deploy
348
[ "no_license" ]
[ { "path": ".ansible/roles/deploy/defaults/main.yml", "content": "---\n\n# Frontend\nfront_service_name: front.service\nfront_service_path: \"{{ project_path }}/{{ front_service_name }}\"\nfront_service_image_url: \"{{ docker_gitlab_registry_url }}/frontend/jobhunt:latest\"\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1312, "all_permissive": false }
ansible_role
amkzdev/JobHunt-Project
8e569aa894098d33105d7df6f3a4fd69d90b488e
0
.ansible/roles/directory
348
[ "no_license" ]
[ { "path": ".ansible/roles/directory/tasks/main.yml", "content": "---\n\n\n- name: create base directory\n file:\n path: \"{{ front_service_path }}\"\n state: directory\n owner: devops\n group: devops\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
amkzdev/JobHunt-Project
8e569aa894098d33105d7df6f3a4fd69d90b488e
0
.ansible/roles/docker
348
[ "no_license" ]
[ { "path": ".ansible/roles/docker/tasks/main.yml", "content": "---\n\n\n- name: install certain python modules for docker\n pip:\n name: \"{{ item.name }}\"\n version: \"{{ item.version }}\"\n state: present\n extra_args: \"--no-cache-dir\"\n with_items:\n - { name: docker, version: 5.0.3 }\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1383, "all_permissive": false }
ansible_role
amkzdev/JobHunt-Project
8e569aa894098d33105d7df6f3a4fd69d90b488e
0
.ansible/roles/nginx
348
[ "no_license" ]
[ { "path": ".ansible/roles/nginx/templates/jobhunt.conf.j2", "content": "server {\n listen 0.0.0.0:80;\n server_name {{ domain }} www.{{ domain }};\n\n\n return 301 https://$host$request_uri;\n}\n\nserver {\n listen ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2915, "all_permissive": false }
ansible_role
amkzdev/JobHunt-Project
8e569aa894098d33105d7df6f3a4fd69d90b488e
0
.ansible/roles/setup
348
[ "no_license" ]
[ { "path": ".ansible/roles/setup/tasks/main.yml", "content": "---\n\n- name: Install necessary packages\n package:\n name: \n - libffi-dev\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
radhus/homelab
52598b7ed6a3baf8522fc91d774f8bafa09809d0
1
roles/alpine-base
348
[ "no_license" ]
[ { "path": "roles/alpine-base/tasks/commit.yml", "content": "---\n\n- name: Commit changes\n shell: lbu commit\n\n- name: Sync apk cache\n shell: apk cache sync", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/alpine-base/tasks/main.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 227, "all_permissive": false }
ansible_role
radhus/homelab
52598b7ed6a3baf8522fc91d774f8bafa09809d0
1
roles/dom0
348
[ "no_license" ]
[ { "path": "roles/dom0/defaults/main.yml", "content": "domu_pcis: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/dom0/README.md", "content": "# dom0\n\nThe dom0 is an Alpine Linux installation running as the Xen domain 0.\n\n## TODO\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1012, "all_permissive": false }
ansible_role
radhus/homelab
52598b7ed6a3baf8522fc91d774f8bafa09809d0
1
roles/k8s-base
348
[ "no_license" ]
[ { "path": "roles/k8s-base/tasks/update-operator.yml", "content": "---\n\n- name: Create the namespace\n k8s:\n name: \"{{ k8s_update_operator_namespace }}\"\n kind: Namespace\n state: present\n\n- name: Apply ClusterRole\n k8s:\n namespace: \"{{ k8s_update_operator_namespace }}\"\n state: p...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3930, "all_permissive": false }
ansible_role
adhipras/ansible-cis-benchmark-centos-7
cedc3964640e8531cb468bb3814ae3c455f07fdf
0
roles/cis-benchmark
348
[ "no_license" ]
[ { "path": "roles/cis-benchmark/tasks/access-authentication-and-authorization/user-accounts-and-environment.yml", "content": "---\n- name: Configuring password expiration\n lineinfile:\n path: /etc/login.defs\n create: false\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n with_ite...
{ "task_files": 30, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 30, "total_bytes": 34660, "all_permissive": false }
ansible_role
wujcheng/cldemo-evpn-symmetric
3f5b71b2d56fa48b3b870d6f7f1d610b3808525f
0
roles/copy_frr_daemons
348
[ "no_license" ]
[ { "path": "roles/copy_frr_daemons/tasks/main.yml", "content": "---\n - name: copy FRR daemons\n copy: src=config/daemons dest=/etc/frr/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
Devops-Stage-1/tool-automation-code
4907b92532ec3631d11fdc5ebc6e707bbc7f8734
0
roles/CI
348
[ "no_license" ]
[ { "path": "roles/CI/tasks/main.yml", "content": "- name: Create runner directory\n ansible.builtin.file:\n path: /home/ec2-user/github-runner\n state: directory\n become_user: ec2-user\n\n#- name: Download Runner\n# ansible.builtin.unarchive:\n# src: https://github.com/actions/runner/releases/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1561, "all_permissive": false }
ansible_role
Devops-Stage-1/tool-automation-code
4907b92532ec3631d11fdc5ebc6e707bbc7f8734
0
roles/artifactory
348
[ "no_license" ]
[ { "path": "roles/artifactory/tasks/main.yml", "content": "- name: Set prompt\n ansible.builtin.shell: set-prompt artifactory\n\n- name: Download jfrog\n ansible.builtin.shell:\n curl -L -o /opt/art.tar https://releases.jfrog.io/artifactory/bintray-artifactory/org/artifactory/oss/jfrog-artifactory-oss/7...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 666, "all_permissive": false }
ansible_role
Devops-Stage-1/tool-automation-code
4907b92532ec3631d11fdc5ebc6e707bbc7f8734
0
roles/elk
348
[ "no_license" ]
[ { "path": "roles/elk/tasks/main.yml", "content": "- name: Set prompt\n ansible.builtin.shell: set-prompt elk\n\n- name: Copy elastic search repo file\n ansible.builtin.template:\n src: elasticsearch.repo\n dest: /etc/yum.repos.d/elasticsearch.repo\n\n- name: Install elasticsearch\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1298, "all_permissive": false }
ansible_role
Devops-Stage-1/tool-automation-code
4907b92532ec3631d11fdc5ebc6e707bbc7f8734
0
roles/grafana
348
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "- name: Set prompt\n ansible.builtin.shell: set-prompt grafana\n\n- name: Copy grafana repo file\n ansible.builtin.template:\n src: grafana.repo\n dest: /etc/yum.repos.d/grafana.repo\n\n- name: Install Grafana\n ansible.builtin.dnf:\n name: g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1365, "all_permissive": false }
ansible_role
Devops-Stage-1/tool-automation-code
4907b92532ec3631d11fdc5ebc6e707bbc7f8734
0
roles/jenkins
348
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/jenkins-jobs.yml", "content": "- name: Install python-jenkins\n ansible.builtin.pip:\n name: python-jenkins\n executable: pip3.9\n\n- name: Create Job xml file\n ansible.builtin.template:\n src: jobs/mbranchpipeline.xml\n dest: /tmp/{{item}}.xml\n loop:\n - f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 960, "all_permissive": false }
ansible_role
Devops-Stage-1/tool-automation-code
4907b92532ec3631d11fdc5ebc6e707bbc7f8734
0
roles/prometheus
348
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: Set prompt\n ansible.builtin.shell: set-prompt prometheus\n\n- name: download and extract prometheus\n ansible.builtin.unarchive:\n src: https://github.com/prometheus/prometheus/releases/download/v{{ version }}/prometheus-{{ version }}.li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 770, "all_permissive": false }
ansible_role
Devops-Stage-1/tool-automation-code
4907b92532ec3631d11fdc5ebc6e707bbc7f8734
0
roles/sonarqube
348
[ "no_license" ]
[ { "path": "roles/sonarqube/tasks/main.yml", "content": "- name: Set prompt\n ansible.builtin.shell: set-prompt sonarqube\n\n- name: Add Sonar User\n ansible.builtin.user:\n name: sonar\n\n- name: Install Java\n ansible.builtin.dnf:\n name: java-17-openjdk\n state: installed\n\n- name: Create Son...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 866, "all_permissive": false }
ansible_role
Devops-Stage-1/tool-automation-code
4907b92532ec3631d11fdc5ebc6e707bbc7f8734
0
roles/vault
348
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "- name: Set prompt\n ansible.builtin.shell: set-prompt vault\n\n- name: get the Repo\n ansible.builtin.shell:\n yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo\n\n#- name: Add repository\n# ansible.builtin.yum_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/essentials
348
[ "no_license" ]
[ { "path": "roles/essentials/tasks/main.yml", "content": "---\n- name: Update all packages\n apt:\n update_cache: yes\n upgrade: safe\n autoremove: yes\n\n- name: Install essential packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n state: latest\n wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/fail2ban
348
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install fail2ban\n apt:\n name: fail2ban\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Copy custom fail2ban config\n copy:\n src: ./src/fail2ban/jail.local\n dest: /etc/fail2ban/jail.local\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/hostname
348
[ "no_license" ]
[ { "path": "roles/hostname/handlers/main.yml", "content": "---\n- name: restart hostname\n service:\n name: hostname\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/hostname/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 564, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/newrelic
348
[ "no_license" ]
[ { "path": "roles/newrelic/handlers/main.yml", "content": "---\n- name: start newrelic\n service:\n name: newrelic-sysmond\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/newrelic/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 847, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/ssh
348
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: ensure ssh is installed\n apt:\n pkg: openssh-server\n state: latest\n update_cache: true\n cache_valid_time: 3600\n notify: restart ssh\n\n- name: Change ssh port\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: '^Port\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 911, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/timezone
348
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "---\n- name: Set the current timezone\n copy:\n content: \"{{ timezone }}\"\n dest: /etc/timezone\n owner: root\n group: root\n mode: 0644\n backup: yes\n register: timezone_changed\n\n- name: Update the timezone\n when: timezone_ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/ufw
348
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: Allow ssh traffic on custom port\n ufw:\n rule: allow\n port: \"{{ ssh_port }}\"\n proto: tcp\n\n- name: Allow http traffic on port 80\n ufw:\n rule: allow\n port: 80\n proto: tcp\n\n- name: Allow https traffic on port 443\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/user
348
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Ensure sudo group is present\n group:\n name: sudo\n state: present\n\n- name: Ensure sudo group has sudo privileges\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: \"^%sudo\"\n line: \"%sudo ALL=(ALL:ALL) ALL\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
lukeharvey/ansible-initial-server-setup
7b8cd5cc8cef833425ef6e5ab0861b0dc778785e
24
roles/zsh
348
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh\n when: enable_custom_shell\n apt:\n name: zsh\n state: latest\n register: zsh_installed\n\n- name: Clone oh-my-zsh\n when: enable_custom_shell\n git:\n repo: https://github.com/robbyrussell/oh-my-zsh.git\n dest: /ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1365, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/api
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/api/tasks/main.yml", "content": "---\n# tasks file for api\n\n- name: Image stream for API build image\n tags: api\n when: api_build\n k8s:\n state: \"{{ state }}\"\n definition:\n - apiVersion: image.openshift.io/v1\n kind: ImageStream\n metadata:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11880, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/app
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/app/defaults/main.yml", "content": "---\n\nstate: present\napp_fqdn:\n - 'app.ocp.exaple.com'\napp_source_repository_ref: 'master'\napp_source_repository_url: 'https://gitlab.com/fevermap/fevermap.git'\napp_stage1_build_image: nodeshift/ubi8-s2i-web-app:10.x\napp_stage2_build_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 16885, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/certbot-ocp
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/certbot-ocp/README.md", "content": "Certbot-ocp\n===========\n\nUtility for creating and updating SSL certificates for routes in OpenShift\nproject. Uses [Let's Encrypt certbot](https://certbot.eff.org/), apache and\nOpenShift command line tools to fetch, update and install\nthe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8849, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/db
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/db/tasks/main.yml", "content": "---\n\n- name: Define persistent storage for database\n tags: db\n k8s:\n state: \"{{ state }}\"\n definition:\n - apiVersion: v1\n kind: PersistentVolumeClaim\n metadata:\n labels:\n app: \"{{ app }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6485, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/ocp-project
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/ocp-project/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Solution Architect\n company: ITSE\n license: GPL-3.0-only\n min_ansible_version: 2.9\n galaxy_tags: []\ndependencies: []\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1429, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/pipelines
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/pipelines/defaults/main.yml", "content": "---\n\nstate: present\napp: fevermap\nproject_name: fevermap\nenv: staging\njenkins_source_repository_ref: 'master'\njenkins_source_repository_url: 'https://gitlab.com/fevermap/fevermap.git'\njenkins_replicas: 1\ncreate_jenkins: true\nmo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 15496, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/push-api
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/push-api/tasks/main.yml", "content": "---\n#\n# We have different source for API image depending whether whether\n# we use self built image or external. This is for self built (e.g. staging).\n#\n- name: ImageStream {{ app }}-push-api\n tags: push-api\n when: push_api_build\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 10473, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/redis
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/redis/defaults/main.yml", "content": "---\n\nstate: present\napp: redis\ndb_size: '1Gi'\ndb_image: 'redis:5'\ndb_memory_limit: \"1Gi\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ocp/ansible/roles/redis/meta/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4972, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/secrets
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/secrets/tasks/main.yml", "content": "---\n\n- name: redhat.io pull secret\n tags: secrets\n when: api_build or app_build or push_api_build\n k8s:\n state: \"{{ state }}\"\n definition:\n - apiVersion: v1\n data:\n .dockerconfigjson: \"{{ redhat_io_p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4378, "all_permissive": false }
ansible_role
LinSol-Ltd/voting-app
659ac517a7e01079aacd9ef994c6c9f9266e9fae
0
ocp/ansible/roles/vote
348
[ "no_license" ]
[ { "path": "ocp/ansible/roles/vote/README.md", "content": "api\n===\n\nCreates API for Fevermap.\nSee [Fevermap OCP README](\n https://gitlab.com/fevermap/fevermap/-/blob/master/ocp/README.md)\n for further info.\n\nRequirements\n------------\n\nOpenShift connection and account with project admin access.\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9296, "all_permissive": false }
ansible_role
pavlakis/phpnw16-lamp
f01d2bff1778dd7a71df617e1f387f4f395c4766
1
server/ansible/roles/apache
348
[ "no_license" ]
[ { "path": "server/ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n sudo: yes\n apt: pkg=apache2 state=latest\n\n- name: Install Apache Modules\n apache2_module: state=present name={{ item }}\n notify: restart apache\n with_items:\n - rewrite\n - vhost_alias\n - h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1188, "all_permissive": false }
ansible_role
pavlakis/phpnw16-lamp
f01d2bff1778dd7a71df617e1f387f4f395c4766
1
server/ansible/roles/php7
348
[ "no_license" ]
[ { "path": "server/ansible/roles/php7/tasks/main.yml", "content": "- name: Install php7\n sudo: yes\n apt: pkg=php state=latest\n\n#- name: ensure timezone is set in apache2 php.ini\n# lineinfile: dest=/etc/php/7.0/apache2/php.ini\n# regexp='date.timezone ='\n# line='date.timezon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
pavlakis/phpnw16-lamp
f01d2bff1778dd7a71df617e1f387f4f395c4766
1
server/ansible/roles/php7-cli
348
[ "no_license" ]
[ { "path": "server/ansible/roles/php7-cli/tasks/main.yml", "content": "- name: Install php7-cli\n sudo: yes\n apt: pkg=php-cli state=latest\n\n- name: ensure timezone is set in cli php.ini\n lineinfile: dest=/etc/php/7.0/cli/php.ini\n regexp='date.timezone ='\n line='date.timezon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
hrherrer/inf323-utfsm-grupo08
dfc03058c9b6dd13929ca1b24333cfb97974df48
0
ansible/roles/nginx
348
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Create the Nginx repository\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo \n\n- name: Install nginx\n yum: name=nginx state=present disablerepo=epel\n ignore_errors: \"{{ ansible_check_mode }}\"\n\n notify: start nginx\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
hrherrer/inf323-utfsm-grupo08
dfc03058c9b6dd13929ca1b24333cfb97974df48
0
ansible/roles/php-fpm
348
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/templates/www.conf.j2", "content": "[site]\nuser = {{ fpm_user }}\ngroup = {{ fpm_group }}\nlisten = 127.0.0.1:9000\nlisten.allowed_clients = 127.0.0.1\nlisten.owner = {{ fpm_user }}\nlisten.group = {{ fpm_group }}\npm = dynamic\npm.max_children = 50\npm.start_servers = 5\np...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1168, "all_permissive": false }
ansible_role
hrherrer/inf323-utfsm-grupo08
dfc03058c9b6dd13929ca1b24333cfb97974df48
0
ansible/roles/serverblock
348
[ "no_license" ]
[ { "path": "ansible/roles/serverblock/tasks/main.yml", "content": "---\n- name: Create root directory\n file: path={{ nginx_root_directory }} state=directory\n\n- name: Create index file\n copy: src=index.php dest={{ nginx_root_directory }}/index.php\n\n- name: Copy Nginx configuration file\n template: sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
hrherrer/inf323-utfsm-grupo08
dfc03058c9b6dd13929ca1b24333cfb97974df48
0
ansible/roles/tls
348
[ "no_license" ]
[ { "path": "ansible/roles/tls/tasks/main.yml", "content": "---\n- name: Create TLS directory\n file: path={{ nginx_tls_directory }} state=directory\n\n- name: Copy TLS files\n copy: src=tls/{{ item }} dest={{ nginx_tls_directory }}/\n with_items:\n - README\n - cert.pem\n - chain.pem\n - fullc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
theappleman/ci-roles
cbac365b3030147ff0a8430d7a9f39d90a8dacb1
0
roles/asteroid
334
[ "no_license" ]
[ { "path": "roles/asteroid/tasks/main.yml", "content": "---\n# tasks file for asteroid\n- include: asteroid.yml\n tags:\n - asteroid\n- include: udev.yml\n- include: android.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/asteroid/tas...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1837, "all_permissive": false }
ansible_role
theappleman/ci-roles
cbac365b3030147ff0a8430d7a9f39d90a8dacb1
0
roles/catalyst
334
[ "no_license" ]
[ { "path": "roles/catalyst/tasks/catalyst.yml", "content": "---\n- name: Install catalyst\n portage: package={{ item }}\n with_items:\n - dev-util/catalyst\n - dev-python/httplib2\n\n- name: Create catalyst directories\n file: state=directory path={{ item }}\n with_items:\n - /var/tmp/catalyst/builds/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 899, "all_permissive": false }
ansible_role
theappleman/ci-roles
cbac365b3030147ff0a8430d7a9f39d90a8dacb1
0
roles/crossdev
334
[ "no_license" ]
[ { "path": "roles/crossdev/tasks/avr.yml", "content": " - shell: crossdev -s4 -S --target avr --gcc 4.9.4\n args:\n creates: /usr/avr\n environment:\n USE: -openmp -hardened -sanitize -vtv\n\n - file:\n path: /usr/avr/lib/ldscripts\n src: /usr/x86_64-pc-linux-gnu/avr/lib/ldscripts...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2098, "all_permissive": false }
ansible_role
theappleman/ci-roles
cbac365b3030147ff0a8430d7a9f39d90a8dacb1
0
roles/esdk
334
[ "no_license" ]
[ { "path": "roles/esdk/tasks/main.yml", "content": "---\n# tasks file for esdk\n- include: esdk.yml\n tags:\n - esdk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/esdk/tasks/esdk.yml", "content": " - file: name=/usr/src/esdk state=d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 932, "all_permissive": false }
ansible_role
theappleman/ci-roles
cbac365b3030147ff0a8430d7a9f39d90a8dacb1
0
roles/fxos
334
[ "no_license" ]
[ { "path": "roles/fxos/tasks/repo.yml", "content": "- name: download repo\n get_url:\n url: https://storage.googleapis.com/git-repo-downloads/repo\n checksum: sha1:ac9d646f6d699f6822a6bc787d3e7338ae7ab6ed\n dest: /usr/local/bin/repo\n mode: 0755\n tags:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
theappleman/ci-roles
cbac365b3030147ff0a8430d7a9f39d90a8dacb1
0
roles/jenkins
334
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/jenkins.yml", "content": "---\n - name: USE flags for virtual/jdk\n template:\n dest: /etc/portage/package.use/jdk\n src: roles/jenkins/templates/jdk.use\n tags:\n - jenkins\n\n - name: update portage (for eapi6)\n portage:\n package: portage\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 625, "all_permissive": false }
ansible_role
theappleman/ci-roles
cbac365b3030147ff0a8430d7a9f39d90a8dacb1
0
roles/libvirt
334
[ "no_license" ]
[ { "path": "roles/libvirt/tasks/libguestfs.yml", "content": "---\n- name: Keywords for libguestfs\n lineinfile: state=present dest=/etc/portage/package.accept_keywords/app-emulation line={{item}} create=yes\n with_items:\n - =app-emulation/libguestfs-appliance-1.28.1-r1 ~amd64\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1266, "all_permissive": false }
ansible_role
theappleman/ci-roles
cbac365b3030147ff0a8430d7a9f39d90a8dacb1
0
roles/systemd
334
[ "no_license" ]
[ { "path": "roles/systemd/tasks/main.yml", "content": "---\n# tasks file for systemd\n- include: systemd.yml\n tags:\n - systemd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/systemd/tasks/systemd.yml", "content": "---\n- portage: pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 493, "all_permissive": false }
ansible_role
Raunex/ansible-zabbix-server
8f098c03b69fe076df7455fa1fdd2d744992dd38
0
ansible-zabbix-server/roles/zabbix_server
334
[ "no_license" ]
[ { "path": "ansible-zabbix-server/roles/zabbix_server/tasks/config_postgres.yml", "content": "---\n- name: Configure host based authentication (if entries are configured).\n template:\n src: \"pg_hba.conf.j2\"\n dest: \"{{ postgresql_config_path }}/pg_hba.conf\"\n owner: \"{{ postgresql_user }}\"\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 10758, "all_permissive": false }
ansible_role
jantytgat/dotfiles
b04a368babd63de882585b4290f163ad60e4c35b
0
ansible/roles/common
334
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/macos/screenshots/main.yaml", "content": "# https://github.com/geerlingguy/dotfiles/blob/988e3dccfdab3c901d18350871454d9ea8bbcf2c/.osx#L95\n- name: \"Save screenshots to Downloads folder\"\n community.general.osx_defaults:\n domain: com.apple.screencapture\n key:...
{ "task_files": 51, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 53, "total_bytes": 23479, "all_permissive": false }
ansible_role
jantytgat/dotfiles
b04a368babd63de882585b4290f163ad60e4c35b
0
ansible/roles/develop
334
[ "no_license" ]
[ { "path": "ansible/roles/develop/tasks/main.yaml", "content": "- name: Install Postman and Wireshark from homebrew\n community.general.homebrew_cask:\n name: postman,wireshark\n state: present\n when: ansible_facts['os_family'] == \"Darwin\"\n\n ", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
jantytgat/dotfiles
b04a368babd63de882585b4290f163ad60e4c35b
0
ansible/roles/develop-antlr
334
[ "no_license" ]
[ { "path": "ansible/roles/develop-antlr/tasks/main.yaml", "content": "- name: Antlr SDK\n community.general.homebrew:\n name: antlr\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
jantytgat/dotfiles
b04a368babd63de882585b4290f163ad60e4c35b
0
ansible/roles/develop-apple
334
[ "no_license" ]
[ { "path": "ansible/roles/develop-apple/tasks/main.yaml", "content": "- name: Install Apple Configurator from Mac App Store\n community.general.mas:\n id: 1037126344\n state: present\n\n- name: Install Transporter from Mac App Store\n community.general.mas:\n id: 1450874784\n state: present\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
jantytgat/dotfiles
b04a368babd63de882585b4290f163ad60e4c35b
0
ansible/roles/develop-database
334
[ "no_license" ]
[ { "path": "ansible/roles/develop-database/tasks/main.yaml", "content": "- name: Datagrip IDE\n community.general.homebrew_cask:\n name: datagrip,jetbrains-toolbox\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
jantytgat/dotfiles
b04a368babd63de882585b4290f163ad60e4c35b
0
ansible/roles/develop-dotnet
334
[ "no_license" ]
[ { "path": "ansible/roles/develop-dotnet/tasks/main.yaml", "content": "- name: Install dotnet from homebrew\n community.general.homebrew:\n name: dotnet\n state: present\n \n- name: Rider IDE\n community.general.homebrew_cask:\n name: rider,jetbrains-toolbox\n state: present", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
jantytgat/dotfiles
b04a368babd63de882585b4290f163ad60e4c35b
0
ansible/roles/develop-go
334
[ "no_license" ]
[ { "path": "ansible/roles/develop-go/tasks/main.yaml", "content": "- name: Install Go from homebrew\n community.general.homebrew:\n name: golang\n state: present\n \n- name: Goland IDE\n community.general.homebrew_cask:\n name: goland,jetbrains-toolbox\n state: present", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
kecorbin/ansible-nxos-samples
99546b633b11faa962fab6485d064fe189ce6287
2
roles/deployed
334
[ "no_license" ]
[ { "path": "roles/deployed/tasks/main.yml", "content": "- name: Checkpoint configuration\n nxos_command:\n host: \"{{ inventory_hostname }}\"\n use_ssl: true\n transport: cli\n validate_certs: false\n commands:\n - checkpoint {{ CR }}\n waitfor:\n - \"result[0] contains Done\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2757, "all_permissive": false }
ansible_role
kecorbin/ansible-nxos-samples
99546b633b11faa962fab6485d064fe189ce6287
2
roles/rollback
334
[ "no_license" ]
[ { "path": "roles/rollback/tasks/main.yml", "content": "# this will rollback a configuration to a checkpoint passed to variable\n# likely that this is given at runtime e.g:\n#\n# ansible-playbook -e checkpoint=foo ....\n\n- name: Rollback configuration to a checkpoint\n nxos_command:\n host: \"{{ invento...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
herzogf/homek8s
23fe2be3f48965b57187cc20e60c40e233bde15f
1
roles/gateway
334
[ "no_license" ]
[ { "path": "roles/gateway/files/node_provisioning/add_new_nodes.py", "content": "#!/usr/bin/python3 -u\n\n##############################################################\n# scans the new_nodes directory for marker files and starts\n# the provisioning of those new nodes\n#######################################...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 29282, "all_permissive": false }
ansible_role
herzogf/homek8s
23fe2be3f48965b57187cc20e60c40e233bde15f
1
roles/gen_ssh_key
334
[ "no_license" ]
[ { "path": "roles/gen_ssh_key/tasks/main.yml", "content": "---\n- name: Generate ssh key for passwordless login to gateway and nodes\n openssh_keypair:\n path: /homek8s/id_rsa\n run_once: true\n delegate_to: 127.0.0.1\n register: homek8s_gen_ssh_key_gen_result\n\n- name: Set public ssh key as fact\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
herzogf/homek8s
23fe2be3f48965b57187cc20e60c40e233bde15f
1
roles/k3s_binary
334
[ "no_license" ]
[ { "path": "roles/k3s_binary/tasks/main.yml", "content": "---\n# inspired by https://github.com/rancher/k3s/blob/master/contrib/ansible/roles/download/tasks/main.yml\n- name: Delete k3s if already present\n file:\n path: /usr/local/bin/k3s\n state: absent\n\n- name: Copy k3s binary from gateway to nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
herzogf/homek8s
23fe2be3f48965b57187cc20e60c40e233bde15f
1
roles/os_base
334
[ "no_license" ]
[ { "path": "roles/os_base/tasks/main.yml", "content": "---\n- name: apt-get update\n apt:\n update_cache: yes\n\n- name: Update all installed packages\n apt:\n upgrade: yes\n when: homek8s_os_base_apt_upgrade | default(True) | bool\n\n- name: Install basic tools\n apt:\n name: [ 'tmux', 'vim' ]\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 965, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/netdata
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/netdata/tasks/main.yaml", "content": "#netdata\n---\n- include_role:\n name: variables\n\n- name: Remove netdata Container\n docker_container:\n name: netdata\n state: absent\n\n- name: Deploy netdata Container\n docker_container:\n name: netdata\n image: tit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/network
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/network/tasks/main.yml", "content": "#docker network toolbox creation\n- name: create network toolbox\n docker_network:\n name: \"toolbox\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/ombi
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/ombi/tasks/main.yml", "content": "#ombi\n---\n- include_role:\n name: variables\n\n- name: Remove ombi Container\n docker_container:\n name: ombi\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/ombi\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1074, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/plex
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/plex/tasks/main.yml", "content": "#plex\n---\n- include_role:\n name: variables\n\n- name: Remove Plex Container\n docker_container:\n name: ombi\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/plex\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1965, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/portainer
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/portainer/tasks/main.yml", "content": "#portainer\n---\n- include_role:\n name: variables\n\n- name: Remove portainer Container\n docker_container:\n name: portainer\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/portainer\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1017, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/resilio
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/resilio/tasks/main.yml", "content": "#resilio\n---\n- include_role:\n name: variables\n\n- name: Remove resilio Container\n docker_container:\n name: resilio\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/resilio\"\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1130, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/rutorrent
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/rutorrent/tasks/main.yml", "content": "#rutorrent\n---\n- include_role:\n name: variables\n\n- name: Remove rutorrent Container\n docker_container:\n name: rutorrent\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/rutorrent\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1223, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/sabnzbd
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/sabnzbd/tasks/main.yml", "content": "#sabnzbd\n---\n- include_role:\n name: variables\n\n- name: Remove sabnzbd Container\n docker_container:\n name: sabnzbd\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/sabnzbd\"\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1180, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/sftp
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/sftp/tasks/main.yml", "content": "#sftp\n---\n- include_role:\n name: variables\n\n- name: Remove sftp Container\n docker_container:\n name: sftp\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/sftp\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/sonarr
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/sonarr/tasks/main.yml", "content": "#sonarr\n---\n- include_role:\n name: variables\n\n- name: Remove sonarr Container\n docker_container:\n name: sonarr\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/sonarr\"\n state: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1274, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/tautulli
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/tautulli/tasks/main.yml", "content": "#tautulli\n---\n- include_role:\n name: variables\n\n- name: Remove tautulli Container\n docker_container:\n name: tautulli\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/tautulli\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1081, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/traefik
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/traefik/templates/traefik.toml", "content": "# traefik.toml\n################################################################\n# Global configuration\n################################################################\n\n# Log level\n#\n# Optional\n# Default: \"ERROR\"\n# Accep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2639, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/ts3server
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/ts3server/tasks/main.yml", "content": "#ts3server \n---\n- include_role:\n name: variables\n\n- name: Remove ts3server Container\n docker_container:\n name: ts3server\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/ts3server\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/ubooquity
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/ubooquity/tasks/main.yml", "content": "#Ubooquity\n---\n- include_role:\n name: variables\n \n- name: Remove Ubooquity Container\n docker_container:\n name: ubooquity\n state: absent\n\n- name: Creates directory\n file:\n path: \"{{path.stdout}}/tools/ubooqui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1381, "all_permissive": false }
ansible_role
J3n50m4t/toolbox
c6fd7bb4777d621e08e1565daa563d8f7c8932da
2
ansiblescripts/roles/variables
334
[ "no_license" ]
[ { "path": "ansiblescripts/roles/variables/tasks/main.yml", "content": "---\n- name: Set Domain\n shell: \"cat /opt/toolbox/userconfigs/domain\"\n register: domain\n ignore_errors: True\n\n- name: Set Path\n shell: \"cat /opt/toolbox/userconfigs/path\"\n register: path\n ignore_errors: True\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/agama
334
[ "no_license" ]
[ { "path": "roles/agama/tasks/main.yaml", "content": "- name: Add system user agama\n user:\n name: agama\n\n- name: Create directory /opt/agama to store application\n file:\n path: /opt/agama\n state: directory\n owner: agama\n\n- name: Install application dependencies\n apt:\n update_cach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/backup
334
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yaml", "content": "---\n- name: Add user backup to machines\n user:\n name: backup\n generate_ssh_key: yes\n state: present\n home: /home/backup\n shell: \"/bin/bash\"\n ssh_key_file: .ssh/id_rsa\n\n- name: Add backup directory\n file:\n path: /home/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/bind
334
[ "no_license" ]
[ { "path": "roles/bind/tasks/main.yaml", "content": "---\n- name: Intall Bind9\n apt:\n name: \n - bind9\n - python3-dnspython\n state: present\n force_apt_get: yes\n\n- name: Copy tsig keys\n template:\n src: named.conf.keys\n dest: /etc/bind/named.conf.keys\n validate: named-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2686, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/bind_exporter
334
[ "no_license" ]
[ { "path": "roles/bind_exporter/tasks/main.yaml", "content": "- name: Install Bind9 exporter\n apt:\n name: prometheus-bind-exporter\n\n- name: Enabled\n service:\n name: prometheus-bind-exporter\n state: started\n enabled: yes", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/grafana
334
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yaml", "content": "- name: Add grafana repository to sources directory\n template:\n src: roles/grafana/templates/grafana.list\n dest: /etc/apt/sources.list.d/grafana.list\n\n- name: Add grafana repository key\n shell:\n cmd: wget -q -O - https://packages.grafa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 755, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/grafana_docker
334
[ "no_license" ]
[ { "path": "roles/grafana_docker/tasks/main.yaml", "content": "- name: Create grafana docker folder\n file:\n path : /opt/docker/grafana\n state : directory\n owner: \"472\"\n group: \"472\"\n\n- name: Install grafana docker image\n docker_container:\n name: grafana\n image: grafana/grafa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/haproxy_exporter
334
[ "no_license" ]
[ { "path": "roles/haproxy_exporter/tasks/main.yaml", "content": "- name: Start haproxy monitoring container\n docker_container:\n name: haproxy-exporter\n image: quay.io/prometheus/haproxy-exporter:v0.9.0\n state: started\n published_ports:\n - \"9101:9101\"\n command: --haproxy.scrape-u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/influxdb
334
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yaml", "content": "- name: Get telegraf package\n apt:\n deb: https://dl.influxdata.com/telegraf/releases/telegraf_1.16.3-1_amd64.deb\n\n- name: Install InfluxDB and client packages\n apt:\n name: \n - influxdb\n - influxdb-client\n update_cache: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/keepalived_exporter
334
[ "no_license" ]
[ { "path": "roles/keepalived_exporter/tasks/main.yaml", "content": "---\n- name: Download exporter package\n unarchive:\n src: https://github.com/cafebazaar/keepalived-exporter/releases/download/v1.1.0/keepalived-exporter-1.1.0.linux-amd64.tar.gz\n dest: /usr/local/bin\n remote_src: yes\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/mysql
334
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: apt packages\n apt:\n update_cache: yes\n pkg:\n - mysql-server\n - python3-pymysql\n - mysql-client-5.7\n\n- name: Override MySQL bind configuration\n template:\n src: roles/mysql/templates/bind-override\n dest: /etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1713, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/mysql_exporter
334
[ "no_license" ]
[ { "path": "roles/mysql_exporter/tasks/main.yaml", "content": "- name: Install MySQL exporter\n apt:\n name: prometheus-mysqld-exporter\n\n- name: Add ini file for exporter\n file:\n path: /var/lib/prometheus\n state: directory\n \n- name: Add configuration for exporter\n template:\n src: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 666, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/nginx
334
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "- name: Install nginx\n apt:\n name: nginx-core\n\n- name: Configure custom index page\n template:\n src: roles/nginx/templates/index.html\n dest: /var/www/html/index.html\n\n# Comment out if running before lab 03\n#- name: Configure nginx as a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/nginx_proxy
334
[ "no_license" ]
[ { "path": "roles/nginx_proxy/tasks/main.yaml", "content": "- name: Install nginx\n apt:\n name: nginx-core\n\n- name: Remove default nginx\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n notify:\n - Restart nginx\n\n- name: Nginx config\n template:\n src: roles/nginx_pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/node_exporter
334
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yaml", "content": "- name: Install node exporter\n apt:\n name: \n - prometheus-node-exporter\n\n- name: Start exporter on boot\n service:\n name: prometheus-node-exporter\n state: started", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/pinger
334
[ "no_license" ]
[ { "path": "roles/pinger/tasks/main.yaml", "content": "- name: Install fping\n apt:\n name: fping\n state: present\n\n- name: Create pinger user to execute service\n user:\n name: \"{{ pinger_user }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n system: yes\n\n- name: Add pinger s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1121, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/rsyslog
334
[ "no_license" ]
[ { "path": "roles/rsyslog/tasks/main.yaml", "content": "- name: Configure rsyslog\n template:\n src: roles/rsyslog/templates/50-telegraf.conf\n dest: /etc/rsyslog.d/50-telegraf.conf\n notify: Restart rsyslog\n\n- name: start on boot\n service:\n name: rsyslog\n state: started", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
ellawerthan/ica0002
7cc2b2dce9e53891cf1fd63f30e56544360828d1
0
roles/uwsgi
334
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yaml", "content": "- name: Install uwsgi\n apt:\n name: uwsgi\n\n- name: Install uwsgi-plugin-python3\n apt:\n name: uwsgi-plugin-python3\n\n- name: Install python module\n apt:\n name: python3-pymysql\n\n# src from files if before db, templates if after :)\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 723, "all_permissive": false }
ansible_role
Ricardo965/Sonar-Ansible-Https
80f4661e61fdd3b781fb90c1f2674ff6e51b7107
0
roles/docker_container
334
[ "no_license" ]
[ { "path": "roles/docker_container/tasks/main.yml", "content": "---\n- name: Crear red sonarnet\n docker_network:\n name: sonarnet\n state: present\n\n- name: Crear volúmenes necesarios\n docker_volume:\n name: \"{{ item }}\"\n state: present\n loop:\n - sonarqube_conf\n - sonarqube_data...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1203, "all_permissive": false }