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
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_ec2_vpc_nat_gateway
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_ec2_vpc_nat_gateway/vars/main.yml", "content": "test_subnet_id: 'subnet-123456789'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "test/legacy/roles/test_ec2_vpc_nat_gateway/tasks/main.yml", "content": "- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1974, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_exoscale_dns
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_exoscale_dns/tasks/main.yml", "content": "---\n- name: setup\n local_action:\n module: exo_dns_domain\n name: \"{{ exo_dns_domain_name }}\"\n state: absent\n register: result\n- name: verify setup\n assert:\n that:\n - result is successful\n\n- name: test ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 78302, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gcdns
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gcdns/tasks/main.yml", "content": "# gcdns Integration Test Playbook\n# ============================================================\n- name: Creating a zone without parameters\n gcdns_zone:\n service_account_email: \"{{ service_account_email }}\"\n pem_file: \"{{ pe...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 104250, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gce
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gce/tasks/main.yml", "content": "# TODO: lots of attributes not covered: machine_type, zone, metadata, tags, etc.\n#\n# ============================================================\n- name: test with no parameters\n gce:\n register: result\n ignore_errors: true\n tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7515, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gce_labels
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gce_labels/tasks/teardown.yml", "content": "# GCE Labels Teardown.\n# ============================================================\n- name: \"Teardown instance used in gce_labels test\"\n gce:\n instance_names: \"{{ instance_name }}\"\n zone: \"{{ zone }}\"\n proj...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1616, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gce_mig
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gce_mig/defaults/main.yml", "content": "---\n# defaults file for test_gce_mig\nmig_name: \"{{ resource_prefix|lower }}\"\nservice_account_email: \"{{ gce_service_account_email }}\"\npem_file: \"{{ gce_pem_file }}\"\nproject_id: \"{{ gce_project_id }}\"\nzone: \"us-central1-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7002, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gce_net
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gce_net/defaults/main.yml", "content": "---\n# defaults file for test_gce_net\nfirewall_name: \"{{ resource_prefix|lower }}-fwrule\"\nnetwork_name_auto: \"{{ resource_prefix|lower }}-auto\"\nnetwork_name_custom: \"{{ resource_prefix|lower }}-custom\"\nnetwork_name_legacy: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6479, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gce_pd
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gce_pd/tasks/main.yml", "content": "# TODO: need tests for read/write mode.\n\n# ============================================================\n- name: test missing name\n gce_pd:\n service_account_email: \"{{ service_account_email }}\"\n pem_file: \"{{ pem_file }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6660, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gce_tag
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gce_tag/defaults/main.yml", "content": "---\n# defaults file for test_gce_tags\ninstance_name: \"{{ resource_prefix|lower }}\"\nservice_account_email: \"{{ gce_service_account_email }}\"\npem_file: \"{{ gce_pem_file }}\"\nproject_id: \"{{ gce_project_id }}\"\nzone: \"us-cen...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7713, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gcp_glb
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gcp_glb/tasks/main.yml", "content": "# main driver for Cross Region HTTP load balancer test\n# this integration test uses multiple modules to create\n# the HTTP load balancer, then tears it down.\n- include: test.yml\n- pause: seconds=10\n- include: teardown.yml", "lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12270, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gcp_healthcheck
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gcp_healthcheck/defaults/main.yml", "content": "---\n# defaults file for test_gcp_healthcheck\nservice_account_email: \"{{ gce_service_account_email }}\"\ncredentials_file: \"{{ gce_pem_file }}\"\nproject_id: \"{{ gce_project_id }}\"\nhttp_healthcheck: \"ans-int-healthcheck...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5823, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_gcp_url_map
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_gcp_url_map/tasks/main.yml", "content": "# GCP UrlMap Integration Tests.\n# Only parameter tests are currently done in this file as this module requires\n# a significant amount of infrastructure.\n######\n# ============================================================\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5999, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_jenkins_job
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_jenkins_job/tasks/main.yml", "content": "---\n- name: setup\n local_action:\n module: jenkins_job\n name: test.job\n url: \"{{ jenkins_url }}\"\n user: \"{{ jenkins_user }}\"\n password: \"{{ <PASSWORD> }}\"\n state: absent\n register: result\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5386, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_cbs
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_cbs/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_cbs with no args\n rax_cbs:\n ignore_errors: true\n register: rax_cbs\n\n- name: Validate results of rax_cbs with no args\n assert:\n that:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 10143, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_cbs_attachments
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_cbs_attachments/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_cbs_attachments with no args\n rax_cbs_attachments:\n ignore_errors: true\n register: rax_cbs_attachments\n\n- name: Validate results of rax_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8019, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_cdb
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_cdb/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_cdb with no args\n rax_cdb:\n ignore_errors: true\n register: rax_cdb\n\n- name: Validate results of rax_cdb with no args\n assert:\n that:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7603, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_cdb_database
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_cdb_database/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_cdb_database with no args\n rax_cdb_database:\n ignore_errors: true\n register: rax_cdb_database\n\n- name: Validate results of rax_cdb_database...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6466, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_clb_nodes
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_clb_nodes/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_clb_nodes with no args\n rax_clb_nodes:\n ignore_errors: true\n register: rax_clb_nodes\n\n- name: Validate results of rax_clb_nodes with no args\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7385, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_facts
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_facts/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_facts with no args\n rax_facts:\n ignore_errors: true\n register: rax_facts\n\n- name: Validate results of rax_facts with no args\n assert:\n that:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9262, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_identity
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_identity/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_identity with no args\n rax_identity:\n ignore_errors: true\n register: rax_identity\n\n- name: Validate results of rax_identity with no args\n ass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1665, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_keypair
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_keypair/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_keypair with no args\n rax_keypair:\n ignore_errors: true\n register: rax_keypair\n\n- name: Validate results of rax_keypair with no args\n assert:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7563, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_meta
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_meta/tasks/main.yml", "content": "# ============================================================\n- name: Test rax_meta with no args\n rax_meta:\n ignore_errors: true\n register: rax_meta\n\n- name: Validate results of rax_meta with no args\n assert:\n that:\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 47921, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/test_rax_network
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/test_rax_network/meta/main.yml", "content": "dependencies:\n - prepare_tests\n - prepare_rax_tests\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "test/legacy/roles/test_rax_network/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4698, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/vr_account_facts
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/vr_account_facts/tasks/main.yml", "content": "# Copyright (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n---\n- name: test gather vultr account facts in check mode\n vr_account_facts:\n check_mode: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/vr_dns_domain
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/vr_dns_domain/tasks/main.yml", "content": "# Copyright (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n---\n- name: setup\n vr_dns_domain:\n name: \"{{ vr_dns_domain_name }}\"\n state: absent\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2541, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/vr_firewall_group
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/vr_firewall_group/tasks/main.yml", "content": "# Copyright (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n---\n- name: setup\n vr_firewall_group:\n name: \"{{ vr_firewall_group_name }}\"\n state: a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2447, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/vr_firewall_rule
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/vr_firewall_rule/tasks/main.yml", "content": "# Copyright (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n---\n- name: setup firewall group\n vr_firewall_group:\n name: \"{{ vr_firewall_group_name }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 13064, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/vr_server
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/vr_server/tasks/main.yml", "content": "# Copyright (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n---\n- name: setup\n vr_server:\n name: \"{{ vr_server_name }}\"\n state: absent\n register: resul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 14842, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/vr_ssh_key
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/vr_ssh_key/tasks/main.yml", "content": "# Copyright (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n---\n- name: setup\n vr_ssh_key:\n name: \"{{ vr_ssh_key_name }}\"\n state: absent\n register: re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3721, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/vr_startup_script
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/vr_startup_script/defaults/main.yml", "content": "# Copyright (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n---\nvr_startup_script_name: ansible_test_script\nvr_startup_script: \"#!/bin/bash\\necho Hello...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4549, "all_permissive": false }
ansible_role
alibaba/ansible-provider-docs
100b695b0b0c4d8d08af362069557ffc735d0d7e
38
test/legacy/roles/vr_user
7,201
[ "no_license" ]
[ { "path": "test/legacy/roles/vr_user/tasks/main.yml", "content": "---\n# Copyright (c) 2018, <NAME> <<EMAIL>>\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n- name: setup\n vr_user:\n name: \"{{ vr_user_name }}\"\n state: absent\n register: result\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5917, "all_permissive": false }
ansible_role
deekayen/lttle-ansible-bootstrap
0316d0f76348a2d7bc071ba6bc2385ab78c55b59
0
roles/lamp
7,201
[ "permissive" ]
[ { "path": "roles/lamp/tasks/main.yml", "content": "---\n\n- name: Update apt cache if needed.\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: \"Install Apache.\"\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n - apache2-bin\n - apache2-data\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 12437, "all_permissive": true }
ansible_role
deekayen/lttle-ansible-bootstrap
0316d0f76348a2d7bc071ba6bc2385ab78c55b59
0
roles/mail
7,201
[ "permissive" ]
[ { "path": "roles/mail/templates/postfix/mysql-virtual-mailbox-domains.cf.j2", "content": "user = {{ mailserver_dbuser }}\npassword = {{ mailserver_dbpass.stdout }}\nhosts = 127.0.0.1\ndbname = {{ mailserver_dbname }}\nquery = SELECT 1 FROM virtual_domains WHERE name='%s'\n", "license_type": "permissive"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 11591, "all_permissive": true }
ansible_role
deekayen/lttle-ansible-bootstrap
0316d0f76348a2d7bc071ba6bc2385ab78c55b59
0
roles/ntp
7,201
[ "permissive" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Update apt cache if needed.\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install NTP if needed.\n apt:\n name: ntp\n state: present\n\n- name: Start NTP if needed.\n service:\n name: ntp\n state: started\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": true }
ansible_role
deekayen/lttle-ansible-bootstrap
0316d0f76348a2d7bc071ba6bc2385ab78c55b59
0
roles/openvpn
7,201
[ "permissive" ]
[ { "path": "roles/openvpn/tasks/main.yml", "content": "---\n\n- name: Ensure cron is installed.\n apt:\n name: cron\n state: present\n\n- name: Set cron to restart dnsmasq\n cron:\n name: \"Flush dnsmasq caches\"\n minute: \"8\"\n hour: \"4\"\n job: \"/usr/sbin/service dnsmasq restart >/d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1376, "all_permissive": true }
ansible_role
deekayen/lttle-ansible-bootstrap
0316d0f76348a2d7bc071ba6bc2385ab78c55b59
0
roles/security
7,201
[ "permissive" ]
[ { "path": "roles/security/tasks/main.yml", "content": "---\n- name: Update apt cache if needed.\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n# Wasn't supported in Jessie and doesn't support IPv6 anyway\n#- name: Install denyhosts.\n# apt: name=denyhosts state=latest\n\n- name: Install unat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1172, "all_permissive": true }
ansible_role
deekayen/lttle-ansible-bootstrap
0316d0f76348a2d7bc071ba6bc2385ab78c55b59
0
roles/system
7,201
[ "permissive" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n\n- name: Install dbus.\n apt:\n name: dbus\n state: present\n\n- name: Start dbus.\n service:\n name: dbus\n state: started\n\n# Breaks molecule testing - not allowed to edit /etc/hosts in containers.\n#- name: Set a hostname.\n# host...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1538, "all_permissive": true }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/apache
7,204
[ "no_license" ]
[ { "path": "roles/apache/vars/Debian.yml", "content": "---\napache_module_path: /usr/lib/apache2/modules\napache_module_names:\n auth_pgsql: libapache2-mod-auth-pgsql\n jk: libapache2-mod-jk\n\nroot_group: root\nwww_user: www-data\nwww_group: www-data\n", "license_type": "no_license", "detected_lic...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 18603, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/dovecot
7,204
[ "no_license" ]
[ { "path": "roles/dovecot/templates/dovecot.conf.j2", "content": "# {{ ansible_managed }}\n## Dovecot configuration file\n\n# Enable installed protocols\n!include_try /usr/share/dovecot/protocols.d/*.protocol\nprotocols = {{ dovecot_protocols | join(' ') }}\n\n# A comma separated list of IPs or hosts where t...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9476, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/letsencrypt
7,204
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/deploy_certificates.yml", "content": "---\n- name: \"Generates certificates with certbot command\"\n command: \"certbot --config {{ letsencrypt_config_folder }}/{{ letsencrypt_domains }}.conf certonly\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2881, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/logrotate
7,204
[ "no_license" ]
[ { "path": "roles/logrotate/defaults/main.yml", "content": "---\n\nlogrotate_conf_dir: \"/etc/logrotate.d/\"\nlogrotate_scripts: {}\nlogrotate_rotation_days: 14\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/logrotate/tasks/main.yml", "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2882, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/mysql
7,204
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# Variable configuration.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n tags:\n - always\n\n- name: Define mysql_packages.\n set_fact:\n mysql_packages: \"{{ __mysql_packages | list }}\"\n when: my...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 32880, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/mysql_script
7,204
[ "no_license" ]
[ { "path": "roles/mysql_script/tasks/main.yml", "content": "---\n# ==============================================\n# Load a SQL Script into a MySQL Database\n# ==============================================\n# Requires the following arguments :\n# - sql_script : path of the SQL script to run\n# - db_na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 940, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/nginx
7,204
[ "no_license" ]
[ { "path": "roles/nginx/tasks/config_letsencrypt.yml", "content": "---\n- name: \"Create directory for acme http challenge\"\n file:\n path: \"{{ nginx_webroot }}/.well-known/acme-challenge\"\n state: directory\n mode: 0755\n\n- set_fact:\n nginx_cert_file: \"/etc/letsencrypt/live/{{ nginx_serve...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5529, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/opendkim
7,204
[ "no_license" ]
[ { "path": "roles/opendkim/templates/opendkim-service.conf.j2", "content": "# {{ ansible_managed }}\n\n# Fix issues with OpenDKIM on Debian Stretch\n# https://unix.stackexchange.com/questions/351584/\n\n# Empty 'ExecStart=' is require to reset the current value since ExecStart can\n# be present multiple time...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5251, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/php
7,204
[ "no_license" ]
[ { "path": "roles/php/tasks/config_app.yml", "content": "---\n# Prerequisite for template files\n- name: \"Set fact for config_bucket_dir, vhosts, apache_custom_configdir\"\n set_fact:\n inventory_dir: \"{{ role_path }}/../../inventory/group_vars\"\n\n- name: \"Configure log folder\"\n file:\n path: ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 10458, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/piwigo
7,204
[ "no_license" ]
[ { "path": "roles/piwigo/defaults/main.yml", "content": "---\npiwigo_download_url: \"http://piwigo.org/download/dlcounter.php?code=latest\"\npiwigo_webroot: \"/var/www/html\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/piwigo/tasks/instal...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1941, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/postfix
7,204
[ "no_license" ]
[ { "path": "roles/postfix/templates/main.cf.j2", "content": "# {{ ansible_managed }}\n\n# See /usr/share/postfix/main.cf.dist for a commented, more complete version\n\n# Debian specific: Specifying a file name will cause the first\n# line of that file to be used as the name. The Debian default\n# is /etc/m...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 14552, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/postgrey
7,204
[ "no_license" ]
[ { "path": "roles/postgrey/templates/default.j2", "content": "# {{ ansible_managed }}\nPOSTGREY_OPTS=\"--inet={{ postgrey_port }} --delay={{ postgrey_delay }} --max-age={{ postgrey_max_age }}\"\nPOSTGREY_TEXT=\"{{ postgrey_text }}\"", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1165, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/spamassassin
7,204
[ "no_license" ]
[ { "path": "roles/spamassassin/tasks/main.yml", "content": "---\n- import_tasks: install.yml\n\n- import_tasks: config.yml\n\n- name: \"Ensure spamassassin service is enabled and started\"\n systemd:\n name: \"spamassassin\"\n state: started\n enabled: yes\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1208, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/system_base
7,204
[ "no_license" ]
[ { "path": "roles/system_base/tasks/config-shell.yml", "content": "---\n# Shell customizations\n- name: \"Configure common shell aliases\"\n template:\n src: common_shell_aliases.sh\n dest: /usr/local/share/common_shell_aliases.sh\n owner: root\n group: root\n mode: 0644\n tags: [bash,zsh]\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3829, "all_permissive": false }
ansible_role
Dewotine/AnsibleProjects
8de516df9b4269d1101135118bb19846a9edea51
0
roles/wordpress
7,204
[ "no_license" ]
[ { "path": "roles/wordpress/templates/wp-config.php.j2", "content": "<?php\n/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the\n * installation. You don't have to use the web site, you can\n * copy this file to \"wp-config.php\" and fill in the va...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3918, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/ca
7,204
[ "no_license" ]
[ { "path": "ansible/roles/ca/tasks/root-ca/initca.yml", "content": "---\n- name: Generate root CA private key and certificate\n shell: |\n cfssl genkey -initca roles/ca/files/root-ca/csr.json | \\\n cfssljson -bare roles/ca/files/root-ca/root\n\n- name: Encrypt newly-generated root CA private key\n c...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2479, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/fail2ban
7,204
[ "no_license" ]
[ { "path": "ansible/roles/fail2ban/handlers/main.yml", "content": "---\n- name: Reload fail2ban\n become: true\n service:\n name: fail2ban\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/fail2ban/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/firewalld
7,204
[ "no_license" ]
[ { "path": "ansible/roles/firewalld/tasks/main.yml", "content": "---\n- name: Install firewalld\n become: true\n yum:\n name: firewalld\n state: present\n\n- name: Install python3-firewalld\n become: true\n zypper:\n name: python3-firewall\n state: present\n when: ansible_facts[\"os_family\"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3310, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/group_by
7,204
[ "no_license" ]
[ { "path": "ansible/roles/group_by/tasks/main.yml", "content": "---\n- name: Group hosts by OS family\n group_by:\n key: os_family_{{ ansible_facts[\"os_family\"] }}\n\n- name: Include variables for Kubernetes servers\n include_vars:\n file: k8s_server.yml\n when: kubernetes_server is defined and ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/hostname
7,204
[ "no_license" ]
[ { "path": "ansible/roles/hostname/templates/etc/hostname.j2", "content": "{{ inventory_hostname }}.{{ dns_base_domain }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/hostname/defaults/main.yml", "content": "---\ndns_base_doma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1607, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/k3s
7,204
[ "no_license" ]
[ { "path": "ansible/roles/k3s/templates/manifests/metallb-config.yml.j2", "content": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: config\n namespace: metallb-system\ndata:\n config: |\n {{ k3s_metallb_config | to_nice_yaml | indent(4) }}\n", "license_type": "no_license", "detected_l...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 6688, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/packages
7,204
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/debian.yml", "content": "---\n- name: Install aptitude\n apt:\n name: aptitude\n\n- name: Update system\n apt:\n autoclean: true\n autoremove: true\n purge: true\n install_recommends: false\n update_cache: true\n upgrade: safe\n", "license_t...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 863, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/ssh-agent
7,204
[ "no_license" ]
[ { "path": "ansible/roles/ssh-agent/README.md", "content": "# ssh-agent\n\nConfigures the local machine to connect to hosts in the inventory:\n\n- Decrypts and loads the SSH private key into the local SSH agent.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 822, "all_permissive": false }
ansible_role
hannahs-family/infrastructure-old
37ed206ba8b5c2d25a1cf9ed8232d41675f21647
0
ansible/roles/user
7,204
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/sshd.yml", "content": "---\n- name: Disable root SSH logins\n become: true\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?PermitRootLogin'\n line: PermitRootLogin no\n notify:\n - Randomize root password\n - Reload sshd\n\n- name: Disable passw...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2659, "all_permissive": false }
ansible_role
intclassproject/Alon3
30a1c20a9fa0432fb13bbce3ba9347f6231eb229
0
ansible/roles/intapi
7,204
[ "no_license" ]
[ { "path": "ansible/roles/intapi/vars/main.yml", "content": "api_port: \"3000\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "ansible/roles/intapi/tasks/main.yml", "content": "---\n- name: Start Container\n docker_container:\n name: \"{{ s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
intclassproject/Alon3
30a1c20a9fa0432fb13bbce3ba9347f6231eb229
0
ansible/roles/intweb
7,204
[ "no_license" ]
[ { "path": "ansible/roles/intweb/tasks/main.yml", "content": "---\n- name: Start Container\n docker_container:\n name: \"{{ service }}\"\n image: \"{{ service }}:{{ service_version }}\"\n recreate: yes\n ports:\n - \"{{ web_port }}:{{ web_port }}\"\n volumes:\n - /opt/web/config:/op...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 386, "all_permissive": false }
ansible_role
JeroniMan/k8s-otus-airflow
c4e2054b37810da9875925ae1393518da6591c58
1
infrastructure/ansible/roles/common
7,204
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/common/tasks/main.yml", "content": "# infrastructure/ansible/roles/common/tasks/main.yml\n# Общие задачи для всех нод\n\n---\n# Проверка ОС\n- name: Check OS version\n assert:\n that:\n - ansible_distribution == \"Ubuntu\"\n - ansible_distribution_versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2914, "all_permissive": false }
ansible_role
JeroniMan/k8s-otus-airflow
c4e2054b37810da9875925ae1393518da6591c58
1
infrastructure/ansible/roles/docker
7,204
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/docker/handlers/main.yml", "content": "# infrastructure/ansible/roles/docker/handlers/main.yml\n# Обработчики для роли docker\n\n---\n- name: restart docker\n systemd:\n name: docker\n state: restarted\n daemon_reload: yes", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3578, "all_permissive": false }
ansible_role
JeroniMan/k8s-otus-airflow
c4e2054b37810da9875925ae1393518da6591c58
1
infrastructure/ansible/roles/kubernetes
7,204
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/kubernetes/handlers/main.yml", "content": "# infrastructure/ansible/roles/kubernetes/handlers/main.yml\n# Обработчики для роли kubernetes\n\n---\n- name: restart journald\n systemd:\n name: systemd-journald\n state: restarted", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4749, "all_permissive": false }
ansible_role
Muhamed-Hamid/dock-ans
fc709d1efb37e884a4e2306cc9751753d15427af
0
roles/cuser
7,204
[ "no_license" ]
[ { "path": "roles/cuser/tasks/templates/ssh.j2", "content": "{% for item in keys_hostname['result'] %}\n {% for k in item['stdout_lines'] %}\n {{ k }}\n {% endfor %}\n{% endfor %}\n\n{% for item in keys_ip['results'] %}\n {% for k in item['stdout_lines'] %}\n {{ k }}\n {% endfor %}\n{% endfo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2327, "all_permissive": false }
ansible_role
edinhodzic/raspberry-pi
a4e49d9b01b45c2a28eebcf810337a5ad2bcc687
0
pi-hole/roles/docker
7,204
[ "no_license" ]
[ { "path": "pi-hole/roles/docker/tasks/main.yml", "content": "---\n# Setup docker and any dependencies.\n\n- name: Ensure Docker GPG key is available\n# TODO consider moving this and any other raspbian specific tasks out of here\n apt_key:\n url: https://download.docker.com/linux/raspbian/gpg\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
edinhodzic/raspberry-pi
a4e49d9b01b45c2a28eebcf810337a5ad2bcc687
0
pi-hole/roles/osupdates
7,204
[ "no_license" ]
[ { "path": "pi-hole/roles/osupdates/tasks/main.yml", "content": "---\n# Some OS housekeeping by ensuring the package manager is up to date and clean.\n\n- name: Update operating system indexes\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Upgrade operating system\n apt:\n upgrade:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
edinhodzic/raspberry-pi
a4e49d9b01b45c2a28eebcf810337a5ad2bcc687
0
pi-hole/roles/permissions
7,204
[ "no_license" ]
[ { "path": "pi-hole/roles/permissions/tasks/main.yml", "content": "---\n# A dumping ground for permission related stuff which doesn't have a definite home.\n\n- name: Ensure '{{ user_group }}' group exists\n group:\n name: \"{{ user_group }}\"\n state: present\n\n- name: Ensure '{{ target_file }}' is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
edinhodzic/raspberry-pi
a4e49d9b01b45c2a28eebcf810337a5ad2bcc687
0
pi-hole/roles/pihole
7,204
[ "no_license" ]
[ { "path": "pi-hole/roles/pihole/tasks/main.yml", "content": "---\n# Setup a PiHole container with some volumes mounted for container persistence.\n\n- name: Ensure pihole etc directory exists\n file:\n path: /data/pihole/etc-pihole\n state: directory\n\n- name: Ensure pihole dnsmasqd directory exists...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1212, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/chrome
7,204
[ "no_license" ]
[ { "path": "roles/chrome/defaults/main.yml", "content": "---\nchrome_package: 'google-chrome-stable'\nchrome_state: present\nchrome_base_url: 'http://dl.google.com/linux/chrome'\n\nchrome_apt_url: \"{{ chrome_base_url }}/deb/\"\nchrome_apt_key: \"/etc/apt/trusted.gpg.d/google-chrome.gpg\"\n\nchrome_yum_url: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1506, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/epel
7,204
[ "no_license" ]
[ { "path": "roles/epel/vars/main.yml", "content": "---\nepel_package: epel-release\nepel_state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/epel/tasks/main.yml", "content": "---\n- name: install epel package\n package:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/git
7,204
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n\n- name: install git\n package:\n name: \"{{ item }}\"\n with_items: \"{{ git_packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/git/vars/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 120, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/hoot
7,204
[ "no_license" ]
[ { "path": "roles/hoot/vars/CentOS-7.yml", "content": "---\nhoot_packages:\n - asciidoc\n - autoconf\n - automake\n - bc\n - boost-devel\n - bzip2\n - ccache\n - cmake\n - cppunit-devel\n - dblatex\n - doxygen\n - gcc\n - gcc-c++\n - gdb\n - geos\n - geos-devel\n - git\n - git-core\n - glp...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3713, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/mocha
7,204
[ "no_license" ]
[ { "path": "roles/mocha/tasks/main.yml", "content": "---\n- name: install mocha\n npm:\n name: \"{{ mocha_package }}\"\n state: \"{{ mocha_state }}\"\n global: yes\n version: \"{{ mocha_version }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 252, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/nodejs
7,204
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: include nodejs variables\n include_vars: \"{{ ansible_distribution }}.yml\"\n\n- name: setup nodesource repo\n include_tasks: \"{{ ansible_distribution }}.yml\"\n\n- name: nodejs package\n package:\n name: \"{{ nodejs_package }}\"\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 4134, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/oracle_jdk
7,204
[ "no_license" ]
[ { "path": "roles/oracle_jdk/tasks/main.yml", "content": "---\n- name: include oracle jdk vars\n include_vars: \"{{ ansible_distribution }}.yml\"\n\n- name: oracle jdk cache directory\n file:\n path: \"{{ oracle_cache_dir }}\"\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4071, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/osmosis
7,204
[ "no_license" ]
[ { "path": "roles/osmosis/tasks/main.yml", "content": "---\n- name: osmosis source directory\n file:\n path: \"{{ osmosis_src_dir }}\"\n state: directory\n owner: \"{{ osmosis_user }}\"\n group: \"{{ osmosis_group }}\"\n mode: '0755'\n\n- name: download osmosis\n get_url:\n url: \"{{ osmo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1144, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/postgres
7,204
[ "no_license" ]
[ { "path": "roles/postgres/filter_plugins/postgres_filters.py", "content": "class FilterModule(object):\n def filters(self):\n return {\n 'pg_dotless_version': self.pg_dotless_version,\n 'pg_short_version': self.pg_short_version,\n }\n\n def pg_major_minor(self, vers...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4209, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/wget
7,204
[ "no_license" ]
[ { "path": "roles/wget/tasks/main.yml", "content": "---\n- name: install wget package\n package:\n name: \"{{ wget_package }}\"\n state: \"{{ wget_state }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/wget/vars/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 148, "all_permissive": false }
ansible_role
jbronn/hootenanny-playbooks
52711fd1d366bc65b6c98a76ec1f7719b514acfc
0
roles/yum
7,204
[ "no_license" ]
[ { "path": "roles/yum/tasks/main.yml", "content": "---\n- name: install yum packages\n package:\n name: \"{{ item }}\"\n state: installed\n with_items: \"{{ yum_packages }}\"\n when: ansible_distribution == 'CentOS'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 258, "all_permissive": false }
ansible_role
User121118/DAELK
8b125df065970cd65e3a67b4eb16f2b70772fa02
0
roles/clean
7,204
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "---\n- name: Remove elastic search container1\n docker_container:\n name: \"es01\"\n state: absent\n tags:\n - elasticsearch\n\n- name: Clean elastic search conf dir1\n file:\n state: absent\n path: \"{{ elasticsearch_conf_dir }}\"\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1127, "all_permissive": false }
ansible_role
User121118/DAELK
8b125df065970cd65e3a67b4eb16f2b70772fa02
0
roles/elasticsearch
7,204
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: Create elastic search volume1\n docker_volume:\n name: esdata\n driver: local\n- name: Create elastic search volume2\n docker_volume:\n name: esdata02\n driver: local\n\n- name: Create elastic search volume3\n docker_volume:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4959, "all_permissive": false }
ansible_role
User121118/DAELK
8b125df065970cd65e3a67b4eb16f2b70772fa02
0
roles/fluent_bit
7,204
[ "no_license" ]
[ { "path": "roles/fluent_bit/tasks/main.yml", "content": "- name: Start fluent bit container\n docker_container:\n name: \"fb01\"\n image: \"fluent/fluent-bit:1.5.2-debug\"\n\n ports:\n - \"24224:24224\"\n - \"24224:24224/udp\"\n\n \n \n volumes:\n - \"certs:/usr/share/elast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
User121118/DAELK
8b125df065970cd65e3a67b4eb16f2b70772fa02
0
roles/kibana
7,204
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "- name: Start kibana container\n docker_container:\n name: \"{{ kibana_hostname }}\"\n image: \"{{ kibana_image }}\"\n published_ports: [\"30080:5601\"]\n\n env:\n servername: \"kibana\"\n ELASTICSEARCH_HOSTS: \"https://{{ elasticse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
nik217v/effective
7e503ad95b588b694cf85a700caaceeacfdd2053
0
ansible/roles/webserver
7,204
[ "no_license" ]
[ { "path": "ansible/roles/webserver/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ ansible_host }};\n root /var/www/html;\n index index.php;\n\n location ~ \\.php$ {\n fastcgi_pass php:9000;\n fastcgi_index index.php;\n include fastcgi_params;...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 988, "all_permissive": false }
ansible_role
MaDuzzz/k8s-cluster-deployment-using-automation-tools
974a57a6b1c475c029a4ebd1293993663bf812d0
0
ansible/roles/calico
7,204
[ "no_license" ]
[ { "path": "ansible/roles/calico/tasks/main.yml", "content": "---\n- name: Ensure folder to store calico manifests exists\n file:\n path: \"/home/{{ ansible_user }}/calico/\"\n state: directory\n mode: \"0755\"\n\n- name: Copy tigera-operator file\n copy:\n src: \"tigera-operator.yaml\"\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1043, "all_permissive": false }
ansible_role
MaDuzzz/k8s-cluster-deployment-using-automation-tools
974a57a6b1c475c029a4ebd1293993663bf812d0
0
ansible/roles/docker
7,204
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Get docker service status\n ansible.builtin.systemd:\n name: \"docker.service\"\n register: docker_service\n\n# - name: Log\n# ansible.builtin.debug:\n# var: docker_service_status.status.ActiveState\n- name: Check if Docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1542, "all_permissive": false }
ansible_role
MaDuzzz/k8s-cluster-deployment-using-automation-tools
974a57a6b1c475c029a4ebd1293993663bf812d0
0
ansible/roles/general
7,204
[ "no_license" ]
[ { "path": "ansible/roles/general/tasks/main.yml", "content": "---\n- name: Change hostname of node\n hostname:\n name: \"{{ hostname }}\"\n\n- name: Update /etc/hosts\n lineinfile:\n path: /etc/hosts\n regexp: '^127\\.0\\.1\\.1'\n line: \"127.0.1.1 {{ hostname }}\"\n state: present\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
MaDuzzz/k8s-cluster-deployment-using-automation-tools
974a57a6b1c475c029a4ebd1293993663bf812d0
0
ansible/roles/k8s-general
7,204
[ "no_license" ]
[ { "path": "ansible/roles/k8s-general/tasks/main.yml", "content": "---\n- name: Turn off all swap spaces\n ansible.builtin.command: swapoff -a\n ignore_errors: false\n changed_when: true\n\n- name: Remove swap entry from /etc/fstab\n ansible.builtin.lineinfile:\n path: /etc/fstab\n regexp: '^\\s*[^...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3674, "all_permissive": false }
ansible_role
MaDuzzz/k8s-cluster-deployment-using-automation-tools
974a57a6b1c475c029a4ebd1293993663bf812d0
0
ansible/roles/k8s-masternode
7,204
[ "no_license" ]
[ { "path": "ansible/roles/k8s-masternode/templates/kubeadm.yml", "content": "---\napiVersion: kubeadm.k8s.io/v1beta3\nbootstrapTokens:\n - groups:\n - system:bootstrappers:kubeadm:default-node-token\n token: \"{{ bootstrap_token }}\"\n ttl: 24h0m0s\n usages:\n - signing\n - authentic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2419, "all_permissive": false }
ansible_role
MaDuzzz/k8s-cluster-deployment-using-automation-tools
974a57a6b1c475c029a4ebd1293993663bf812d0
0
ansible/roles/k8s-workernodes
7,204
[ "no_license" ]
[ { "path": "ansible/roles/k8s-workernodes/templates/kubeadm.yml", "content": "apiVersion: kubeadm.k8s.io/v1beta3\nkind: JoinConfiguration\ndiscovery:\n bootstrapToken:\n apiServerEndpoint: '{{ groups[\"masternode\"][0] }}:6443'\n token: \"{{ bootstrap_token }}\"\n caCertHashes:\n - \"sha256:61...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1418, "all_permissive": false }
ansible_role
mazerunner70/templogger
ac0b29d3b6dc2f5556a80ab34c743373395ff615
0
server/ansible/roles/ide-tools
7,204
[ "no_license" ]
[ { "path": "server/ansible/roles/ide-tools/tasks/main.yml", "content": "---\n\n- name: Create missing locales\n become: true\n command: locale-gen en_GB.UTF-8\n\n- name: set locale\n become: true\n action: command update-locale LC_ALL=en_GB.utf8\n\n- name: Add terminal to unity bar\n copy:\n src: fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1239, "all_permissive": false }
ansible_role
Ajperona/CPE_MIDEXAM_PERONA
b65192b4a8fadb18160ed08461dd22cf5af82100
0
roles/nagios_ubuntu
7,200
[ "no_license" ]
[ { "path": "roles/nagios_ubuntu/tasks/main.yml", "content": "---\n- name: nagios libraries and dependencies (Ubuntu)\n tags: ubuntu, dependencies, libraries\n apt:\n name:\n - autoconf\n - libc6\n - gcc\n - make\n - wget\n - unzip\n - apache2\n - php\n - liba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2394, "all_permissive": false }
ansible_role
MansouriAbdou96/prometheus-infra-automation
ab06abc1132915ebad828157bbbb49040d0fa198
0
prometheus-server/ansible/roles/alert-manager
7,200
[ "no_license" ]
[ { "path": "prometheus-server/ansible/roles/alert-manager/tasks/main.yml", "content": "---\n\n- name: install alert manager\n become: true \n unarchive:\n src: https://github.com/prometheus/alertmanager/releases/download/v0.21.0/alertmanager-0.21.0.linux-amd64.tar.gz \n dest: /tmp\n remote_src: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2807, "all_permissive": false }
ansible_role
MansouriAbdou96/prometheus-infra-automation
ab06abc1132915ebad828157bbbb49040d0fa198
0
prometheus-server/ansible/roles/config-prometheus
7,200
[ "no_license" ]
[ { "path": "prometheus-server/ansible/roles/config-prometheus/tasks/main.yml", "content": "---\n\n- name: Create user Prometheus\n become: true\n user: \n name: prometheus\n shell: /bin/bash\n createhome: false\n\n- name: create directory in /etc/prometheus\n file:\n path: /etc/prometheus\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2927, "all_permissive": false }
ansible_role
real-damien/vagrant-ansible
eaa620dde6abe4a4647e0daa9e4c2ec6c490a30d
0
ansible/roles/docker
7,200
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Ensure /opt/microservice directory exists\n file:\n path: /opt/microservice\n state: directory\n mode: \"0755\"\n\n- name: Copy microservice.py to remote\n copy:\n src: microservice.py\n dest: /opt/microservice/micros...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1750, "all_permissive": false }
ansible_role
real-damien/vagrant-ansible
eaa620dde6abe4a4647e0daa9e4c2ec6c490a30d
0
ansible/roles/microservice
7,200
[ "no_license" ]
[ { "path": "ansible/roles/microservice/files/microservice.py", "content": "import subprocess\nfrom flask import Flask\nfrom prometheus_client import generate_latest, Gauge\n\napp = Flask(__name__)\n\nmetric_os_type = Gauge('os_type', 'Type of the host system: 1 for VM, 2 for Container, 3 for Physical')\n\nde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1966, "all_permissive": false }
ansible_role
riseberry/riseberryd-installer
7ac0945506676a5718c724fd155f3817d063d231
0
roles/common
7,200
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install common packages\n apt: name={{item}} state=installed update_cache=yes cache_valid_time=3600\n sudo: true\n with_items:\n - vim\n - htop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 160 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }