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 | linuxadvise/ansible-lab | 3e6bcac33e459d95e3536f7c5b21b08355722276 | 0 | roles/azure_mount_disk | 535 | [
"no_license"
] | [
{
"path": "roles/azure_mount_disk/tasks/main.yaml",
"content": "- name: check device name which should be parted\n shell: parted -l\n register: device_name\n\n- name: Show middle device name \n debug:\n msg: \"{{ device_name.stderr.split(':')[1] }}\"\n register: mid_device\n when: device_name.stderr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | linuxadvise/ansible-lab | 3e6bcac33e459d95e3536f7c5b21b08355722276 | 0 | roles/elasticsearch | 535 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/defaults/main.yaml",
"content": "---\nes_version: \"7.8.0\"\n#es_use_snapshot_release: false\noss_version: false\ndefault_file: \"/etc/sysconfig/elasticsearch\"\nes_home: \"/usr/share/elasticsearch\"\nuse_system_d: true\nm_lock_enabled: false\nsysd_config_file: \"/etc/systemd/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5965,
"all_permissive": false
} |
ansible_role | linuxadvise/ansible-lab | 3e6bcac33e459d95e3536f7c5b21b08355722276 | 0 | roles/java | 535 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yaml",
"content": "---\n\n- name: set fact java_state to present\n set_fact: java_state=\"present\"\n\n- name: set fact java_state to latest\n set_fact: java_state=\"latest\"\n when: update_java == true\n\n- name: RedHat - Ensure Java is installed\n become: yes\n yum: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | linuxadvise/ansible-lab | 3e6bcac33e459d95e3536f7c5b21b08355722276 | 0 | roles/kibana | 535 | [
"no_license"
] | [
{
"path": "roles/kibana/defaults/main.yml",
"content": "---\nkibana_version: \"7.x\"\nkibana_url: \"https://artifacts.elastic.co/downloads/kibana/kibana-7.8.0-x86_64.rpm\"\n\nkibana_package: kibana\nkibana_package_state: present\n\nkibana_service_state: started\nkibana_service_enabled: true\n\nkibana_cert_p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1476,
"all_permissive": false
} |
ansible_role | chris-do-dev/kubernetes-the-hard-way-on-azure | 7157ec70ac063bfbec7a0633999577c5532fa532 | 0 | ansible/playbooks/roles/common | 535 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/common/handlers/main.yml",
"content": "---\n# handlers file for common\n- name: Systemd daemon_reload\n ansible.builtin.systemd_service:\n daemon_reload: true\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1336,
"all_permissive": false
} |
ansible_role | chris-do-dev/kubernetes-the-hard-way-on-azure | 7157ec70ac063bfbec7a0633999577c5532fa532 | 0 | ansible/playbooks/roles/etcd-cluster-node | 535 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/etcd-cluster-node/tasks/main.yml",
"content": "---\n- name: Install Etcd (1/6) - Create etcd directory\n ansible.builtin.file:\n path: /etc/etcd\n state: directory\n mode: '0755'\n owner: root\n group: root\n become: true\n\n- name: Install Etcd (2/6) - Co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2800,
"all_permissive": false
} |
ansible_role | chris-do-dev/kubernetes-the-hard-way-on-azure | 7157ec70ac063bfbec7a0633999577c5532fa532 | 0 | ansible/playbooks/roles/kubernetes-control-plane-node | 535 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/kubernetes-control-plane-node/defaults/main.yml",
"content": "---\nkubernetes_version:\n\nkubernetes_control_plane_node_private_ip:\nkubernetes_control_plane_node_etcd_servers:\nkubernetes_control_plane_node_public_ip:\nkubernetes_control_plane_node_admin_kubeconfig_path:\... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5976,
"all_permissive": false
} |
ansible_role | chris-do-dev/kubernetes-the-hard-way-on-azure | 7157ec70ac063bfbec7a0633999577c5532fa532 | 0 | ansible/playbooks/roles/kubernetes-worker-node | 535 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/kubernetes-worker-node/defaults/main.yml",
"content": "---\nkubernetes_version:\ncrictl_version:\ncontainerd_version:\nrunc_version:\ncni_version:\ncoredns_version:\n\nkubernetes_worker_node_pod_cidr:\n\ncluster_cidr:\ncluster_domain:\ncluster_dns:\n",
"license_type": ... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 10187,
"all_permissive": false
} |
ansible_role | nick-demianchuk/hadoop_roles | 10d40943f65ba8208fd68af7fec4b9d09fe7816b | 0 | roles/hadoop-tools | 535 | [
"no_license"
] | [
{
"path": "roles/hadoop-tools/defaults/main.yml",
"content": "---\n\nhadoop_tools_hadoop_version: 2.8.5\nhadoop_tools_hadoop_tarball_url: \"http://apache.newfountain.nl/hadoop/common/hadoop-{{ hadoop_tools_hadoop_version }}/hadoop-{{ hadoop_tools_hadoop_version }}.tar.gz\"\n\nhadoop_tools_hive_version: 2.3.... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6680,
"all_permissive": false
} |
ansible_role | spartaksun/smile | 5e5107e2c64f29ce039b9398bbfad2f6816ac42c | 0 | playbooks/roles/init | 535 | [
"no_license"
] | [
{
"path": "playbooks/roles/init/tasks/main.yml",
"content": "---\n- name: restart orientdb\n shell: sudo service orientdb start",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 65,
"all_permissive": false
} |
ansible_role | spartaksun/smile | 5e5107e2c64f29ce039b9398bbfad2f6816ac42c | 0 | playbooks/roles/nginx | 535 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx packages\n apt: pkg={{ item }} state=latest\n with_items:\n - nginx\n\n- name: remove default nginx congig\n shell:\n rm -f /etc/nginx/sites-available/default\n\n- name: copy nginx site\n template: src=smile.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | spartaksun/smile | 5e5107e2c64f29ce039b9398bbfad2f6816ac42c | 0 | playbooks/roles/php | 535 | [
"no_license"
] | [
{
"path": "playbooks/roles/php/tasks/main.yml",
"content": "---\n- name: install php packages\n apt: pkg={{ item }} state=latest force=yes update_cache=yes\n with_items:\n - php5-fpm\n - php5-intl\n - php5-common\n - php5-curl\n - php5-dev\n - php5-xdebug\n - php5-mysql\n - php5-re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | dabr-ca/config | 32e147d039d9bfe0490570a563915fa3182389a5 | 4 | roles/glitch-lily | 535 | [
"no_license"
] | [
{
"path": "roles/glitch-lily/defaults/main.yaml",
"content": "gl_ver: \"6270\"\n# https://lily.kazv.moe/infra/glitch-lily/-/jobs/artifacts/servant/download?job=build\ngl_archive_url: \"https://pub.wzyboy.im/bin/glitch-lily-{{ gl_ver }}.zip\"\ngl_archive_checksum: \"sha256:4b025cb3579f9a50828983cbd6a7dd88bb1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1819,
"all_permissive": false
} |
ansible_role | dabr-ca/config | 32e147d039d9bfe0490570a563915fa3182389a5 | 4 | roles/pg_dump | 535 | [
"no_license"
] | [
{
"path": "roles/pg_dump/templates/pg_dump.service.j2",
"content": "[Unit]\nDescription=Dump PostgreSQL database and upload to S3\n\n[Service]\nType=oneshot\nExecStart=/usr/bin/ansible-playbook {{ pg_dump_home }}/do_pg_dump.yaml\nEnvironment=HOME=%h\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3855,
"all_permissive": false
} |
ansible_role | dabr-ca/config | 32e147d039d9bfe0490570a563915fa3182389a5 | 4 | roles/pleroma | 535 | [
"no_license"
] | [
{
"path": "roles/pleroma/defaults/main.yaml",
"content": "pleroma_ver: \"2.6.3\"\npleroma_tarball_url: \"https://pub.wzyboy.im/bin/pleroma-{{ pleroma_ver }}.tgz\"\npleroma_tarball_checksum: \"sha256:5541460314bc9841afb59cb0b803b1684b8f7b45c0fd7d55994849d5269d4983\"\n\npleroma_home: /opt/pleroma\npleroma_dat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6579,
"all_permissive": false
} |
ansible_role | dabr-ca/config | 32e147d039d9bfe0490570a563915fa3182389a5 | 4 | roles/ubuntu_init | 535 | [
"no_license"
] | [
{
"path": "roles/ubuntu_init/tasks/main.yaml",
"content": "- name: Remove snapd\n ansible.builtin.apt:\n name: snapd\n state: absent\n purge: true\n\n- name: Remove snapd leftovers, if any\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - /snap\n - /var... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Authentification_Keycloack/Normal/roles/create_cert_lets_encrypt | 535 | [
"no_license"
] | [
{
"path": "Authentification_Keycloack/Normal/roles/create_cert_lets_encrypt/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create_cert_lets_encrypt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "Authen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Authentification_Keycloack/Normal/roles/install_keycloak | 535 | [
"no_license"
] | [
{
"path": "Authentification_Keycloack/Normal/roles/install_keycloak/tasks/main.yml",
"content": "---\n- name: Create group Keycloak\n group:\n name: keycloak\n state: present\n\n- name: Add the user Keycloak\n user:\n name: keycloak\n group: keycloak\n home: /var/lib/keycloak\n shell: /s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3812,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Authentification_Keycloack/Normal/roles/install_postgresql_14 | 535 | [
"no_license"
] | [
{
"path": "Authentification_Keycloack/Normal/roles/install_postgresql_14/vars/main.yml",
"content": "---\n# vars file for install_postgresql_14\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "Authentification_Keycloack/Normal/roles/install_postgr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1360,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Authentification_Keycloack/Normal/roles/prepar_postgre_for_keyclok | 535 | [
"no_license"
] | [
{
"path": "Authentification_Keycloack/Normal/roles/prepar_postgre_for_keyclok/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - prepar_postgre_for_keyclok\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "Au... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2417,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/deploy_docker_stack_minio | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/deploy_docker_stack_minio/molecule/default/roles/tests_minio/tasks/main.yml",
"content": "---\n- name: \"Include tasks for testing Minio\"\n include_tasks: \"{{ item }}\"\n loop:\n - \"output_nodes_docker_swarm.yaml\"\n - \"check_minio_status.yaml\"\n\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4407,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/deploy_docker_stack_minio/molecule/default/roles/tests_minio | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/deploy_docker_stack_minio/molecule/default/roles/tests_minio/tasks/main.yml",
"content": "---\n- name: \"Include tasks for testing Minio\"\n include_tasks: \"{{ item }}\"\n loop:\n - \"output_nodes_docker_swarm.yaml\"\n - \"check_minio_status.yaml\"\n\n"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/docker_swarm_add_manager | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/docker_swarm_add_manager/molecule/default/converge.yml",
"content": "---\n- name: Converge_Docker\n hosts: all\n become: yes\n tasks:\n - name: \"install_docker\"\n include_role:\n name: \"install_docker\"\n - name: Instal iproute2\n ap... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3405,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/docker_swarm_add_manager/molecule/default/roles/tests_docker_swarm | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/docker_swarm_add_manager/molecule/default/roles/tests_docker_swarm/tasks/test_start_stack.yaml",
"content": "---\n- name: Install docker_stack ansible module requirements\n pip: name={{ item }}\n loop:\n - jsondiff\n - pyyaml\n- name: Deploy test Stack\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/docker_swarm_add_worker | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/docker_swarm_add_worker/molecule/default/converge.yml",
"content": "---\n- name: Converge_Docker\n hosts: all\n become: yes\n tasks:\n - name: \"install_docker\"\n include_role:\n name: \"install_docker\"\n - name: Instal iproute2\n apt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 2901,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/docker_swarm_add_worker/molecule/default/roles/tests_docker_swarm | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/docker_swarm_add_worker/molecule/default/roles/tests_docker_swarm/tasks/main.yml",
"content": "---\n- name: \"Include tasks for testing Docker\"\n include_tasks: \"{{ item }}\"\n loop:\n - \"output_nodes_docker_swarm.yaml\"\n - \"test_start_stack.yaml\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/docker_swarm_init | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/docker_swarm_init/tasks/main.yml",
"content": "---\n# tasks file for docker_swarm_init\n- name: Check if Swarm is Already Initialized\n shell: docker node ls\n register: swarm_status\n ignore_errors: true\n- block:\n - name: Initialize Docker Swarm\n dock... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2728,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/install_docker | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/install_docker/molecule/default/roles/tests_install_docker/tasks/main.yaml",
"content": "---\n- name: \"Include tasks for testing Docker\"\n include_tasks: \"{{ item }}\"\n loop:\n - \"check_installed_docker.yaml\"\n - \"test_start_container.yaml\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2574,
"all_permissive": false
} |
ansible_role | modon1999/DevOps_tasks | 93e0adbc74893b30a0ebda1e8d510da520a4465e | 0 | Minio_task/Normal/with_roles/roles/install_docker/molecule/default/roles/tests_install_docker | 535 | [
"no_license"
] | [
{
"path": "Minio_task/Normal/with_roles/roles/install_docker/molecule/default/roles/tests_install_docker/tasks/main.yaml",
"content": "---\n- name: \"Include tasks for testing Docker\"\n include_tasks: \"{{ item }}\"\n loop:\n - \"check_installed_docker.yaml\"\n - \"test_start_container.yaml\"\n",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | Maheshdvp999/roboshop-ansible | 3d4bd560a3f54a5251b8803472b6f9f5659dc7bf | 0 | roles/common | 535 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-preq.yml",
"content": "#echo -e \"\\e[36m>>>>>>>Create ${component} service <<<<<<<<<<\\e[0m\"\n#cp ${component}.service /etc/systemd/system/${component}.service &>>${log}\n#echo $?\n#echo -e \"\\e[36m>>>>>>> ADD Roboshop ${component}<<<<<<<<<<\\e[0m\"\n#if [ $? -ne 0 ]; th... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4566,
"all_permissive": false
} |
ansible_role | Maheshdvp999/roboshop-ansible | 3d4bd560a3f54a5251b8803472b6f9f5659dc7bf | 0 | roles/mongodb | 535 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Copy Mongodb YUM Repo file\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n\n- name: install mongo\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: update listen address\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | colbyprior/django-vuln-game | e8a99aa1b1bfc756947e9b29f77242521483584b | 0 | packer/ansible/roles/apache2 | 535 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/apache2/tasks/install.deb.yml",
"content": "---\n- name: install packages\n apt:\n name:\n - apache2\n - libapache2-mod-wsgi-py3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "packer/ansible/roles/ap... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | colbyprior/django-vuln-game | e8a99aa1b1bfc756947e9b29f77242521483584b | 0 | packer/ansible/roles/django | 535 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/django/defaults/main.yml",
"content": "---\napache_user: www-data\napache_group: www-data\nhostname: \"test.com\"\ndjango_path: \"/var/www/django\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "packer/ansible/ro... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1743,
"all_permissive": false
} |
ansible_role | LYleonard/CassandraCluster | 4ff1317bafb1ceb0bc65187a6823da8e8e80c0ae | 0 | roles/cassandra | 535 | [
"no_license"
] | [
{
"path": "roles/cassandra/tasks/packages.yml",
"content": "---\n- name: Update cache before install\n apt:\n update_cache: yes\n cache_valid_time: 3600 # 5 minutes\n tags:\n - install\n\n- name: Install Cassandra Server\n apt: name=cassandra state=present update_cache=yes\n tags:\n - instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | jackson273/Skills2022 | 1bb8b5f4de7306c917a31238ce549122b7775d43 | 0 | task2/roles/webservers | 535 | [
"no_license"
] | [
{
"path": "task2/roles/webservers/tasks/main.yml",
"content": "---\n# tasks file for webservers\n- name: Perform updates and install apache2\n apt:\n name: apache2\n state: present\n update_cache: yes\n- name: Insert new homepage index.html\n copy:\n src: index.html\n dest: /var/www/html\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | notdryft/ansible-raspberry-pi-host-keys | 27056803efeab0556fd6c6ccb34579eeb5a6259d | 0 | roles/openssh | 535 | [
"no_license"
] | [
{
"path": "roles/openssh/tasks/main.yml",
"content": "---\n\n- name: Delete old OpenSSH host keys\n shell: rm -v /etc/ssh/ssh_host_*\n\n- name: Regenerate OpenSSH host keys\n shell: dpkg-reconfigure openssh-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | venkatdevopsb02/ansible | 9ff271b4106b788ba1768be6264eec14b97ef197 | 0 | roles/demo | 535 | [
"no_license"
] | [
{
"path": "roles/demo/tasks/main.yml",
"content": "- name: Print message\n ansible.builtin.debug:\n msg: Hello - {{URL}} ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | Skaur501/roboshop-jenkins | 831e21ecb0040a3d63f06b4b6a72a585cfc3683b | 0 | roles/jenkins | 535 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/s-pipeline.yml",
"content": "- name: Create a template\n ansible.builtin.template:\n src: s-pipeline.xml\n dest: /tmp/s-pipeline.xml\n\n\n- name: Create a jenkins jobs using basic authentication\n community.general.jenkins_job:\n config: \"{{ lookup('file', '/tmp/s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | arakhmatullin/ansible | daf6c784a01d9868d44350092abe30e2f7f2cac3 | 0 | roles/semaphore | 535 | [
"no_license"
] | [
{
"path": "roles/semaphore/tasks/main.yml",
"content": " - name: \"Create user\"\n ansible.builtin.user:\n name: semaphore\n\n - name: Create/etc/semaphore\n file:\n path: /etc/semaphore\n recurse: yes\n state: directory\n\n - name: Copy config.json\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2034,
"all_permissive": false
} |
ansible_role | KazumuneOsaka/ansible-nodeapp | 923d21c8a2b6aef5e3631342780b8b87d35650bf | 0 | roles/nodeapp | 538 | [
"no_license"
] | [
{
"path": "roles/nodeapp/files/docker-compose.yml",
"content": "version: '3.8'\nservices:\n app:\n build: ./app\n container_name: node-app\n expose:\n - \"3000\"\n\n nginx:\n image: nginx:latest\n container_name: nginx-proxy\n ports:\n - \"80:80\"\n - \"443:443\"\n volu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1950,
"all_permissive": false
} |
ansible_role | hereabran/sigmatech-demo | cab79af6527c89089ce1ac6c0102d58e36621010 | 0 | ansible/roles/deploy_container | 538 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_container/tasks/main.yml",
"content": "---\n- name: Pull Docker image\n community.docker.docker_image:\n name: \"{{ item.container_image }}:{{ item.container_image_tag }}\"\n source: pull\n loop: \"{{ containers }}\"\n\n- name: Create containers\n community.docker.do... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | hereabran/sigmatech-demo | cab79af6527c89089ce1ac6c0102d58e36621010 | 0 | ansible/roles/install_docker | 538 | [
"no_license"
] | [
{
"path": "ansible/roles/install_docker/tasks/main.yml",
"content": "---\n- name: Install aptitude\n apt:\n name: aptitude\n state: present\n update_cache: yes\n\n- name: Install required system packages\n apt:\n pkg: \"{{ item }}\"\n state: latest\n update_cache: true\n loop: \"{{ requ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 724,
"all_permissive": false
} |
ansible_role | ebenhamu/MoniTHOR-infra | 75402ec722c9019f7d77e32b46a7da1b2e46b8c1 | 0 | ansible/roles/backend | 538 | [
"no_license"
] | [
{
"path": "ansible/roles/backend/tasks/main.yaml",
"content": "---\n- name: Clone MoniTHOR-FE-BE repository\n git:\n repo: 'https://github.com/ebenhamu/MoniTHOR-FE-BE-DB.git'\n dest: /home/{{ ansible_user }}/work\n version: main\n\n- name: Update backend configuration to point to DB server\n line... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | ebenhamu/MoniTHOR-infra | 75402ec722c9019f7d77e32b46a7da1b2e46b8c1 | 0 | ansible/roles/db | 538 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yaml",
"content": "---\n- name: Create PostgreSQL data directory\n file:\n path: /home/{{ ansible_user }}/postgres_data\n state: directory\n owner: 1000\n group: 1000\n mode: \"0755\"\n\n- name: Change ownership of postgres_data directory\n command: su... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | ebenhamu/MoniTHOR-infra | 75402ec722c9019f7d77e32b46a7da1b2e46b8c1 | 0 | ansible/roles/frontend | 538 | [
"no_license"
] | [
{
"path": "ansible/roles/frontend/tasks/main.yaml",
"content": "---\n- name: Clone MoniTHOR-FE-BE repository\n git:\n repo: 'https://github.com/ebenhamu/MoniTHOR-FE-BE-DB.git'\n dest: /home/{{ ansible_user }}/work\n version: main\n\n- name: Update frontend configuration to point to backend\n line... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/appsWithoutSetup | 538 | [
"permissive"
] | [
{
"path": "roles/appsWithoutSetup/tasks/main.yml",
"content": "---\n- name: Install packages\n package:\n name:\n - ansible-lint\n - deja-dup\n - exfatprogs\n - libreoffice\n - mumble\n - pavucontrol\n - pdfarranger\n - python3-psutil\n - simple-scan\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1013,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/autostart | 538 | [
"permissive"
] | [
{
"path": "roles/autostart/tasks/main.yml",
"content": "- name: Create config dir\n file:\n group: \"{{ remote_user_name }}\"\n mode: \"700\"\n owner: \"{{ remote_user_name }}\"\n path: \"/home/{{ remote_user_name }}/.config/autostart\"\n state: directory\n\n- name: Copy autostart template\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 564,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/dotnet | 538 | [
"permissive"
] | [
{
"path": "roles/dotnet/tasks/main.yml",
"content": "- name: Install 'dotnet'\n package:\n name: dotnet-sdk-8.0",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 60
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 60,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/firefox | 538 | [
"permissive"
] | [
{
"path": "roles/firefox/tasks/main.yml",
"content": "# https://mozilla.github.io/policy-templates\n\n- name: Create firefox dir\n file:\n group: root\n mode: '755'\n owner: root\n path: '/etc/firefox'\n state: directory\n\n- name: Create policies dir\n file:\n group: root\n mode: '75... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2071,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/git | 538 | [
"permissive"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n\n- name: Install 'git'\n package:\n name: git\n\n- name: Set init.defaultbranch\n become_user: \"{{ remote_user_name }}\"\n git_config:\n name: init.defaultbranch\n scope: global\n value: main\n\n- name: Set user.email\n become_user: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 476,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/init | 538 | [
"permissive"
] | [
{
"path": "roles/init/tasks/main.yml",
"content": "- name: Install 'flatpak'\n package:\n name: flatpak\n\n- name: Add flathub repo\n flatpak_remote:\n flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo\n name: flathub\n\n- name: Set firefox as default for pdf\n become_user: \"{{ r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/keybindings | 538 | [
"permissive"
] | [
{
"path": "roles/keybindings/tasks/main.yml",
"content": "- name: Set keybinding for web browser\n become_user: \"{{ remote_user_name }}\"\n dconf:\n key: \"/org/gnome/settings-daemon/plugins/media-keys/www\"\n value: \"['<Primary><Alt>b']\"\n\n- name: Set custom-keybindings binding\n become_user: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1676,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/mpv | 538 | [
"permissive"
] | [
{
"path": "roles/mpv/tasks/main.yml",
"content": "- name: Install 'mpv'\n package:\n name: mpv\n\n- name: Create config dir\n file:\n group: \"{{ remote_user_name }}\"\n mode: '700'\n owner: \"{{ remote_user_name }}\"\n path: \"/home/{{ remote_user_name }}/.config/mpv\"\n state: director... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1700,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/scripts | 538 | [
"permissive"
] | [
{
"path": "roles/scripts/tasks/main.yml",
"content": "- name: Create tmp dir\n changed_when: false\n register: tmp_dir\n tempfile:\n state: directory\n\n- name: Clone scripts repo\n changed_when: false\n git:\n dest: \"{{ tmp_dir.path }}\"\n repo: https://github.com/like-a-glitch/scripts.git\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 625,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/streamdeck | 538 | [
"permissive"
] | [
{
"path": "roles/streamdeck/tasks/main.yml",
"content": "- name: Install 'virtualenv'\n package:\n name: virtualenv\n\n# https://github.com/abcminiuser/python-elgato-streamdeck\n- name: Install 'streamdeck'\n become_user: \"{{ remote_user_name }}\"\n pip:\n name:\n - pillow\n - streamdeck... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1164,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/syncthing | 538 | [
"permissive"
] | [
{
"path": "roles/syncthing/tasks/main.yml",
"content": "---\n\n- name: Install 'syncthing'\n package:\n name: syncthing-gtk\n\n- name: Add syncthing-gtk to autostart_dict\n set_fact:\n autostart_dict: \"{{ autostart_dict | combine({'syncthing-gtk': 'syncthing-gtk'}) }}\"\n\n- name: Create content di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/thumbnailer | 538 | [
"permissive"
] | [
{
"path": "roles/thumbnailer/tasks/main.yml",
"content": "- name: Install 'ffmpegthumbnailer'\n package:\n name: ffmpegthumbnailer\n\n- name: Copy settings file\n copy:\n dest: '/usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer'\n group: root\n mode: '644'\n owner: root\n src: ffmpeg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/vscodium | 538 | [
"permissive"
] | [
{
"path": "roles/vscodium/vars/main.yml",
"content": "config_path: \"/home/{{ remote_user_name }}/.config/VSCodium\"",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 60
},
{
"path": "roles/vscodium/tasks/main.yml",
"content": "- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1661,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/ytdlp | 538 | [
"permissive"
] | [
{
"path": "roles/ytdlp/tasks/main.yml",
"content": "- name: Install 'yt-dlp'\n package:\n name: yt-dlp\n\n- name: Create config dir\n file:\n group: \"{{ remote_user_name }}\"\n mode: '700'\n owner: \"{{ remote_user_name }}\"\n path: \"/home/{{ remote_user_name }}/.config/yt-dlp\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": true
} |
ansible_role | like-a-glitch/ansible | 6c743d53c63b6457c5295ea0bfe7a425f7e4e8c3 | 0 | roles/zsh | 538 | [
"permissive"
] | [
{
"path": "roles/zsh/files/.zshrc",
"content": "alias bios=\"systemctl reboot --firmware-setup\"\nHISTFILE=~/.zsh_history\nHISTSIZE=10000000\nPATH=\"$HOME/.local/bin:$PATH\"\nPS1='%(?..%F{red}X %f)%F{green}%~%f $ '\nRPROMPT='%*'\nSAVEHIST=10000000\nsetopt APPEND_HISTORY\nsetopt AUTO_CD\nsetopt HIST_IGNORE_D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 647,
"all_permissive": true
} |
ansible_role | stevenshim/ansible-scripts | abcd3f0dedfbf1be2e8d80c34a9ede410501ae9e | 2 | playbooks/roles/git | 538 | [
"no_license"
] | [
{
"path": "playbooks/roles/git/tasks/main.yml",
"content": "---\n- name: Install git \n apt:\n name: git\n state: present\n when: ansible_distribution == 'Ubuntu'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | stevenshim/ansible-scripts | abcd3f0dedfbf1be2e8d80c34a9ede410501ae9e | 2 | playbooks/roles/httpd | 538 | [
"no_license"
] | [
{
"path": "playbooks/roles/httpd/tasks/main.yml",
"content": "---\n- name: install httpd\n yum: name={{ item.package }}\n with_items:\n - { package: httpd }\n\n- name: create directory httpd document root\n file:\n path=/data/web/docroot\n state=directory\n owner=apache\n group=apache\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | stevenshim/ansible-scripts | abcd3f0dedfbf1be2e8d80c34a9ede410501ae9e | 2 | playbooks/roles/java | 538 | [
"no_license"
] | [
{
"path": "playbooks/roles/java/templates/java.sh.j2",
"content": "export PATH=\"$PATH:/usr/local/java/jdk/bin\"\nexport JAVA_HOME=/usr/local/java/jdk",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "playbooks/roles/java/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 856,
"all_permissive": false
} |
ansible_role | stevenshim/ansible-scripts | abcd3f0dedfbf1be2e8d80c34a9ede410501ae9e | 2 | playbooks/roles/jenkins | 538 | [
"no_license"
] | [
{
"path": "playbooks/roles/jenkins/tasks/main.yml",
"content": "---\n- name: add jenkins repository\n get_url: \n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: get key for checksum\n rpm_key: state=present key=https://pkg.jenkins.io/redhat-st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | stevenshim/ansible-scripts | abcd3f0dedfbf1be2e8d80c34a9ede410501ae9e | 2 | playbooks/roles/packer_template | 538 | [
"no_license"
] | [
{
"path": "playbooks/roles/packer_template/files/aws-krug.json.j2",
"content": "{\n \"variables\": {\n \"aws_region\": \"ap-northeast-2\",\n \"aws_ssh_username\": \"ec2-user\",\n \"aws_instance_type\": \"t2.micro\",\n \"aws_source_ami\": \"{{user `aws_source_ami`}}\",\n \"aws_target_ami\": n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3587,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/calibre_web | 538 | [
"no_license"
] | [
{
"path": "roles/calibre_web/files/calibre_web-launcher",
"content": "#!/bin/ksh\n\nexport HOME=\"/var/calibre\"\ncd /var/calibre\n. ./calibre-web/bin/activate\nexec cps\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/calibre_web/defaults/m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3853,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/ldap_data | 538 | [
"no_license"
] | [
{
"path": "roles/ldap_data/tasks/main.yml",
"content": "---\n- name: add base domain\n ldap_entry:\n dn: '{{ ldap_base }}'\n objectClass:\n - dcObject\n - organization\n attributes:\n o: OBSD HomeLab\n dc: '{{ openldap_base_dc }}'\n\n- name: add organizational units\n ldap_ent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1391,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/lego_dns | 538 | [
"no_license"
] | [
{
"path": "roles/lego_dns/templates/homelab_domain.env.j2",
"content": "{% for k, v in lego_dns_env.items() %}\n{{ k }}={{ v }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/lego_dns/tasks/main.yml",
"content": "---\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3585,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/lego_http | 538 | [
"no_license"
] | [
{
"path": "roles/lego_http/templates/homelab_domain.env.j2",
"content": "{% for k, v in lego_http_env_merged.items() %}\n{{ k }}={{ v }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/lego_http/defaults/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3759,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/mariadb | 538 | [
"no_license"
] | [
{
"path": "roles/mariadb/defaults/main.yml",
"content": "---\nmdb_packages:\n - mariadb-server\n - py3-mysqlclient\n\nmdb_socket_dir: /var/www/var/run/mysql\n\nmdb_bind_addr: 'localhost'\n\nmdb_directories:\n - path: '{{ mdb_socket_dir }}'\n user: _mysql\n group: _mysql\n mode: '0755'\n",
"l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/monica | 538 | [
"no_license"
] | [
{
"path": "roles/monica/defaults/main.yml",
"content": "---\nmonica_packages:\n - monica\n - gpatch\n\nmonica_dbs:\n - monicad\n - monica_testd\n\nmonica_admin_mail: '{{ admin_mail }}'\nmonica_admin_pass: '{{ admin_pass }}'\n\nmonica_smtp_host: '{{ smtp_host }}'\nmonica_smtp_port: '{{ smtp_port }}'\nmon... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2345,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/nginx | 538 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "worker_processes {{ nginx_worker_count }};\nworker_rlimit_nofile 1024;\n\n{% for module in nginx_modules %}\nload_module \"{{ module }}\";\n{% endfor %}\n\nerror_log logs/error.log;\n\nevents {\n worker_conne... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4665,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/openldap | 538 | [
"no_license"
] | [
{
"path": "roles/openldap/vars/main.yml",
"content": "---\nopenldap_modules: '{{ openldap_modules_default + openldap_modules_extra }}'\n\nopenldap_ldifs: '{{ openldap_ldifs_default + openldap_ldifs_extra }}'\n\nopenldap_schemas: '{{ openldap_schemas_default + openldap_schemas_extra }}'\n\nopenldap_frontend_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 17150,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/php | 538 | [
"no_license"
] | [
{
"path": "roles/php/handlers/main.yml",
"content": "---\n- name: restart php-fpm\n service:\n name: '{{ php_fpm }}'\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/php/vars/main.yml",
"content": "---\nphp_fpm:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2485,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/postgresql | 538 | [
"no_license"
] | [
{
"path": "roles/postgresql/defaults/main.yml",
"content": "---\npsql_packages:\n - postgresql-server\n - postgresql-client\n - postgresql-contrib\n - py3-psycopg2\n\npsql_addresses:\n - localhost\n\npsql_socket_dirs:\n - /tmp\n - /var/www/var/run/postgresql\n\npsql_max_connections: 40\n\npsql_semmni... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3159,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/prosody | 538 | [
"no_license"
] | [
{
"path": "roles/prosody/tasks/main.yml",
"content": "---\n- name: install prosody packages\n ansible.builtin.package:\n name: '{{ prosody_packages }}'\n state: present\n\n- name: create postgresql user\n community.general.postgresql_user:\n name: prosody\n password: '{{ <PASSWORD> }}'\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5639,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/redis | 538 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: install redis packages\n package:\n name: '{{ redis_packages }}'\n state: present\n\n- name: set up redis directories\n file:\n path: '{{ item.path }}'\n state: directory\n mode: '{{ item.mode }}'\n owner: '{{ item.user }}'... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 94982,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/redmine | 538 | [
"no_license"
] | [
{
"path": "roles/redmine/templates/database.yml.j2",
"content": "production:\n adapter: {{ rm_db_adapter }}\n database: {{ rm_db_prod }}\n host: {{ rm_db_host }}\n username: {{ rm_db_user }}\n password: \"{{ <PASSWORD> }}\"\n\ndevelopment:\n adapter: {{ rm_db_adapter }}\n database: {{ rm_db_dev }}\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 10566,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/saslauth | 538 | [
"no_license"
] | [
{
"path": "roles/saslauth/defaults/main.yml",
"content": "---\nsasl_packages:\n - cyrus-sasl--ldap\n\nsasl_ldap_servers:\n - 'ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'\n\nsasl_ldap_base: 'dc=.'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 936,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/step_ca | 538 | [
"no_license"
] | [
{
"path": "roles/step_ca/defaults/main.yml",
"content": "---\nstep_packages:\n - step-ca\n - step-cli\n\nstep_name: 'OBSD-Homelab'\n\n#step_admin:\n#step_address:\n#step_dns:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/step_ca/templa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2507,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/syslog | 538 | [
"no_license"
] | [
{
"path": "roles/syslog/tasks/main.yml",
"content": "---\n- name: make sure log files exist\n file:\n path: \"{{ item.file }}\"\n state: touch\n owner: \"{{ item.user | default('root') }}\"\n group: \"{{ item.group | default('wheel') }}\"\n mode: \"{{ item.mode | default('0640') }}\"\n mo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2151,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/vaultwarden | 538 | [
"no_license"
] | [
{
"path": "roles/vaultwarden/tasks/main.yml",
"content": "---\n- name: Install vaultwarden packages\n ansible.builtin.package:\n name: '{{ vw_packages }}'\n state: present\n\n- name: Generate vaultwarden config\n ansible.builtin.template:\n src: env.j2\n dest: /var/vaultwarden/.env\n owner:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/ypldap | 538 | [
"no_license"
] | [
{
"path": "roles/ypldap/defaults/main.yml",
"content": "---\nyp_interval: 60\n\nyp_local: true\n\nyp_domain: '{{ domain }}'\nyp_ldap_base: '{{ openldap_base }}'\nyp_ldaps: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/ypldap/tasks/m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1676,
"all_permissive": false
} |
ansible_role | OBSD-Homelab/OBSD-Homelab | f3663c7bc18ce806771f434e0eb0c47f6af15f39 | 5 | roles/znc | 538 | [
"no_license"
] | [
{
"path": "roles/znc/templates/znc.conf.j2",
"content": "AnonIPLimit = 10\nConnectDelay = 5\nHideVersion = true\nLoadModule = webadmin\nLoadModule = block_motd\nLoadModule = chansaver\nMaxBufferSize = 500\nProtectWebSessions = true\nServerThrottle = 30\nSkin = _default_\nStatusPrefix = *\nVersion = OpenBSD\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2472,
"all_permissive": false
} |
ansible_role | sreenathzs1/todo-ansible | 7c86e80ea08720be0106fbc3c38235961bcc3a8c | 0 | roles/common | 538 | [
"no_license"
] | [
{
"path": "roles/common/tasks/java.yml",
"content": "- name: Install JAVA-8\n apt:\n name: openjdk-8-jdk-headless\n update_cache: yes\n state: present\n\n- name: Install MAVEN\n apt:\n name: maven\n update_cache: yes\n state: present\n\n- name: Remove static files\n file:\n path: /ho... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2404,
"all_permissive": false
} |
ansible_role | sreenathzs1/todo-ansible | 7c86e80ea08720be0106fbc3c38235961bcc3a8c | 0 | roles/frontend | 538 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "\n- name: Install dependencies\n apt:\n name: nginx\n update_cache: yes\n state: present\n\n- name: Install dependencies\n apt:\n name: npm\n update_cache: yes\n state: present\n\n\n- name: Create Frontend Directory\n file:\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1156,
"all_permissive": false
} |
ansible_role | ahsansabir30/ansible | 4a667337855bb1472cf7eb00f86a0263ae03de5d | 0 | ansible-docker-jenkins/roles/clone-repo | 538 | [
"no_license"
] | [
{
"path": "ansible-docker-jenkins/roles/clone-repo/tasks/main.yml",
"content": "---\n# tasks file for clone-repo\n- name: \"cloning repo\"\n git: \n repo: \"https://github.com/RWright1992/trio-task-ex.git\"\n dest: \"/home/ahsan/projects/ansible-docker-jenkins/trio\"",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | ahsansabir30/ansible | 4a667337855bb1472cf7eb00f86a0263ae03de5d | 0 | ansible-docker-jenkins/roles/swarm-stack | 538 | [
"no_license"
] | [
{
"path": "ansible-docker-jenkins/roles/swarm-stack/tasks/main.yml",
"content": "---\n# tasks file for swarm-stack\n- name: \"install packages for stack deployment\"\n pip:\n name:\n - jsondiff\n - pyyaml\n\n- name: \"deploy stack using docker compose file\"\n docker_stack:\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | ahsansabir30/ansible | 4a667337855bb1472cf7eb00f86a0263ae03de5d | 0 | ansible-docker-jenkins/roles/swarmjoin | 538 | [
"no_license"
] | [
{
"path": "ansible-docker-jenkins/roles/swarmjoin/tasks/main.yml",
"content": "---\n# tasks file for swarmjoin\n- name: \"Print Hostvars\"\n debug:\n var: hostvars['ansible']['swarm_info']['swarm_facts']['JoinTokens']['Worker'] \n\n- name: \"Add node to swarm\"\n docker_swarm:\n state: join\n adv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | ahsansabir30/ansible | 4a667337855bb1472cf7eb00f86a0263ae03de5d | 0 | docker-swarm/roles/swarm | 538 | [
"no_license"
] | [
{
"path": "docker-swarm/roles/swarm/tasks/main.yml",
"content": "---\n# tasks file for swarm\n- name: \"initialize a swarm\"\n docker_swarm:\n state: present\n register: swarm_info\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | ahsansabir30/ansible | 4a667337855bb1472cf7eb00f86a0263ae03de5d | 0 | docker-swarm/roles/swarm-worker | 538 | [
"no_license"
] | [
{
"path": "docker-swarm/roles/swarm-worker/tasks/main.yml",
"content": "---\n# tasks file for swarm-worker\n- name: \"add worker node to swarm\"\n docker_swarm:\n state: join\n advertise_addr: worker\n join_token: \"{{ hostvars['ansible']['swarm_info']['swarm_facts']['JoinTokens']['Worker'] }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | ahsansabir30/ansible | 4a667337855bb1472cf7eb00f86a0263ae03de5d | 0 | roles_excercise/excercise2/roles/install | 538 | [
"no_license"
] | [
{
"path": "roles_excercise/excercise2/roles/install/tasks/main.yml",
"content": "---\n- name: \"install python3 python-pip git\"\n apt:\n name:\n - python3\n - python3-pip\n - git\n state: present\n update_cache: true\n- name: \"install flask and pytest\"\n pip:\n name: \n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | ahsansabir30/ansible | 4a667337855bb1472cf7eb00f86a0263ae03de5d | 0 | roles_excercise/excercise2/roles/newfile | 538 | [
"no_license"
] | [
{
"path": "roles_excercise/excercise2/roles/newfile/tasks/main.yml",
"content": "---\n- name: \"creating new file\"\n file: \n path: \"/home/ahsan/test/ssh.txt\"\n state: touch\n- name: \"get ssh key\"\n shell: \"cat /home/ahsan/.ssh/id_rsa.pub >> /home/ahsan/test/ssh.txt\"",
"license_type": "no... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | Diegocostaj/SchoolProject | e7163ce5ef5aaf6f6685e54751dcd461b7873205 | 0 | roles/server | 538 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - apache2\n - mysql-server-5.7\n - php7.2-mysql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | SOH-0x01/exo-glusterfs | f0c7641790f3b360a83346d6f48a44ea78da6f67 | 0 | roles/create-cluster | 538 | [
"no_license"
] | [
{
"path": "roles/create-cluster/templates/node-cloud-config.j2",
"content": "#cloud-config\nhostname: \"{{ cluster_prefix }}-{{ cluster_name }}-node-{{ item }}\"\nlocale: \"en_US.UTF-8\"\npackages:\n - \"python-minimal\"\nwrite_files:\n - path: /etc/growroot-disabled\n permissions: '0644'\n ow... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4310,
"all_permissive": false
} |
ansible_role | SOH-0x01/exo-glusterfs | f0c7641790f3b360a83346d6f48a44ea78da6f67 | 0 | roles/create-context | 538 | [
"no_license"
] | [
{
"path": "roles/create-context/tasks/main.yml",
"content": "---\n - include: create_inventory.yml\n - include: create_topology.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/create-context/tasks/create_topology.yml",
"content": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | SOH-0x01/exo-glusterfs | f0c7641790f3b360a83346d6f48a44ea78da6f67 | 0 | roles/deploy-api | 538 | [
"no_license"
] | [
{
"path": "roles/deploy-api/tasks/main.yml",
"content": "---\n - include: deploy_heketi.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/deploy-api/templates/sudo-heketi-users.j2",
"content": "# Allow heketi users to sudo without pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2888,
"all_permissive": false
} |
ansible_role | SOH-0x01/exo-glusterfs | f0c7641790f3b360a83346d6f48a44ea78da6f67 | 0 | roles/destroy-cluster | 538 | [
"no_license"
] | [
{
"path": "roles/destroy-cluster/tasks/delete_secgroup_rules.yml",
"content": "# Cluster Security Groups\n - name: Delete cluster SSH for remote access (cidr)\n local_action:\n module: cs_securitygroup_rule\n security_group: \"{{ cluster_security_group_name}}\"\n start_port: 22\n end... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3490,
"all_permissive": false
} |
ansible_role | SOH-0x01/exo-glusterfs | f0c7641790f3b360a83346d6f48a44ea78da6f67 | 0 | roles/destroy-context | 538 | [
"no_license"
] | [
{
"path": "roles/destroy-context/tasks/delete_topology.yml",
"content": " - name: Delete cluster topology\n file: path=./cluster-topology state=absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/destroy-context/tasks/main.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | SOH-0x01/exo-glusterfs | f0c7641790f3b360a83346d6f48a44ea78da6f67 | 0 | roles/destroy-keypair | 538 | [
"no_license"
] | [
{
"path": "roles/destroy-keypair/tasks/main.yml",
"content": "- name: Ensure secret directory is deleted\n file:\n path: ./secret/\n state: absent\n tags: ssh-keygen\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.