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
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/ensure_python
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/ensure_python/defaults/main.yaml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install python\n license_fil: COPYING\n min_ansible_version: 2.9\n platforms:\n - name: EL\n versions:\n - 7\n - 8\n categories...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_add_shards
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_add_shards/meta/main.yaml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Add shards hostnames to the inventory\n license_file: COPYING\n min_ansible_version: 2.9\n platforms:\n - name: EL\n versions:\n - 7\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1554, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_build
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_build/files/check", "content": "#!/bin/sh\n\nset -e\n\nexport GOFLAGS=\"-buildvcs=false\"\ngo fmt ./...\ngolangci-lint run\ngo test -v ./...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1683, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_ca_deploy
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_ca_deploy/tasks/main.yaml", "content": "---\n- name: Copy CA certificate to remote machines\n copy:\n src: '{{ lookup(\"env\", \"HOME\") }}/.config/zygote/certs/ca/ca_cert.pem'\n dest: '{{ zygote_home }}/certs/ca/ca_cert.pem'\n owner: root\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1051, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_container
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_container/tasks/main.yaml", "content": "---\n- gh_image:\n user: \"{{ github_actor or z_repo_owner }}\"\n token: \"{{ z_user_token }}\"\n image: \"{{ z_repo_name }}\"\n owner: \"{{ z_repo_owner }}\"\n state: \"{{ z_state }}\"\n tag:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_galaxy_col
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_galaxy_col/defaults/main.yml", "content": "---\ncollection_dir : \"{{ workspace }}/ansible_collections/evgnomon/catamaran\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible_collecti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 915, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_install
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_install/README.md", "content": "# z\\_install\n\nMake an executable available in the remote host.\n\nFor Go projects, uploads dist/* to the remote host and makes it executable.\nOnly the compatible architecture is uploaded.\n\n## Example Playbook\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 780, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_lib_var
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_lib_var/tasks/main.yaml", "content": "---\n- name: Create service group\n group:\n name: \"{{ z_user }}\"\n state: present\n system: yes\n- name: Create service user\n user:\n name: \"{{ z_user }}\"\n state: present\n shell: /sbin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1297, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_names
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_names/tasks/main.yaml", "content": "---\n- name: Create A records\n community.general.cloudflare_dns:\n zone: \"{{ name_zone }}\"\n record: \"{{ item.record_name }}\"\n type: \"{{ item.get('record_type', 'A') }}\"\n value: \"{{ item.reco...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 825, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_nodes
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_nodes/tasks/main.yaml", "content": "---\n- name: Update Hetzner servers\n hcloud_server:\n api_token: \"{{ secrets.hetzner.prod }}\"\n name: \"{{ vm_name }}\"\n server_type: cpx11\n image: debian-12\n location: \"{{ item.get('location...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3681, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_pod
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_pod/meta/main.yaml", "content": "---\ndependencies:\n - role: evgnomon.catamaran.z_secrets\n - role: evgnomon.catamaran.z_defaults\ngalaxy_info:\n author: <NAME>\n description: Start a container using podman\n license_fil: COPYING\n min_ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1382, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_secrets
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_secrets/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Read secrets from Github Actions Secrets\n license_fil: COPYING\n min_ansible_version: 2.9\n platforms:\n - name: EL\n versions:\n - 7\n - 8\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 469, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_service
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_service/templates/z_service.j2", "content": "[Unit]\nDescription={{ z_service_description }}\nAfter=network.target\n\n[Service]\nExecStart={{ z_service_binary_path }}\nRestart=always\nUser={{ z_service_user }}\nGroup={{ z_service_group }}\n{% if z_se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4117, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_shell
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_shell/README.md", "content": "# z\\_shell Role\n\nRuns user commands in a shell which has proper environment variables set for Zygote applications.\n\n## Requirements\n\n- Ansible 2.9 or higher\n- Supported platforms:\n - EL 7\n - EL 8\n\n## Role V...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1400, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_sign
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_sign/tasks/main.yaml", "content": "---\n- name: Sign certificates\n cert_sign:\n domain: \"{{ domain }}\"\n token: \"{{ token }}\"\n num_shards: \"{{ num_shards }}\"\n num_replicas: \"{{ num_replicas }}\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 825, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_sshadd
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_sshadd/defaults/main.yaml", "content": "---\nssh_key_name: zygote_ssh_key\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible_collections/evgnomon/catamaran/roles/z_sshadd/meta/main.ya...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 752, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/z_tag_release
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/z_tag_release/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Release dist/* on a tag push\n license_fil: COPYING\n min_ansible_version: 2.9\n platforms:\n - name: EL\n versions:\n - 7\n - 8\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 980, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/zygote
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/zygote/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Setup a zygote environment for test and development\n license_fil: COPYING\n min_ansible_version: 2.9\n platforms:\n - name: EL\n versions:\n - 7\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3754, "all_permissive": false }
ansible_role
callus-corn/WebApp
e0b04d55d3227f838addbea9409d2a6305156abf
0
provision/roles/app
7,428
[ "no_license" ]
[ { "path": "provision/roles/app/tasks/pip3.yml", "content": "---\n- name: install pip3\n shell: python3.6 -m ensurepip\n register: result\n changed_when: '\"Requirement already satisfied: pip\" not in result.stdout'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 676, "all_permissive": false }
ansible_role
callus-corn/WebApp
e0b04d55d3227f838addbea9409d2a6305156abf
0
provision/roles/common
7,428
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/git.yml", "content": "---\n- name: git install\n yum:\n name: git\n state: present\n\n- name: git add name\n git_config: name=user.name scope=global value=\"collus-corn\"\n\n- name: git add mail\n git_config: name=user.email scope=global value=\"<EMAIL>\"", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 319, "all_permissive": false }
ansible_role
callus-corn/WebApp
e0b04d55d3227f838addbea9409d2a6305156abf
0
provision/roles/db
7,428
[ "no_license" ]
[ { "path": "provision/roles/db/tasks/main.yml", "content": "---\n- include: marinadb.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "provision/roles/db/tasks/marinadb.yml", "content": "---\n- name: install mariadb\n yum:\n name: mariadb\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 262, "all_permissive": false }
ansible_role
callus-corn/WebApp
e0b04d55d3227f838addbea9409d2a6305156abf
0
provision/roles/front
7,428
[ "no_license" ]
[ { "path": "provision/roles/front/tasks/angular.yml", "content": "---\n- name: Install Angular2\n npm: \n name: \"@angular/cli\"\n global: yes\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "provision/roles/front/tasks/nod...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 429, "all_permissive": false }
ansible_role
callus-corn/WebApp
e0b04d55d3227f838addbea9409d2a6305156abf
0
provision/roles/web
7,428
[ "no_license" ]
[ { "path": "provision/roles/web/tasks/nginx.yml", "content": "---\n- name: add nginx repo\n yum:\n name: http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm\n state: present\n\n- name: install nginx\n yum:\n enablerepo: nginx\n name: nginx\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
SamuelHornsey/ansible-jupyterhub
38d7fa47362393012ab41e3bf0978052f0ced211
0
roles/docker
7,428
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: download install script\n get_url: url=https://get.docker.com/ dest=/tmp/docker.sh\n\n- name: install docker\n command: /bin/sh /tmp/docker.sh\n\n- name: start docker\n systemd:\n name: docker\n state: started\n enabled: yes", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
SamuelHornsey/ansible-jupyterhub
38d7fa47362393012ab41e3bf0978052f0ced211
0
roles/jupyter
7,428
[ "no_license" ]
[ { "path": "roles/jupyter/defaults/main.yaml", "content": "---\n jupyter_password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/jupyter/templates/jupyter.service.j2", "content": "[Unit]\nDescription=Jupyterhub\n\n[Service]\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1903, "all_permissive": false }
ansible_role
SamuelHornsey/ansible-jupyterhub
38d7fa47362393012ab41e3bf0978052f0ced211
0
roles/nginx
7,428
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser nginx;\nworker_processes auto;\nerror_log /var/log/nginx/error....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3202, "all_permissive": false }
ansible_role
SamuelHornsey/ansible-jupyterhub
38d7fa47362393012ab41e3bf0978052f0ced211
0
roles/python3
7,428
[ "no_license" ]
[ { "path": "roles/python3/tasks/main.yaml", "content": "---\n- name: add repos\n yum:\n name: epel-release\n \n- name: install python3\n yum:\n name: python3\n\n- name: install pip3\n yum:\n name: python-pip\n\n- name: install python setup tools\n yum:\n name: python-setuptools\n \n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
vetzuki/vetzuki
2d62f231ecfc89c1246cd53f038347a37eee2509
0
src/roles/rds
7,428
[ "no_license" ]
[ { "path": "src/roles/rds/tasks/main.yml", "content": "- name: Gather RDS connection information\n command: \n argv:\n - aws\n - rds\n - describe-db-instances\n - --region\n - \"{{ rds.aws_region }}\"\n # - \"--query 'DBInstances[*]'\"\n register: aws_output\n environment:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
vetzuki/vetzuki
2d62f231ecfc89c1246cd53f038347a37eee2509
0
src/roles/schema
7,428
[ "no_license" ]
[ { "path": "src/roles/schema/tasks/main.yml", "content": "- debug:\n msg: \"configuring schema for {{ vetzuki_environment }}\"\n- name: Include RDS database vars\n when: vetzuki_environment == \"poc\"\n include_role:\n name: rds\n- pip: name=psycopg2-binary extra_args=\"--user\"\n- name: Drop vetzuki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4800, "all_permissive": false }
ansible_role
vetzuki/vetzuki
2d62f231ecfc89c1246cd53f038347a37eee2509
0
vetzuki-host/roles/ca
7,428
[ "no_license" ]
[ { "path": "vetzuki-host/roles/ca/tasks/main.yml", "content": "- pip: name=pyOpenSSL\n- name: Create CA SSL root\n loop: [\"/certs\", \"/keys\", \"/csrs\"]\n file:\n state: directory\n path: \"{{ ca_ssl_root }}/{{ item }}\"\n\n- name: Create key\n openssl_privatekey:\n path: \"{{ ca_ssl_root }}/k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1339, "all_permissive": false }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/bind
7,428
[ "permissive" ]
[ { "path": "roles/bind/templates/etc/reverse_zone.j2", "content": "#jinja2: trim_blocks: True, lstrip_blocks: True\n{% set _data = item | bodsch.dns.reverse_zone_data(bind_zone_soa, ansible_hostname) %}\n{% set _zone_data = _data.get(\"reverse_zone_data\", None) %}\n{% set _zone_hash = _data.get(\"zone_hash\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 34, "total_bytes": 58899, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/fqdn
7,428
[ "permissive" ]
[ { "path": "roles/fqdn/tasks/debian.yml", "content": "---\n- name: Debian | Install dbus\n ansible.builtin.apt:\n name: dbus\n state: present\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 91 }, { "path": "roles/fqdn/tasks/configure...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 8669, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/hosts
7,428
[ "permissive" ]
[ { "path": "roles/hosts/vars/main.yml", "content": "---\n\nhosts_dependencies:\n - iproute2\n\nhosts_file: /etc/hosts\n\n...\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 67 }, { "path": "roles/hosts/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7643, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/knot_resolver
7,428
[ "permissive" ]
[ { "path": "roles/knot_resolver/templates/init/openrc/init.d/kresd.j2", "content": "#!/sbin/openrc-run\n\n: ${wait:=100}\n\ncommand=\"/usr/sbin/kresd\"\ncommand_args=\"--noninteractive --config=$cfgfile $cachedir\"\ncommand_background=\"yes\"\npidfile=\"/run/$RC_SVCNAME.pid\"\nstart_stop_daemon_args=\"--chdi...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 17915, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/pdns
7,428
[ "permissive" ]
[ { "path": "roles/pdns/templates/pdns_webserver.conf.j2", "content": "#jinja2: trim_blocks: True, lstrip_blocks: True\n# {{ ansible_managed }}\n\n{% if pdns_webserver is defined and\n pdns_webserver.enabled is defined and\n pdns_webserver.enabled %}\n {% set _ = pdns_webserver.pop(\"enabled\") %}\...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 26, "total_bytes": 41891, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/pdns_records
7,428
[ "permissive" ]
[ { "path": "roles/pdns_records/molecule/backend-sqlite/converge.yml", "content": "---\n\n- name: converge\n hosts: all\n any_errors_fatal: true\n gather_facts: true\n\n environment:\n NETRC: ''\n\n roles:\n - role: bodsch.dns.pdns_records\n", "license_type": "permissive", "detected_license...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 22139, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/pdns_recursor
7,428
[ "permissive" ]
[ { "path": "roles/pdns_recursor/templates/etc/powerdns/recursor.d/ecs.j2", "content": "{% set values = pdns_recursor_ecs | bodsch.core.remove_empty_values %}\n{% if values | count > 0 %}\n## -- ecs ---------------------------------------------------------------------\n {% if pdns_recursor_version.full_versi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 26, "total_bytes": 78975, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/pihole
7,428
[ "permissive" ]
[ { "path": "roles/pihole/vars/archlinux.yml", "content": "---\n\npihole_dependencies:\n - bind-tools # dnsutils equivalent\n - net-tools\n - python-toml\n\n...\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 99 }, { "path": "roles/pihol...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 33668, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/resolv
7,428
[ "permissive" ]
[ { "path": "roles/resolv/meta/main.yml", "content": "---\n\ngalaxy_info:\n role_name: resolv\n\n author: <NAME>\n\n description: ansible role to configure /etc/resolv.conf\n\n license: Apache\n min_ansible_version: \"2.9\"\n\n platforms:\n - name: ArchLinux\n - name: Debian\n versions:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2995, "all_permissive": true }
ansible_role
bodsch/ansible-collection-dns
3e511b1984b9572b71f891a2dbc798449befadcc
1
roles/unbound
7,428
[ "permissive" ]
[ { "path": "roles/unbound/templates/etc/unbound.conf.d/stub_zone.conf.j2", "content": "#jinja2: trim_blocks: True, lstrip_blocks: True\n# {{ ansible_managed }}\n# stub_zone\n\n{% if unbound_config_stub_zone is defined and unbound_config_stub_zone | count != 0 %}\nstub-zone:\n{% if unbound_config_stub_zone.na...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 30, "total_bytes": 35759, "all_permissive": true }
ansible_role
al0314/conf-mgmt
de2bd409f1a0c284837f2aa8529ff8b04ea0ea65
0
ansible/roles/java
7,428
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "- name: Update yum cache\n dnf:\n update_cache: true\n become: true\n\n- name: Install {{ java_version }}\n package: \n name: \" {{ java_version }}\"\n state: present\n become: true\n\n- name: Ensure JAVA is installed\n dnf:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 354, "all_permissive": false }
ansible_role
al0314/conf-mgmt
de2bd409f1a0c284837f2aa8529ff8b04ea0ea65
0
ansible/roles/jenkins
7,428
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/jenkins\n- name: Download Jenkins Repo\n ansible.builtin.get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n mode: \"064...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 777, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/apt
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/apt/templates/etc/apt/apt.conf.d/00NoInstallRecommends.j2", "content": "// {{ ansible_managed }}\n\n// Should APT install recommended or suggested packages?\nAPT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2004, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/bootstrap
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/bootstrap/README.md", "content": "# bootstrap\n\nBootstrap a freshly installed Debian-based system for Ansible management.\n\nThis module:\n\n- upgrade packages,\n- install `python3-apt` (required for check mode by the APT module.\n\n## Links\n\n- [APT module requirements](https://...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1546, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/git
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/git/README.md", "content": "# git\n\nManage Git installation and global configuration.\n\n## Links\n\n- [git-scm.com](https://www.git-scm.com/)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": ".ansible/roles/git/template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1865, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/gnome
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/gnome/README.md", "content": "# gnome\n\nManage Gnome configuration.\n\n## Links\n\n- [community.general.dconf](https://docs.ansible.com/ansible/latest/collections/community/general/dconf_module.html)\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 954, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/journald
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/journald/tasks/main.yml", "content": "---\n- name: Create systemd journal directories\n ansible.builtin.file:\n path: \"/var/log/journal\"\n state: \"directory\"\n owner: \"root\"\n group: \"systemd-journal\"\n mode: \"02755\"\n become: true\n\n- name: Configure jo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 636, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/limits
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/limits/templates/etc/security/limits.conf.j2", "content": "{{ ansible_managed | comment }}\n\n{% for limit in limits__all %}\n{{ \"%-30s\" | format(limit.domain) }} {{ \"%-10s\" | format(limit.type) }} {{ \"%-15s\" | format(limit.item) }} {{ limit.value }}\n{% endfor %}\n", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1551, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/root
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/root/tasks/main.yml", "content": "---\n- name: Enforce root system group\n ansible.builtin.group:\n name: \"root\"\n gid: \"0\"\n system: true\n state: \"present\"\n\n- name: Enforce root system account\n ansible.builtin.user:\n name: \"root\"\n state: \"present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/sudo
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/sudo/templates/etc/sudoers.j2", "content": "# {{ ansible_managed }}\n\n# To enable sudo to be invoked from a real tty but not through methods such as cron or cgi-bin scripts.\n# Not activated - needed by Ansible for pipelining (see https://docs.ansible.com/ansible/latest/reference_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2023, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/sysctl
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/sysctl/tasks/main.yml", "content": "---\n- name: \"Delete sysctl.d directory\"\n ansible.builtin.file:\n path: \"/etc/sysctl.d\"\n state: \"absent\"\n become: true\n\n- name: \"Configure sysctl parameters\"\n ansible.builtin.template:\n src: \"{{ item }}.j2\"\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 820, "all_permissive": false }
ansible_role
marcwrobel/setup
3bb5c56ae43e854b5ce8e9c743464a7b6457d161
1
.ansible/roles/user
7,438
[ "no_license" ]
[ { "path": ".ansible/roles/user/README.md", "content": "# packages\n\nSet up user and its dotfiles.\n\n## Links\n\n- [pkgs.org](https://pkgs.org)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": ".ansible/roles/user/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1073, "all_permissive": false }
ansible_role
bywen/ansible_nmp
13e255fddaa4e84ad4c1e851f1ea51ed128ba905
0
roles/dbsrvs
7,438
[ "no_license" ]
[ { "path": "roles/dbsrvs/tasks/unarchive.yml", "content": "- name: unarchive Mysql\n unarchive: src=mysql-5.7.25-linux-glibc2.12-x86_64.tar.gz dest=/usr/local/src\n\n- name: mkdir mysql datadir\n file: path=/data/mysql owner=mysql group=mysql state=directory\n\n\n\n", "license_type": "no_license", ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6721, "all_permissive": false }
ansible_role
bywen/ansible_nmp
13e255fddaa4e84ad4c1e851f1ea51ed128ba905
0
roles/php
7,438
[ "no_license" ]
[ { "path": "roles/php/tasks/install_extension.yml", "content": "- name: initialize extension swoole\n shell: cd /usr/local/src/swoole-4.7.1 && /usr/local/php-fpm/bin/phpize && chdir=/usr/local/src/swoole-4.7.1 ./configure --enable-openssl --enable-swoole-curl --with-php-config=/usr/local/php-fpm/bin/php-con...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4734, "all_permissive": false }
ansible_role
bywen/ansible_nmp
13e255fddaa4e84ad4c1e851f1ea51ed128ba905
0
roles/websrvs
7,438
[ "no_license" ]
[ { "path": "roles/websrvs/tasks/config_file.yml", "content": "- name: update config file\n template: src=nginx.conf.j2 dest=/usr/local/nginx/conf/nginx.conf\n notify: restart nginx\n\n- name: create vhost directory\n file: path=/usr/local/nginx/conf/vhost state=directory\n- name: create wwwroot\n file: p...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6513, "all_permissive": false }
ansible_role
anti-social/ansible-workshop
6f4a98a39a30f8c3762a667c02400e67ce3a0868
0
roles/app
7,438
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yaml", "content": "# - debug: var=ansible_facts\n\n- name: Ensure app build dir\n file:\n path: \"{{ app_build_dir }}\"\n state: directory\n\n- name: Copy sources\n synchronize:\n owner: no\n group: no\n src: app\n dest: \"{{ app_build_dir }}\"\n delete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1102, "all_permissive": false }
ansible_role
anti-social/ansible-workshop
6f4a98a39a30f8c3762a667c02400e67ce3a0868
0
roles/nginx
7,438
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "- set_fact:\n nginx_user: www-data\n nginx_www_root: /var/www/html\n when: ansible_facts.distribution == 'Ubuntu'\n\n- set_fact:\n nginx_user: nginx\n nginx_www_root: /usr/share/nginx/html\n when: ansible_facts.distribution == 'Fedora'\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1204, "all_permissive": false }
ansible_role
anti-social/ansible-workshop
6f4a98a39a30f8c3762a667c02400e67ce3a0868
0
roles/podman
7,438
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yaml", "content": "- name: Podman installed\n package:\n name:\n - podman\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
anti-social/ansible-workshop
6f4a98a39a30f8c3762a667c02400e67ce3a0868
0
roles/webapp
7,438
[ "no_license" ]
[ { "path": "roles/webapp/tasks/main.yaml", "content": "- name: Ensure app build directory\n file:\n path: \"{{ app_build_dir }}\"\n state: directory\n\n- name: Copy sources\n synchronize:\n owner: no\n group: no\n src: app\n dest: \"{{ app_build_dir }}\"\n delete: yes\n rsync_opts:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4088, "all_permissive": false }
ansible_role
anti-social/ansible-workshop
6f4a98a39a30f8c3762a667c02400e67ce3a0868
0
roles/webapp-user
7,438
[ "no_license" ]
[ { "path": "roles/webapp-user/tasks/main.yaml", "content": "- set_fact:\n webapp_user_home: /srv/webapp\n\n- name: Disable selinux\n selinux:\n state: disabled\n when: ansible_facts.selinux.status == 'enabled'\n\n- name: Webapp user\n user:\n name: webapp\n home: \"{{ webapp_user_home }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3833, "all_permissive": false }
ansible_role
Harmannz/forgerock-tutorials
64967bd9d7d9c4b94ef1045cea16ac244fc8d647
0
AM-400-SP/platform/roles/common
7,438
[ "no_license" ]
[ { "path": "AM-400-SP/platform/roles/common/tasks/main.yml", "content": "---\n- name: Install Java\n yum:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Set JAVA_HOME environment variable\n lineinfile:\n path: /etc/environment\n regexp: '^JAVA_HOME'\n line: JAVA_HOME=/usr/lib/jvm/jr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1156, "all_permissive": false }
ansible_role
Harmannz/forgerock-tutorials
64967bd9d7d9c4b94ef1045cea16ac244fc8d647
0
AM-400-SP/platform/roles/openam
7,438
[ "no_license" ]
[ { "path": "AM-400-SP/platform/roles/openam/templates/openam_config.amster.j2", "content": "install-openam --serverUrl http://{{ inventory_hostname }}:9990/sso --adminPwd <PASSWORD> --policyAgentPwd <PASSWORD> --cookieDomain .wildfly.fun.dis.nz --cfgDir /opt/openam --acceptLicense \n:exit", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2492, "all_permissive": false }
ansible_role
Harmannz/forgerock-tutorials
64967bd9d7d9c4b94ef1045cea16ac244fc8d647
0
AM-400-SP/platform/roles/tomcat
7,438
[ "no_license" ]
[ { "path": "AM-400-SP/platform/roles/tomcat/tasks/main.yml", "content": "---\n- name: Install tomcat\n package:\n name:\n - tomcat\n - tomcat-webapps\n - tomcat-admin-webapps\n state: latest\n\n- name: Configure Tomcat\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5209, "all_permissive": false }
ansible_role
Harmannz/forgerock-tutorials
64967bd9d7d9c4b94ef1045cea16ac244fc8d647
0
AM-400-SP/platform/roles/wildfly
7,438
[ "no_license" ]
[ { "path": "AM-400-SP/platform/roles/wildfly/handlers/main.yml", "content": "---\n- name: Restart wildfly\n service:\n name: wildfly\n state: restarted\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "AM-400-SP/platform/roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1511, "all_permissive": false }
ansible_role
paulwoodman/convert2rhel_Ansible
9dd480fee03381b20d2d89c79c0aaace3b000b5f
0
roles/clean_up
7,438
[ "no_license" ]
[ { "path": "roles/clean_up/tasks/main.yml", "content": "---\n- name: checking to see if RHEL\n shell: rpm -qa redhat-release-server* --queryformat '%{vendor}'\n register: vendor_shell_output\n args:\n warn: false\n\n- name: Reboot the server if conversion is successful\n shell: sleep 2 && shutdown -r ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
paulwoodman/convert2rhel_Ansible
9dd480fee03381b20d2d89c79c0aaace3b000b5f
0
roles/convert2rhel
7,438
[ "no_license" ]
[ { "path": "roles/convert2rhel/tasks/main.yml", "content": "---\n- name: Install convert2rhel\n package:\n name: convert2rhel\n state: present\n\n- name: excute the conversion\n shell: convert2rhel -k {{ activation_key }} -o {{ sat_org }} -v Server -a --no-rpm-va -y\n\n- name: wait for the conversion...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
paulwoodman/convert2rhel_Ansible
9dd480fee03381b20d2d89c79c0aaace3b000b5f
0
roles/pre_flight
7,438
[ "no_license" ]
[ { "path": "roles/pre_flight/tasks/main.yml", "content": "---\n- name: Create directory - Subscription Manager\n file:\n path: /usr/share/convert2rhel/subscription-manager/\n state: directory\n\n- name: Create directory - RedHat Release\n file:\n path: /redhat-release/Server/\n state: directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 839, "all_permissive": false }
ansible_role
ssureshmuga/ansible294
102858561cae3c0bec2707352a4f69388be716f3
0
roles/apache
7,438
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for roles/apache\n- name: Installa httpd package\n ansible.builtin.dnf:\n name: \n - httpd\n - firewalld\n state: present\n\n- name: Start the httpd services\n ansible.builtin.service:\n name: httpd\n state: start...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 748, "all_permissive": false }
ansible_role
ssureshmuga/ansible294
102858561cae3c0bec2707352a4f69388be716f3
0
roles/balancer
7,438
[ "no_license" ]
[ { "path": "roles/balancer/tasks/main.yml", "content": "---\n# tasks file for loadbalancer\n - name: haproxy installation\n yum:\n name: haproxy\n state: present\n - name: haproxy service start\n service:\n name: haproxy\n state: started\n enabled: yes\n - name: configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 575, "all_permissive": false }
ansible_role
ssureshmuga/ansible294
102858561cae3c0bec2707352a4f69388be716f3
0
roles/phpinfo
7,438
[ "no_license" ]
[ { "path": "roles/phpinfo/defaults/main.yml", "content": "---\n# defaults file for phpinfo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/phpinfo/templates/index.j2", "content": "Hello PHP world from \"{{ ansible_facts['fqdn'] }}\"\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 426, "all_permissive": false }
ansible_role
ssureshmuga/ansible294
102858561cae3c0bec2707352a4f69388be716f3
0
roles/selinux
7,438
[ "no_license" ]
[ { "path": "roles/selinux/defaults/main.yml", "content": "---\nselinux_state:\nselinux_policy:\n\n# Set up empty lists for SELinux changes.\nselinux_booleans: []\nselinux_fcontexts: []\nselinux_logins: []\nselinux_ports: []\nselinux_restore_dirs: []\n\n# Purging local modifications is disabled by default.\ns...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 22648, "all_permissive": false }
ansible_role
ssureshmuga/ansible294
102858561cae3c0bec2707352a4f69388be716f3
0
roles/timesync
7,438
[ "no_license" ]
[ { "path": "roles/timesync/vars/OracleLinux_7.yml", "content": "---\ntimesync_ntp_provider_os_default: ntp\ntimesync_chrony_dhcp_sourcedir: \"\"\ntimesync_chrony_sysconfig_path: /etc/sysconfig/chronyd\ntimesync_ntp_sysconfig_path: /etc/sysconfig/ntpd\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 2906, "all_permissive": false }
ansible_role
kovkyr/hardware-site
e42f5c1dd7b2b897552efdbae39856edb93cd53c
0
deploy/roles/server
7,438
[ "no_license" ]
[ { "path": "deploy/roles/server/tasks/05_install_postgresql.yml", "content": "---\n- name: Install postgresql\n apt:\n name:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python3-psycopg2\n - acl\n state: present\n\n- name: Find postgresql versions\n find:\n path: /etc/pos...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5214, "all_permissive": false }
ansible_role
vjsmit/learn-ansible
e4962752842213f0886eb9a44b386e407a0a0bb5
0
roles/sample
7,438
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: Print Hello from role\n ansible.builtin.debug:\n msg: Hello from role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
ahgraber/homelab-infra
02e3df05c7f114e24d7a8d30928058f1cbceac5d
13
ansible/roles/pxe
7,438
[ "no_license" ]
[ { "path": "ansible/roles/pxe/templates/generic-user-data.j2", "content": "#cloud-config\nautoinstall:\n version: 1\n refresh-installer:\n update: true\n apt:\n geoip: true\n preserve_sources_list: false\n primary:\n - arches: [amd64, i386]\n uri: http://archive.ubuntu.com/ubuntu\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 13985, "all_permissive": false }
ansible_role
ahgraber/homelab-infra
02e3df05c7f114e24d7a8d30928058f1cbceac5d
13
ansible/roles/truenas
7,438
[ "no_license" ]
[ { "path": "ansible/roles/truenas/tasks/main.yaml", "content": "---\n- name: Ensure hosting folder exists\n become: true\n ansible.builtin.file:\n path: \"{{ pxe_path }}\"\n state: directory\n mode: \"0777\"\n\n- name: Copy files to server (this may take a minute)\n ansible.builtin.copy:\n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
Dchouras/planetLab
0c9472b73b9255ae42538ad96b9f133e516fc967
0
planetstack/rr_observer/playbook/roles/common
7,431
[ "no_license" ]
[ { "path": "planetstack/rr_observer/playbook/roles/common/vars/main.yml", "content": "---\n# Variables listed here are applicable to all host groups\n\nsrc_dnsredir: ../../../../temp_config/dnsredir\nsrc_dnsdemux: ../../../../temp_config/dnsdemux\ndst_dnsredir_conf: /etc/dnsredir/conf.d/\ndst_dnsredir_confdi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1083, "all_permissive": false }
ansible_role
Phaneendra-Manthena/roboshop-jenkins
2ae1aa1de10597f42d4a26d1cb79e093c6260cf6
0
roles/jenkins
7,431
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/sbranch-pipeline.yml", "content": "- name: Check if Job exists or not - {{item.dir}}/{{item.name}}\n ansible.builtin.shell: java -jar /opt/jenkins-cli.jar -auth Phani:{{jenkins_password}} -s http://10.166.0.3:8080 -webSocket get-job {{item.dir}}/{{item.name}}\n register: out...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2536, "all_permissive": false }
ansible_role
mwalzer/cwl-cloud-workflows
44b789d2ea12c0964664bf810a01f9887f785a06
0
ansible/roles/openstack-cluster-hosts
7,431
[ "no_license" ]
[ { "path": "ansible/roles/openstack-cluster-hosts/tasks/main.yaml", "content": "- name: Get cloud configuration\n tags: bootstrap\n os_client_config:\n\n- set_fact:\n deploymentkeyisset: \"{{ lookup('env','KEY') }}\"\n deploymentkeyname: \"{{ name }}-key\"\n\n- name: Create OpenStack keypair\n os_ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7091, "all_permissive": false }
ansible_role
edimistra/ansible-practice
fdb45883a50713a376bcb06a65445f8d2fe3f3fa
0
nginx_ansible/roles/nginx
7,431
[ "no_license" ]
[ { "path": "nginx_ansible/roles/nginx/vars/main.yaml", "content": "SERVER_NAME: 127.0.0.1\nFILE_PATH: /var/www/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "nginx_ansible/roles/nginx/tasks/main.yaml", "content": "- name: Install Nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 318, "all_permissive": false }
ansible_role
runitcr/dcc
000fd3f6437211d8ff4ae371896ef87dfef5fdab
0
roles/cleanup
7,431
[ "no_license" ]
[ { "path": "roles/cleanup/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n gather_facts: true\n\n pre_tasks:\n - name: '[Pre] Update APT cache.'\n apt: update_cache=yes cache_valid_time=3600\n when: not ansible_check_mode\n\n roles:\n - cleanup", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5326, "all_permissive": false }
ansible_role
runitcr/dcc
000fd3f6437211d8ff4ae371896ef87dfef5fdab
0
roles/image
7,431
[ "no_license" ]
[ { "path": "roles/image/molecule/requirements.yml", "content": "---\n- geerlingguy.pip\n- geerlingguy.docker", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/image/meta/main.yml", "content": "---\ngalaxy_info:\n author: runitcr\n descript...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3990, "all_permissive": false }
ansible_role
runitcr/dcc
000fd3f6437211d8ff4ae371896ef87dfef5fdab
0
roles/new
7,431
[ "no_license" ]
[ { "path": "roles/new/templates/waves.conf.j2", "content": "{% set address_scheme_character = '?' %}\n{% if dcc_network == 'testnet' %}\n{% set address_scheme_character = '!' %}\n{% endif %}\n\nwaves {\n blockchain.type = \"CUSTOM\"\n blockchain.custom {\n address-scheme-character = \"{{ address_scheme_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8473, "all_permissive": false }
ansible_role
runitcr/dcc
000fd3f6437211d8ff4ae371896ef87dfef5fdab
0
roles/user
7,431
[ "no_license" ]
[ { "path": "roles/user/molecule/destroy.yml", "content": "---\n- name: Destroy\n hosts: localhost\n connection: local\n gather_facts: false\n no_log: false\n\n tasks:\n - name: '[Destroy] Destroy Molecule LXC instances.'\n lxd_container:\n name: '{{ item.name }}'\n state: absent\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4886, "all_permissive": false }
ansible_role
moaazwaiel/ansible-NTI
ea2b2c2f8ca9565dbb78cd7f1a1922fd6a2a3972
0
roles/web
7,431
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- name: package_hunter\n apt:\n name: \"{{package}}\"\n state: latest\n notify: my_handler\n changed_when: true\n- name: my template\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n changed_when: true\n notify: my_handler...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 561, "all_permissive": false }
ansible_role
Spehof/personal_ansible_config
9a462212914ba05babea95f9e85b7738c782d1b6
0
roles/base
7,431
[ "no_license" ]
[ { "path": "roles/base/vars/Archlinux.yml", "content": "---\nopenssh_package: openssh\nopenssh_service: sshd\npython_flake8_package: python-pyflakes\npython_package: python\npython_pip_package: python-pip\npython_psutil_package: python-psutil\npython_pyflakes_package: python-pyflakes\npython_virtualenv_packa...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2940, "all_permissive": false }
ansible_role
Spehof/personal_ansible_config
9a462212914ba05babea95f9e85b7738c782d1b6
0
roles/workstation
7,431
[ "no_license" ]
[ { "path": "roles/workstation/tasks/software/postman.yml", "content": "---\n- name: software | postman | install package\n tags: packages,snap,postman,workstation-packages\n become_user: sf\n snap:\n name: postman\n state: present\n when:\n - postman is defined\n - postman == true", "lice...
{ "task_files": 24, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 29, "total_bytes": 30697, "all_permissive": false }
ansible_role
Dbeadenkopf/Previous-Work
ac7be184fe40720361f9984a20bb9f93614f261c
0
my_Devops/ansible/roles/add-user
7,431
[ "no_license" ]
[ { "path": "my_Devops/ansible/roles/add-user/tasks/main.yml", "content": "---\n\n- name: USER-ADD | Add User\n user:\n name: '{{ user }}'\n group: wheel\n shell: /bin/bash\n createhome: true\n append: true\n\n- name: USER-ADD | Add to sudoers\n lineinfile:\n path: /etc/sudoers\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
Dbeadenkopf/Previous-Work
ac7be184fe40720361f9984a20bb9f93614f261c
0
my_Devops/ansible/roles/deploy-static-page
7,431
[ "no_license" ]
[ { "path": "my_Devops/ansible/roles/deploy-static-page/tasks/main.yml", "content": "---\n - name: DEPLOY STATIC PAGE | COPY CONFIG FILE\n template:\n src=files/static_conf.j2\n dest=/etc/nginx/conf.d/{{config_file_name}}\n owner=nginx\n group=nginx\n\n - name: DEPLOY STATIC PAGE | CO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 613, "all_permissive": false }
ansible_role
Dbeadenkopf/Previous-Work
ac7be184fe40720361f9984a20bb9f93614f261c
0
my_Devops/ansible/roles/install-nginx
7,431
[ "no_license" ]
[ { "path": "my_Devops/ansible/roles/install-nginx/tasks/main.yml", "content": "---\n - name: INSTALL-NGINX | Install epel-release\n yum:\n name: epel-release\n state: present\n\n - name: INSTALL-NGINX | Install nginx\n yum:\n name: nginx\n state: present\n\n - name: INSTALL-NGINX...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
eugenepaniot/ansible-jenkins-as-a-code
28f02de4d948d8df9e007f243c5eeff44357c957
3
roles/jenkins
7,431
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/00-install/settings.yml", "content": "---\n- name: Settings | Ensure jenkins init file exists.\n file:\n path: \"{{ jenkins_init_file }}\"\n state: touch\n owner: \"{{ jenkins_process_user }}\"\n group: \"{{ jenkins_process_group }}\"\n changed_when: False\n whe...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 21, "total_bytes": 27285, "all_permissive": false }
ansible_role
swatkins324/swatkins_practice
307238c08bc310d29a22905c3f1bdd59f0e55a56
0
apache_playbook/roles/configure_website
7,431
[ "no_license" ]
[ { "path": "apache_playbook/roles/configure_website/tasks/main.yml", "content": "---\n# tasks file for configure_website\n#\n- name: Copy website over to /var/www/html/\n ansible.builtin.copy:\n src: website.txt\n dest: /var/www/html/index.html\n owner: root\n group: root\n mode: '0644'\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
swatkins324/swatkins_practice
307238c08bc310d29a22905c3f1bdd59f0e55a56
0
shanels_apache_playbook/roles/configure_firewall
7,431
[ "no_license" ]
[ { "path": "shanels_apache_playbook/roles/configure_firewall/tasks/main.yml", "content": "---\n# tasks file for configure_firewall\n#\n- name: Add http service to firewall\n ansible.posix.firewalld:\n service: http\n state: enabled\n immediate: true\n permanent: true\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
swatkins324/swatkins_practice
307238c08bc310d29a22905c3f1bdd59f0e55a56
0
shanels_apache_playbook/roles/install_start_enable_http_services
7,431
[ "no_license" ]
[ { "path": "shanels_apache_playbook/roles/install_start_enable_http_services/tasks/main.yml", "content": "---\n# tasks file for install_start_enable_http_services\n#\n- name: Install apache packages\n ansible.builtin.yum:\n name: \"{{ apache_packages }}\"\n state: installed\n\n- name: Start and Enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
biggis-project/biggis-infrastructure
d5737d689d5ecba24ffe521763aae0f5e8dfc213
5
playbooks/roles/common
7,431
[ "no_license" ]
[ { "path": "playbooks/roles/common/handlers/main.yml", "content": "# handlers file for VirtualBox\n---\n # Reboot server (e.g. in case of kernel update)\n - name: reboot_server\n shell: sleep 2 && shutdown -r now \"Ansible updates triggered\"\n async: 1\n poll: 0\n ignore_errors: true\n\n # Wa...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5917, "all_permissive": false }
ansible_role
biggis-project/biggis-infrastructure
d5737d689d5ecba24ffe521763aae0f5e8dfc213
5
playbooks/roles/docker
7,431
[ "no_license" ]
[ { "path": "playbooks/roles/docker/handlers/main.yml", "content": "# handlers file for Docker\n---\n # Reboot server in case of kernel update\n - name: reboot_server\n shell: sleep 2 && shutdown -r now \"Ansible updates triggered\"\n async: 1\n poll: 0\n ignore_errors: true\n\n # Wait for serv...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4630, "all_permissive": false }
ansible_role
biggis-project/biggis-infrastructure
d5737d689d5ecba24ffe521763aae0f5e8dfc213
5
playbooks/roles/java8
7,431
[ "no_license" ]
[ { "path": "playbooks/roles/java8/defaults/main.yml", "content": "---\n build_user: \"{{ ansible_ssh_user }}\"\n build_directory: \"/home/{{ build_user }}/sources\"\n java_version: 8\n java_subversion: 101\n\n oracle_java_home: \"/usr/java/jdk1.{{ java_version }}.0_{{ java_subversion }}\"\n java_regist...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5483, "all_permissive": false }
ansible_role
biggis-project/biggis-infrastructure
d5737d689d5ecba24ffe521763aae0f5e8dfc213
5
playbooks/roles/marathon
7,431
[ "no_license" ]
[ { "path": "playbooks/roles/marathon/tasks/main.yml", "content": "---\n- include: debian.yml\n when: ansible_os_family == 'Debian'\n\n- include: redhat.yml\n when: ansible_os_family == 'RedHat'\n\n- include: config.yml\n\n- include: haproxy.yml\n when: haproxy_script_location != \"\"\n\n- name: Enable Mar...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 9005, "all_permissive": false }
ansible_role
biggis-project/biggis-infrastructure
d5737d689d5ecba24ffe521763aae0f5e8dfc213
5
playbooks/roles/mesos
7,431
[ "no_license" ]
[ { "path": "playbooks/roles/mesos/handlers/main.yml", "content": "---\n - name: Restart mesos-master\n service: name=mesos-master state=restarted\n\n - name: Restart mesos-slave\n service: name=mesos-slave state=restarted\n\n # While waiting for https://github.com/ansible/ansible-modules-core/issues...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 17637, "all_permissive": false }
ansible_role
biggis-project/biggis-infrastructure
d5737d689d5ecba24ffe521763aae0f5e8dfc213
5
playbooks/roles/vagrant
7,431
[ "no_license" ]
[ { "path": "playbooks/roles/vagrant/defaults/main.yml", "content": "---\n vagrant_version: 1.8.1\n vagrant_rpm_package: vagrant_{{vagrant_version}}_x86_64.rpm\n vagrant_rpm_package_url: https://releases.hashicorp.com/vagrant/{{vagrant_version}}/{{vagrant_rpm_package}}\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 934, "all_permissive": false }