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 | lel99999/dev_AnalyticsTerminalRH7 | 1004bc560f51f76cd3864f6f8390367847bf8f22 | 0 | roles/redis7 | 5,237 | [
"no_license"
] | [
{
"path": "roles/redis7/tasks/main.yml",
"content": "---\n\n- name: Create Redis user\n user:\n name: \"{{ redis_user }}\"\n system: yes\n home: \"{{ redis_db_dir }}\"\n shell: \"{{ redis_user_shell }}\"\n state: present\n groups: \"{{ redis_user_groups | join(',') }}\"\n tags:\n - re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2988,
"all_permissive": false
} |
ansible_role | lel99999/dev_AnalyticsTerminalRH7 | 1004bc560f51f76cd3864f6f8390367847bf8f22 | 0 | roles/ruby | 5,237 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "# main.yml\n---\n- name: Add mpapis public key\n# shell: \"curl -sSL https://rvm.io/mpapis.asc | gpg --import -\"\n shell: \"curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -\"\n tags:\n - ruby\n\n- name: Add pkuczynski public key\n shell: \"curl ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4052,
"all_permissive": false
} |
ansible_role | lel99999/dev_AnalyticsTerminalRH7 | 1004bc560f51f76cd3864f6f8390367847bf8f22 | 0 | roles/sublime3 | 5,237 | [
"no_license"
] | [
{
"path": "roles/sublime3/templates/sublime.desktop.j2",
"content": "[Desktop Entry]\nName=Sublime Text 3\nGenericName=Text Editor\nComment=Edit text\nExec=/usr/local/bin/sublime_text\nIcon=sublime_text\nType=Application\nTerminal=false\nCategories=Application;TextEditor;TextEditors\nEncoding=UTF-8\nStartup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2421,
"all_permissive": false
} |
ansible_role | DirkTheDaring/patch-kubespray | 5f8d972ec25cf816433c32198a70b24407222e1e | 0 | roles/kubespray_patch | 5,237 | [
"no_license"
] | [
{
"path": "roles/kubespray_patch/templates/k8s-net-cilium.yml.j2",
"content": "#\ncilium_version: {{ cilium_version }}\n\n# FIXME this should be defined along loadbalnacer\nexternal_loadbalancer_ip: \"{{ external_loadbalancer_ip }}\"\nexternal_loadbalancer_port: {{ external_loadbalancer_port }}\n\ncilium_au... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 62597,
"all_permissive": false
} |
ansible_role | BrianCobianS/ansible | 1b104fae5faeb646cb7a9f53843841e55e792a8d | 0 | playbooks/os4690/roles/installation | 5,237 | [
"no_license"
] | [
{
"path": "playbooks/os4690/roles/installation/tasks/Copy_for_Back.yml",
"content": "\n<!-- Este archivo copia el archivo de la carpeta backup previamente creada en erase_ace.yml y lo pega en ibul -->\n<!-- - name: Preparing the back up.\n include_role:\n name: installation\n tasks_from: Copy_for_Bac... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3906,
"all_permissive": false
} |
ansible_role | alitav007/Alitav_Udacity_project3 | 9460b66b9d2b7672695c6b316aa2215264cd74d9 | 0 | .circleci/ansible/roles/configure-prometheus-node-exporter | 5,237 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-prometheus-node-exporter/tasks/main.yml",
"content": "- name: \"install node exporter.\"\n unarchive:\n src: https://github.com/prometheus/node_exporter/releases/download/v1.2.0/node_exporter-1.2.0.linux-amd64.tar.gz\n dest: /tmp\n remote_src: yes\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | AnnaPrimkulova/Project2020 | 3a4d855d7f3de0a89734589c7f1cb2d77a87e746 | 0 | roles/ftp | 5,237 | [
"no_license"
] | [
{
"path": "roles/ftp/vars/main.yml",
"content": "---\n# vars file for ftp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/ftp/tasks/main.yml",
"content": "# role tasks\n#\n- block:\n - name: install all initial packages\n yum:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1782,
"all_permissive": false
} |
ansible_role | AnnaPrimkulova/Project2020 | 3a4d855d7f3de0a89734589c7f1cb2d77a87e746 | 0 | roles/ftp-client | 5,237 | [
"no_license"
] | [
{
"path": "roles/ftp-client/handlers/main.yml",
"content": "---\n# handlers file for ftp-client",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/ftp-client/vars/main.yml",
"content": "---\n# vars file for ftp-client",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | AnnaPrimkulova/Project2020 | 3a4d855d7f3de0a89734589c7f1cb2d77a87e746 | 0 | roles/mariadb | 5,237 | [
"no_license"
] | [
{
"path": "roles/mariadb/defaults/main.yml",
"content": "---\n# defaults file for mariadb\n# Added list of databases to be created\nmariadb_databases:\n - name: teamdb\n init_script: init_teams.sql\n - name: team_membersdb\n init_script: init_team_members.sql\nmariadb_root_password: '<PASSWORD>'\n\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5707,
"all_permissive": false
} |
ansible_role | AnnaPrimkulova/Project2020 | 3a4d855d7f3de0a89734589c7f1cb2d77a87e746 | 0 | roles/mediawiki | 5,237 | [
"no_license"
] | [
{
"path": "roles/mediawiki/templates/install.sh.j2",
"content": "php \\\n \"{{ mediawiki_path }}/maintenance/install.php\" \\\n --dbtype={{ mediawiki_database.type }} \\\n {% if mediawiki_database.type in ['mysql', 'postgresql'] %}\n --dbname={{ mediawiki_database.name }} \\\n --dbu... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 11039,
"all_permissive": false
} |
ansible_role | AnnaPrimkulova/Project2020 | 3a4d855d7f3de0a89734589c7f1cb2d77a87e746 | 0 | roles/nfs | 5,237 | [
"no_license"
] | [
{
"path": "roles/nfs/defaults/main.yml",
"content": "---\n# defaults file for nfs\nnfs_exports: [ \"/var/nfsshare *(rw,sync,no_root_squash)\" ]\n\nnfs_rpcbind_state: started\nnfs_rpcbind_enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1701,
"all_permissive": false
} |
ansible_role | AnnaPrimkulova/Project2020 | 3a4d855d7f3de0a89734589c7f1cb2d77a87e746 | 0 | roles/nfs-client | 5,237 | [
"no_license"
] | [
{
"path": "roles/nfs-client/defaults/main.yml",
"content": "---\n# defaults file for nfs-client\n#\nnfs_fstab: \"prdx-nfs101:/var/nfsshare /clientshare nfs rw,sync,hard,intr 0 0\"\n\nnfs_rpcbind_state: started\nnfs_rpcbind_enabled: true\n\nnfs_share_mounts:\n - path: /clientshare\n lo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2242,
"all_permissive": false
} |
ansible_role | AnnaPrimkulova/Project2020 | 3a4d855d7f3de0a89734589c7f1cb2d77a87e746 | 0 | roles/samba | 5,237 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": "---\n# tasks file for samba\n- name: Ensure Samba-related packages are installed (RedHat).\n package: \"name={{ item }} state=present\"\n with_items:\n - samba\n - samba-client\n - samba-common\n - cifs-utils\n - perl\n - libselinux-pyt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2602,
"all_permissive": false
} |
ansible_role | AnnaPrimkulova/Project2020 | 3a4d855d7f3de0a89734589c7f1cb2d77a87e746 | 0 | roles/samba-client | 5,237 | [
"no_license"
] | [
{
"path": "roles/samba-client/vars/main.yml",
"content": "---\n# vars file for samba-client",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/samba-client/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1130,
"all_permissive": false
} |
ansible_role | geksogen/Apache_Spark_MLib_Research | a1a200df78092b0d79719c4e492fe916a769221e | 0 | Ansible_Install/roles/minio | 5,237 | [
"no_license"
] | [
{
"path": "Ansible_Install/roles/minio/tasks/main.yml",
"content": "- name: Run the equivalent of \"apt-get update\"\n apt:\n update_cache: yes\n become: true\n when: inventory_hostname in groups[\"Minio_hosts\"]\n\n- name: Create Group\n shell: \"sudo groupadd -r minio-user\"\n become: true\n whe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1473,
"all_permissive": false
} |
ansible_role | geksogen/Apache_Spark_MLib_Research | a1a200df78092b0d79719c4e492fe916a769221e | 0 | Ansible_Install/roles/spark | 5,237 | [
"no_license"
] | [
{
"path": "Ansible_Install/roles/spark/tasks/main.yml",
"content": "# export ANSIBLE_HOST_KEY_CHECKING=False\n- name: Run the equivalent of \"apt-get update\"\n apt:\n update_cache: yes\n become: true\n\n- name: Install pip3\n apt:\n name: python3-pip\n state: present\n become: true\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2950,
"all_permissive": false
} |
ansible_role | farazdagi/php5-ansible-playbooks | a1cd0a66a662108a06445420d8a5624e572fcd8c | 1 | roles/common | 5,477 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: update apt packages\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install supporting packages to manage apt repositories\n apt: pkg={{ item }} state=latest\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1518,
"all_permissive": false
} |
ansible_role | farazdagi/php5-ansible-playbooks | a1cd0a66a662108a06445420d8a5624e572fcd8c | 1 | roles/mysql | 5,477 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "---\n\nmysql_pkgs:\n - mysql-server\n - mysql-client\n - python-mysqldb\n - python-selinux\n\nmysql_service: mysql\nmysql_conf_dir: /etc/mysql/\n\nmysql_port: 3306\nmysql_bind_address: '0.0.0.0'\nmysql_root_db_pass: <PASSWORD>\n\nmysql_db:\n - name: te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3209,
"all_permissive": false
} |
ansible_role | farazdagi/php5-ansible-playbooks | a1cd0a66a662108a06445420d8a5624e572fcd8c | 1 | roles/nginx | 5,477 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# This playbook contains plays that will install and configure nginx web-server.\n\n- name: install nginx package\n apt: pkg=nginx state=latest\n\n- name: copy nginx.conf configuration\n template: src=nginx.conf dest=/etc/nginx/nginx.conf\n\n# setup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | farazdagi/php5-ansible-playbooks | a1cd0a66a662108a06445420d8a5624e572fcd8c | 1 | roles/php5-fpm | 5,477 | [
"no_license"
] | [
{
"path": "roles/php5-fpm/tasks/main.yml",
"content": "---\n# This playbook contains plays that will install and configure php5-fpm.\n\n- name: install php5-fpm and php5-cli\n apt: pkg={{ item }} state=latest\n with_items:\n - php5-fpm\n - php5-cli\n\n- name: install php5-* extensions\n apt: pkg={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1274,
"all_permissive": false
} |
ansible_role | HaochenQ/COMP90024ASS2_Team57 | c2ad1fea516de98025c230adba66cafe40194b64 | 0 | ansible/twiter_analysis/roles/common | 5,477 | [
"no_license"
] | [
{
"path": "ansible/twiter_analysis/roles/common/tasks/main.yml",
"content": "- name: \"APT - Add Docker GPG key\"\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: \"APT - Add Docker repository\"\n apt_repository:\n repo: \"deb [arch=amd64] https://downloa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1691,
"all_permissive": false
} |
ansible_role | HaochenQ/COMP90024ASS2_Team57 | c2ad1fea516de98025c230adba66cafe40194b64 | 0 | ansible/twiter_analysis/roles/twitter_analysis | 5,477 | [
"no_license"
] | [
{
"path": "ansible/twiter_analysis/roles/twitter_analysis/tasks/main.yml",
"content": "- name: create a directory if it doesn't exist\n file:\n path: ~/twitter_analysis/\n state: directory\n mode: 0755\n\n- name: synchronize all twitter analysis file\n synchronize:\n src: ../../../../../twitte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | BetV3/Automatic_Kubernetes | d34f671e5434c7c910213deb720b8bc1785c2af6 | 0 | roles/kubernetes-common | 5,477 | [
"no_license"
] | [
{
"path": "roles/kubernetes-common/tasks/main.yml",
"content": "---\n- name: Update and Upgrade APT\n ansible.builtin.apt:\n upgrade: true\n update_cache: true\n- name: Disable swap immediately\n ansible.builtin.command:\n cmd: swapoff -a\n creates: /proc/swaps\n become: true\n when: ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3825,
"all_permissive": false
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/cloud-storage | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/cloud-storage/defaults/main.yml",
"content": "---\n\ncloud_storage_user: \"{{ ansible_user }}\"\n\ngoogle_drive_install: true\ndropbox_install: true\ntarsnap_install: true\n\ngoogle_drive_mount_point: \"/home/{{ cloud_storage_user }}/GoogleDrive\"\ngoogle_drive_config_dir: \"/home/{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1210,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/desktop | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/desktop/tasks/main.yml",
"content": "---\n- name: Install KDE\n include_tasks: kde.yml\n when: \"'kde' in desktop_environment\"\n\n- name: Install GNOME\n include_tasks: gnome.yml\n when: \"'gnome' in desktop_environment\"\n\n- name: Install XMonad\n include_tasks: xmonad.yml\n... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1945,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/dotfiles | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/dotfiles/tasks/lightweight.yml",
"content": "---\n- name: Symlink essential dotfiles\n file:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n state: link\n loop:\n - { src: '/path/to/dotfiles/.bashrc', dest: '~/.bashrc' }\n # Minimal set of dotfiles\n\n- name... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4851,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/language | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/language/tasks/main.yml",
"content": "---\n- name: Install input method and font pacma\n become: True\n community.general.pacman:\n name: \"{{ language_pacman }}\"\n state: present\n\n- name: Install language AUR packages\n kewlfft.aur.aur:\n name: \"{{ language_aur }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2978,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/packages | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "---\n- name: Initialize collected_packages\n set_fact:\n collected_packages:\n pacman: []\n aur: []\n flatpak: []\n pipx: []\n\n- name: Aggregate packages from selected categories\n set_fact:\n collected_packages:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2373,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/password_store | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/password_store/tasks/main.yml",
"content": "---\n# Install necessary pacman packages\n- name: Install pacman packages\n become: True\n community.general.pacman:\n name: \"{{ pass_pacman_packages }}\"\n state: present\n\n- name: Ensure gnupg and dirmngr are installed\n becom... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1655,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/peripherals | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/peripherals/tasks/yubikey.yml",
"content": "---\n- name: Install YubiKey support tools\n become: True\n community.general.pacman:\n name:\n - libfido2\n - yubikey-manager\n - yubico-piv-tool\n - yubico-pam\n - pam-u2f\n - yubioath-desktop\n - ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2498,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/vm | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/vm/tasks/main.yml",
"content": "---\n- name: Install KVM and QEMU\n pacman:\n name:\n - qemu\n - virt-manager\n - libvirt\n - edk2-ovmf\n - vde2\n state: present\n\n- name: Enable libvirt service\n systemd:\n name: libvirtd\n enabled: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1090,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/wm | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/wm/tasks/xmonad.yml",
"content": "---\n- name: Install XMonad and utilities\n pacman:\n name:\n - xmonad\n - xmonad-contrib\n - xmobar\n - dmenu\n - xdotool\n - picom\n - feh\n - i3lock\n - rofi\n - eww\n - polybar\n stat... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1937,
"all_permissive": true
} |
ansible_role | teaVeloper/teahouse | b84af7cf1e42a830df3a67a0def9c1d1e63edad8 | 0 | ansible/roles/zotero | 5,477 | [
"permissive"
] | [
{
"path": "ansible/roles/zotero/defaults/main.yml",
"content": "---\n# User who will run Zotero\nzotero_user: \"{{ ansible_user }}\"\n\n# List of Zotero plugins to install\nzotero_plugins:\n - name: zotfile\n url: \"https://github.com/jlegewie/zotfile/releases/download/v5.1.2/zotfile-5.1.2-fx.xpi\"\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3577,
"all_permissive": true
} |
ansible_role | rokmc756/Gluster | b4b79671f0a88b3975da9cab74146962b56f7b53 | 0 | roles/firewall | 5,477 | [
"no_license"
] | [
{
"path": "roles/firewall/handlers/main.yaml",
"content": "- name: Start Firewalld\n service: name=firewalld state=started\n\n\n- name: Stop Firewalld\n service: name=firewalld state=stopped\n\n\n- name: Restart Firewalld\n service: name=firewalld state=restarted\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2263,
"all_permissive": false
} |
ansible_role | rokmc756/Gluster | b4b79671f0a88b3975da9cab74146962b56f7b53 | 0 | roles/ganesha | 5,477 | [
"no_license"
] | [
{
"path": "roles/ganesha/tasks/client/remove-clients.yml",
"content": "---\n- name: Delete Text File\n file:\n path: \"{{ item.mount_dir }}/{{ item.fn }}\"\n state: absent\n register: delete_text_files\n with_items: \"{{ _volumes }}\"\n- debug: msg={{ delete_text_files }}\n when: print_debug == tr... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 7966,
"all_permissive": false
} |
ansible_role | rokmc756/Gluster | b4b79671f0a88b3975da9cab74146962b56f7b53 | 0 | roles/gluster | 5,477 | [
"no_license"
] | [
{
"path": "roles/gluster/tasks/volume/enable-client-quota.yml",
"content": "---\n# If you'd like to see whole disk size even on a client, not display quota size,\n- name: Turn off \"quota-deem-statfs\" parameter on a GlusterFS Volume Node\n shell: |\n gluster volume set {{ item.name }} quota-deem-statfs... | {
"task_files": 29,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 30,
"total_bytes": 25623,
"all_permissive": false
} |
ansible_role | rokmc756/Gluster | b4b79671f0a88b3975da9cab74146962b56f7b53 | 0 | roles/smb | 5,477 | [
"no_license"
] | [
{
"path": "roles/smb/tasks/samba/enable-samba-mode.yml",
"content": "---\n- name: Stop Gluster Volume\n gluster_volume:\n name: \"{{ item.name }}\"\n state: stopped\n register: stop_volumes\n with_items: \"{{ _volumes }}\"\n- debug: msg={{ stop_volumes }}\n\n\n- name: Confirm Gluster Volume Status\... | {
"task_files": 24,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 24472,
"all_permissive": false
} |
ansible_role | shockyrow/environment-automation | c7cda0ffd36e8ede1def6305d7a850b8cb1339e6 | 0 | roles/base | 5,477 | [
"no_license"
] | [
{
"path": "roles/base/tasks/ubuntu.yml",
"content": "---\r\n- name: Clone the repository\r\n git:\r\n repo: https://github.com/ohmyzsh/ohmyzsh.git\r\n dest: ~/.oh-my-zsh\r\n\r\n- name: Create a new zsh configuration file\r\n copy:\r\n src: ~/.oh-my-zsh/templates/zshrc.zsh-template\r\n dest: ~/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | shockyrow/environment-automation | c7cda0ffd36e8ede1def6305d7a850b8cb1339e6 | 0 | roles/php | 5,477 | [
"no_license"
] | [
{
"path": "roles/php/tasks/ubuntu.yml",
"content": "---\r\n- include_tasks: ubuntu-bionic.yml\r\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_release == 'bionic'\r\n- include_tasks: ubuntu-focal.yml\r\n when: ansible_distribution == 'Ubuntu' and ansible_distribution_release == 'focal'\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | warhorse1245/awx_provision | 016e7e5cb999388653edf73c9839f890ab1786f9 | 0 | roles/admin_credentials | 5,477 | [
"no_license"
] | [
{
"path": "roles/admin_credentials/README.md",
"content": "root_credentials\n================\n\nSets root credentials\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nThis role takes a single string value containing an encrypted password:\n\nroot_password: \"<PASSWORD>\"\n\nThe en... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1778,
"all_permissive": false
} |
ansible_role | warhorse1245/awx_provision | 016e7e5cb999388653edf73c9839f890ab1786f9 | 0 | roles/bindmounts | 5,477 | [
"no_license"
] | [
{
"path": "roles/bindmounts/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - bindmounts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/bindmounts/defaults/main.yml",
"content": "---\n# defaults f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | warhorse1245/awx_provision | 016e7e5cb999388653edf73c9839f890ab1786f9 | 0 | roles/remote_mounts | 5,477 | [
"no_license"
] | [
{
"path": "roles/remote_mounts/tasks/main.yml",
"content": "---\n# tasks file for remote_mounts\n - name: Display facts\n debug:\n msg: \"{{ item.device }} {{ item.mount }} {{ item.options }}\" \n with_items: \"{{ ansible_facts['mounts'] }}\"\n when: \n - \"item.fstype.startswith('nfs')\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | warhorse1245/awx_provision | 016e7e5cb999388653edf73c9839f890ab1786f9 | 0 | roles/root_credentials | 5,477 | [
"no_license"
] | [
{
"path": "roles/root_credentials/tasks/main.yml",
"content": "---\n# tasks file for root_credentials\n#\n - name: Set root password\n user:\n name: root\n password: \"{{ <PASSWORD> }}\"\n generate_ssh_key: yes\n ssh_key_type: rsa\n ssh_key_bits: 4096\n ssh_key_file: .ssh/i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | Riqardos/ansible_docker | 4a35ea8b01cea9d26864c71c02b0f92dcb24837c | 0 | roles/cleaner | 5,477 | [
"no_license"
] | [
{
"path": "roles/cleaner/tasks/main.yml",
"content": "- name: Uninstall docker\n dnf:\n name: docker-ce\n state: absent\n\n- name: Uninstall docker-ce-cli\n dnf:\n name: docker-ce-cli\n state: absent\n\n- name: Uninstall containerd.io\n dnf:\n name: containerd.io\n state: absent\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | Riqardos/ansible_docker | 4a35ea8b01cea9d26864c71c02b0f92dcb24837c | 0 | roles/image_builder | 5,477 | [
"no_license"
] | [
{
"path": "roles/image_builder/defaults/main.yml",
"content": "required_apps:\n - httpd\n - httpd-tools\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/image_builder/templates/docker_temp.j2",
"content": "FROM centos:8\nRUN yum u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1151,
"all_permissive": false
} |
ansible_role | Riqardos/ansible_docker | 4a35ea8b01cea9d26864c71c02b0f92dcb24837c | 0 | roles/install_docker_registry | 5,477 | [
"no_license"
] | [
{
"path": "roles/install_docker_registry/defaults/main.yml",
"content": "pause_delay: 20\nretry_number: 10",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/install_docker_registry/tasks/main.yml",
"content": "- name: Add repo\n get_url:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 905,
"all_permissive": false
} |
ansible_role | Riqardos/ansible_docker | 4a35ea8b01cea9d26864c71c02b0f92dcb24837c | 0 | roles/run_container | 5,477 | [
"no_license"
] | [
{
"path": "roles/run_container/defaults/main.yml",
"content": "container_name: webserver\nvolume_path: /var/www/html\nvolume_dest: /var/www/html\nimage_port: 8080",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/run_container/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | turalt/turalt-countly | d0716754ece18d39dda624d9cd6a12b1d8ca9e44 | 0 | roles/fail2ban | 5,477 | [
"no_license"
] | [
{
"path": "roles/fail2ban/defaults/main.yml",
"content": "---\nfail2ban_ban_time: 604800\nfail2ban_find_time: 43200\nfail2ban_max_retry: 5\nfail2ban_ignoreip: '127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16'\n\nfail2ban_sshd_max_retry: 5\n\nfail2ban_http_ban_time: 604800\nfail2ban_http_find_time: 43200... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 11205,
"all_permissive": false
} |
ansible_role | turalt/turalt-countly | d0716754ece18d39dda624d9cd6a12b1d8ca9e44 | 0 | roles/mail | 5,477 | [
"no_license"
] | [
{
"path": "roles/mail/tasks/main.yml",
"content": "---\n- name: set postfix defaults\n debconf:\n name: 'postfix'\n question: '{{item.question}}'\n value: '{{item.value}}'\n vtype: '{{item.type}}'\n with_items:\n - {question: 'postfix/mailname', value: '{{ mail_fqdn }}', type: 'string'}\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3570,
"all_permissive": false
} |
ansible_role | turalt/turalt-countly | d0716754ece18d39dda624d9cd6a12b1d8ca9e44 | 0 | roles/networking | 5,477 | [
"no_license"
] | [
{
"path": "roles/networking/vars/main.yml",
"content": "---\npublic_interface: \"{{hostvars[inventory_hostname]['ansible_' + public_network_interface]['ipv4']['address']}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/networking/meta/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1400,
"all_permissive": false
} |
ansible_role | turalt/turalt-countly | d0716754ece18d39dda624d9cd6a12b1d8ca9e44 | 0 | roles/node | 5,477 | [
"no_license"
] | [
{
"path": "roles/node/tasks/install.yml",
"content": "---\n- name: remove temporary directories if they exist\n file:\n path: \"{{item}}\"\n state: 'absent'\n with_items:\n - \"/tmp/node-latest.tar.gz\"\n - \"/tmp/node-latest-install\"\n\n- name: get node\n get_url:\n dest: '/tmp/node-late... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3397,
"all_permissive": false
} |
ansible_role | turalt/turalt-countly | d0716754ece18d39dda624d9cd6a12b1d8ca9e44 | 0 | roles/time | 5,477 | [
"no_license"
] | [
{
"path": "roles/time/tasks/main.yml",
"content": "---\n- name: get current time zone\n command: timedatectl status\n changed_when: false\n register: time_status\n\n- name: set time zone if needed\n command: timedatectl set-timezone America/Toronto\n when: not (\"America/Toronto\" in time_status.stdout... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | turalt/turalt-countly | d0716754ece18d39dda624d9cd6a12b1d8ca9e44 | 0 | roles/webserver | 5,477 | [
"no_license"
] | [
{
"path": "roles/webserver/templates/http-config.j2",
"content": "limit_req_zone $binary_remote_addr zone=ambiesense:5m rate=25r/s;\nlimit_req_status 503;",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/webserver/tasks/defaults.yml",
"con... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6780,
"all_permissive": false
} |
ansible_role | sharara99/Digital-Egypt-Pioneers-Initiative-Internship | a9680069195cc1b1655161fe9d0acf6f28ad8c14 | 0 | Ansible/Ansible-Dependencies-MySQL/roles/installation | 5,537 | [
"no_license"
] | [
{
"path": "Ansible/Ansible-Dependencies-MySQL/roles/installation/tasks/main.yml",
"content": "---\n- name: Install all required dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - python\n - python-setuptools\n - python-dev\n - build-essential\n - python3-pip\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | sharara99/Digital-Egypt-Pioneers-Initiative-Internship | a9680069195cc1b1655161fe9d0acf6f28ad8c14 | 0 | Ansible/Ansible-Dependencies-MySQL/roles/mysql | 5,537 | [
"no_license"
] | [
{
"path": "Ansible/Ansible-Dependencies-MySQL/roles/mysql/tasks/main.yml",
"content": "---\n- name: Create MySQL database\n community.mysql.mysql_db:\n login_unix_socket: /var/run/mysqld/mysqld.sock\n name: \"{{ db_name }}\"\n state: present\n\n- name: Create database user with name 'bob' and pass... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/common | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/common/.gitignore",
"content": "# keep this dir\n!.gitignore\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "ansible/roles/common/tasks/install-python27.yml",
"content": "# install-python27\n---\n # python requires ep... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1876,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/docker | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/templates/daemon.json.j2",
"content": "{\n \"exec-opts\": [\"{{ docker_exec_opts }}\"],\n \"data-root\": \"{{ docker_data_root }}\",\n \"storage-driver\": \"{{ docker_storage_driver }}\",\n \"insecure-registries\": [\"{{ docker_insecure_registries }}\"],\n \"log-driver\"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2540,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/flannel | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/flannel/tasks/main.yml",
"content": "# Flannel\n---\n\n - name: Install Flannel\n shell: |\n kubectl apply -f https://github.com/coreos/flannel/raw/master/Documentation/kube-flannel.yml\n args:\n executable: /bin/bash\n register: install_flannel_result\n tags: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/k8s | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/main.yml",
"content": "---\n# roles/k8s/tasks/main.yml\n - name: Install k8s binaries\n import_tasks: install.yml\n - name: Setup iptables bridge\n import_tasks: iptables_bridge.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2227,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/k8s-master | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master/tasks/main.yml",
"content": "# k8s-master/tasks/main.yml\n# Help from: https://github.com/magic7s/ansible-kubeadm-contiv/blob/master/roles/master/tasks/main.yml\n---\n- name: Resest Kubeadm if first run\n command: kubeadm reset -f\n when: kubeadm_reset_before_init\n ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2311,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/k8s-mlx-sriov | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-mlx-sriov/templates/sriov-cni-daemonset.yml.j2",
"content": "apiVersion: extensions/v1beta1\nkind: DaemonSet\nmetadata:\n name: kube-sriov-cni-ds-installer\n namespace: kube-system\nspec:\n template:\n metadata:\n labels:\n name: sriov-cni-ds\n spec:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/k8s-multus | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-multus/files/multus-cni-flannel-sriov-config.yml",
"content": "kind: ConfigMap\napiVersion: v1\nmetadata:\n name: multus-cni-config\n namespace: kube-system\n labels:\n tier: node\n app: multus\ndata:\n cni-conf.json: |\n {\n \"name\": \"multus-cni-network\",\n... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7708,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/k8s-node | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-node/tasks/install.yml",
"content": "# k8s-node/tasks/main.yml\n---\n# - name: Populate service facts\n# service_facts:\n# - debug: var=ansible_facts.services['kubelet']\n- name: Reset kubeadm before init in case this is not the first run\n command: /usr/bin/kubeadm reset -f\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1838,
"all_permissive": false
} |
ansible_role | falenn/k8sPlayground | d0fe759d4adb565bc8628d582dedbe3db0da09c8 | 0 | ansible/roles/prometheus | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/files/config-map.yml",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: prometheus-server-conf\n labels:\n name: prometheus-server-conf\n namespace: monitoring\ndata:\n prometheus.rules: |-\n groups:\n - name: devopscube demo alert\n rules:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 10233,
"all_permissive": false
} |
ansible_role | jborean93/exchange-test-environment | 47529768f3d15dec63d9c32bcbefd6e85463df56 | 27 | roles/exchange | 5,537 | [
"no_license"
] | [
{
"path": "roles/exchange/vars/main.yml",
"content": "pri_exchange_product_ids:\n 2013: '{4934D1EA-BE46-48B1-8847-F1AF20E892C1}'\n 2016: '{CD981244-E9B8-405A-9026-6AEB9DCEF1F1}'\n 2019: '{CD981244-E9B8-405A-9026-6AEB9DCEF1F1}'",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3085,
"all_permissive": false
} |
ansible_role | minasaeedbasta/jenkins-terraform-ansible-ci-cd | 617fbb73fa4c9f4e18e9847edd0b836854231b84 | 5 | ansible/roles/jenkins-master | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-master/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - jenkins-master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "ansible/roles/jenkins-master/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1316,
"all_permissive": false
} |
ansible_role | minasaeedbasta/jenkins-terraform-ansible-ci-cd | 617fbb73fa4c9f4e18e9847edd0b836854231b84 | 5 | ansible/roles/jenkins-slave | 5,537 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-slave/defaults/main.yml",
"content": "---\n# defaults file for jenkins-slave\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible/roles/jenkins-slave/tasks/main.yml",
"content": "- name: Install docker prer... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1935,
"all_permissive": false
} |
ansible_role | AkshayreddyDevops/tools-automation-new | f93bebf02736cb5343647829cb71ae355e68b98c | 0 | roles/jenkins | 5,537 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yaml",
"content": "- name: Create Jobs\n ansible.builtin.include_tasks:\n file: create-job.yaml\n loop: \"{{ jobs }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | AkshayreddyDevops/tools-automation-new | f93bebf02736cb5343647829cb71ae355e68b98c | 0 | roles/minikube | 5,537 | [
"no_license"
] | [
{
"path": "roles/minikube/tasks/main.yaml",
"content": "- name: Setup Prompt\n ansible.builtin.shell: set-prompt minikube\n\n- name: Extend Disk Volume\n ansible.builtin.shell: growpart /dev/nvme0n1 4; lvextend -r -L +10G /dev/mapper/RootVG-varVol\n ignore_errors: true\n\n- name: Ansible minikube\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | burtchell/homeserver | fe113d73a6de98db2445301690d7c972d62438d3 | 0 | roles/docker | 5,537 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Prerequisites\n apt:\n name: \"{{ docker_dependencies }}\"\n update_cache: yes\n\n- name: Add Docker GPG apt-key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n\n- name: Add Docker repository\n apt_reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1220,
"all_permissive": false
} |
ansible_role | burtchell/homeserver | fe113d73a6de98db2445301690d7c972d62438d3 | 0 | roles/homer | 5,537 | [
"no_license"
] | [
{
"path": "roles/homer/tasks/docker.yml",
"content": "---\n- name: Make sure the {{ container_name }} container is created and running\n docker_container:\n name: \"homer\"\n image: \"b4bz/homer\"\n pull: true\n state: \"started\"\n ports:\n - 8080:8080\n env:\n \"UID\": \"{{ gu... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4712,
"all_permissive": false
} |
ansible_role | burtchell/homeserver | fe113d73a6de98db2445301690d7c972d62438d3 | 0 | roles/mounts | 5,537 | [
"no_license"
] | [
{
"path": "roles/mounts/tasks/main.yml",
"content": "---\n- name: Mount passport USB drive\n mount:\n name: \"/mnt/passport\"\n src: \"/dev/sdb1\"\n fstype: ntfs\n state: mounted\n passno: \"2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | burtchell/homeserver | fe113d73a6de98db2445301690d7c972d62438d3 | 0 | roles/system | 5,537 | [
"no_license"
] | [
{
"path": "roles/system/tasks/homebrew.yml",
"content": "---\n- name: Check if Homebrew is already installed\n stat:\n path: /home/linuxbrew/.linuxbrew/bin/brew\n register: brew\n\n- name: Install Homebrew\n script: install_homebrew.sh\n when: not brew.stat.exists\n\n# - name: Install essential homeb... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2235,
"all_permissive": false
} |
ansible_role | FalcoN1995/ansible | dbee3ee3b3aa25118e8e0b09cd5732a557e0fc16 | 0 | ansble/exam/roles/haproxy | 5,537 | [
"no_license"
] | [
{
"path": "ansble/exam/roles/haproxy/tasks/redhat.yml",
"content": "- name: install apache\n block: \n - name: install apache in centos\n yum: \n name: \"{{ cent_pkg }}\"\n state: latest\n - name: copy index.html\n copy:\n src: centos/index.html\n dest: /var/www/html/\n - name:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1902,
"all_permissive": false
} |
ansible_role | FalcoN1995/ansible | dbee3ee3b3aa25118e8e0b09cd5732a557e0fc16 | 0 | ansble/exam/roles/web | 5,537 | [
"no_license"
] | [
{
"path": "ansble/exam/roles/web/tasks/main.yml",
"content": "---\n- name: added in 2.4, previously you used 'include'\n include: redhat.yml\n when: ansible_facts['os_family']|lower == 'redhat'\n- include: debian.yml\n when: ansible_facts['os_family']|lower == 'debian'\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | FalcoN1995/ansible | dbee3ee3b3aa25118e8e0b09cd5732a557e0fc16 | 0 | ansble/role/roles/base | 5,537 | [
"no_license"
] | [
{
"path": "ansble/role/roles/base/tasks/main.yml",
"content": "---\n# tasks file for roles/base\n- name: 'this is role'\n debug:\n msg: it is role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | FalcoN1995/ansible | dbee3ee3b3aa25118e8e0b09cd5732a557e0fc16 | 0 | ansble/role/roles/choi | 5,537 | [
"no_license"
] | [
{
"path": "ansble/role/roles/choi/defaults/main.yml",
"content": "---\n# defaults file for roles/choi",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansble/role/roles/choi/handlers/main.yml",
"content": "---\n# handlers file for roles/choi",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | FalcoN1995/ansible | dbee3ee3b3aa25118e8e0b09cd5732a557e0fc16 | 0 | ansble/role/roles/final | 5,537 | [
"no_license"
] | [
{
"path": "ansble/role/roles/final/defaults/main.yml",
"content": "---\n# defaults file for roles/final",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansble/role/roles/final/handlers/main.yml",
"content": "---\n# handlers file for roles/final... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | FalcoN1995/ansible | dbee3ee3b3aa25118e8e0b09cd5732a557e0fc16 | 0 | ansble/role/roles/test | 5,537 | [
"no_license"
] | [
{
"path": "ansble/role/roles/test/tasks/main.yml",
"content": "---\n# tasks file for roles/test\n- name: deployment webserver\n block:\n - name: Install {{ pkg_name }} package\n yum: \n name: \"{{ pkg_name }}\"\n state: latest\n - name: \"{{ fw_port }} Port Open\"\n firewalld:\n ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | bolsel/infrastructure | b0a6211d5719c09df8200a48b65ec9acfa739f2c | 0 | roles/_init | 5,537 | [
"no_license"
] | [
{
"path": "roles/_init/tasks/main.yml",
"content": "---\n- name: Load init variables\n include_vars: \"../../../.private/variables/init.yml\"\n when: variables | bool\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/_init/defaults/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | bolsel/infrastructure | b0a6211d5719c09df8200a48b65ec9acfa739f2c | 0 | roles/microk8s | 5,537 | [
"no_license"
] | [
{
"path": "roles/microk8s/templates/ha-conf.j2",
"content": "failure-domain=42",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/microk8s/tasks/install-local.yml",
"content": "---\n- name: Check package file local\n delegate_to: localhost\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5573,
"all_permissive": false
} |
ansible_role | bolsel/infrastructure | b0a6211d5719c09df8200a48b65ec9acfa739f2c | 0 | roles/mounts | 5,537 | [
"no_license"
] | [
{
"path": "roles/mounts/tasks/local-disk.yml",
"content": "---\n- name: \"Create partition {{ item.device }}\"\n community.general.parted:\n device: \"{{ item.device }}\"\n number: 1\n state: present\n- name: \"Crate filesystem {{ item.src }}\"\n community.general.filesystem:\n fstype: ext4\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | bolsel/infrastructure | b0a6211d5719c09df8200a48b65ec9acfa739f2c | 0 | roles/plays | 5,537 | [
"no_license"
] | [
{
"path": "roles/plays/tasks/main.yml",
"content": "---\n- name: Set facts\n set_fact:\n private_dir: \".private\"\n\n- name: Run task\n include_tasks: \"{{ task }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/plays/tasks/isc... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 5262,
"all_permissive": false
} |
ansible_role | OleksandrTimoshenko/link_shortener | 613b12c9f349051a257138a0a5b84d3fb81c1c53 | 0 | deploy/roles/copy_env_variables_files | 5,537 | [
"no_license"
] | [
{
"path": "deploy/roles/copy_env_variables_files/tasks/main.yaml",
"content": "---\n- name: add environment file\n template:\n src: ../{{ item }}\n dest: /opt/\n with_items:\n - .env\n - .env.certbot\n\n- name: Copy Nginx authentification credentials\n copy:\n src: ../nginx/secrets/{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | OleksandrTimoshenko/link_shortener | 613b12c9f349051a257138a0a5b84d3fb81c1c53 | 0 | deploy/roles/copy_nginx_configs | 5,537 | [
"no_license"
] | [
{
"path": "deploy/roles/copy_nginx_configs/tasks/main.yaml",
"content": "---\n- name: Create Nginx directiry\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n mode: 0775\n with_items:\n - /opt/nginx/conf/\n - /opt/nginx/secrets/\n\n- name: Copy Nginx config\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | OleksandrTimoshenko/link_shortener | 613b12c9f349051a257138a0a5b84d3fb81c1c53 | 0 | deploy/roles/cron_setup | 5,537 | [
"no_license"
] | [
{
"path": "deploy/roles/cron_setup/tasks/main.yaml",
"content": "---\n- name: Creates backup directory\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n with_items:\n - /var/backups/daily\n\n- name: Copy scripts for creating backups\n copy:\n src: ../scripts/{{ item }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | OleksandrTimoshenko/link_shortener | 613b12c9f349051a257138a0a5b84d3fb81c1c53 | 0 | deploy/roles/deploy | 5,537 | [
"no_license"
] | [
{
"path": "deploy/roles/deploy/tasks/main.yaml",
"content": "---\n- name: Log into DockerHub\n community.docker.docker_login:\n username: \"{{ github_user }}\"\n password: \"{{ <PASSWORD> }}\"\n url: ghcr.io\n\n- name: Init a new swarm with default parameters\n docker_swarm:\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/ansible | 5,537 | [
"no_license"
] | [
{
"path": "roles/ansible/tasks/main.yml",
"content": "---\n# tasks file for ansible\n - name: install software-properties-common\n apt: name=software-properties-common state=present\n\n - name: add ansible repository\n apt_repository: repo=ppa:ansible/ansible state=present\n\n - name: update apt ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/bamboo | 5,537 | [
"no_license"
] | [
{
"path": "roles/bamboo/meta/main.yml",
"content": "---\ndependencies:\n - role: linux\n - role: ansible\n - role: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/bamboo/tasks/main.yml",
"content": "- name: Fetch ec2 api tools... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2227,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/bamboo-aws-linux | 5,537 | [
"no_license"
] | [
{
"path": "roles/bamboo-aws-linux/files/bamboo.sh",
"content": "export JAVA_HOME=/usr\nexport EC2_HOME=/usr\n# export EC2_PRIVATE_KEY=/root/pk.pem\n# export EC2_CERT=/root/cert.pem\nexport PATH=/opt/bamboo-elastic-agent/bin:$EC2_HOME/bin:$JAVA_HOME/bin:$M2_HOME/bin:$MAVEN_HOME/bin:$ANT_HOME/bin:$PATH\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3981,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/linux | 5,537 | [
"no_license"
] | [
{
"path": "roles/linux/files/memory.fact",
"content": "#!/usr/bin/env node\n\nvar TB = 1099511627776;\nvar GB = 1073741824;\nvar MB = 1048576;\n\nvar fs = require(\"fs\");\nvar stats = fs.readFileSync(\"/proc/meminfo\", \"utf8\");\nvar matches = stats.match(/MemTotal:\\s+(\\d+) kB/);\nvar bytes = p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2198,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/monit | 5,537 | [
"no_license"
] | [
{
"path": "roles/monit/tasks/main.yml",
"content": "---\n# tasks file for monit\n - name: install monit\n apt: name=monit state=present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/nagios | 5,537 | [
"no_license"
] | [
{
"path": "roles/nagios/tasks/main.yml",
"content": "- name: ensure apt is up to date\n sudo: yes\n apt: update_cache=yes\n\n- name: install dependencies\n sudo: yes\n apt: name={{ item }} state=latest\n with_items:\n - wget\n - build-essential\n - apache2\n - apache2-utils\n - php5-gd\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4582,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/nagios-config | 5,537 | [
"no_license"
] | [
{
"path": "roles/nagios-config/vars/main.yml",
"content": "---\nnagios_host_groups:\n - name: linux\n alias: Linux Servers\n checks:\n - {command: 'check_nrpe!check_load', description: 'CPU Load'}\n - {command: 'check_nrpe!check_users', description: 'Current Users'}\n - {command: 'chec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2899,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/nginx | 5,537 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n - name: Install nginx packages\n apt: name=nginx state=present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/nodejs | 5,537 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "- name: create nodejs user\n user: name=nodejs shell=/bin/bash\n sudo: yes\n\n- name: add nodejs user to sudoers\n lineinfile:\n dest: /etc/sudoers.d/90-cloud-init-users\n line: nodejs ALL=(ALL) NOPASSWD:ALL\n sudo: yes\n\n- name: install libcap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/orientdb | 5,537 | [
"no_license"
] | [
{
"path": "roles/orientdb/README.md",
"content": "OrientDB\n========\n\n[](https://galaxy.ansible.com/list#/roles/2790)\n[](http://doge.mit-license.org) \n[\n sudo: yes\n apt: pkg=python-pycurl state=latest\n\n- name: install redis repository\n sudo:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1458,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/web-nodejs | 5,537 | [
"no_license"
] | [
{
"path": "roles/web-nodejs/handlers/main.yml",
"content": "---\n# handlers file for web-nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/web-nodejs/vars/main.yml",
"content": "---\n# vars file for web-nodejs\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7687,
"all_permissive": false
} |
ansible_role | newpoetrystudios/ansible-playbooks | ce7069f16916f07292d88b23d9af0e025829841e | 0 | roles/web-nodejs-deploy | 5,537 | [
"no_license"
] | [
{
"path": "roles/web-nodejs-deploy/templates/nodeenv.sh.j2",
"content": "export NODE_ENV={{ env }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/web-nodejs-deploy/tasks/deploy_from_github.yml",
"content": "---\n# Avoid known_hosts hangu... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2897,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.