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 | jkvcombo-tip/cpe232-MidtermExam | e76b97d982b55a1e528366164c2b44ad20a18ea7 | 0 | roles/ubuntu-Apache2_php | 7,652 | [
"no_license"
] | [
{
"path": "roles/ubuntu-Apache2_php/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ubuntu-Apache2_php",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/ubuntu-Apache2_php/handlers/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/cpe232-MidtermExam | e76b97d982b55a1e528366164c2b44ad20a18ea7 | 0 | roles/ubuntu-Elasticsearch | 7,652 | [
"no_license"
] | [
{
"path": "roles/ubuntu-Elasticsearch/tasks/main.yml",
"content": "---\n# tasks file for ubuntu-Elasticsearch\n\n\n\n- name: Install Prerequisite of ELK\n apt:\n name: \n - nginx\n - openjdk-8-jdk\n state: present\n update_cache: yes\n\n### Installing Elasticsearch\n- name: Import the El... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1830,
"all_permissive": false
} |
ansible_role | jkvcombo-tip/cpe232-MidtermExam | e76b97d982b55a1e528366164c2b44ad20a18ea7 | 0 | roles/ubuntu-Kibana | 7,652 | [
"no_license"
] | [
{
"path": "roles/ubuntu-Kibana/tasks/main.yml",
"content": "---\n# tasks file for ubuntu-Kibana\n\n\n\n# Installing Kibana\n- name: Install Kibana\n apt:\n name: kibana\n state: present\n update_cache: yes\n\n- name: Start and Enable Kibana\n service:\n name: kibana\n state: started\n en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/CA | 7,652 | [
"no_license"
] | [
{
"path": "roles/CA/tasks/client.yml",
"content": "---\r\n# MIT License\r\n\r\n# Copyright (c) 2018 \r\n\r\n# Permission is hereby granted, free of charge, to any person obtaining a copy\r\n# of this software and associated documentation files (the \"Software\"), to deal\r\n# in the Software without restric... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4804,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/apache | 7,652 | [
"no_license"
] | [
{
"path": "roles/apache/README.md",
"content": "Role apache\n=========\n\nThis role installs and configures the apache2 module and the php module for apache. \nIt creates several new websites and configures them.\nDeveloped and tested for Debian-10.\n\nRequirements\n------------\n\nCollection community.gene... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5190,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/docker | 7,652 | [
"no_license"
] | [
{
"path": "roles/docker/README.md",
"content": "docker\n=========\n\nA minimal role to install docker and docker-compose on Debian\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\n```yaml\n- hosts: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2914,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/docker_leader | 7,652 | [
"no_license"
] | [
{
"path": "roles/docker_leader/tasks/main.yml",
"content": "---\n# MIT License\n\n# Copyright (c) 2018 \n\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to deal\n# in the Software without restriction,... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2844,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/ldap-client | 7,652 | [
"no_license"
] | [
{
"path": "roles/ldap-client/tasks/main.yml",
"content": "---\n# tasks file for ldap-client\n\n- name: Install client software\n ansible.builtin.apt:\n update_cache: true\n name: [\"ldap-utils\", \"jxplorer\", \"x11-xserver-utils\"]\n state: present\n\n- name: Create directories to store certifica... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/mariadb | 7,652 | [
"no_license"
] | [
{
"path": "roles/mariadb/README.md",
"content": "Role mariadb\n=========\n\nThis role installs mariadb-server-10.3 module and configures mysql. It creates a set of users and gives to them all privileges on the DB.\nDeveloped and tested for Debian-10.\n\nRequirements\n------------\n\nCollection community.mys... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4872,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/openldap | 7,652 | [
"no_license"
] | [
{
"path": "roles/openldap/README.md",
"content": "openldap\n=========\n\nThis role populates a fully functional ldap server (OpenLDAP).\n\nRequirements\n------------\n\nCertificates for CA and clients generated using the CA role.\n\nRole Variables\n--------------\n\nThis role shares the variables used by ot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 9588,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/pam-ldap-client | 7,652 | [
"no_license"
] | [
{
"path": "roles/pam-ldap-client/tasks/main.yml",
"content": "---\n# MIT License\n\n# Copyright (c) 2018 \n\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to deal\n# in the Software without restrictio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 10050,
"all_permissive": false
} |
ansible_role | moncho-mendez/ansible_AAS | 1b7e8e4165718fc105a4a91bc061be3ff1332002 | 0 | roles/smbADserver | 7,652 | [
"no_license"
] | [
{
"path": "roles/smbADserver/vars/main.yml",
"content": "---\n# vars file for smbADserver",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/smbADserver/defaults/main.yml",
"content": "---\n# defaults file for smbADserver",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8049,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 0-Cloud/AWS/Ansible/db-backup-tester-ansible-master/AnsibleRecipes/Ansible playbook/roles/db_backup_tester | 7,652 | [
"no_license"
] | [
{
"path": "0-Cloud/AWS/Ansible/db-backup-tester-ansible-master/AnsibleRecipes/Ansible playbook/roles/db_backup_tester/tasks/main.yml",
"content": "#1. set up a new instance in EC2 AWS\n#2. install msql, aws client\n#3. copy the script that will test the backups\n#4. run the script\n\n\n\n#1. set up a new in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2008,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 0-Cloud/AWS/Ansible/db-backup-tester-ansible-master/AnsibleRecipes/Ansible playbook/roles/delete_instances | 7,652 | [
"no_license"
] | [
{
"path": "0-Cloud/AWS/Ansible/db-backup-tester-ansible-master/AnsibleRecipes/Ansible playbook/roles/delete_instances/tasks/main.yml",
"content": "- name: Terminate instance\n ec2:\n key_name: \"{{ ansible_user }}\"\n aws_access_key: \"{{access_key}}\"\n aws_secret_key: \"{{secret_key}}\"\n ima... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 0-Cloud/AWS/Ansible/db-backup-tester-ansible-master/AnsibleRecipes/Ansible playbook/roles/install_on_instance | 7,652 | [
"no_license"
] | [
{
"path": "0-Cloud/AWS/Ansible/db-backup-tester-ansible-master/AnsibleRecipes/Ansible playbook/roles/install_on_instance/files/mariadb_config.yml",
"content": "---\n\nmariadb_packages:\n - MariaDB\n - MySQL-python\n\nmariadb_service: mariadb\nmariadb_socket: /var/lib/mysql/mysql.sock\n\nmariadb_config_net... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2998,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/ansible-flask/provisioning/roles/instal_python3.6 | 7,652 | [
"no_license"
] | [
{
"path": "5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/ansible-flask/provisioning/roles/instal_python3.6/tasks/main.yml",
"content": "---\n\n- name: Install Python\n apt:\n name:\n - python-apt\n - python3-apt\n state: latest\n become: yes\n\n- name: Install pip3\n apt:\n name: pyt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/ansible-flask/provisioning/roles/nginx | 7,652 | [
"no_license"
] | [
{
"path": "5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/ansible-flask/provisioning/roles/nginx/tasks/main.yml",
"content": "---\n\n\n\n# Configure app systemd service and nginx\n\n- name: template systemd service config\n template:\n src: ../../../files/.service\n dest: /etc/systemd/system/{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/ansible-flask/provisioning/roles/setLocale | 7,652 | [
"no_license"
] | [
{
"path": "5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/ansible-flask/provisioning/roles/setLocale/tasks/main.yml",
"content": "- name: locale setting\n script: ../../files/set_locale.sh\n args:\n executable: /bin/bash\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/ansible-flask/provisioning/roles/system_update | 7,652 | [
"no_license"
] | [
{
"path": "5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/ansible-flask/provisioning/roles/system_update/tasks/main.yml",
"content": "---\n\n- name: \"enable ufw firewall\"\n ufw: name=ufw state=enabled\n become: yes\n\n- name: \"set logging\"\n ufw:\n logging: 'on'\n\n- name: \"allow ssh connect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/app-vm/provisioning/roles/1.update | 7,652 | [
"no_license"
] | [
{
"path": "5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/app-vm/provisioning/roles/1.update/tasks/main.yml",
"content": "---\n\n\n# tasks update vm\n- name: \"Update vagrant machine\"\n apt: upgrade=yes update_cache=yes \n become: yes\n\n# tasks install language-pack-en-base\n- name: \"install langu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/app-vm/provisioning/roles/2.setLocale | 7,652 | [
"no_license"
] | [
{
"path": "5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/app-vm/provisioning/roles/2.setLocale/tasks/main.yml",
"content": "- name: locale setting\n script: /Users/andra/ibm/vagrant/app-vm/provisioning/files/set_locale.sh\n args:\n executable: /bin/bash\n\n\n# environment:\n# LANG: \"en_US.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | dummy-andra/CloudEngineerNotes | ac936438a11c1b4bff76fc432ea653bd87a1ef33 | 3 | 5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/app-vm/provisioning/roles/3.nginx | 7,652 | [
"no_license"
] | [
{
"path": "5-Ansible/Vagrant and Ansible/vagrant-ansible-flask/app-vm/provisioning/roles/3.nginx/tasks/main.yml",
"content": "---\n\n\n\n\n- name: Install Python\n apt:\n name:\n - python-apt\n - python3-apt\n state: latest\n become: yes\n\n\n- name: \"ensure nginx is at the latest version\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5047,
"all_permissive": false
} |
ansible_role | aam321/Joomla-install | 723ab02b30745cb455200784dd7e474d131f8978 | 0 | roles/common | 7,652 | [
"no_license"
] | [
{
"path": "roles/common/meta/main.yml",
"content": "galaxy_info:\n author: aam321\n description: Role to install common soft\n license: MIT\n min_ansible_version: \"2.1\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/common/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | aam321/Joomla-install | 723ab02b30745cb455200784dd7e474d131f8978 | 0 | roles/initapps | 7,652 | [
"no_license"
] | [
{
"path": "roles/initapps/meta/main.yml",
"content": "galaxy_info:\n author: aam321\n description: Role to initialize applications\n license: MIT\n min_ansible_version: \"2.1\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/initapps/tas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | aam321/Joomla-install | 723ab02b30745cb455200784dd7e474d131f8978 | 0 | roles/joomla | 7,652 | [
"no_license"
] | [
{
"path": "roles/joomla/tasks/main.yml",
"content": "---\n- name: Install unzip\n ansible.builtin.apt:\n name: unzip\n state: present\n\n- name: Download Joomla\n ansible.builtin.get_url:\n url: https://downloads.joomla.org/cms/joomla5/5-1-4/Joomla_5-1-4-Stable-Full_Package.zip\n dest: /tmp/jo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | aam321/Joomla-install | 723ab02b30745cb455200784dd7e474d131f8978 | 0 | roles/mysql | 7,652 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install mysql packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - mysql-client\n - mysql-common\n - mysql-server\n\n- name: Ensure MySQL is running and enabled\n ansible.builtin.service:\n name: m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 859,
"all_permissive": false
} |
ansible_role | aam321/Joomla-install | 723ab02b30745cb455200784dd7e474d131f8978 | 0 | roles/nginx | 7,652 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/joomla.conf.j2",
"content": "server {\n listen 80;\n root /var/www/sites/joomla;\n index index.php index.html index.htm;\n server_name _;\n access_log /var/log/nginx/joomla_access.log;\n error_log /var/log/nginx/joomla_error.log;\n \n location / {\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1832,
"all_permissive": false
} |
ansible_role | aam321/Joomla-install | 723ab02b30745cb455200784dd7e474d131f8978 | 0 | roles/php | 7,652 | [
"no_license"
] | [
{
"path": "roles/php/meta/main.yml",
"content": "galaxy_info:\n author: aam321\n description: Role to install php\n license: MIT\n min_ansible_version: \"2.1\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/php/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/disk | 7,652 | [
"no_license"
] | [
{
"path": "roles/disk/tasks/main.yml",
"content": "---\n - name: partition \n parted:\n device: /dev/vdb\n number: 1\n state: present\n label: gpt\n - name: format \n filesystem:\n dev: /dev/vdb1\n fstype: ext4\n force: yes\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/docker | 7,652 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n - name: 删除旧版本docker\n yum:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logrotate\n - docker-engine\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/docker-swarm-add-worker | 7,652 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-add-worker/tasks/main.yml",
"content": "---\n- name: Add Workers to the Swarm\n shell: \"docker swarm join --token {{ hostvars['ap1']['worker_token']['stdout'] }} {{ hostvars['ap1']['ansible_default_ipv4']['address'] }}:2377\"\n tags: swarm\n\n\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/docker-swarm-init | 7,652 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-init/tasks/main.yml",
"content": "---\n - name: 检查swarm是否已经被初始化 \n shell: docker node ls\n register: swarm_status\n ignore_errors: true\n tags: swarm\n\n - name: 初始化leader节点\n shell: >\n docker swarm init\n --advertise-addr={{ hostvars[inventory_hostname... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/hostname | 7,652 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "---\n - name: 设置hostname\n hostname:\n name: \"{{ hostname }}\"\n - name: 设置节点hosts \n lineinfile:\n dest: /etc/hosts\n regexp: '.*{{ item }}$'\n line: \"{{ hostvars[item]['ansible_default_ipv4']['address'] }} {{ hostvars[item]['host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/jdk | 7,652 | [
"no_license"
] | [
{
"path": "roles/jdk/files/README.md",
"content": "# jdk 安装包\n\njdk-8u161-linux-x64.tar \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/jdk/tasks/main.yml",
"content": "---\n - name: copy jdk remote hosts\n copy: src=jdk-8u161-li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/mount | 7,652 | [
"no_license"
] | [
{
"path": "roles/mount/tasks/main.yml",
"content": "---\n - name: get uuid\n shell: blkid -s UUID -o value /dev/vdb1\n register: disk_blkid\n\n - name: mount\n mount:\n path: /data\n src: UUID={{ disk_blkid.stdout }}\n state: mounted\n fstype: ext4\n opts: defaults",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/selinux | 7,652 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n - name: 关闭selinux\n selinux: \n state: disabled\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 57,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/ssh_authorized | 7,652 | [
"no_license"
] | [
{
"path": "roles/ssh_authorized/tasks/main.yml",
"content": "---\n - name: ssh免密码登录配置\n authorized_key:\n user: root \n state: present\n key: \"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | dennissky/ansible | d284a6a1f80593912d660b24c5f2c9b5291a27a0 | 0 | roles/yum | 7,652 | [
"no_license"
] | [
{
"path": "roles/yum/tasks/main.yml",
"content": "---\n - name: 删除默认repo \n file:\n path: \"/etc/yum.repos.d/{{ item }}\"\n state: absent\n with_items:\n - CentOS-Base.repo\n - CentOS-Debuginfo.repo\n - CentOS-Media.repo\n - CentOS-Vault.repo\n - CentOS-CR.repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 838,
"all_permissive": false
} |
ansible_role | kanekoh/ocs-on-virt | db32b5584b1777fdb3872b2dcab230d6a214dacc | 0 | roles/local | 7,650 | [
"no_license"
] | [
{
"path": "roles/local/tasks/main.yml",
"content": "---\n- name: install packages\n become: yes\n yum:\n state: latest\n name: \"{{ local_packages }}\"\n\n- name: Grant 8081 for httpd\n become: yes\n shell: |\n semanage port -a -t http_port_t -p tcp 8081\n semanage port -m -t http_port_t -p ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1954,
"all_permissive": false
} |
ansible_role | kanekoh/ocs-on-virt | db32b5584b1777fdb3872b2dcab230d6a214dacc | 0 | roles/proxy | 7,650 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/setup.yaml",
"content": "---\n- name: set resolv.conf\n lineinfile:\n dest: /etc/resolv.conf\n line: nameserver 192.168.100.1\n state: present\n\n- name: Copy hosts\n copy:\n src: /etc/hosts\n dest: /etc/hosts\n backup: yes\n",
"license_type": "no_license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | kanekoh/ocs-on-virt | db32b5584b1777fdb3872b2dcab230d6a214dacc | 0 | roles/rhcs | 7,650 | [
"no_license"
] | [
{
"path": "roles/rhcs/templates/ansible-hosts.j2",
"content": "[clients]\nother\n\n[grafana-server]\nother\n\n[mons]\nceph_1\nceph_2\nceph_3\n\n[osdd]\nceph_1\nceph_2\nceph_3\n\n[mgrs]\nceph_1\nceph_2\nceph_3\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9017,
"all_permissive": false
} |
ansible_role | kanekoh/ocs-on-virt | db32b5584b1777fdb3872b2dcab230d6a214dacc | 0 | roles/vms | 7,650 | [
"no_license"
] | [
{
"path": "roles/vms/files/print_mac.sh",
"content": "#!/bin/bash\nset -x\n\ndomain=\"\"\nnetwork=\"\"\nip=\"\"\nhostgroup=\"\"\nmode=\"\"\n\nwhile getopts \"d:n:m:i:h:\" opt ; do\n case $opt in\n d)\n domain=\"$OPTARG\"\n ;;\n m)\n mode=\"$OPTARG\"\n ;;\n n)\n network=\"$... | {
"task_files": 22,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 36,
"total_bytes": 31698,
"all_permissive": false
} |
ansible_role | ISEMS/isems-ansible | 1908b0ff8bd9071d9af7d638caf8eaca025a0be7 | 0 | roles/flask | 7,650 | [
"no_license"
] | [
{
"path": "roles/flask/templates/isems-mqtt-listener.service.j2",
"content": "[Unit]\nDescription=ISEMS MQTT Listener Service\nAfter=network.target\n\n[Service]\nEnvironment=DATABASE_URL={{database_url}}\nEnvironment=MQTT_SERVER={{mqtt_server}}\nExecStart={{ virtualenv_path }}/bin/flask subscribe\nWorkingDi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3329,
"all_permissive": false
} |
ansible_role | ISEMS/isems-ansible | 1908b0ff8bd9071d9af7d638caf8eaca025a0be7 | 0 | roles/frontend | 7,650 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "---\n- name: Clone Repository\n git:\n repo: 'https://github.com/ISEMS/isems-app.git'\n dest: /home/{{ ansible_ssh_user }}/isems-app\n\n- name: Install dependencies\n command: yarn install --pure-lockfile\n args:\n chdir: /home/{{ansible_ssh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | ISEMS/isems-ansible | 1908b0ff8bd9071d9af7d638caf8eaca025a0be7 | 0 | roles/mosquitto | 7,650 | [
"no_license"
] | [
{
"path": "roles/mosquitto/tasks/main.yml",
"content": "---\n- name: install mosquitto\n become: yes\n when: enable_mqtt\n package:\n name: mosquitto\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | rakeshgit-poc/azure-ansible | 90d1aa413c7346942bc399e7ce4fcc9f0720dbae | 0 | roles/azr-subnet-add | 7,650 | [
"no_license"
] | [
{
"path": "roles/azr-subnet-add/defaults/main.yml",
"content": "---\n# defaults file for azr-subnet-add",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/azr-subnet-add/vars/main.yml",
"content": "---\n# vars file for azr-subnet-add\n\nrgna... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | rakeshgit-poc/azure-ansible | 90d1aa413c7346942bc399e7ce4fcc9f0720dbae | 0 | roles/azr-vnet-add | 7,650 | [
"no_license"
] | [
{
"path": "roles/azr-vnet-add/defaults/main.yml",
"content": "---\n# defaults file for azr-vnet-add",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/azr-vnet-add/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | maginati0n/ansible-playbook | 7a188d08521891f9ecb4076d609b4af1d56c611f | 0 | roles/jdk7 | 7,650 | [
"no_license"
] | [
{
"path": "roles/jdk7/templates/sources.list.j2",
"content": "deb http://kartolo.sby.datautama.net.id/ubuntu/ focal main restricted\ndeb http://kartolo.sby.datautama.net.id/ubuntu/ focal-updates main restricted\ndeb http://kartolo.sby.datautama.net.id/ubuntu/ focal universe\ndeb http://kartolo.sby.datautama... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2050,
"all_permissive": false
} |
ansible_role | yumeei/VM-Ansible-projet | 977e8770a93b5686950b58c35a6ce89a36ce0e59 | 0 | roles/bdd | 7,650 | [
"no_license"
] | [
{
"path": "roles/bdd/vars/main.yml",
"content": "postgres_password: \"<PASSWORD>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/bdd/tasks/main.yml",
"content": "- name: Install PostgreSQL\n apt:\n name: postgresql\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | yumeei/VM-Ansible-projet | 977e8770a93b5686950b58c35a6ce89a36ce0e59 | 0 | roles/common | 7,650 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Update package index\n apt:\n update_cache: yes\n\n- name: Install common dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - vim\n - git\n - wget\n - curl\n - software-properties-common\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | yumeei/VM-Ansible-projet | 977e8770a93b5686950b58c35a6ce89a36ce0e59 | 0 | roles/gitlab | 7,650 | [
"no_license"
] | [
{
"path": "roles/gitlab/templates/gitlab.rb.j2",
"content": "external_url \"{{ gitlab_external_url }}\"\npostgresql['enable'] = false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/gitlab/tasks/main.yml",
"content": "- name: Install Gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/api | 7,650 | [
"no_license"
] | [
{
"path": "roles/api/templates/api.role.yaml.j2",
"content": "kind: Role\napiVersion: rbac.authorization.k8s.io/v1alpha1\nmetadata:\n name: dave-api\n labels:\n app: dave\n layer: api\n project: dave\n namespace: {{ namespace }}\nrules:\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 13834,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/ca | 7,650 | [
"no_license"
] | [
{
"path": "roles/ca/tasks/main.yaml",
"content": "---\n\n####################\n# Create DAVE CA for securing the communication between services\n####################\n\n# Render templates\n\n- name: Create CA directory\n file: path={{ ca_dir }} state=directory\n\n- name: Render CA template\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/cfssl-install | 7,650 | [
"no_license"
] | [
{
"path": "roles/cfssl-install/tasks/main.yaml",
"content": "---\n\n#############\n# Install CFSSL (CloudFlare SSL)\n#############\n\n- name: Download CFSSL binaries\n get_url:\n url: \"{{ cfssl_darwin_download_path }}\"\n dest: /usr/local/bin/cfssl\n owner: root\n group: admin\n mode: 0755\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/delete-api | 7,650 | [
"no_license"
] | [
{
"path": "roles/delete-api/tasks/main.yaml",
"content": "---\n\n####################\n# Delete DAVe-API\n####################\n\n# Delete service\n\n- name: Find out if service already exists\n command: \"kubectl --namespace {{ namespace }} get service dave-api -o json\"\n register: get_service\n ignore... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/delete-margin-loader | 7,650 | [
"no_license"
] | [
{
"path": "roles/delete-margin-loader/tasks/main.yaml",
"content": "---\n\n####################\n# Delete DAVe-MarginLoader\n####################\n\n# Delete service\n\n- name: Find out if service already exists\n command: \"kubectl --namespace {{ namespace }} get service dave-margin-loader -o json\"\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1816,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/delete-mongo | 7,650 | [
"no_license"
] | [
{
"path": "roles/delete-mongo/tasks/main.yaml",
"content": "---\n\n####################\n# Delete Mongo DB\n####################\n\n# Delete service\n\n- name: Find out if service already exists\n command: \"kubectl --namespace {{ namespace }} get service dave-mongo -o json\"\n register: get_service\n ig... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1871,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/delete-network-policy | 7,650 | [
"no_license"
] | [
{
"path": "roles/delete-network-policy/tasks/main.yaml",
"content": "---\n\n####################\n# Delete Network Policies\n####################\n\n# Delete API network policy\n\n- name: Find out if network policy already exists\n command: \"kubectl --namespace {{ namespace }} get networkpolicy dave-api-a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1749,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/delete-store-manager | 7,650 | [
"no_license"
] | [
{
"path": "roles/delete-store-manager/tasks/main.yaml",
"content": "---\n\n####################\n# Delete DAVe Store Manager\n####################\n\n# Delete service\n\n- name: Find out if service already exists\n command: \"kubectl --namespace {{ namespace }} get service dave-store-manager -o json\"\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1817,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/delete-ui | 7,650 | [
"no_license"
] | [
{
"path": "roles/delete-ui/tasks/main.yaml",
"content": "---\n\n####################\n# Delete DAVe-UI\n####################\n\n# Delete service\n\n- name: Find out if service already exists\n command: \"kubectl --namespace {{ namespace }} get service dave-ui -o json\"\n register: get_service\n ignore_er... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1696,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/dns-propagation | 7,650 | [
"no_license"
] | [
{
"path": "roles/dns-propagation/tasks/main.yaml",
"content": "---\n\n####################\n# Wait for DNS propagation\n####################\n\n# This should be ideally done together with the deployment of the individual components\n# But DNS propagation might take lot of waiting. Se we do it at the end of ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/letsencrypt | 7,650 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yaml",
"content": "---\n\n####################\n# Generate new keys CSRs and sign them with Let's Encrypt\n####################\n\n# Generate the account key\n\n- stat:\n path: \"{{ letsencrypt_account_key_path }}\"\n register: letsencrypt_account_key_exists\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3979,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/margin-loader | 7,650 | [
"no_license"
] | [
{
"path": "roles/margin-loader/templates/margin-loader.autoscaler.yaml.j2",
"content": "apiVersion: autoscaling/v1\nkind: HorizontalPodAutoscaler\nmetadata:\n name: dave-margin-loader\n namespace: {{ namespace }}\nspec:\n scaleTargetRef:\n apiVersion: extensions/v1beta1\n kind: Deployment\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10952,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/mongo | 7,650 | [
"no_license"
] | [
{
"path": "roles/mongo/templates/mongo.statefulset.yaml.j2",
"content": "apiVersion: apps/v1beta1\nkind: StatefulSet\nmetadata:\n name: dave-mongo\n labels:\n app: mongo\n layer: db\n project: dave\n namespace: {{ namespace }}\nspec:\n serviceName: \"dave-mongo\"\n replicas: 3\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7262,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/mongo-provisioning | 7,650 | [
"no_license"
] | [
{
"path": "roles/mongo-provisioning/tasks/main.yaml",
"content": "---\n\n####################\n# Provision Mongo database\n####################\n\n# Render templates\n\n- name: Render the restore script\n template:\n src: mongo-restore.sh.j2\n dest: /tmp/mongo-restore.sh\n mode: 0744\n become: fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2048,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/network-policy | 7,650 | [
"no_license"
] | [
{
"path": "roles/network-policy/templates/api-access.network-policy.yaml.j2",
"content": "kind: NetworkPolicy\napiVersion: extensions/v1beta1\nmetadata:\n name: dave-api-access\n namespace: {{ namespace }}\nspec:\n podSelector:\n matchLabels:\n app: dave\n layer: api\n project: dave\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4788,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/store-manager | 7,650 | [
"no_license"
] | [
{
"path": "roles/store-manager/templates/store-manager.serviceaccount.yaml.j2",
"content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: dave-store-manager\n labels:\n app: dave\n layer: db\n project: dave\n namespace: {{ namespace }}\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 11784,
"all_permissive": false
} |
ansible_role | poepjen/DAVe-Deployment | a01648ba8bfee4bb18de936fa8752c2cdc1061b6 | 0 | roles/ui | 7,650 | [
"no_license"
] | [
{
"path": "roles/ui/templates/ui.service.yaml.j2",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n labels:\n app: dave\n layer: frontend\n project: dave\n annotations:\n external-dns.alpha.kubernetes.io/hostname: {{ ui_dns }}.\n name: dave-ui\n namespace: {{ namespace }}\nspec:\n por... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9976,
"all_permissive": false
} |
ansible_role | mykaua/ansible | 572e7d00c22c4f627c4ea91d593c7fa55a55c039 | 0 | roles/update | 7,649 | [
"no_license"
] | [
{
"path": "roles/update/tasks/update-Debian.yml",
"content": "---\n# Update services on Ubuntu/Debian\n- name: Update services on Ubuntu/Debian\n apt:\n upgrade: yes\n state: present\n update_cache: yes\n cache_valid_time: 3600\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | mykaua/ansible | 572e7d00c22c4f627c4ea91d593c7fa55a55c039 | 0 | roles/zabbix | 7,649 | [
"no_license"
] | [
{
"path": "roles/zabbix/tasks/main.yml",
"content": "---\n# zabbix tasks\n- name: Install zabbix\n include: \"Install-{{ ansible_distribution }}-{{ansible_distribution_major_version}}.yml\"\n\n- name: add direcories for zabbix\n file:\n path: /usr/local/zabbix\n state: directory\n owner: zabbix\n... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1851,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/c2-metasploit | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/c2-metasploit/vars/main.yml",
"content": "---\n# vars file for c2-metasploit\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/c2-metasploit/tasks/main.yml",
"content": "---\n# tasks file for c2-metasploit... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 615,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/cracker-common-tools | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/cracker-common-tools/handlers/main.yml",
"content": "---\n# handlers file for cracker-common-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible/roles/cracker-common-tools/tests/test.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/env-base | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/env-base/tasks/mdcat.yml",
"content": "---\n\n- name: install mdcat - markdown cat\n ansible.builtin.package:\n name:\n - mdcat\n state: present\n when: ansible_distribution == \"Archlinux\"\n\n...",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 5831,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/env-ruby | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/env-ruby/vars/main.yml",
"content": "---\n# vars file for env-ruby\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/roles/env-ruby/tasks/rvm-archlinux.yml",
"content": "---\n# tasks file for env-ruby\n\n- name:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/exegol-base | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/exegol-base/tasks/openvpn.yml",
"content": "---\n\n- name: Install openvpn\n ansible.builtin.package:\n name:\n - openvpn\n state: present\n\n- name: set openvpn logrotate configuration\n ansible.builtin.copy:\n src: logrotate_exegol_vpn\n dest: /etc/logrotate.d/e... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 16784,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/exploit-common-tools | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/exploit-common-tools/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - exploit-common-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/exploit-common-tools/handl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/office-trilium | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/office-trilium/handlers/main.yml",
"content": "---\n# handlers file for office-trilium\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/office-trilium/tests/test.yml",
"content": "---\n- hosts: localhost\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/office-vscode | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/office-vscode/vars/main.yml",
"content": "---\n# vars file for office-vscode\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/office-vscode/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/post-install | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/post-install/tasks/main.yml",
"content": "---\n# tasks file for post-install\n\n- name: add marker in end of history file\n ansible.builtin.lineinfile:\n path: /root/.zsh_history\n line: \"# -=-=-=-=-=-=-=- YOUR COMMANDS BELOW -=-=-=-=-=-=-=- #\"\n insertafter: EOF\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 539,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/recon-dradis | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/recon-dradis/handlers/main.yml",
"content": "---\n# handlers file for recon-dradis\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/recon-dradis/files/dradis-start",
"content": "#!/usr/bin/env bash\n\ncd ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3991,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/scanner-common-tools | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/scanner-common-tools/handlers/main.yml",
"content": "---\n# handlers file for scanner-common-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible/roles/scanner-common-tools/defaults/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/services-common-tools | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/services-common-tools/tasks/main.yml",
"content": "---\n# tasks file for services-common-tools\n\n- name: install common services tools\n ansible.builtin.package:\n name:\n - rlwrap\n - socat\n state: present\n\n- name: install common services tools (arch)\n ansibl... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 2413,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/system-base | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/system-base/handlers/main.yml",
"content": "---\n# handlers file for system-base\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/system-base/tasks/main.yml",
"content": "---\n# tasks file for system-base... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 4479,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/tunnel-common-tools | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/tunnel-common-tools/defaults/main.yml",
"content": "---\n# defaults file for tunnel-common-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "ansible/roles/tunnel-common-tools/tests/test.yml",
"content": "---\n- ho... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/web-burpsuite | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/web-burpsuite/tasks/main.yml",
"content": "---\n# tasks file for web-burpsuite\n\n- name: install application\n ansible.builtin.include_tasks: ../../lib-tasks/generic-add-app.yml\n vars:\n name: burpsuite\n package: burpsuite\n\n...",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/web-common-tools | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/web-common-tools/vars/main.yml",
"content": "---\n# vars file for web-common-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/web-common-tools/handlers/main.yml",
"content": "---\n# handlers file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/webapp-common-tools | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/webapp-common-tools/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - webapp-common-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "ansible/roles/webapp-common-tools/vars/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | RunarSmith/exegol-docker-builder-custom | 65560e1ef0e9622f7290f79e62cb4a36e7ef1bc8 | 2 | ansible/roles/wordlists-common-tools | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/wordlists-common-tools/tasks/main.yml",
"content": "---\n# tasks file for wordlists-common-tools\n\n- name: Install common wordlist-common-tools\n ansible.builtin.package:\n name: seclists\n state: present\n\n...",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | tunnel49/ansible-setup | 7bf296b5bdffc486098a0973e4fffe8a9c79af53 | 0 | roles/linux_system | 7,649 | [
"permissive"
] | [
{
"path": "roles/linux_system/files/.gitignore",
"content": "/skel\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 6
},
{
"path": "roles/linux_system/templates/network/networkd/network.j2",
"content": "[Match]\nName={{ network.device }}\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 6193,
"all_permissive": true
} |
ansible_role | tunnel49/ansible-setup | 7bf296b5bdffc486098a0973e4fffe8a9c79af53 | 0 | roles/users | 7,649 | [
"permissive"
] | [
{
"path": "roles/users/tasks/new_account.yaml",
"content": "---\n\n- name: generate passwords\n loop:\n - linux_pam\n - gpg_key\n delegate_to: 127.0.0.1\n vars:\n passpath: local/{{ inventory_hostname }}/{{ user }}/{{ item }}\n ansible.builtin.shell:\n cmd: |\n set -o pipefail &&\n pas... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3792,
"all_permissive": true
} |
ansible_role | tunnel49/ansible-setup | 7bf296b5bdffc486098a0973e4fffe8a9c79af53 | 0 | roles/xorg | 7,649 | [
"permissive"
] | [
{
"path": "roles/xorg/tasks/x11-reconfigure-handler.yaml",
"content": "---\n\n- name: restart xdm service\n when: x11_restart_on_reconfiguration\n become: true\n ansible.builtin.systemd:\n name: xdm.service\n state: restarted\n",
"license_type": "permissive",
"detected_licenses": [
"C... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 5727,
"all_permissive": true
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/common | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/common/templates/proxy.sh",
"content": "export http_proxy=http://{{ proxy_host }}:{{ proxy_port }}\nexport https_proxy=http://{{ proxy_host }}:{{ proxy_port }}\n{% if proxy_ignore is defined %}\nexport no_proxy={{ proxy_ignore }}\n{% else %}\nexport no_proxy=\"localhost,169.254.169.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4140,
"all_permissive": false
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/connec | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/connec/templates/database.yml",
"content": "{{ rails_environment }}:\n adapter: mysql2\n encoding: utf8\n host: {{ connec_config.database.host }}\n database: {{ connec_config.database.database }}\n pool: {{ connec_config.database.pool }}\n timeout: {{ connec_config.database.ti... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 18065,
"all_permissive": false
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/dev-platform | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/dev-platform/tasks/initial_setup.yml",
"content": "---\n\n- name: Developer Platform | Install packages\n apt: \"name={{ item }} state=present update_cache=yes\"\n with_items:\n - curl\n - libcurl3\n - libcurl3-gnutls\n - libgmp3-dev\n - libcurl4-openssl-dev\n - ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 14375,
"all_permissive": false
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/ec2-infra | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2-infra/tasks/mongo.yml",
"content": "---\n\n# MongoDB cluster Configuration\n\n- set_fact: maestrano_component=\"mongodb-server-local\"\n\n- set_fact: mongodb_master=''\n- set_fact: mongodb_bind_ip=\"{{ mongo.cluster.dns.replica1 }}\"\n\n- name: Mongo Cluster | Create Read Replic... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 57242,
"all_permissive": false
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/ec2-volume | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2-volume/tasks/main.yml",
"content": "---\n\n- name: Gather facts\n action: ec2_facts\n\n- name: Attach encrypted volume to instance\n ec2_vol:\n instance: \"{{ ansible_ec2_instance_id }}\"\n volume_size: \"{{ data_volume_size }}\"\n # encrypted: \"{{ data_volume_encryp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/impac | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/impac/tasks/deploy.yml",
"content": "---\n\n- name: Impac | Release folder\n set_fact: release_folder=\"{{lookup('pipe','date +%Y%m%d%H%M%S')}}\"\n\n- name: Impac | Download application from S3 (impac-XXX.tar.gz)\n s3:\n bucket: \"{{ mno_pkgs_bucket }}\"\n object: \"impac/{{... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 13529,
"all_permissive": false
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/jruby | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/jruby/tasks/main.yml",
"content": "- name: JRuby | Install Java (Debian)\n apt: \"name={{ item }} state=present update_cache=yes\"\n with_items:\n - openjdk-7-jdk\n when: ansible_os_family == \"Debian\"\n\n- name: JRuby | Install Java (RHEL)\n yum: \"name={{ item }} state=pre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1947,
"all_permissive": false
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/maestrano | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/maestrano/defaults/main.yml",
"content": "---\n\nserver_name: \"{{ maestrano.dns_record.record }}\"\ndeploy_directory: \"/apps/mnohub\"\ndefault_environment:\n RAILS_ENV: \"{{ rails_environment }}\"\n PATH: /usr/local/rvm/gems/ruby-2.2.0/bin:/usr/local/rvm/gems/ruby-2.2.0@global/b... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 23507,
"all_permissive": false
} |
ansible_role | maestrano/mno-deploy | 445644ac2224379062a41586031a949e5f20aa0b | 0 | ansible/roles/mno-enterprise | 7,649 | [
"no_license"
] | [
{
"path": "ansible/roles/mno-enterprise/templates/puma.rb",
"content": "# Based on the number of cores\nworkers {{ ansible_processor_cores }}\n\n# Min and Max threads per worker\nthreads 6, 512\n\napp_dir = File.expand_path(\"../..\", __FILE__)\nshared_dir = \"{{ deploy_directory }}/shared\"\n\n# Default to... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 14794,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.