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
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/write-devstack-local-conf
164
[ "permissive" ]
[ { "path": "roles/write-devstack-local-conf/library/devstack_local_conf.py", "content": "# Copyright (C) 2017 Red Hat, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 28135, "all_permissive": true }
ansible_role
samoxbal/VAScanDeploy
5ec444ab20f0055d22bcb82609cb89fee8801c9e
0
roles/haproxy
164
[ "no_license" ]
[ { "path": "roles/haproxy/vars/main.yml", "content": "---\n\nhaproxy_ppa: \"ppa:vbernat/haproxy-1.7\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/haproxy/tasks/main.yml", "content": "---\n\n- name: Add repository from PPA and install i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 561, "all_permissive": false }
ansible_role
samoxbal/VAScanDeploy
5ec444ab20f0055d22bcb82609cb89fee8801c9e
0
roles/mongodb
164
[ "no_license" ]
[ { "path": "roles/mongodb/vars/main.yml", "content": "---\n\nmongo_port: 27017\nmongo_path: \"app/db\"\nmongo_log: \"var/log/mongo\"\nurl_apt_key: \"keyserver.ubuntu.com\"\nid_apt_key: <KEY>\nmongodb_repository: \"deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen\"\nmongodb_packages:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 458, "all_permissive": false }
ansible_role
samoxbal/VAScanDeploy
5ec444ab20f0055d22bcb82609cb89fee8801c9e
0
roles/node
164
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n\n- name: Get Node js repository\n raw: curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -\n\n- name: Install Node js\n apt:\n name: nodejs\n state: present", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
chronot1995/sonic-and-sflow
eb9577d9a6f2855fe7d76179ec8c78a36b99c56c
1
automation/roles/servers
164
[ "no_license" ]
[ { "path": "automation/roles/servers/tasks/main.yaml", "content": "- name: Verify Minimum Software Version - Ubuntu 18.04\n assert:\n that: \"{{ansible_lsb.release is version_compare('18.04', '>=') }}\"\n msg: >\n \"Ubuntu must be version 18.04.\n Version {{ansible_lsb.release}} detected\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
umair9/Sample-Work
55e549941dc71bb907b1628b737851df92c27719
0
Ansible/roles/mysql
164
[ "no_license" ]
[ { "path": "Ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: install tools\n apt: name={{item}} state=present\n with_items:\n - python-mysqldb\n\n- name: install mysql-server\n apt: name=mysql-server state=present\n\n- name: ensure mysql listening on all ports\n lineinfile: dest=/etc/mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 955, "all_permissive": false }
ansible_role
umair9/Sample-Work
55e549941dc71bb907b1628b737851df92c27719
0
Ansible/roles/nodejs
164
[ "no_license" ]
[ { "path": "Ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: NodeSource package key\n apt_key:\n state: present\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n- name: NodeSource repository\n apt_repository:\n repo: 'deb https://deb.nodesource.com/node_6.x xenial main'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1007, "all_permissive": false }
ansible_role
umair9/Sample-Work
55e549941dc71bb907b1628b737851df92c27719
0
Ansible/roles/npm
164
[ "no_license" ]
[ { "path": "Ansible/roles/npm/tasks/main.yml", "content": "---\n- name: Install packages based on package.json.\n npm:\n path: /var/www/html/app/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
umair9/Sample-Work
55e549941dc71bb907b1628b737851df92c27719
0
Ansible/roles/pm2
164
[ "no_license" ]
[ { "path": "Ansible/roles/pm2/tasks/main.yml", "content": "---\n- name: Install PM2\n npm: name=pm2 state=present global=yes\n\n- name: Init pm2\n command: pm2 startup\n\n- name: delete if exists\n command: pm2 delete server\n ignore_errors: true\n\n- name: start application\n command: chdir=/var/www/ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
iamgini/ansible-aap-cac
bb4074767dad06c1567562f239ba818848f63bb8
0
roles/controller_export
164
[ "no_license" ]
[ { "path": "roles/controller_export/tasks/save_job_templates.yaml", "content": "- name: Ensure directory exists\n ansible.builtin.file:\n path: \"{{ export_controller_target_dir }}/organizations/{{ jt_item.project.organization.name }}/job_templates\"\n state: directory\n mode: '0755'\n when: jt_it...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 12685, "all_permissive": false }
ansible_role
emman021/Pascua_HOA14.1
8c677bba442c270ae2efae15b72fbb3ea8fd167a
2
roles/Glance
164
[ "no_license" ]
[ { "path": "roles/Glance/tasks/main.yml", "content": " - name: Glance Installation\n apt:\n name: glance\n state: present\n update_cache: yes\n\n - name: Starting Glance\n service:\n name: glance-api\n state: restarted\n enabled: yes\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
emman021/Pascua_HOA14.1
8c677bba442c270ae2efae15b72fbb3ea8fd167a
2
roles/Keystone
164
[ "no_license" ]
[ { "path": "roles/Keystone/tasks/main.yml", "content": "- name: Keystone Installation\n apt:\n name: keystone\n state: present\n update_cache: yes\n\n#- name: Starting Keystone\n# service:\n# name: keystone\n# state: restarted\n# enabled: yes\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
emman021/Pascua_HOA14.1
8c677bba442c270ae2efae15b72fbb3ea8fd167a
2
roles/Nova
164
[ "no_license" ]
[ { "path": "roles/Nova/tasks/main.yml", "content": " - name: Nova installation and its prerequisite\n apt:\n name:\n - nova-compute\n - python3-openstackclient\n state: present\n update_cache: yes\n\n - name: Starting Nova\n service:\n name: nova-compute\n state: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
HazemAbdelmagid/AWS-Cloud-DevOps-Nano-Degree-Projects
fa384c5523ebb0a0ee4bbfedce814340c1f50fc5
0
3- Give Your Application Auto-Deploy Superpowers/.circleci/ansible/roles/configure-server
164
[ "no_license" ]
[ { "path": "3- Give Your Application Auto-Deploy Superpowers/.circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n\n- name: \"Update the packages using apt-get\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"Upgrade the packages\"\n become: yes\n apt:\n upgrade: safe\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
HazemAbdelmagid/AWS-Cloud-DevOps-Nano-Degree-Projects
fa384c5523ebb0a0ee4bbfedce814340c1f50fc5
0
3- Give Your Application Auto-Deploy Superpowers/.circleci/ansible/roles/deploy
164
[ "no_license" ]
[ { "path": "3- Give Your Application Auto-Deploy Superpowers/.circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: \"Copy the Compiled backend Files to EC2 instance\"\n copy:\n src: /home/circleci/project/backend.tar.gz\n dest: /home/ubuntu\n\n- name: \"unarchive the dist directory\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/ansible_dev
164
[ "no_license" ]
[ { "path": "ansible/roles/ansible_dev/tasks/main.yml", "content": "---\n- name: Install packages # noqa: package-latest\n ansible.builtin.pip:\n name:\n - ansible-lint\n - molecule\n - \"molecule-plugins[docker]\"\n - antsibull-docs\n state: latest\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/docker
164
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/debian.yml", "content": "---\n- name: Install requirements\n ansible.builtin.package: # noqa: package-latest\n name:\n - ca-certificates\n state: latest\n become: true\n\n- name: Check the presence of the APT repo\n ansible.builtin.stat:\n path: /etc/ap...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2456, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/gcloud
164
[ "no_license" ]
[ { "path": "ansible/roles/gcloud/tasks/main.yml", "content": "---\n- name: Add custom repositories (Debian)\n ansible.builtin.include_tasks: debian.yml\n when: ansible_os_family | lower == \"debian\"\n\n- name: Install packages\n ansible.builtin.package: # noqa package-latest\n name:\n - google-cl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1178, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/git
164
[ "no_license" ]
[ { "path": "ansible/roles/git/meta/argument_specs.yml", "content": "argument_specs:\n main:\n short_description: Install and configure Git for a list of Git hosting platforms (gitlab, github, etc.)\n author: Spartan0nix\n options:\n git_email:\n type: str\n required: true\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3109, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/go
164
[ "no_license" ]
[ { "path": "ansible/roles/go/tasks/debian.yml", "content": "---\n- name: Unarchive Go binaries\n ansible.builtin.unarchive:\n src: \"https://go.dev/dl/{{ go_latest_version.stdout }}.linux-amd64.tar.gz\"\n dest: /usr/local\n remote_src: true\n become: true\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2188, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/helm
164
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yml", "content": "---\n- name: Add custom repositories (Debian)\n ansible.builtin.include_tasks: debian.yml\n when: ansible_os_family | lower == \"debian\"\n\n- name: Install packages\n ansible.builtin.package: # noqa: package-latest\n name:\n - helm\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1782, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/jq
164
[ "no_license" ]
[ { "path": "ansible/roles/jq/tasks/main.yml", "content": "---\n- name: Install requirements\n ansible.builtin.package: # noqa : package-latest\n name:\n - git\n state: latest\n become: true\n\n- name: Check for existing installation\n ansible.builtin.stat:\n path: /usr/local/bin/jq\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1713, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/k9s
164
[ "no_license" ]
[ { "path": "ansible/roles/k9s/tasks/main.yml", "content": "---\n- name: Install requirements\n ansible.builtin.package: # noqa: package-latest\n name:\n - git\n state: latest\n become: true\n\n- name: Gather package facts\n ansible.builtin.package_facts:\n manager: auto\n\n- name: Get the ve...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3240, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/kubectl
164
[ "no_license" ]
[ { "path": "ansible/roles/kubectl/tasks/debian.yml", "content": "---\n- name: Install requirements\n ansible.builtin.package: # noqa: package-latest\n name:\n - ca-certificates\n state: latest\n become: true\n\n- name: Check the presence of the APT repo\n ansible.builtin.stat:\n path: /etc/a...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4166, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/nodejs
164
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Install requirements\n ansible.builtin.package: # noqa package-latest\n name:\n - wget\n state: latest\n become: true\n\n- name: Check if 'n' is installed\n ansible.builtin.stat:\n path: /usr/local/bin/n\n get_chec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2219, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/opentofu
164
[ "no_license" ]
[ { "path": "ansible/roles/opentofu/tasks/debian.yml", "content": "---\n- name: Check the presence of the APT repo\n ansible.builtin.stat:\n path: /etc/apt/sources.list.d/opentofu.list\n register: opentofu_apt\n\n- name: Retrieve the GPG keys\n ansible.builtin.get_url:\n url: \"{{ key.url }}\"\n d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1547, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/python
164
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/main.yml", "content": "---\n- name: Load OS related variables\n ansible.builtin.include_vars:\n file: \"{{ ansible_os_family | lower }}.yml\"\n\n- name: Install packages\n ansible.builtin.package: # noqa package-latest\n name:\n - python3\n - python3-p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2114, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/terraform
164
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yml", "content": "---\n- name: Install (Debian)\n ansible.builtin.include_tasks: debian.yml\n when: ansible_os_family | lower == \"debian\"\n\n- name: Install packages\n ansible.builtin.package: # noqa: package-latest\n name:\n - terraform\n state:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 967, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/trivy
164
[ "no_license" ]
[ { "path": "ansible/roles/trivy/tasks/debian.yml", "content": "---\n- name: Check the presence of the APT repo\n ansible.builtin.stat:\n path: /etc/apt/sources.list.d/trivy.list\n register: trivy_apt\n\n- name: Retrieve the GPG key\n ansible.builtin.get_url:\n url: https://aquasecurity.github.io/tri...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 969, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/vscode
164
[ "no_license" ]
[ { "path": "ansible/roles/vscode/tasks/debian.yml", "content": "---\n- name: Install requirements\n ansible.builtin.package: # noqa: package-latest\n name:\n - apt-transport-https\n state: latest\n become: true\n\n- name: Check the presence of the APT repo\n ansible.builtin.stat:\n path: /et...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3006, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/yq
164
[ "no_license" ]
[ { "path": "ansible/roles/yq/tasks/main.yml", "content": "---\n- name: Install requirements\n ansible.builtin.package: # noqa : package-latest\n name:\n - git\n state: latest\n become: true\n\n- name: Check for existing installation\n ansible.builtin.stat:\n path: /usr/local/bin/yq\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1588, "all_permissive": false }
ansible_role
Spartan0nix/dotfiles
5d29e38cc2e23e8103c053b40cd07fb27ff15312
0
ansible/roles/zsh
164
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n# Prevent overwriting the user '.zshrc'\n# At the same time, it allow to overwrite the default '.zshrc' file provided when installing 'zsh' for the first time\n- name: Check for exiting '.zshrc' file\n ansible.builtin.stat:\n path: \"{{ ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2883, "all_permissive": false }
ansible_role
DemetriosM/ss_demo4_configs
02dc29502cb42c1a7b924c85e986d23fa958d7c9
0
ansible/roles/apache
164
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install apache and required software\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - php\n - libapache2-mod-php\n - php-mysql\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
DemetriosM/ss_demo4_configs
02dc29502cb42c1a7b924c85e986d23fa958d7c9
0
ansible/roles/mysql
164
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL and required software\n apt: \n name: \"{{ item }}\"\n state: present\n with_items:\n - python-mysqldb\n - mysql-server\n - php-mysql\n\n- name: Create mysql database\n mysql_db: \n name: \"{{ wp_mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
DemetriosM/ss_demo4_configs
02dc29502cb42c1a7b924c85e986d23fa958d7c9
0
ansible/roles/wordpress
164
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress \n copy: \n src: \"{{ path_to_artifact }}\" \n dest: /tmp/wordpress.tar.gz\n\n- name: Remove old files\n file: \n path: /var/www/html/\n state: absent\n\n- name: Create directory fo wordpress\n fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
slden/ansible-k8s-homelab
4135ac1eca94850740ef3c7de8cb29cde2ef3ca9
0
roles/common
164
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "# roles/common/handlers/main.yml\n---\n- name: Reload sysctl\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: 1\n sysctl_file: /etc/sysctl.conf\n reload: true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2341, "all_permissive": false }
ansible_role
slden/ansible-k8s-homelab
4135ac1eca94850740ef3c7de8cb29cde2ef3ca9
0
roles/master
164
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "---\n- name: Install python3-kubernetes package\n ansible.builtin.apt:\n name: python3-kubernetes\n state: present\n update_cache: true\n\n- name: Check if Kubernetes is already initialized\n ansible.builtin.stat:\n path: /etc/kubernetes/adm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2764, "all_permissive": false }
ansible_role
slden/ansible-k8s-homelab
4135ac1eca94850740ef3c7de8cb29cde2ef3ca9
0
roles/worker
164
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "# roles/worker/tasks/main.yml\n---\n- name: Join cluster\n ansible.builtin.command: \"{{ hostvars['k8s-master'].kube_join_command }}\"\n when: hostvars['k8s-master'].kube_join_command is defined\n args:\n creates: /etc/kubernetes/kubelet.conf\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
bishalprasad321/ansible.common
bccbc1e657960fec7aecdeab1d81dba11965ebe7
0
roles/role_skeleton
164
[ "no_license" ]
[ { "path": "roles/role_skeleton/tests/playbook.yaml.j2", "content": "---\n# The purpose of this playbook is to provide a quick test for the role. It depends, as\n# will all playbooks, on certain files for inputs:\n# - inventory/inventory.yaml - holds details of target hosts and their connection params\n# -...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 36500, "all_permissive": false }
ansible_role
josefbenamar/ansible-role-apache
ebef2508fde3938b1c41cad82ba43a35ddabc17b
0
roles/apache
164
[ "no_license" ]
[ { "path": "roles/apache/vars/main.yml", "content": "---\nproject_root: /var/www/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache Webserver\n yum: pkg=httpd state=latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 346, "all_permissive": false }
ansible_role
lightster/oauth2-s3-proxy
853abf2b9ea77105bfa07805bceca9be24d9096b
0
roles/vpc
169
[ "no_license" ]
[ { "path": "roles/vpc/tasks/main.yml", "content": "---\n\n- name: Setup VPC\n ec2_vpc_net:\n state: present\n cidr_block: \"{{ aws_cidr_block }}\"\n name: \"{{ aws_vpc_prefix }}\"\n\n resource_tags:\n App: \"{{ aws_tag_app }}\"\n Environment: \"{{ aws_tag_environment }}\"\n VPC: \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8710, "all_permissive": false }
ansible_role
lightster/oauth2-s3-proxy
853abf2b9ea77105bfa07805bceca9be24d9096b
0
roles/webauth
169
[ "no_license" ]
[ { "path": "roles/webauth/templates/sysconfig/supervisord.j2", "content": "# Configuration file for the supervisord service\n#\n# Author: <NAME> <<EMAIL>>\n# orginal work\n# <NAME> <<EMAIL>>\n# adjusted to new LSB-compliant init script\n\n# WARNING: change these wisely! for in...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7075, "all_permissive": false }
ansible_role
t-sakurai816/minecraft-server
a132ac15cead33ed0d808a3431d18a444ef1ba41
0
ansible/roles/common
169
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/disable_selinux.yml", "content": "---\n- name: Install Python module for SELinux\n yum: name=libselinux-python state=installed\n\n- name: Disable SELinux\n selinux: state=disabled\n register: selinux\n# TODO: reboot\n", "license_type": "no_license", "detected...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 502, "all_permissive": false }
ansible_role
t-sakurai816/minecraft-server
a132ac15cead33ed0d808a3431d18a444ef1ba41
0
ansible/roles/minecraft
169
[ "no_license" ]
[ { "path": "ansible/roles/minecraft/tasks/main.yml", "content": "---\n- include: add_user.yml\n- include: install_minecraft.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/roles/minecraft/tasks/add_user.yml", "content": "---\n- nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2046, "all_permissive": false }
ansible_role
t-sakurai816/minecraft-server
a132ac15cead33ed0d808a3431d18a444ef1ba41
0
ansible/roles/web
169
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/install_httpd.yml", "content": "---\n- name: install httpd\n become: yes\n yum: name=httpd\n\n- name: start httpd\n become: yes\n systemd: name=httpd state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
demonpig/ansible-homelab-dev
5843f55fb06dbb1fc2a8e73ae0b360b51d1384c4
0
roles/baseline
169
[ "no_license" ]
[ { "path": "roles/baseline/tasks/redhat.yml", "content": "---\n\n- name: redhat | Get variables for Red Hat-based systems\n ansible.builtin.include_vars: 'redhat.yml'\n\n- name: redhat | Install base set of packages\n ansible.builtin.dnf:\n name: \"{{ _baseline_rh_packages }}\"\n state: present\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 560, "all_permissive": false }
ansible_role
demonpig/ansible-homelab-dev
5843f55fb06dbb1fc2a8e73ae0b360b51d1384c4
0
roles/patching
169
[ "no_license" ]
[ { "path": "roles/patching/defaults/main.yml", "content": "---\n\npatching_timeout: 600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/patching/tasks/dnf-needs-restarting.yml", "content": "---\n\n# 1 = Server needs reboot\n# 0 = Server ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1685, "all_permissive": false }
ansible_role
demonpig/ansible-homelab-dev
5843f55fb06dbb1fc2a8e73ae0b360b51d1384c4
0
roles/users
169
[ "no_license" ]
[ { "path": "roles/users/defaults/main.yml", "content": "---\n\n# Type: List of Dictionaries\n# Dictionary Items:\n# name - Name of the user account\n# Required\n#\n# sshkey - SSH Keys to add to account. Normally should be a URL but can possibly use a lookup plugin\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1189, "all_permissive": false }
ansible_role
netvirus/ansible-haproxy
61e201de15e1b42cf2e7d04cc102069756d0ea40
0
ansible/roles/haproxy
169
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/override.conf.j2", "content": "{% if haproxy_systemd_override_service is defined %}\n[Service]\n{% for item in haproxy_systemd_override_service %}\n{{ item.key }}={{ item.value }}\n{% endfor %}\n{% endif %}\n\n{% if haproxy_systemd_override_unit is defined %}\n[Uni...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 19515, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/ansible-target
169
[ "no_license" ]
[ { "path": "roles/ansible-target/tasks/main.yml", "content": "---\n- block:\n - import_tasks: raw.yml\n - import_tasks: nonraw.yml\n tags: ansible-target\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/ansible-target/tasks/nonraw.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8298, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/ansible_ubuntu_ppa
169
[ "no_license" ]
[ { "path": "roles/ansible_ubuntu_ppa/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags:\n - ansible\n - apt_source\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/ansible_ubuntu_ppa/tasks/main-tasks.yml", "co...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 825, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/daily-borgbackup
169
[ "no_license" ]
[ { "path": "roles/daily-borgbackup/tasks/main-tasks.yml", "content": "- name: Install borgbackup, cron\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - borgbackup\n - cron\n\n# Note - this role is not really configurable, to keep it simple\n# and to avoid appearing more gene...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5649, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/daily-rsync
169
[ "no_license" ]
[ { "path": "roles/daily-rsync/defaults/main.yml", "content": "# Determines order of execution in cron.daily\ndaily_rsync__cron_prefix:\n\ndaily_rsync__prepare_script: '#!/bin/true'\ndaily_rsync__cleanup_script: '#!/bin/true'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 15943, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/deb-apache
169
[ "no_license" ]
[ { "path": "roles/deb-apache/files/sites-available/000-default-ssl.conf", "content": "<IfModule mod_ssl.c>\n\t<VirtualHost _default_:443>\n\t\t# Note \"the default virtual host (this file)...\n\t\t# is used as a last resort host regardless.\"\n\t\t# So it is not necessary to set ServerName\n\t\tServerName lo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6569, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/deb-on-nspawn
169
[ "no_license" ]
[ { "path": "roles/deb-on-nspawn/tasks/main-tasks.yml", "content": "# * install locale-gen\n# * boot complains without this package\n- name: Install locales package\n package:\n name: locales\n state: present\n\n# E.g. ssh passes locale vars, so you need your locale inside the container.\n# (Even if yo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1765, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/deb-on-nspawn-dhcp
169
[ "no_license" ]
[ { "path": "roles/deb-on-nspawn-dhcp/tasks/main-tasks.yml", "content": "# Note - happens to be pulled in by perl as well (and in turn, etckeeper).\n- name: Install ifupdown\n package:\n name: ifupdown\n state: present\n\n# Debian jessie has interfaces.d/, but implemented using `source-directory`,\n# w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/debian_recommends
169
[ "no_license" ]
[ { "path": "roles/debian_recommends/tasks/main-tasks.yml", "content": "- name: Install packages recommended by Debian\n package:\n state: present\n name:\n # https://www.debian.org/releases/jessie/amd64/release-notes/ch-whats-new.en.html#security\n # \"It is recommended to install needrestar...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 887, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/element_desktop
169
[ "no_license" ]
[ { "path": "roles/element_desktop/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags:\n - element_desktop\n - apt_source\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/element_desktop/tasks/main-tasks.yml", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1407, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/firefox
169
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: firefox\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/firefox/tasks/main-tasks.yml", "content": "# Install the version of Firefox avail...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 799, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/flatpak
169
[ "no_license" ]
[ { "path": "roles/flatpak/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: flatpak\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/flatpak/defaults/main.yml", "content": "flatpak__remove_snapd: no\n", "licens...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1521, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/jenkins_shared
169
[ "no_license" ]
[ { "path": "roles/jenkins_shared/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: jenkins_shared\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/jenkins_shared/tasks/shared-dir.yml", "content": "# bindfs will ser...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4169, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/jpegcheck
169
[ "no_license" ]
[ { "path": "roles/jpegcheck/files/jpegcheck", "content": "#!/bin/bash\n# Find JPEG files and check them.\n\nparallel() {\n\tcommand parallel --will-cite \"$@\"\n}\n#\n# UNIX tradition expects that non-interactive commands stay quiet, dammit.\n# This script was written for my own use. If you find it useful, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1952, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/openssh-server
169
[ "no_license" ]
[ { "path": "roles/openssh-server/handlers/main.yml", "content": "---\n\n- name: Test sshd configuration and restart\n command: sshd -t\n notify: [ 'Restart sshd' ]\n\n- name: Restart sshd\n service:\n name: \"{{ service_ssh_server }}\"\n state: restarted\n", "license_type": "no_license", "de...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 6586, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/packages-cli-basics
169
[ "no_license" ]
[ { "path": "roles/packages-cli-basics/tasks/main-tasks.yml", "content": "# design:\n# - ensure you have certain programs when you need them (outages etc).\n# - \"not too large\"\n# - cross-distro - Debian and Fedora\n#\n# The list is chosen to match my taste, though I think a majority\n# are unobjectionable....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1972, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/packages-dev-basics
169
[ "no_license" ]
[ { "path": "roles/packages-dev-basics/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: packages-dev-basics\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/packages-dev-basics/tasks/main-tasks.yml", "content": "- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 229, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/packages-gui
169
[ "no_license" ]
[ { "path": "roles/packages-gui/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: packages-gui\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/packages-gui/meta/main.yml", "content": "galaxy_info:\n author: <NAME>...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 528, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/powertop-full-override
169
[ "no_license" ]
[ { "path": "roles/powertop-full-override/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: powertop-full-override\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/powertop-full-override/tasks/main-tasks.yml", "cont...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 787, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/remove-mlocate-on-fedora
169
[ "no_license" ]
[ { "path": "roles/remove-mlocate-on-fedora/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: remove-mlocate-on-fedora\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/remove-mlocate-on-fedora/tasks/main-tasks.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2081, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/repos_apt
169
[ "no_license" ]
[ { "path": "roles/repos_apt/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: repos_apt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/repos_apt/templates/apt.conf.d/02proxy.j2", "content": "// This file is manag...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1558, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/smartd
169
[ "no_license" ]
[ { "path": "roles/smartd/tasks/main.yml", "content": "---\n- import_tasks: main-tasks.yml\n tags: smartd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/smartd/README.md", "content": "Debian / Ubuntu.\n", "license_type": "no_license...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1178, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/systemd-coredump
169
[ "no_license" ]
[ { "path": "roles/systemd-coredump/tasks/main-tasks.yml", "content": "- name: Check if systemd would need to be installed\n package:\n name: systemd\n state: present\n check_mode: true\n register: systemd_simulated_install\n\n- name: Require that systemd is already installed\n assert:\n that: no...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2192, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/users
169
[ "no_license" ]
[ { "path": "roles/users/tasks/main-tasks.yml", "content": "- name: RedHat-compatible sudo package?\n when: ansible_os_family == \"RedHat\"\n set_fact: sudo_group=\"wheel\"\n\n- name: Debian-compatible sudo package?\n when: ansible_os_family == \"Debian\"\n set_fact: sudo_group=\"sudo\"\n\n- name: Operati...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2225, "all_permissive": false }
ansible_role
sourcejedi/ansible-site
a131fb5b4c09a3e26e3bf40ff6a629c0fa71e790
2
roles/wireshark
169
[ "no_license" ]
[ { "path": "roles/wireshark/tasks/main-tasks.yml", "content": "# This pulls in everything on both Debian and Fedora.\n# (More care is needed if you want tshark only).\n- name: Install Wireshark\n package:\n name: wireshark\n state: present\n\n- name: Add users to group for capturing packets\n user:\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
ryanzhang/better-ansible
1d65676f7c81d58954ae255d4ab8a3f74ef79cc0
0
roles/haproxy
169
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Install HAProxy\n package:\n name: haproxy\n state: latest\n\n- name: Enable HAProxy\n service:\n name: haproxy\n state: started\n enabled: yes\n\n- name: Configure HAProxy\n template:\n src: templates/haproxy.cfg.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
ryanzhang/better-ansible
1d65676f7c81d58954ae255d4ab8a3f74ef79cc0
0
roles/tomcat
169
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: Install Tomcat\n package:\n name: tomcat\n state: latest\n\n\n- name: Create ansible tomcat directory\n file:\n path: /usr/share/tomcat/webapps/ROOT\n state: directory\n\n- name: Copy the tomcat-jui if not existed\n file: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
digitalake/docker-networking
eee654a46da6d849ab5bc893ec7d3e429548fd2b
0
ansible/roles/swarm_setup
169
[ "no_license" ]
[ { "path": "ansible/roles/swarm_setup/tasks/install-modules.yml", "content": "---\r\n- name: Make sure pip package installed.\r\n apt:\r\n name: python3-pip\r\n state: present\r\n\r\n- name: Install docker package.\r\n ansible.builtin.pip:\r\n name: docker>=5.0.0\r\n state: present\r\n\r\n- nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1551, "all_permissive": false }
ansible_role
sky54000/Scroller_bittrex_websocket_node
dfbf776fa263dc5b025979f40d62e9036213a694
14
server_deploy/roles/install.packages
169
[ "no_license" ]
[ { "path": "server_deploy/roles/install.packages/tasks/main.yml", "content": "---\n# tasks file for install.packages\n- name: Install base packages\n apt: name={{ item }} state=installed\n with_items:\n - python3\n - python3-pip\n tags:\n - packages\n- name: Upgrade pip\n pip: name=pip state=lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
sky54000/Scroller_bittrex_websocket_node
dfbf776fa263dc5b025979f40d62e9036213a694
14
server_deploy/roles/install.platform
169
[ "no_license" ]
[ { "path": "server_deploy/roles/install.platform/tasks/main.yml", "content": "---\n- name: Clone the scroller from github\n git:\n repo: ssh://git@github.com/sky54000/Scroller_bittrex_websocket_node.git\n dest: \"{{ scroller_path }}\"\n\n- name: Create a network websocket-scroller\n command: docker n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
shirlley11/ansible
2ad86fe3d1432822b932fcb542d8f4fa7d0518d5
0
roles/puppet
169
[ "no_license" ]
[ { "path": "roles/puppet/tasks/main.yml", "content": "---\n# tasks file for puppet\n\n- name: instalando repositorios\n include: repo1.yaml\n\n- name: instalando o puppet agent e server \n include: install.yaml \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 518, "all_permissive": false }
ansible_role
shirlley11/ansible
2ad86fe3d1432822b932fcb542d8f4fa7d0518d5
0
roles/web
169
[ "no_license" ]
[ { "path": "roles/web/tasks/pacote.yaml", "content": "\n- name: instalando o apache \n hosts: all\n package: \n name: \n - apache \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/web/handlers/main.yml", "content": "---\n# handlers...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 382, "all_permissive": false }
ansible_role
Swasth-Digital-Health-Foundation/hcx-devops
fbf560500fa83c4860c981d29798988917c025cd
0
application/ansible/roles/helm_deploy
169
[ "no_license" ]
[ { "path": "application/ansible/roles/helm_deploy/templates/provider-api.yaml", "content": "image:\n tag: \"{{ image_tag }}\"\n repository: \"{{ docker_repo }}/hcx-api\"\nenv:\n bootstrap_servers: \"{{ groups['kafka'][0] }}:9092\"\n kafka_payload_topic: \"{{ env }}.hcx.request.payload\"\n kafka_coverage...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 13286, "all_permissive": false }
ansible_role
jeffpascal/everseen-install-kube-nvidia
f6ac37d27f2426320fc608e7a3b56ecdebf91ce0
0
my_ansible_project/roles/drivers_and_tuning
169
[ "no_license" ]
[ { "path": "my_ansible_project/roles/drivers_and_tuning/templates/limits.conf.j2", "content": "# roles/drivers_and_tuning/templates/limits.conf.j2\n\n* soft nofile 524288\n* hard nofile 524288", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "my_ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1595, "all_permissive": false }
ansible_role
mdevops24/roboshop-ansible
49355d2bbac20af55610fac7fa4a632072fd9c0c
0
roles/common
167
[ "no_license" ]
[ { "path": "roles/common/tasks/golang.yml", "content": "\n- name: Install Golang\n ansible.builtin.dnf:\n name: golang\n state: latest\n\n- name: Setup App Pre-reqs.\n ansible.builtin.include_role:\n name: common\n tasks_from: app-prereq\n\n- name: Download Golang dependencies\n ansible.buil...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3080, "all_permissive": false }
ansible_role
mdevops24/roboshop-ansible
49355d2bbac20af55610fac7fa4a632072fd9c0c
0
roles/frontend
167
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Disable default nginx\n ansible.builtin.shell: dnf module disable nginx -y\n\n- name: Enable Nginx 24 version\n ansible.builtin.shell: dnf module enable nginx:1.24 -y\n\n- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 688, "all_permissive": false }
ansible_role
mdevops24/roboshop-ansible
49355d2bbac20af55610fac7fa4a632072fd9c0c
0
roles/mongo
167
[ "no_license" ]
[ { "path": "roles/mongo/tasks/main.yml", "content": "- name: Copy MongoDB repo\n ansible.builtin.copy:\n src: rabbitmq.repo\n dest: /etc/yum.repos.d/rabbitmq.repo\n\n- name: Install mongoDB\n ansible.builtin.dnf:\n name: mongodb-org\n state: latest\n\n\n- name: Update MongoDB Conf file\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
mdevops24/roboshop-ansible
49355d2bbac20af55610fac7fa4a632072fd9c0c
0
roles/mysql
167
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install mysql server\n ansible.builtin.dnf:\n name: mysql-server\n\n\n- name: Enable mysqld and start\n ansible.builtin.systemd_service:\n name: mysqld\n state: restarted\n enabled: yes\n\n- name: Setup MySQL root pwd\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
mdevops24/roboshop-ansible
49355d2bbac20af55610fac7fa4a632072fd9c0c
0
roles/payment
167
[ "no_license" ]
[ { "path": "roles/payment/vars/main.yml", "content": "component: payment\napp_path: /app\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/payment/tasks/main.yml", "content": "- name: Setup python\n ansible.builtin.include_role:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 130, "all_permissive": false }
ansible_role
mdevops24/roboshop-ansible
49355d2bbac20af55610fac7fa4a632072fd9c0c
0
roles/redis
167
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Disable default redis\n ansible.builtin.shell: dnf module disable redis -y\n\n- name: Enable redis 7\n ansible.builtin.shell: dnf module enable redis:7 -y\n\n- name: Install redis 7\n ansible.builtin.dnf:\n name: redis\n state: present\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/cadvisorBuild
167
[ "permissive" ]
[ { "path": "roles/cadvisorBuild/defaults/main.yml", "content": "---\n# defaults file for roles/cadvisorBuild\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 44 }, { "path": "roles/cadvisorBuild/vars/main.yml", "content": "---\n# vars fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4476, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/cadvisorDeploy
167
[ "permissive" ]
[ { "path": "roles/cadvisorDeploy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/cadvisorDeploy\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 79 }, { "path": "roles/cadvisorDeploy/defaults/...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2410, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/docker
167
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker main\n- name: Docker daemon validation\n ansible.builtin.include_tasks: daemon.yml\n\n- name: Login to Arifactory Build / Push Dockerfile then logout and prune\n block:\n - name: Log into Artifactory\n ansible.buil...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 3682, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/grafanaBuild
167
[ "permissive" ]
[ { "path": "roles/grafanaBuild/vars/main.yml", "content": "---\n# vars file for roles/grafanaBuild\ntmp: '/tmp/grafana'\n\ntmp_conf:\n certs: '{{ tmp }}/certs'\n dashboards: '{{ tmp }}/dashboards'\n\nfiles:\n dev:\n certs:\n - { src: '{{ grafana.cert.files.ca }}', dest: '{{ tmp_conf.certs }}' }\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 12865, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/grafanaDeploy
167
[ "permissive" ]
[ { "path": "roles/grafanaDeploy/tasks/account.yml", "content": "---\n# tasks file for roles/prometheusDeploy account\n- name: Get all groups onnode\n ansible.builtin.getent:\n database: group\n split: ':'\n no_log: true\n\n- name: Creating system account \"{{ grafana.systemAccount.name }}\" with gid ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 4664, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/nginxBuild
167
[ "permissive" ]
[ { "path": "roles/nginxBuild/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/nginxBuild\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 75 }, { "path": "roles/nginxBuild/templates/Dockerfile....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7935, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/nginxDeploy
167
[ "permissive" ]
[ { "path": "roles/nginxDeploy/tasks/logDirectoryCreation.yml", "content": "---\n# tasks file for roles/loggingConfigurations logDirectoryCreation \n- name: Create log and conf dir on Remote\n become: true\n ansible.builtin.file:\n path: \"{{ nginx.conf.dirs.data }}\"\n owner: \"{{ user }}\"\n grou...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5127, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/nodeExporterBuild
167
[ "permissive" ]
[ { "path": "roles/nodeExporterBuild/README.md", "content": "Role Name nodeExporterBuild\n===========================\n\nThis role is made with purpose to pull the relevant CAs, build and push the Node Exporter image to Artifactory. The role will prune the docker daemon once the build is finished if docker da...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4593, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/nodeExporterDeploy
167
[ "permissive" ]
[ { "path": "roles/nodeExporterDeploy/README.md", "content": "Role Name prometheusDeploy\n==========================\n\nThis role is responsible to deploy the Prometheus Server image that is build and pushed to Artifactory. The role will stop and prunte the existing container(s) if docker daemon is running.\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4210, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/prometheusBuild
167
[ "permissive" ]
[ { "path": "roles/prometheusBuild/tasks/conf.yml", "content": "---\n# tasks file for roles/prometheusServer conf\n- name: Gather facts for Prometheus extracting points / node(s)\n register: prometheusServersHosts\n ansible.builtin.setup:\n gather_subset:\n - \"!all\"\n - \"!any\"\n - \"ne...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6518, "all_permissive": true }
ansible_role
thanos1983/proxyMonitoring
a5417662d7636f9a25824e50a3718b8c41f03fd8
0
roles/prometheusDeploy
167
[ "permissive" ]
[ { "path": "roles/prometheusDeploy/vars/main.yml", "content": "---\n# vars file for prometheusDeploy\nportBinds:\n - '{{ prometheus.conf.port }}:{{ prometheus.conf.port }}'\n\nportsToCheck:\n - '{{ prometheus.conf.port }}'\n\nrepo:\n name: 'my.private.dockerrepo/prometheus'\n registry: 'my.private.docker...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3882, "all_permissive": true }
ansible_role
etalab/api-infrastructure
05c5be004b2267df113018b76c5a7bc20812c7d4
3
roles/app-user
167
[ "no_license" ]
[ { "path": "roles/app-user/tasks/main.yml", "content": "---\n- name: ensure app_user group exists\n group:\n name: \"{{ app_user }}\"\n state: present\n\n- name: ensure app_user user exists\n user:\n name: \"{{ app_user }}\"\n group: \"{{ app_user }}\"\n state: present\n shell: /bin/bash\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }