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 | gfaugere/ansible-workstation | c428f5c6344dc079fa19fd5d56cdbc0d989438cc | 0 | roles/nautilus | 7,823 | [
"no_license"
] | [
{
"path": "roles/nautilus/tasks/main.yaml",
"content": "- name: Set full text location in nautilus\n block:\n - name: Read current conf\n command: \"dconf read /org/gnome/nautilus/preferences/always-use-location-entry\"\n register: always_use_location_entry\n changed_when: false\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | gfaugere/ansible-workstation | c428f5c6344dc079fa19fd5d56cdbc0d989438cc | 0 | roles/prusaslicer | 7,823 | [
"no_license"
] | [
{
"path": "roles/prusaslicer/tasks/main.yml",
"content": "- name: Ensure flathub is present\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo\n method: user\n\n- name: Install Prusa Slicer\n community.general... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | gfaugere/ansible-workstation | c428f5c6344dc079fa19fd5d56cdbc0d989438cc | 0 | roles/shell | 7,823 | [
"no_license"
] | [
{
"path": "roles/shell/templates/.bashrc.j2",
"content": "# shellcheck shell=bash\n\n# Path\nexport PATH=\"$HOME/.local/bin:$PATH\"\n\nif [ -z \"$PS1\" ]; then\n\treturn\nfi\n\nGPG_TTY=$(tty)\nexport GPG_TTY\n\ndate=$(date)\nload=$(awk '{print $1}' < /proc/loadavg)\nroot_usage=$(df -h / | awk '/\\// {print ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4688,
"all_permissive": false
} |
ansible_role | timlok/ansible-role-xtradb-cluster | 18955803d45ff8d6877903a83b086c2c915254c6 | 0 | roles/01_tuning_OS | 7,823 | [
"no_license"
] | [
{
"path": "roles/01_tuning_OS/tasks/main.yml",
"content": "---\n- name: install epel\n yum:\n name:\n - epel-release\n\n- name: install packages\n yum:\n name:\n - libselinux-python\n - vim\n - vim-enhanced\n - mc\n - screen\n# - ccze\n# - lnav\n - redhat-l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2043,
"all_permissive": false
} |
ansible_role | timlok/ansible-role-xtradb-cluster | 18955803d45ff8d6877903a83b086c2c915254c6 | 0 | roles/02_ansible-role-XtraDB-Cluster | 7,823 | [
"no_license"
] | [
{
"path": "roles/02_ansible-role-XtraDB-Cluster/tasks/RedHat.yml",
"content": "# tasks for Red Hat Familly\n---\n- name: Disable SELinux\n selinux:\n state: disabled\n# state: permissive\n when: ansible_selinux.status == 'enabled'\n\n- name: repository installation\n yum_repository:\n file: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | timlok/ansible-role-xtradb-cluster | 18955803d45ff8d6877903a83b086c2c915254c6 | 0 | roles/delete_percona | 7,823 | [
"no_license"
] | [
{
"path": "roles/delete_percona/tasks/main.yml",
"content": "---\n- name: delete percona\n shell: |\n systemctl stop mysql\n rm -rf /var/lib/mysql /var/log/mysqld.log /etc/percona-xtradb-cluster.conf.d /root/.my.cnf\n yum erase Percona* -y\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | kinghenryg/ansible-config-mgt | 0f26b552f89891d7f82d1963763ce0b4a7a97df4 | 0 | roles/webserver | 7,823 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "# tasks file for webserver\n---\n- name: install apache\n remote_user: ec2-user\n become: true\n become_user: root\n ansible.builtin.yum:\n name: \"httpd\"\n state: present\n\n- name: install git\n remote_user: ec2-user\n become: true\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | no-hao/dotfiles | 34eaf8c1f622126156d15761946c2874d8104197 | 0 | ansible/roles/fonts | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/fonts/handlers/main.yml",
"content": "- name: update font cache\n ansible.builtin.command: fc-cache -v\n changed_when: false\n when: is_linux\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "ansible/roles/fonts/tasks/d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1577,
"all_permissive": false
} |
ansible_role | no-hao/dotfiles | 34eaf8c1f622126156d15761946c2874d8104197 | 0 | ansible/roles/packages | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "# macOS Installation\n- name: Install tools on macOS using Homebrew\n community.general.homebrew:\n name:\n # Development Tools\n - neovim # Modern Vim editor\n - fzf # Fuzzy file finder\n - ripgrep ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | ansible-old/roles/kitty | 7,823 | [
"no_license"
] | [
{
"path": "ansible-old/roles/kitty/tasks/main.yml",
"content": "---\n- name: install kitty pre-built binaries\n ansible.builtin.shell: >\n curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin\n\n- name: Ensure the fonts directory exists\n ansible.builtin.file:\n path: ~/.local/share/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | ansible-old/roles/nodejs | 7,823 | [
"no_license"
] | [
{
"path": "ansible-old/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install nvm\n ansible.builtin.shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\n args:\n creates: \"$HOME/.nvm/nvm.sh\"\n\n#- name : Install node\n# ansible.builtin.shell:\n# /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | ansible-old/roles/nvim | 7,823 | [
"no_license"
] | [
{
"path": "ansible-old/roles/nvim/tasks/dependencies.yml",
"content": "---\n- name: Install neovim dependencies\n apt:\n name:\n - ripgrep\n - xclip\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | ansible-old/roles/system_config | 7,823 | [
"no_license"
] | [
{
"path": "ansible-old/roles/system_config/tasks/main.yml",
"content": "---\n- name: Create .config if it does not exist\n ansible.builtin.file:\n path: ~/.config/\n state: directory\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | ansible-old/roles/system_update | 7,823 | [
"no_license"
] | [
{
"path": "ansible-old/roles/system_update/tasks/main.yml",
"content": "---\n- name: update apt cache\n apt:\n update_cache: yes\n become: true\n\n- name: update package\n apt:\n upgrade: dist\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | ansible-old/roles/utils | 7,823 | [
"no_license"
] | [
{
"path": "ansible-old/roles/utils/tasks/main.yml",
"content": "---\n- name: install utils\n apt:\n name:\n - git\n - unzip\n - tree\n - wget\n - tar\n - gzip\n - curl \n - gpg\n become: true\n\n- name: make sure build essentials are present\n apt:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | ansible-old/roles/zsh | 7,823 | [
"no_license"
] | [
{
"path": "ansible-old/roles/zsh/files/.zshenv",
"content": "export XDG_CONFIG_HOME=\"$HOME/.config\"\nexport XDG_DATA_HOME=\"$XDG_CONFIG_HOME/local/share\"\nexport XDG_CACHE_HOME=\"$XDG_CONFIG_HOME/cache\"\n\nexport ZDOTDIR=\"$XDG_CONFIG_HOME/zsh\"\n\nexport HISTFILE=$ZDOTDIR/.zsh_history\nexport HISTSIZE=... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2255,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | roles/docker | 7,823 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: install required package for install\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n become: true\n\n- name: create directory for Docker's GPG key\n ansible... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1273,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | roles/kitty | 7,823 | [
"no_license"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "---\n- name: install kitty pre-built binaries\n ansible.builtin.shell: >\n curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin\n args:\n creates: ~/.local/kitty.app/bin/kitty\n\n- name: Ensure the fonts directory exists\n ansible.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | roles/nvim | 7,823 | [
"no_license"
] | [
{
"path": "roles/nvim/tasks/dependencies.yml",
"content": "---\n- name: Install neovim dependencies\n ansible.builtin.apt:\n name:\n - ripgrep\n - xclip\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"pa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1427,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | roles/system_update | 7,823 | [
"no_license"
] | [
{
"path": "roles/system_update/tasks/main.yml",
"content": "---\n- name: update apt cache\n ansible.builtin.apt:\n update_cache: yes\n become: true\n\n- name: update package\n ansible.builtin.apt:\n upgrade: dist\n become: true\n register: upgrade\n ignore_errors: true\n\n- name: Fix broken depe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | roles/utils | 7,823 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n- name: install utils\n ansible.builtin.apt:\n name:\n - git\n - unzip\n - tree\n - wget\n - tar\n - gzip\n - curl \n become: true\n\n- name: make sure build essentials are present\n ansible.builtin.apt:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | roles/zathura | 7,823 | [
"no_license"
] | [
{
"path": "roles/zathura/tasks/main.yml",
"content": "---\n- name: install zathura\n ansible.builtin.apt:\n name: zathura\n state: present\n become: true\n\n- name: copy zathura config directory if different\n ansible.builtin.copy:\n src: zathura/\n dest: ~/.config/zathura/\n backup: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | dhall3y/ansible-pull | e603e752dc9c9bcd9594c3c526918397fb9c6cf6 | 0 | roles/zsh | 7,823 | [
"no_license"
] | [
{
"path": "roles/zsh/files/.zshenv",
"content": "export XDG_CONFIG_HOME=\"$HOME/.config\"\nexport XDG_DATA_HOME=\"$XDG_CONFIG_HOME/local/share\"\nexport XDG_CACHE_HOME=\"$XDG_CONFIG_HOME/cache\"\n\nexport ZDOTDIR=\"$XDG_CONFIG_HOME/zsh\"\n\nexport HISTFILE=$ZDOTDIR/.zsh_history\nexport HISTSIZE=10000\nexpor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | hasnain-saeed/star-predictor | 5b57b7cffef8d71896012c874a55a58b2430b5b4 | 0 | ansible/roles/common | 7,823 | [
"permissive"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt packages\n apt:\n update_cache: yes\n cache_valid_time: 3600\n vars:\n ansible_ssh_common_args: '-o ServerAliveInterval=30 -o ServerAliveCountMax=60'\n\n- name: Install basic packages\n apt:\n name:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2658,
"all_permissive": true
} |
ansible_role | hasnain-saeed/star-predictor | 5b57b7cffef8d71896012c874a55a58b2430b5b4 | 0 | ansible/roles/development | 7,823 | [
"permissive"
] | [
{
"path": "ansible/roles/development/tasks/main.yml",
"content": "---\n- name: Create data and model directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: 0755\n loop:\n - \"{{ models_root }}\"\n - \"{{ da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4028,
"all_permissive": true
} |
ansible_role | hasnain-saeed/star-predictor | 5b57b7cffef8d71896012c874a55a58b2430b5b4 | 0 | ansible/roles/production | 7,823 | [
"permissive"
] | [
{
"path": "ansible/roles/production/tasks/main.yml",
"content": "---\n- name: Copy application\n copy:\n src: \"{{ project_root }}/app\"\n dest: \"/home/{{ ansible_user }}\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n remote_src: yes\n\n- name: Get development server in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5285,
"all_permissive": true
} |
ansible_role | josy-hub/datascientest_ansible_master_aws | efac9ff20045d1e6d6ed97bcf02c9f52b39ddf25 | 0 | exam_ansible/roles/magento | 7,823 | [
"no_license"
] | [
{
"path": "exam_ansible/roles/magento/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include MySQL\"\n include_role:\n name: \"mysql\"\n\n - name: \"Include Magento\"\n include_role:\n name: \"magento\"\n",
"license_typ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11272,
"all_permissive": false
} |
ansible_role | josy-hub/datascientest_ansible_master_aws | efac9ff20045d1e6d6ed97bcf02c9f52b39ddf25 | 0 | exam_ansible/roles/mysql | 7,823 | [
"no_license"
] | [
{
"path": "exam_ansible/roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Installation de mysql-server\n apt:\n pkg: mysql-server\n update_cache: yes\n cache_valid_time: 86400\n state: present\n when: ansible_distribution == 'Ubuntu'\n\n- name: Installation de maria... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 957,
"all_permissive": false
} |
ansible_role | ashwinr200/Insurance | 86ea7c732a839a84e0abad5cd02ee1eaee6ea82b | 0 | ansible/roles/k8s-deploy | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-deploy/files/prometheus.yml.j2",
"content": "global:\n scrape_interval: 15s\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['localhost:9090']\n\n - job_name: 'insurance-stage-master'\n static_configs:\n - targets: ['{{ master_ip }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | hoterome/Challenge5 | 591a72ea75ff11962e3ed11bcc1a58c489ed68b9 | 0 | support/install/ansible/playbooks/openshift/roles/provision_sso | 7,823 | [
"no_license"
] | [
{
"path": "support/install/ansible/playbooks/openshift/roles/provision_sso/tasks/create-realms.yml",
"content": "- set_fact: realm={{ get_realm.content | regex_replace('userx', item) }}\n\n- debug: var=realm\n\n- name: Create {{ item }} Realm\n uri: \n url: 'https://secure-sso-{{sso_project}}.{{ocp_apps... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2238,
"all_permissive": false
} |
ansible_role | hoterome/Challenge5 | 591a72ea75ff11962e3ed11bcc1a58c489ed68b9 | 0 | support/install/ansible/playbooks/openshift/roles/provision_threescale | 7,823 | [
"no_license"
] | [
{
"path": "support/install/ansible/playbooks/openshift/roles/provision_threescale/tasks/main.yml",
"content": "---\n- name: Make sure we go back to default project\n shell: \"oc project default\"\n\n- name: Create the 3scale app\n shell: \"oc new-app -f https://raw.githubusercontent.com/hguerrero/3scale-a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1047,
"all_permissive": false
} |
ansible_role | Piumal1999/ansible-assignment | f492cd4346ff5784cb57ce754eb88a802eaabcac | 0 | roles/web-stg | 7,823 | [
"no_license"
] | [
{
"path": "roles/web-stg/handlers/main.yml",
"content": "---\n# handlers file for web-stg\n- name: restart httpd\n service:\n name: apache2\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/web-stg/vars/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | dmaax/mc-devops | d20b8aeaafbb462eba49648bbeadbb7d3f4a74c8 | 0 | ansible/roles/docker | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install required system packages\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | dmaax/mc-devops | d20b8aeaafbb462eba49648bbeadbb7d3f4a74c8 | 0 | ansible/roles/k8s | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/main.yml",
"content": "---\n- name: Install minikube from binary\n ansible.builtin.get_url:\n url: https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64\n dest: /usr/local/bin/minikube\n mode: '+x'\n\n- name: Install kubectl from binary\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | dmaax/mc-devops | d20b8aeaafbb462eba49648bbeadbb7d3f4a74c8 | 0 | ansible/roles/nginx | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Ensure Nginx package is installed\n ansible.builtin.apt:\n name:\n - nginx\n state: present\n become: true\n\n- name: Ensure Nginx service is started and enabled\n ansible.builtin.systemd:\n name: nginx.service\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | dmaax/mc-devops | d20b8aeaafbb462eba49648bbeadbb7d3f4a74c8 | 0 | ansible/roles/nix | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/nix/tasks/main.yml",
"content": "---\n- name: \"Test whether nix binary exists\"\n ansible.builtin.stat:\n path: \"{{ ansible_env.HOME }}/.nix-profile/bin/nix-env\"\n become: false\n register: nix_env_binary\n\n- name: Creating /nix directory\n ansible.builtin.file:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2844,
"all_permissive": false
} |
ansible_role | dmaax/mc-devops | d20b8aeaafbb462eba49648bbeadbb7d3f4a74c8 | 0 | ansible/roles/ssh | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n- name: Generate OpenSSH server configuration from template\n ansible.builtin.template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config.d/80-openssh_config.conf\n owner: root\n group: root\n mode: '0644'\n notify: Restart Ope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | dmaax/mc-devops | d20b8aeaafbb462eba49648bbeadbb7d3f4a74c8 | 0 | ansible/roles/timezone | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/timezone/vars/main.yml",
"content": "---\ndefault_timezone: \"America/Sao_Paulo\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible/roles/timezone/tasks/main.yml",
"content": "- name: Configure Timezone to the dea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | dmaax/mc-devops | d20b8aeaafbb462eba49648bbeadbb7d3f4a74c8 | 0 | ansible/roles/ufw | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/ufw/tasks/main.yml",
"content": "---\n- name: Ensure ufw package is not installed\n ansible.builtin.apt:\n name:\n - ufw\n state: absent\n purge: true\n become: true\n notify:\n - Reboot Server\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | dmaax/mc-devops | d20b8aeaafbb462eba49648bbeadbb7d3f4a74c8 | 0 | ansible/roles/users | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/users/tasks/main.yml",
"content": "---\n- name: Check/create the admin group\n ansible.builtin.group:\n name: admin\n state: present\n\n- name: Allow admin group to have passwordless sudo\n ansible.builtin.lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 789,
"all_permissive": false
} |
ansible_role | asymworks/ansible-collections | 05567d20a164ddadaeb3171430385f432451f340 | 0 | core/roles/baseline | 7,823 | [
"no_license"
] | [
{
"path": "core/roles/baseline/tasks/main-debian.yaml",
"content": "---\n# Debian-Specific Tasks for kraussnet.common\n\n# Ensure Debian version is at least 9\n- name: Asymworks Baseline (Debian) | Check Version\n when: ansible_distribution_version is version('9', '<')\n ansible.builtin.fail:\n msg: 'U... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 15574,
"all_permissive": false
} |
ansible_role | asymworks/ansible-collections | 05567d20a164ddadaeb3171430385f432451f340 | 0 | core/roles/nfs4 | 7,823 | [
"no_license"
] | [
{
"path": "core/roles/nfs4/defaults/main.yaml",
"content": "---\n# Variable Defaults for asymworks.core.nfs4\n\nnfsv4_enabled: false\nnfsv4_idmap_domain: \"{{ ansible_domain }}\"\nnfsv4_idmap_service: >-\n {{\n 'rpc.idmapd'\n if ansible_facts['os_family']|lower == 'alpine'\n else 'nfs-idmapd'\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2406,
"all_permissive": false
} |
ansible_role | asymworks/ansible-collections | 05567d20a164ddadaeb3171430385f432451f340 | 0 | core/roles/rsyslog | 7,823 | [
"no_license"
] | [
{
"path": "core/roles/rsyslog/defaults/main.yaml",
"content": "---\n# Variable Defaults for asymworks.rsyslog\n\n# Rsyslog Setup\nrsyslog_enabled: true\nrsyslog_server: logs.lan\nrsyslog_port: 10514\n\nrsyslog_hostname:\nrsyslog_preserve_fqdn: true\n\nrsyslog_local_file: /var/log/messages\nrsyslog_local_lev... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3887,
"all_permissive": false
} |
ansible_role | asymworks/ansible-collections | 05567d20a164ddadaeb3171430385f432451f340 | 0 | core/roles/telegraf | 7,823 | [
"no_license"
] | [
{
"path": "core/roles/telegraf/tasks/main-alpine.yaml",
"content": "---\n# Alpine-Specific Tasks for asymworks.telegraf\n\n# Install Packages\n- name: Asymworks Telegraf (Alpine) | Install Packages\n when: not alpine_diskless or telegraf_slim != Null and not telegraf_slim\n community.general.apk:\n upd... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4496,
"all_permissive": false
} |
ansible_role | asymworks/ansible-collections | 05567d20a164ddadaeb3171430385f432451f340 | 0 | core/roles/wireguard | 7,823 | [
"no_license"
] | [
{
"path": "core/roles/wireguard/handlers/main.yaml",
"content": "---\n# Handlers File for Role `asymworks.core.wireguard`\n\n- name: Asymworks Wireguard (Debian) | Reload Interfaces\n when: item.value.enabled|default(true) and item.value.state|default('started') not in ['absent', 'stopped']\n ansible.buil... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5456,
"all_permissive": false
} |
ansible_role | asymworks/ansible-collections | 05567d20a164ddadaeb3171430385f432451f340 | 0 | docker/roles/common | 7,823 | [
"no_license"
] | [
{
"path": "docker/roles/common/tasks/main.yaml",
"content": "---\n# Main Entry Point for asymworks.docker\n\n# Run Distribution-Specific Tasks\n- name: Asymworks Docker | Run Alpine Distribution Tasks\n ansible.builtin.import_tasks: main-alpine.yaml\n when: ansible_facts['os_family']|lower == 'alpine'\n\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 13010,
"all_permissive": false
} |
ansible_role | asymworks/ansible-collections | 05567d20a164ddadaeb3171430385f432451f340 | 0 | docker/roles/diun | 7,823 | [
"no_license"
] | [
{
"path": "docker/roles/diun/tasks/main.yaml",
"content": "---\n# Tasks File for `asymworks.docker.diun`\n\n- name: Asymworks Docker (Diun) | Setup Container\n community.docker.docker_container:\n name: diun\n image: \"crazymax/diun:{{ diun_tag }}\"\n volumes:\n - /var/run/docker.sock:/var/ru... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2672,
"all_permissive": false
} |
ansible_role | asymworks/ansible-collections | 05567d20a164ddadaeb3171430385f432451f340 | 0 | docker/roles/traefik | 7,823 | [
"no_license"
] | [
{
"path": "docker/roles/traefik/defaults/main.yaml",
"content": "---\n# Variable Defaults for `asymworks.docker.traefik`\n\n# Docker Traefik Configuration\ntraefik_enabled: false\ntraefik_tag: \"v2.5\"\ntraefik_domain: \"{{ ansible_domain }}\"\ntraefik_network: traefik\ntraefik_log_level: INFO\ntraefik_acce... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5487,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | microservice_go_ansible/roles/golang | 7,823 | [
"no_license"
] | [
{
"path": "microservice_go_ansible/roles/golang/tasks/main.yml",
"content": "---\n- name: install golang\n apt:\n name: golang\n state: present\n\n- name: install gorilla/mux\n git:\n repo: https://github.com/gorilla/mux\n dest: go/src/github.com/gorilla/mux\n\n- name: start microservice\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | microservice_go_ansible/roles/pid | 7,823 | [
"no_license"
] | [
{
"path": "microservice_go_ansible/roles/pid/tasks/main.yml",
"content": "---\n- name: status pid\n shell: if [ $(pidof calculator) ]; then echo RUNNING; else echo NOT RUNNING; fi;\n register: status\n\n- name: print status pid\n debug:\n msg: \"{{status.stdout}}\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | microservice_go_aws/roles/go | 7,823 | [
"no_license"
] | [
{
"path": "microservice_go_aws/roles/go/tasks/main.yml",
"content": "---\n- name: update and upgrade packages\n apt:\n upgrade: yes\n update_cache: yes \n\n- name: install golang\n apt:\n name: golang\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | microservice_go_aws/roles/microservice | 7,823 | [
"no_license"
] | [
{
"path": "microservice_go_aws/roles/microservice/tasks/main.yml",
"content": "---\n- name: install gorilla/mux\n command: go get -u github.com/gorilla/mux\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | microservice_go_aws/roles/project | 7,823 | [
"no_license"
] | [
{
"path": "microservice_go_aws/roles/project/tasks/main.yml",
"content": "---\n- name: copy project calculator\n copy:\n src: ./calculator\n dest: /home/ubuntu/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | microservice_go_aws/roles/service | 7,823 | [
"no_license"
] | [
{
"path": "microservice_go_aws/roles/service/tasks/main.yml",
"content": "---\n- name: set custom init script\n copy:\n src: etc/systemd/system/calculator.service\n dest: /etc/systemd/system/calculator.service\n \n- name: enable service calculator\n shell: systemctl enable calculator && systemctl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | nosql_provision/roles/base | 7,823 | [
"no_license"
] | [
{
"path": "nosql_provision/roles/base/tasks/main.yml",
"content": "---\n- name: update and upgrade packages\n apt:\n upgrade: yes\n update_cache: yes ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | nosql_provision/roles/cass | 7,823 | [
"no_license"
] | [
{
"path": "nosql_provision/roles/cass/tasks/main.yml",
"content": "---\n- name: Add repository\n shell: echo \"deb http://www.apache.org/dist/cassandra/debian 311x main\" | tee -a /etc/apt/sources.list.d/cassandra.sources.list\n\n- name: Add cassandra apt key\n apt_key:\n url: https://www.apache.org/di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | nosql_provision/roles/elasticsearch | 7,823 | [
"no_license"
] | [
{
"path": "nosql_provision/roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Add ES apt key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Download transport-https\n apt:\n name: apt-transport-https\n\n- name: Add repository\n apt_rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | nosql_provision/roles/jdk | 7,823 | [
"no_license"
] | [
{
"path": "nosql_provision/roles/jdk/tasks/main.yml",
"content": "---\n- name: install Java JDK\n apt:\n name: openjdk-8-jdk\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | nosql_provision/roles/kafka | 7,823 | [
"no_license"
] | [
{
"path": "nosql_provision/roles/kafka/vars/main.yml",
"content": "---\nversion_kafka: 2.3.0/kafka_2.12-2.3.0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "nosql_provision/roles/kafka/tasks/main.yml",
"content": "---\n- name: Create directory... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | nosql_provision/roles/permission | 7,823 | [
"no_license"
] | [
{
"path": "nosql_provision/roles/permission/tasks/main.yml",
"content": "---\n- name: Create an insecure file\n file:\n path: /tmp\n owner: root\n group: root\n mode: '1777'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | bbeckerdarosa/devops_sandbox | d7ce89a22b032b05613a047c8de14f374962c544 | 0 | nosql_provision/roles/redis | 7,823 | [
"no_license"
] | [
{
"path": "nosql_provision/roles/redis/vars/main.yml",
"content": "---\nversion_redis: 5:4.0.9-1ubuntu0.2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "nosql_provision/roles/redis/tasks/main.yml",
"content": "---\n- name: Install Redis\n apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | ReneM73/ontap | a5f26bdc4dc70f8ecf60a87c9497fed3a95b5167 | 0 | roles/aggregate | 7,823 | [
"no_license"
] | [
{
"path": "roles/aggregate/README.md",
"content": "# AGGREGATE Management Role\n\nThis Ansible role is designed to manage aggregate on NetApp ONTAP systems.\n\n## Documentation\n\nFor detailed information on how to use modules, please refer to the official Ansible documentation. [Link](https://docs.ansible.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2212,
"all_permissive": false
} |
ansible_role | ReneM73/ontap | a5f26bdc4dc70f8ecf60a87c9497fed3a95b5167 | 0 | roles/igroup | 7,823 | [
"no_license"
] | [
{
"path": "roles/igroup/handlers/main.yml",
"content": "---\n# handlers file for igroup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/igroup/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ig... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2867,
"all_permissive": false
} |
ansible_role | ReneM73/ontap | a5f26bdc4dc70f8ecf60a87c9497fed3a95b5167 | 0 | roles/lun | 7,823 | [
"no_license"
] | [
{
"path": "roles/lun/tasks/main.yml",
"content": "---\n- name: Execute ONTAP_LUN\n delegate_to: localhost\n netapp.ontap.na_ontap_lun:\n # Login information\n hostname: \"{{ cluster_name }}\"\n username: \"{{ netapp_username }}\"\n password: \"{{ <PASSWORD> }}\"\n https: true\n validate_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4060,
"all_permissive": false
} |
ansible_role | ReneM73/ontap | a5f26bdc4dc70f8ecf60a87c9497fed3a95b5167 | 0 | roles/qtree | 7,823 | [
"no_license"
] | [
{
"path": "roles/qtree/defaults/main.yml",
"content": "---\n# defaults file for qtree\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/qtree/handlers/main.yml",
"content": "---\n# handlers file for qtree\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | ReneM73/ontap | a5f26bdc4dc70f8ecf60a87c9497fed3a95b5167 | 0 | roles/rest | 7,823 | [
"no_license"
] | [
{
"path": "roles/rest/handlers/main.yml",
"content": "---\n# handlers file for rest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/rest/vars/main.yml",
"content": "---\n# vars file for rest\n",
"license_type": "no_license",
"de... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3857,
"all_permissive": false
} |
ansible_role | ReneM73/ontap | a5f26bdc4dc70f8ecf60a87c9497fed3a95b5167 | 0 | roles/snapmirror | 7,823 | [
"no_license"
] | [
{
"path": "roles/snapmirror/defaults/main.yml",
"content": "---\n# defaults file for snapmirror\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/snapmirror/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2200,
"all_permissive": false
} |
ansible_role | ReneM73/ontap | a5f26bdc4dc70f8ecf60a87c9497fed3a95b5167 | 0 | roles/volume | 7,823 | [
"no_license"
] | [
{
"path": "roles/volume/README.md",
"content": "# Volume Management Role\n\nThis Ansible role is designed to manage volumes on NetApp ONTAP systems.\n\n## Documentation\n\nFor detailed information on how to use modules, please refer to the official Ansible documentation. [Link](https://docs.ansible.com/ansi... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5599,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/add_keys | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/add_keys/tasks/main.yaml",
"content": "- name: add key\n copy:\n src: \"config/cloud.key\"\n dest: ~/.ssh/cloud.key\n# owner: ubuntu\n# group: ubuntu\n mode: 0600",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/clone_git | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/clone_git/tasks/main.yaml",
"content": "# ---\n# - name: add ssh key for github\n# copy:\n# src: \"config/cloud.key\"\n# dest: /home/ubuntu/.ssh/cloudkey\n# owner: ubuntu\n# group: ubuntu\n# mode: 0600\n# copy GitHub private key to server\n\n# - name: configure... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/create_instances | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/create_instances/tasks/main.yaml",
"content": "# Create an instance on NeCTAR\n- name: Create an instance\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ item.flavor }}'\n availability_zone: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1372,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/deploy_analysis | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_analysis/tasks/main.yaml",
"content": "- name: stop previous \n become:\n yes\n shell: docker ps -q --filter ancestor=\"comp90024:analysis\" | xargs -r docker stop\n- name: build docker\n become:\n yes\n shell: docker build -t comp90024:analysis .\n args:\n chdi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/deploy_backend | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_backend/tasks/main.yaml",
"content": "- name: Shut down previous server\n become:\n yes\n shell: docker-compose down --rmi local\n args:\n chdir: /home/ubuntu/COMP90024/comp90024/backend\n\n- name: Start server\n shell: docker-compose up -d --build\n args:\n chd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/deploy_crawler_search | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_crawler_search/tasks/main.yaml",
"content": "# - name: Shut down previous server\n# become:\n# yes\n# shell: docker-compose down --rmi local\n# args:\n# chdir: /home/ubuntu/COMP90024/comp90024/crawler\n#\n- name: stop previous \n become:\n yes\n shell: dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/deploy_crawler_stream | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_crawler_stream/tasks/main.yaml",
"content": "- name: stop previous \n become:\n yes\n shell: docker ps -q --filter ancestor=\"comp90024/crawler-stream\" | xargs -r docker stop\n- name: build docker\n become:\n yes\n shell: docker build -t comp90024/crawler-stream .\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/git_pull | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/git_pull/tasks/main.yaml",
"content": "- name: git pull\n become: yes\n become_method: sudo\n shell: git pull \n args:\n chdir: '{{ git_dir }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | meiyalian/VICTweetAnalyzer | cc92c96524c7b1056b58113677c605ca42ff2716 | 0 | ansible/roles/prepare_couchdb | 7,823 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_couchdb/tasks/main.yaml",
"content": "- name: prepare_database\n become: yes\n shell: python previews.py \n args:\n chdir: '{{ prepare_dir }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | sergeydrake/ansible_files | a192d78b10dd46406dd0ac7d59b636a0fb13637c | 0 | roles/copy_site | 7,823 | [
"no_license"
] | [
{
"path": "roles/copy_site/vars/main.yml",
"content": "---\n# vars file for copy_site\n\ndocument_root: /var/www/html\napp_root: html_demo_site\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/copy_site/handlers/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | sergeydrake/ansible_files | a192d78b10dd46406dd0ac7d59b636a0fb13637c | 0 | roles/nginx_config | 7,823 | [
"no_license"
] | [
{
"path": "roles/nginx_config/tasks/main.yml",
"content": "---\n# tasks file for nginx_config\n\n- name: apply nginx template\n template:\n src: templates/nginx.conf.j2\n dest: /etc/nginx/sites-available/default\n notify: restart nginx\n\n- name: enable new site\n file:\n src: /etc/nginx/sites-a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | sergeydrake/ansible_files | a192d78b10dd46406dd0ac7d59b636a0fb13637c | 0 | roles/nginx_install | 7,823 | [
"no_license"
] | [
{
"path": "roles/nginx_install/tasks/main.yml",
"content": "---\n# tasks file for nginx_install\n#\n- name: Install Nginx\n apt:\n name: nginx\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | sergeydrake/ansible_files | a192d78b10dd46406dd0ac7d59b636a0fb13637c | 0 | roles/useradd | 7,823 | [
"no_license"
] | [
{
"path": "roles/useradd/tasks/main.yml",
"content": "---\n# tasks file for useradd\n- name: Add user & copy ssh key\n import_tasks: user.yml\n become: yes\n\n- name: Copy ssh config on servers\n import_tasks: ssh.yml\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | suhanovv/ailove-playbook | 6ba2ec6c21bd459e731e8ffb39da453ea5b3c4d1 | 0 | provision/roles/php | 7,823 | [
"no_license"
] | [
{
"path": "provision/roles/php/templates/nginx.j2",
"content": "server {\n listen 80;\n server_name {{ project }}.lo;\n\n access_log /srv/www/{{ project }}/logs/{{ project }}.nginx-acc;\n error_log /srv/www/{{ project }}/logs/{{ project }}.nginx-err;\n\n\n client_max_body_size 256m;\n loca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4151,
"all_permissive": false
} |
ansible_role | suhanovv/ailove-playbook | 6ba2ec6c21bd459e731e8ffb39da453ea5b3c4d1 | 0 | provision/roles/python | 7,823 | [
"no_license"
] | [
{
"path": "provision/roles/python/vars/main.yml",
"content": "---\nvenv_dir: '{{ project_dir }}/python'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "provision/roles/python/templates/nginx.j2",
"content": "server {\n listen 80;\n server... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4810,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/base_pkgs | 7,818 | [
"no_license"
] | [
{
"path": "roles/base_pkgs/tasks/main.yml",
"content": "# install basic packages\n\n- name: install basic packages- mtr, vim, less, unzip from neko\n shell: \"cd /usr/nekoware ; ./nekodeps.pl {{ item }} ; ./install.sh\"\n become: true\n ignore_errors: yes\n register: nekodeps_output\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/base_x | 7,818 | [
"no_license"
] | [
{
"path": "roles/base_x/tasks/main.yml",
"content": "# setup x11 for xdmcp\n- name: Fix xdm-config session\n lineinfile:\n path: /var/X11/xdm/xdm-config\n line: 'DisplayManager.Xmanager.session: /var/X11/xdm/Xsession'\n state: present\n backup: yes\n- name: Fix xdm-config loginProgram\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 822,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/bootstrap | 7,818 | [
"no_license"
] | [
{
"path": "roles/bootstrap/files/wget_install.sh",
"content": "#!/sbin/sh\n\ncd /tmp/wget_bundle\n\ninst -E -a -f neko_wget-1.11.3.tardist \\\n -a -f neko_gettext-0.18.1.1.tardist \\\n -a -f neko_glib-2.28.8-11.tardist \\\n -a -f neko_libcroco-0.6.2-5.tardist \\\n -a -f neko_libiconv-1.14.tardist \\\n ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 11220,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/final_touches | 7,818 | [
"no_license"
] | [
{
"path": "roles/final_touches/tasks/main.yml",
"content": "# final config touches\n- name: copy motd\n copy:\n src: files/motd.txt\n dest: /etc/motd\n mode: 0755\n\n- name: Download f-config file\n get_url:\n url: http://irix.fun/storage/flex.txt\n dest: /var/flexlm/license.dat\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/findutils | 7,818 | [
"no_license"
] | [
{
"path": "roles/findutils/tasks/main.yml",
"content": "- name: install findutils\n shell: \"cd /usr/nekoware ; ./nekodeps.pl findutils ; ./install.sh\"\n become: true\n ignore_errors: yes\n register: findutils_output\n\n- name: findutils results\n debug: \n msg: \"{{ findutils_output }}\"\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/nekodeps | 7,818 | [
"no_license"
] | [
{
"path": "roles/nekodeps/files/nekodeps.conf",
"content": "#!/usr/bin/perl\n# This file is read directly from nekodeps.pl. It needs to be\n# found in conf/nekodeps.conf relative to the current working\n# directory from which nekodeps.pl is ran, and it needs to be\n# a valid Perl file.\n\n# The options here... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 20352,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/networking | 7,818 | [
"no_license"
] | [
{
"path": "roles/networking/templates/sys_id.j2",
"content": "{{ inventory_hostname }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/networking/files/restart_net.sh",
"content": "#!/bin/sh\n/etc/init.d/network stop\n/etc/init.d/network ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2070,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/ntp | 7,818 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "# configure ntpd \n- import_tasks: configure_ntpd.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/ntp/tasks/configure_ntpd.yml",
"content": "- name: add ntp server\n lineinfile: \n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/remote_x11 | 7,818 | [
"no_license"
] | [
{
"path": "roles/remote_x11/tasks/main.yml",
"content": "# setup x11 for remote display\n- name: set perms\n file:\n path: /var/X11/xdm/xdm-config\n owner: root\n group: sys\n mode: 0644\n- name: fix xdm-config\n lineinfile:\n path: /var/X11/xdm/xdm-config\n regexp: '^DisplayManager\\*au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1382,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/security | 7,818 | [
"no_license"
] | [
{
"path": "roles/security/tasks/enable_services.yml",
"content": "- name: enable verbose noiconlogin services\n shell: chkconfig {{ item }} on\n with_items:\n - verbose\n - noiconlogin",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2539,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/setup_bash | 7,818 | [
"no_license"
] | [
{
"path": "roles/setup_bash/tasks/main.yml",
"content": "- name: add bash to shells\n lineinfile: \n path: /etc/shells\n line: '/usr/nekoware/bin/bash'\n\n# reg not allowed\n# register: bash_added_to_shells",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/testing | 7,818 | [
"no_license"
] | [
{
"path": "roles/testing/tasks/main.yml",
"content": "- name: Test command.\n raw: ps -ef\n become: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 49,
"all_permissive": false
} |
ansible_role | unxmaal/irix_ansible | 71ca703d08ce4f2b341bb4e84620461ad25d7802 | 12 | roles/user_setup | 7,818 | [
"no_license"
] | [
{
"path": "roles/user_setup/tasks/main.yml",
"content": "# create a new user account\n- name: Add user {{ new_user_account }}\n shell: \"/usr/sysadm/privbin/addUserAccount -l {{ new_user_account }} -u 501 -g 20 -G '{{ new_user_first_name }} {{ new_user_last_name }}' -C -H /usr/people/{{ new_user_account }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | archlinuxpl/infrastructure | 5fa20b038b1422050bdfbb919a85a15cd027bbbf | 0 | roles/common | 7,818 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: update pacman cache\n pacman: update_cache=yes\n\n- name: start and enable timesyncd\n service: name=systemd-timesyncd state=started enabled=yes\n\n- name: generate locales\n locale_gen: name={{ item }} state=present\n with_items:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10842,
"all_permissive": false
} |
ansible_role | archlinuxpl/infrastructure | 5fa20b038b1422050bdfbb919a85a15cd027bbbf | 0 | roles/forum | 7,818 | [
"no_license"
] | [
{
"path": "roles/forum/templates/php-fpm.conf.j2",
"content": "[global]\nerror_log = syslog\ndaemonize = no\n\n[forum]\nlisten = /run/php-fpm/forum.socket\nlisten.owner = php-forum\nlisten.group = http\nlisten.mode = 0660\n\npm = ondemand\npm.max_children = 2\n\nphp_admin_value[open_basedir] = /srv/http/for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4911,
"all_permissive": false
} |
ansible_role | archlinuxpl/infrastructure | 5fa20b038b1422050bdfbb919a85a15cd027bbbf | 0 | roles/mariadb | 7,818 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n- name: install mariadb\n pacman: name=mariadb,mysql-python state=present\n\n- name: initialize mariadb\n command: mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql\n args:\n creates: /var/lib/mysql/mysql\n\n- name: start a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | archlinuxpl/infrastructure | 5fa20b038b1422050bdfbb919a85a15cd027bbbf | 0 | roles/nginx | 7,818 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx\n pacman: name=nginx,nginx-mod-brotli,certbot state=present\n\n- name: configure nginx\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf owner=root group=root mode=0644\n notify:\n - restart nginx\n\n- name: snippets... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3158,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.