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 | graywrk/horilla_v2 | ce603cd7685129cff8dfb7484fd17e73a48e6701 | 0 | infrastructure/ansible/roles/docker | 7,554 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/docker/tasks/main.yml",
"content": "---\n# Docker Installation and Configuration Role\n- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == \"Debian\"\n\n- name: Install required packages\n package:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6962,
"all_permissive": false
} |
ansible_role | graywrk/horilla_v2 | ce603cd7685129cff8dfb7484fd17e73a48e6701 | 0 | infrastructure/ansible/roles/horilla | 7,554 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/horilla/tasks/main.yml",
"content": "---\n# Horilla Application Deployment Role\n- name: Create application user\n user:\n name: \"{{ horilla_user }}\"\n group: \"{{ horilla_group }}\"\n shell: /bin/bash\n home: \"{{ horilla_home_dir }}\"\n create_home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5280,
"all_permissive": false
} |
ansible_role | graywrk/horilla_v2 | ce603cd7685129cff8dfb7484fd17e73a48e6701 | 0 | infrastructure/ansible/roles/postgresql | 7,554 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/postgresql/tasks/main.yml",
"content": "---\n# PostgreSQL Installation and Configuration Role\n- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == \"Debian\"\n\n- name: Install PostgreSQL packages\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6179,
"all_permissive": false
} |
ansible_role | graywrk/horilla_v2 | ce603cd7685129cff8dfb7484fd17e73a48e6701 | 0 | infrastructure/ansible/roles/traefik | 7,554 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/traefik/vars/main.yml",
"content": "---\n# Traefik role variables\n\n# Traefik version and download\ntraefik_version: \"3.1.0\"\ntraefik_download_url: \"https://github.com/traefik/traefik/releases/download/v{{ traefik_version }}/traefik_v{{ traefik_version }}_linux_am... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4961,
"all_permissive": false
} |
ansible_role | levimurici/ansible-template | 7bb46c59361cb5d2889cd7e4b6e4fa464e2470c4 | 0 | roles/mysql | 7,554 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Instala pacotes de dependencia do sistema operacional'\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: 'Cria o banco do MySQL'\n mysql_db: \n name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | levimurici/ansible-template | 7bb46c59361cb5d2889cd7e4b6e4fa464e2470c4 | 0 | roles/wordpress | 7,554 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: 'Baixando o arquivo wordpress'\n get_url:\n url: 'https://wordpress.org/wordpress-5.0.13.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n\n- name: 'Descompactando'\n unarchive:\n src: '/tmp/wordpress.tar.gz'\n dest: /var/www/\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | smartmousetravel/smartgirl-production | d80d0332c789ee3693301b01f175667b7eb79749 | 0 | image/roles/docker | 7,554 | [
"no_license"
] | [
{
"path": "image/roles/docker/defaults/main.yml",
"content": "docker_users: ['lucas']\ndocker_daemon_options: []\ndocker_apt_key: \"<KEY>\"\ndocker_repository: \"deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable\"\ndocker_apt_pack... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | smartmousetravel/smartgirl-production | d80d0332c789ee3693301b01f175667b7eb79749 | 0 | image/roles/server | 7,554 | [
"no_license"
] | [
{
"path": "image/roles/server/handlers/main.yml",
"content": "- name: hostname\n shell: '/bin/hostname -F /etc/hostname'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "image/roles/server/tasks/main.yml",
"content": "- name: Infer full host ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 621,
"all_permissive": false
} |
ansible_role | smartmousetravel/smartgirl-production | d80d0332c789ee3693301b01f175667b7eb79749 | 0 | image/roles/web | 7,554 | [
"no_license"
] | [
{
"path": "image/roles/web/templates/prometheus/prometheus.yml",
"content": "global:\n scrape_interval: 30s\n evaluation_interval: 30s\n scrape_timeout: 5s\n\n external_labels:\n monitor: '{{ prometheus_host_label }}'\n\nrule_files:\n - 'node.rules'\n\nscrape_configs:\n - job_name: 'docker... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8447,
"all_permissive": false
} |
ansible_role | ywatase/openam-server | ff89aa30a53910f04c35297a2b6dba788abb9ce2 | 0 | ansible/roles/app.openam-setup | 7,554 | [
"no_license"
] | [
{
"path": "ansible/roles/app.openam-setup/templates/config.properties.j2",
"content": "SERVER_URL=http://openam.example.com:8080\nDEPLOYMENT_URI=/openam\nBASE_DIR=/etc/openam\nlocale=ja_JP\nPLATFORM_LOCALE=ja_JP\nAM_ENC_KEY=key\nADMIN_PWD={{ <PASSWORD>admin_pwd }}\nAMLDAPUSERPASSWD={{ <PASSWORD> }}\nCOOKIE_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2258,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/apps | 7,554 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/main.yml",
"content": "---\n- import_tasks: firefox.yml\n tags: apps-firefox\n\n- import_tasks: multimedia.yml\n tags: apps-multimedia\n\n- import_tasks: utils.yml\n tags: apps-utils\n\n- import_tasks: games.yml\n tags: apps-games\n",
"license_type": "no_license",
"de... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/base | 7,554 | [
"no_license"
] | [
{
"path": "roles/base/files/ent-snapshot/restore.sh",
"content": "#!/usr/bin/env bash\n\nmv /mnt/@ /mnt/@-old\nmv /mnt/@.snapshots/root_backup /mnt/@\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/base/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2965,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/cinnamon | 7,554 | [
"no_license"
] | [
{
"path": "roles/cinnamon/tasks/main.yml",
"content": "---\n- name: install mint themes and fonts\n kewlfft.aur.aur:\n state: present\n name:\n - mint-themes\n - mint-y-icons\n\n- name: configure keyboard layouts\n dconf:\n key: \"/org/gnome/libgnomekbd/keyboard/layouts\"\n value: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2037,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/cli | 7,554 | [
"no_license"
] | [
{
"path": "roles/cli/tasks/main.yml",
"content": "- name: install cli editors\n tags: cli-editors\n kewlfft.aur.aur:\n name:\n - nano\n - vim\n\n- name: install cli administration utils\n tags: cli-admin\n kewlfft.aur.aur:\n name:\n - htop\n - traceroute\n - cifs-utils # ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 544,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/coding | 7,554 | [
"no_license"
] | [
{
"path": "roles/coding/tasks/arduino.yml",
"content": "- name: install arduino ide\n kewlfft.aur.aur:\n state: present\n name:\n - arduino\n\n- name: add user to uucp group\n user:\n name: \"trojsten\"\n groups:\n - uucp\n append: yes\n become: yes\n",
"license_type": "no_li... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1895,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/fonts | 7,554 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n- name: install\n kewlfft.aur.aur:\n state: present\n name:\n - ttf-liberation\n - noto-fonts\n - ttf-fira-mono\n\n- name: configure font\n dconf:\n key: \"/org/cinnamon/desktop/interface/font-name\"\n value: \"'Noto Sans ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 936,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/power | 7,554 | [
"no_license"
] | [
{
"path": "roles/power/tasks/main.yml",
"content": "---\n- name: disable auto sleep \n dconf:\n key: \"/org/cinnamon/settings-daemon/plugins/power/{{ item }}\"\n value: \"0\"\n loop:\n - sleep-display-ac\n - sleep-display-battery\n - sleep-inactive-ac-timeout\n - sleep-inactive-battery-t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1330,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/printing | 7,554 | [
"no_license"
] | [
{
"path": "roles/printing/tasks/main.yml",
"content": "---\n- name: install printing packages\n kewlfft.aur.aur:\n name:\n - cups\n - ghostscript\n - gsfonts\n - foo2zjs-nightly # Hermiona\n - simple-scan\n - hplip\n\n- name: enable cups autostart\n systemd:\n name: cup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/wine | 7,554 | [
"no_license"
] | [
{
"path": "roles/wine/tasks/main.yml",
"content": "---\n- name: install wine packages\n kewlfft.aur.aur:\n name:\n - wine\n - wine-nine\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | trojsten/ttt-ent-config | 9f85228fd0be9e6075f5025f5a6c4d9c633e330f | 0 | roles/yay | 7,554 | [
"no_license"
] | [
{
"path": "roles/yay/tasks/main.yml",
"content": "---\n- name: add chaotic aur keys\n community.general.pacman_key:\n id: <KEY>\n keyserver: hkps://keyserver.ubuntu.com:443\n become: true\n\n- name: check for chaotic aur mirrorlist\n stat: path=/etc/pacman.d/chaotic-mirrorlist\n register: mirrorli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | Sinersis/netology-homework | cf8ddb73bddf833aa204ea7259c5df40b08fd46e | 1 | assets/ansible/hw-36/playbooks/roles/apache | 7,554 | [
"no_license"
] | [
{
"path": "assets/ansible/hw-36/playbooks/roles/apache/tasks/main.yml",
"content": "- name: \"Install Apache\"\n apt:\n pkg: apache2\n state: latest\n notify:\n - apache systemd\n\n- name: \"Remove Old Index\"\n file:\n path: /var/www/html/index.html\n state: absent\n\n- name: \"Add New In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | andgre/MyRepo01 | fd9699e046afd944aadec9f8ff3df7556369e849 | 0 | HomeWork09/roles/default | 7,554 | [
"no_license"
] | [
{
"path": "HomeWork09/roles/default/tasks/main.yml",
"content": "---\n# tasks file for default\n- name: \"Just for visibility - loop through list from a variable\"\n debug:\n msg: \"An item: {{ item }}\"\n with_items: \"{{ somelist }}\"\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | andgre/MyRepo01 | fd9699e046afd944aadec9f8ff3df7556369e849 | 0 | HomeWork09/roles/dev | 7,554 | [
"no_license"
] | [
{
"path": "HomeWork09/roles/dev/tasks/main.yml",
"content": "---\n# tasks file for dev\n - name: Ensure Dev-apps are present \"{{packages}}\"\n apt:\n pkg: \"{{packages}}\"\n update_cache: yes\n state: latest\n \n - name: Is artifact exists \"{{path_app}}{{app_war}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | andgre/MyRepo01 | fd9699e046afd944aadec9f8ff3df7556369e849 | 0 | HomeWork09/roles/prod | 7,554 | [
"no_license"
] | [
{
"path": "HomeWork09/roles/prod/vars/main.yml",
"content": "---\n# vars file for prod\npackages: tomcat9\npath_app: /opt/myapp/172.16.17.32/opt/myapp/target/hello-1.0.war\ndest: /var/lib/tomcat9/webapps\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | f5-cloudbuilder/f5-xc-logstream | e1b26d444de6c4cc8d871a6110704ab5c8e39cf4 | 1 | playbooks/roles/poc-azure | 7,554 | [
"no_license"
] | [
{
"path": "playbooks/roles/poc-azure/tasks/create-vm-nginx_unit.yaml",
"content": "---\n- name: CREATE Public IP Address for Management NIC\n delegate_to: localhost\n azure.azcollection.azure_rm_publicipaddress:\n resource_group: \"rg-{{ extra_platform_name }}\"\n allocation_method: Static\n doma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3144,
"all_permissive": false
} |
ansible_role | f5-cloudbuilder/f5-xc-logstream | e1b26d444de6c4cc8d871a6110704ab5c8e39cf4 | 1 | playbooks/roles/poc-nginx | 7,554 | [
"no_license"
] | [
{
"path": "playbooks/roles/poc-nginx/templates/nginx_unit_faas_app.json",
"content": "{\n \"listeners\": {\n \"*:80\": {\n \"pass\": \"<PASSWORD>\"\n },\n \"*:443\": {\n \"pass\": \"<PASSWORD>\",\n \"tls\": {\n \"certificate\": \"bundle... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5405,
"all_permissive": false
} |
ansible_role | msobkowiak/BookStore | 361cdbc516a6e029d281e45120089134e614ee88 | 0 | provisioning/roles/common | 7,558 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/update.yml",
"content": "- name: Update all packages\n yum: name=* disable_gpg_check=yes state=latest\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "provisioning/roles/common/tasks/package... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1287,
"all_permissive": false
} |
ansible_role | msobkowiak/BookStore | 361cdbc516a6e029d281e45120089134e614ee88 | 0 | provisioning/roles/mysql | 7,558 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql/tasks/install.yml",
"content": "- name: Install mysql\n yum: name={{ item }} disable_gpg_check=yes enablerepo=remi\n with_items:\n - mysql\n - mysql-devel\n - mysql-server\n - MySQL-python\n - libselinux-python\n - libsemanage-python\n\n- name: Start t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | msobkowiak/BookStore | 361cdbc516a6e029d281e45120089134e614ee88 | 0 | provisioning/roles/nginx | 7,558 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/tasks/install.yml",
"content": "- name: Install Nginx\n yum: name=nginx16 disable_gpg_check=yes\n\n- name: Add nginx to chkconfig\n command: chkconfig --add nginx\n\n- name: Auto start nginx\n command: chkconfig --levels 235 nginx on\n notify: restart nginx\n\n- name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | msobkowiak/BookStore | 361cdbc516a6e029d281e45120089134e614ee88 | 0 | provisioning/roles/php | 7,558 | [
"no_license"
] | [
{
"path": "provisioning/roles/php/tasks/main.yml",
"content": "- include: install.yml\n- include: php.ini.yml\n- include: php-fpm.yml\n- include: xdebug.yml\n- include: opcache.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "provisioning/r... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2458,
"all_permissive": false
} |
ansible_role | SRVD-DEV/ansible-rke2 | bc38217e874327ee6f9c38e212d975845c4e2b81 | 0 | roles/host_config | 7,558 | [
"no_license"
] | [
{
"path": "roles/host_config/tasks/main.yml",
"content": "- name: Set hostname\r\n ansible.builtin.hostname:\r\n name: \"{{ host_name }}\"\r\n\r\n- name: Populate service facts\r\n service_facts:\r\n\r\n#- name: Print the distro\r\n# ansible.builtin.debug:\r\n# msg: \"{{ ansible_facts['distribution... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1902,
"all_permissive": false
} |
ansible_role | SRVD-DEV/ansible-rke2 | bc38217e874327ee6f9c38e212d975845c4e2b81 | 0 | roles/igpu_config | 7,558 | [
"no_license"
] | [
{
"path": "roles/igpu_config/tasks/main.yml",
"content": "- name: create igpu mod file\n ansible.builtin.lineinfile:\n path: /etc/modprobe.d/i915.conf\n line: options i915 enable_guc=2\n create: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | SRVD-DEV/ansible-rke2 | bc38217e874327ee6f9c38e212d975845c4e2b81 | 0 | roles/ngpu_config | 7,558 | [
"no_license"
] | [
{
"path": "roles/ngpu_config/handlers/main.yml",
"content": "- name: Restart rke2\n service:\n name: rke2-{{group_names[0]}}\n state: restarted\n listen: \"restart rke2\"\n\n- name: reboot\n ansible.builtin.reboot:\n listen: \"reboot\"",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | SRVD-DEV/ansible-rke2 | bc38217e874327ee6f9c38e212d975845c4e2b81 | 0 | roles/nm_config | 7,558 | [
"no_license"
] | [
{
"path": "roles/nm_config/tasks/main.yml",
"content": "- name: check to see if networkmanager exists\r\n ansible.builtin.stat:\r\n path: /etc/NetworkManager\r\n register: nm\r\n\r\n- name: copy in networkmanager canal conf\r\n ansible.builtin.copy:\r\n src: ../files/rke2-canal.conf\r\n dest: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | SRVD-DEV/ansible-rke2 | bc38217e874327ee6f9c38e212d975845c4e2b81 | 0 | roles/rke2_config | 7,558 | [
"no_license"
] | [
{
"path": "roles/rke2_config/tasks/main.yml",
"content": "- name: Recursively create rke2 config dir\r\n ansible.builtin.file:\r\n path: /etc/rancher/rke2\r\n state: directory\r\n recurse: yes\r\n\r\n- name: Templating in rke config\r\n ansible.builtin.template:\r\n src: ../templates/config.j2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | SRVD-DEV/ansible-rke2 | bc38217e874327ee6f9c38e212d975845c4e2b81 | 0 | roles/rke2_install | 7,558 | [
"no_license"
] | [
{
"path": "roles/rke2_install/tasks/main.yml",
"content": "- name: Check that the kubectl exists\n stat:\n path: /var/lib/rancher/rke2/bin/kubectl\n register: kubectl_result\n\n- name: check rke2 version\n ansible.builtin.shell: \"/var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1579,
"all_permissive": false
} |
ansible_role | SRVD-DEV/ansible-rke2 | bc38217e874327ee6f9c38e212d975845c4e2b81 | 0 | roles/user_config | 7,558 | [
"no_license"
] | [
{
"path": "roles/user_config/files/zshrc",
"content": "PROMPT=\"%F{166}% [%T]%F{011}% [%m]%F{055}% [%n@%1~] %F{015}% > \"\n\nexport HISTFILE=~/.zsh_history\nexport HISTFILESIZE=10000000 # history limit of the file on disk\nexport HISTSIZE=10000000 # current session's history limit, also following this https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2147,
"all_permissive": false
} |
ansible_role | Dobry-kot/kubernetes | 1cb50af96db9382c0d9be3387ab344bf504c808d | 2 | ansible/roles/hashicorp | 7,558 | [
"permissive"
] | [
{
"path": "ansible/roles/hashicorp/templates/consul-server.hcl.j2",
"content": "{%- set list_members = [] -%}\n{%- for member in groups.masters -%}\n{{- list_members.append(hostvars[member].ansible_default_ipv4.address) -}}\n{%- endfor -%}\n{\n \"server\": true,\n \"node_name\": \"{{ inventory_hostname }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5324,
"all_permissive": true
} |
ansible_role | Dobry-kot/kubernetes | 1cb50af96db9382c0d9be3387ab344bf504c808d | 2 | ansible/roles/network | 7,558 | [
"permissive"
] | [
{
"path": "ansible/roles/network/tasks/basic.yaml",
"content": "- name: Add the br_netfilter module\n community.general.modprobe:\n name: br_netfilter\n state: present\n\n- name: SET SYSCTLS.\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n state: present",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": true
} |
ansible_role | Dobry-kot/kubernetes | 1cb50af96db9382c0d9be3387ab344bf504c808d | 2 | ansible/roles/packages | 7,558 | [
"permissive"
] | [
{
"path": "ansible/roles/packages/tasks/basic.yaml",
"content": "- name: INSTALL BASIC PACKAGES.\n ansible.builtin.package:\n name: \"{{ basic_packages }}\"\n state: latest\n\n# - name: INSTALL BASIC PIP PACKAGES.\n# pip:\n# name: \"{{ basic_pip_packages }}\"",
"license_type": "permissive",... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1324,
"all_permissive": true
} |
ansible_role | Otus-DevOps-2022-02/roman-limanskiy_infra | ed54ea700eda417b0b160d23097064b81ff7b7de | 0 | ansible/roles/db | 7,558 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/install_mongo.yml",
"content": "---\n- name: Installing dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n update_cache: true\n tags: install\n\n- name: Add APT key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.2.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | ArtemBernatskyy/ansible-proxy | e2232deae43021a0d8b9dcbb9ef377f75562db41 | 1 | roles/initial | 7,558 | [
"no_license"
] | [
{
"path": "roles/initial/tasks/main.yml",
"content": "---\n\n- name: Wait for connection\n wait_for_connection:\n delay: 30\n timeout: 300\n\n- name: Gathering facts\n ansible.builtin.setup:\n\n- name: Pause for 60 seconds to wait for server to become responsible\n wait_for:\n timeout: 60\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | ArtemBernatskyy/ansible-proxy | e2232deae43021a0d8b9dcbb9ef377f75562db41 | 1 | roles/squid | 7,558 | [
"no_license"
] | [
{
"path": "roles/squid/tasks/main.yml",
"content": "---\n\n- name: Install squid\n apt:\n name: squid\n state: present\n update_cache: yes\n register: apt_action\n retries: 100\n until: apt_action is success or ('Failed to lock apt for exclusive operation' not in apt_action.msg and '/var/lib/dp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | mike-011/ozzylogik_test_task | 5703d3245cc020fb9021ed1e0abfae37dd9cb061 | 1 | ansible/pb/roles/common | 7,558 | [
"permissive"
] | [
{
"path": "ansible/pb/roles/common/vars/main.yml",
"content": "---\n# vars file for pb/roles/common\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 36
},
{
"path": "ansible/pb/roles/common/tests/test.yml",
"content": "---\n- hosts: loca... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1372,
"all_permissive": true
} |
ansible_role | mike-011/ozzylogik_test_task | 5703d3245cc020fb9021ed1e0abfae37dd9cb061 | 1 | ansible/pb/roles/elk | 7,558 | [
"permissive"
] | [
{
"path": "ansible/pb/roles/elk/vars/main.yml",
"content": "---\n# vars file for pb/roles/elk\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 33
},
{
"path": "ansible/pb/roles/elk/tests/test.yml",
"content": "---\n- hosts: localhost\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3544,
"all_permissive": true
} |
ansible_role | mike-011/ozzylogik_test_task | 5703d3245cc020fb9021ed1e0abfae37dd9cb061 | 1 | ansible/pb/roles/lemp | 7,558 | [
"permissive"
] | [
{
"path": "ansible/pb/roles/lemp/tasks/install.yml",
"content": "---\n- name: Установить LEMP стек\n apt:\n name:\n - nginx\n - mysql-server\n - php-fpm\n - php-mysql\n - mc\n - python3-pymysql\n - net-tools\n state: present\n update_cache: yes\n\n- name: Установ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5398,
"all_permissive": true
} |
ansible_role | ozzy045/Ansible | c2a7f71301c1e932a0628baf7a5ba0e0c3a812d8 | 0 | prod/roles/configure_env | 7,558 | [
"no_license"
] | [
{
"path": "prod/roles/configure_env/tasks/main.yml",
"content": " #Create .env file\n - name: \"Creating an empty file\"\n file:\n path: \"/home/orzaguri/node-weight-tracker/.env\"\n state: touch\n\n - name: Insert configuration to the env file\n blockinfile:\n path: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 866,
"all_permissive": false
} |
ansible_role | ozzy045/Ansible | c2a7f71301c1e932a0628baf7a5ba0e0c3a812d8 | 0 | staging/roles/app_run | 7,558 | [
"no_license"
] | [
{
"path": "staging/roles/app_run/tasks/main.yml",
"content": " - name: \"Run initdb\"\n command: npm run initdb\n args:\n chdir: \"/home/orzaguri/node-weight-tracker/\"\n run_once: true\n\n - name: \"Install PM2\"\n npm:\n name: pm2\n global: yes\n\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | ozzy045/Ansible | c2a7f71301c1e932a0628baf7a5ba0e0c3a812d8 | 0 | staging/roles/install_prerequisites | 7,558 | [
"no_license"
] | [
{
"path": "staging/roles/install_prerequisites/tasks/main.yml",
"content": " - name: \"Run command npm init -y (with 'cmd' parameter).\"\n command:\n cmd: apt-get update\n\n #Install nodejs\n - name: \"Add nodejs apt key\"\n apt_key:\n url: https://deb.nodesource.com/gpgkey/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1274,
"all_permissive": false
} |
ansible_role | PinkDiamond1/dextracker | 77f9994cf1a10e4b540f4bdf194ff38ff1048eae | 0 | networks/remote/ansible/roles/clear-config | 7,558 | [
"permissive"
] | [
{
"path": "networks/remote/ansible/roles/clear-config/tasks/main.yml",
"content": "---\n- name: Stop service\n service: name=dexd state=stopped\n\n- name: Delete files\n file: \"path={{item}} state=absent\"\n with_items:\n - /usr/bin/dexd\n - /home/dexd/.dex\n",
"license_type": "permissive",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": true
} |
ansible_role | PinkDiamond1/dextracker | 77f9994cf1a10e4b540f4bdf194ff38ff1048eae | 0 | networks/remote/ansible/roles/extract-config | 7,558 | [
"permissive"
] | [
{
"path": "networks/remote/ansible/roles/extract-config/tasks/main.yml",
"content": "---\n\n- name: Fetch genesis.json\n fetch: \"src=/home/dexd/.dex/config/genesis.json dest={{GENESISFILE}} flat=yes\"\n run_once: yes\n become: yes\n become_user: dexd\n\n- name: Fetch config.toml\n fetch: \"src=/home/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": true
} |
ansible_role | PinkDiamond1/dextracker | 77f9994cf1a10e4b540f4bdf194ff38ff1048eae | 0 | networks/remote/ansible/roles/setup-fullnodes | 7,558 | [
"permissive"
] | [
{
"path": "networks/remote/ansible/roles/setup-fullnodes/tasks/main.yml",
"content": "---\n\n- name: Ensure keys folder exists locally\n file: path=keys state=directory\n connection: local\n run_once: true\n become: no\n\n- name: Create dexd user\n user: name=dexd home=/home/dexd shell=/bin/bash\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1606,
"all_permissive": true
} |
ansible_role | PinkDiamond1/dextracker | 77f9994cf1a10e4b540f4bdf194ff38ff1048eae | 0 | networks/remote/ansible/roles/setup-validators | 7,558 | [
"permissive"
] | [
{
"path": "networks/remote/ansible/roles/setup-validators/tasks/main.yml",
"content": "---\n\n- name: Ensure keys folder exists locally\n file: path=keys state=directory\n connection: local\n run_once: true\n become: no\n\n- name: Create dexd user\n user: name=dexd home=/home/dexd shell=/bin/bash\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2121,
"all_permissive": true
} |
ansible_role | PinkDiamond1/dextracker | 77f9994cf1a10e4b540f4bdf194ff38ff1048eae | 0 | networks/remote/ansible/roles/upgrade-gaiad | 7,558 | [
"permissive"
] | [
{
"path": "networks/remote/ansible/roles/upgrade-gaiad/tasks/main.yml",
"content": "---\n\n- name: Copy binary\n copy:\n src: \"{{BINARY}}\"\n dest: /usr/bin/dexd\n mode: 0755\n notify: restart dexd\n\n- name: Copy new genesis.json file, if available\n when: \"GENESISFILE is defined and GENESISF... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 758,
"all_permissive": true
} |
ansible_role | HaythamMohamd/udapeople-cicd | b253f1996f86f7f00dc5ce8d5e47c9cad9cb3c84 | 0 | .circleci/ansible/roles/configure-server | 7,558 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "# ---\n# - name: \"Add node.js from nodesource\"\n# become: true\n# shell: |\n# curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -\n\n# - name: \"Install Node.js 13\"\n# become: true\n# apt:\n# n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | ssoriche/ansible-workspace | 588def8ee144ec8aaee5639e34f67379edf807b7 | 0 | roles/common | 7,558 | [
"no_license"
] | [
{
"path": "roles/common/tasks/has_command.yml",
"content": "---\n\n- name: check for {{ command }}\n stat:\n path: \"/usr/local/bin/{{ command }}\"\n register: found_local_command\n\n- name: set {{ command }}\n set_fact: has_{{ command }}=true\n when: found_local_command.stat.exists == true\n no_log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | ssoriche/ansible-workspace | 588def8ee144ec8aaee5639e34f67379edf807b7 | 0 | roles/git-local-clone | 7,558 | [
"no_license"
] | [
{
"path": "roles/git-local-clone/tasks/main.yml",
"content": "---\n\n- name: \"Map local directory (default)\"\n set_fact:\n _git_local_dir: \"{{ git_dest | default(lookup('env','PWD') + '/work/' + ((git_repo | urlsplit('path')) | basename)) }}\"\n when: git_dest is not defined\n\n- name: \"Map local d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | Neelam-zanvar/ansible-elk | c1051cd6f655a761b65ce38aa61a60b1af9eaec2 | 0 | elk_install_ansible/roles/elastic_config | 7,558 | [
"no_license"
] | [
{
"path": "elk_install_ansible/roles/elastic_config/tasks/main.yml",
"content": "---\n# tasks file for elastic_config\n- name: Elasticsearch configuration\n copy:\n src: /home/ec2-user/ansible/elk_install_ansible/config/elasticsearch.yml\n dest: /etc/elasticsearch\n\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | Neelam-zanvar/ansible-elk | c1051cd6f655a761b65ce38aa61a60b1af9eaec2 | 0 | elk_install_ansible/roles/elastic_key_repo | 7,558 | [
"no_license"
] | [
{
"path": "elk_install_ansible/roles/elastic_key_repo/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - elastic_key_repo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "elk_install_ansible/roles/elastic_ke... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | Neelam-zanvar/ansible-elk | c1051cd6f655a761b65ce38aa61a60b1af9eaec2 | 0 | elk_install_ansible/roles/elasticsearch_install | 7,558 | [
"no_license"
] | [
{
"path": "elk_install_ansible/roles/elasticsearch_install/tasks/main.yml",
"content": "---\n# tasks file for ElasticsearchInstall\n#- name: install elasticsearch rpm key\n# rpm_key:\n# key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n# state: present\n# become: true\n\n#- name: install elas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1459,
"all_permissive": false
} |
ansible_role | Neelam-zanvar/ansible-elk | c1051cd6f655a761b65ce38aa61a60b1af9eaec2 | 0 | elk_install_ansible/roles/filebeat_install | 7,558 | [
"no_license"
] | [
{
"path": "elk_install_ansible/roles/filebeat_install/defaults/main.yml",
"content": "---\n# defaults file for filebeat_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "elk_install_ansible/roles/filebeat_install/vars/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | Neelam-zanvar/ansible-elk | c1051cd6f655a761b65ce38aa61a60b1af9eaec2 | 0 | elk_install_ansible/roles/kibana_install | 7,558 | [
"no_license"
] | [
{
"path": "elk_install_ansible/roles/kibana_install/handlers/main.yml",
"content": "---\n# handlers file for kibana_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "elk_install_ansible/roles/kibana_install/vars/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | Neelam-zanvar/ansible-elk | c1051cd6f655a761b65ce38aa61a60b1af9eaec2 | 0 | elk_install_ansible/roles/logstash_install | 7,558 | [
"no_license"
] | [
{
"path": "elk_install_ansible/roles/logstash_install/defaults/main.yml",
"content": "---\n# defaults file for logstash_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "elk_install_ansible/roles/logstash_install/handlers/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | Neelam-zanvar/ansible-elk | c1051cd6f655a761b65ce38aa61a60b1af9eaec2 | 0 | elk_install_ansible/roles/prerequisites | 7,558 | [
"no_license"
] | [
{
"path": "elk_install_ansible/roles/prerequisites/tasks/main.yml",
"content": "---\n# tasks file for prerequisites\n- name: Install Packages\n yum: name= state=latest update_cache=yes\n with_items:\n - default-jdk\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/build-api | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/build-api/handlers/main.yml",
"content": "---\n# handlers file for build-api\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "dev-tutorial-deployer/roles/build-api/tasks/build.yml",
"content": "---\n- nam... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 2201,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/build-app | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/build-app/molecule/default/verify.yml",
"content": "---\n- name: Verify\n hosts: instance\n no_log: \"{{ molecule_no_log }}\"\n gather_facts: no\n tasks:\n - name: Get docker host info\n docker_host_info:\n verbose_output: yes\n images: yes\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 2097,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/build-common | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/build-common/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Common build tasks\n license: Apache-2.0\n min_ansible_version: 2.9\n platforms:\n - name: Alpine\n versions:\n - 3.12\n - 3.14\n galaxy_tags: []\ndependen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/build-tutorials | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/build-tutorials/molecule/default/cleanup.yml",
"content": "---\n- name: Cleanup\n hosts: instance\n connection: local\n gather_facts: no\n no_log: \"{{ molecule_no_log }}\"\n tasks:\n - name: Destroy images\n docker_image:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1694,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/deploy-api | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/deploy-api/molecule/default/verify.yml",
"content": "---\n- name: Verify\n hosts: instance\n gather_facts: no\n no_log: \"{{ molecule_no_log }}\"\n tasks:\n - name: Get docker host info\n docker_host_info:\n verbose_output: yes\n containers: y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3777,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/deploy-app | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/deploy-app/defaults/main.yml",
"content": "---\ndeploy_app_image: \"{{ deployer_image_prod_app }}\"\ndeploy_app_container: \"{{ deployer_container_prod_app }}\"\ndeploy_app_network: \"{{ deployer_network_api }}\"\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2943,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/deploy-common | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/deploy-common/defaults/main.yml",
"content": "---\ndeploy_common_network_db: \"{{ deployer_network_db }}\"\ndeploy_common_network_api: \"{{ deployer_network_api }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/docsgen | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/docsgen/tasks/generators/openapi.yml",
"content": "---\n- name: Generate OpenAPI specification from JSDoc\n command:\n chdir: dev-tutorial-api\n cmd: swagger-jsdoc -d openapi.yml -o ../docs/openapi.yml src/**/*.ts\n # creates: ../docs/openapi.yml\n\n- name: G... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5161,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/package-api | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/package-api/tasks/build_image.yml",
"content": "---\n- name: Generate the Dockerfile\n template:\n src: Dockerfile.j2\n dest: /tmp/api/Dockerfile\n\n- name: Get required files from sources\n copy:\n src: \"{{ deployer_local_workspace }}/dev-tutorial-api/{{ i... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4758,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/package-app | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/package-app/tasks/build_image.yml",
"content": "- name: Generate the Dockerfile\n template:\n src: Dockerfile.j2\n dest: /tmp/app/Dockerfile\n vars:\n app_package: dist/dev-tutorial-app\n\n- name: Generate the NGINX configuration\n template:\n src: dev-t... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 4730,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/package-sources | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/package-sources/templates/.metadata.yml.j2",
"content": "name: \"{{ name }}\"\nversion: \"{{ version }}\"\nbuilt_at: \"{{ ansible_date_time.date }} {{ ansible_date_time.time }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2400,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/quality-check | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/quality-check/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Check the project's code quality\n license: Apache-2.0\n min_ansible_version: 2.9\n platforms:\n - name: Alpine\n versions:\n - 3.12\n - 3.14\n galaxy_tag... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2585,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/run-api | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/run-api/vars/main.yml",
"content": "---\n# vars file for run-api\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "dev-tutorial-deployer/roles/run-api/handlers/main.yml",
"content": "---\n# handlers file f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5399,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/run-app | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/run-app/handlers/main.yml",
"content": "---\n# handlers file for run-app\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "dev-tutorial-deployer/roles/run-app/molecule/default/verify.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4182,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/run-common | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/run-common/tasks/main.yml",
"content": "---\n- name: Create the containers network\n docker_network:\n name: \"{{ item }}\"\n loop:\n - \"{{ run_common_network_db }}\"\n - \"{{ run_common_network_api }}\"\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | JimmyTournemaine/dev-tutorial | 12552ddeb8b2b551f53acd2a348be65526e49e8e | 0 | dev-tutorial-deployer/roles/zap-scan | 7,558 | [
"no_license"
] | [
{
"path": "dev-tutorial-deployer/roles/zap-scan/defaults/main.yml",
"content": "---\nzap_scan_image: owasp/zap2docker-stable\nzap_scan_container: zap\nzap_scan_network: zap\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "dev-tutorial-deployer/rol... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3219,
"all_permissive": false
} |
ansible_role | benzammour/PlADground | d02e1802c33b5b540309a098a8da3e9121f8e93c | 2 | ansible/roles/common | 7,558 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Install NuGet if necessary\n ansible.windows.win_shell: |\n $providers = (Get-PackageProvider | Where-Object -Property Name -Match nuget)\n if ($providers -eq $null) {\n Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2180,
"all_permissive": false
} |
ansible_role | benzammour/PlADground | d02e1802c33b5b540309a098a8da3e9121f8e93c | 2 | ansible/roles/commonwkstn | 7,558 | [
"no_license"
] | [
{
"path": "ansible/roles/commonwkstn/tasks/main.yml",
"content": "- name: Install NuGet if necessary\n ansible.windows.win_shell: |\n $providers = (Get-PackageProvider | Where-Object -Property Name -Match nuget)\n if ($providers -eq $null) {\n Install-PackageProvider -Name NuGet -MinimumVersion ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2349,
"all_permissive": false
} |
ansible_role | benzammour/PlADground | d02e1802c33b5b540309a098a8da3e9121f8e93c | 2 | ansible/roles/domain_controller | 7,558 | [
"no_license"
] | [
{
"path": "ansible/roles/domain_controller/tasks/main.yml",
"content": "- name: Change the hostname to domain-controller\n win_hostname:\n name: domain-controller\n register: win_hostname\n\n- name: Reboot\n win_reboot:\n when: win_hostname.reboot_required\n \n- name: Ensure that Administrator is pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1270,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/libselinux-python | 7,558 | [
"no_license"
] | [
{
"path": "roles/libselinux-python/tasks/main.yml",
"content": "- name: install libselinux-python\n yum:\n name: libselinux-python\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/libselinux-python/RE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk/tasks/main.yml",
"content": "- name: set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n become: true\n\n- name: add splunk user\n user:\n name: \"{{ splunk_os_user }}\"\n state: present\n become: true\n\n- name: unpack splunk.tar.gz\n unarchive:\n src: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1634,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_cluster_master | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_cluster_master/README.md",
"content": "Ansible Role\n=====================\n\nsplunk_cluster_master\n---------------------\n\nConfigure a Splunk server to be a cluster master.\n\n### Files\n\n* cluster_master_app\n\n### Dependencies\n\n* splunk_forwarder_inputs_app\n\n Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2082,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_cluster_searchhead_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_cluster_searchhead_app/README.md",
"content": "Ansible Role\n=============================\n\nsplunk_cluster_searchhead_app\n-----------------------------\n\n### Files\n\n* cluster_searchhead_app\n\n### Tasks\n\n* Install cluster_searchhead_app\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_cluster_slave | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_cluster_slave/README.md",
"content": "Ansible Role\n====================\n\nsplunk_cluster_slave\n--------------------\n\n### Files\n\n* cluster_slave_app\n\n### Tasks\n\n* Install cluster_slave_app\n\n* Restart Splunk\n\n Required before configurating stanzas in the above a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1106,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_deployment_client | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_deployment_client/tasks/main.yml",
"content": "- name: restart splunk\n command: \"{{ splunk_home }}/bin/splunk restart\"\n become: true\n become_user: \"{{ splunk_os_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_deployment_client_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_deployment_client_app/tasks/main.yml",
"content": "- name: install deployment_client_app\n copy:\n # src ends in /, so that the app folder can be renamed (such as z_ on deployment clients)\n src: deployment_client_app/\n dest: \"{{ deployment_client_app_dest }}\"\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_deployment_server | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_deployment_server/tasks/main.yml",
"content": "- name: create License Slaves serverclass\n splunk_serverclass:\n auth_user: admin\n auth_password: \"{{ <PASSWORD> }}\"\n name: License Slaves\n state: present\n# don't push license slave app for demo due to lack of vali... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4352,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_dmc | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_dmc/README.md",
"content": "Ansible Role\n============\n\nsplunk_dmc\n------------\n\n### Tasks\n\n* Add search peers to DMC\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/splunk_dmc/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_forwarder_inputs_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_forwarder_inputs_app/tasks/main.yml",
"content": "- name: install forwarder_inputs_app\n copy:\n src: forwarder_inputs_app\n dest: \"{{ forwarder_inputs_app_location }}\"\n become: true\n become_user: \"{{ splunk_os_user }}\"\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_forwarder_outputs_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_forwarder_outputs_app/tasks/main.yml",
"content": "- name: install forwarder_outputs_app\n copy:\n src: forwarder_outputs_app\n dest: \"{{ forwarder_outputs_app_location }}\"\n become: true\n become_user: \"{{ splunk_os_user }}\"\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_input_cert_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_input_cert_app/tasks/main.yml",
"content": "- name: install input_cert_app\n copy:\n src: input_cert_app\n dest: \"{{ splunk_home }}/etc/apps\"\n become: true\n become_user: \"{{ splunk_os_user }}\"\n\n- name: create input_cert_app/local\n file:\n name: \"{{ splunk_home ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1462,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_license_master | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_license_master/tasks/main.yml",
"content": "- name: install license_master_app\n copy:\n src: license_master_app\n dest: \"{{ splunk_home }}/etc/apps\"\n become: true\n become_user: \"{{ splunk_os_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_license_slave_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_license_slave_app/README.md",
"content": "Ansible Role\n========================\n\nsplunk_license_slave_app\n------------------------\n\n### Files\n\n* license_slave_app\n\n### Tasks\n\n* Install license_slave_app\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_mgmt_ca_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_mgmt_ca_app/tasks/main.yml",
"content": "- name: install mgmt_ca_app\n copy:\n src: mgmt_ca_app\n dest: \"{{ splunk_home }}/etc/apps\"\n become: true\n become_user: \"{{ splunk_os_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_mgmt_cert_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_mgmt_cert_app/tasks/main.yml",
"content": "- name: install mgmt_cert_app\n copy:\n src: mgmt_cert_app\n dest: \"{{ splunk_home }}/etc/apps\"\n become: true\n become_user: \"{{ splunk_os_user }}\"\n\n- name: create mgmt_cert_app/local\n file:\n name: \"{{ splunk_home }}/e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | micahkemp/DASUG-20170711 | 334aaf4db52ac6be8930dc9bab19147e856dcec9 | 4 | roles/splunk_output_cert_app | 7,558 | [
"no_license"
] | [
{
"path": "roles/splunk_output_cert_app/tasks/main.yml",
"content": "- name: install output_cert_app\n copy:\n src: output_cert_app\n dest: \"{{ splunk_home }}/etc/apps\"\n become: true\n become_user: \"{{ splunk_os_user }}\"\n\n- name: create output_cert_app/local\n file:\n name: \"{{ splunk_h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1221,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.