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 | git67/.init | d987fa0b8e9cc62a0a12f8bc80519bc1a47c24bf | 0 | ansible_collections/linux/docker/roles/r_install_docker_ubuntu | 116 | [
"no_license"
] | [
{
"path": "ansible_collections/linux/docker/roles/r_install_docker_ubuntu/handlers/main.yml",
"content": "---\n# handlers file for r_install_docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible_collections/linux/docker/roles/r_install_d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2269,
"all_permissive": false
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/basic | 116 | [
"permissive"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "---\n- include: tools.yml\n- include: users.yml\n- include: config.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 68
},
{
"path": "roles/basic/tasks/tools.yml",
"content": "- nam... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4566,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/confluent-platform | 116 | [
"permissive"
] | [
{
"path": "roles/confluent-platform/defaults/main.yml",
"content": "---\n# Installation versions\nconfluent_os_user_name: \"confluent\"\nconfluent_platform_version: \"4.1\"\nconfluent_platform_scala_version: \"2.11\"\n\n# Installation components\nconfluent_platform_install_platform: false\nconfluent_platfor... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8451,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/firewall | 116 | [
"permissive"
] | [
{
"path": "roles/firewall/defaults/main.yml",
"content": "---\n# Configuration\nfirewall_open_ip_subnets:\n - \"172.16.31.10/32\" # Sample subnet\n#firewall_dynamic_ip_hostname: \"something.freemyip.com\" # If you want to allow access from a dynamic IP, otherwise leave undefined\nfirewall_dynamic_ip_scipt_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3126,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/hadoop | 116 | [
"permissive"
] | [
{
"path": "roles/hadoop/handlers/main.yml",
"content": "---\n- name: format-hadoop-namenode\n shell: \"{{ hadoop_install_dir }}/bin/hdfs namenode -format -nonInteractive\" # add -force to always format\n become: true\n become_user: \"{{ hadoop_os_user_name }}\"\n notify:\n - restart-service-hadoop\n\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 11354,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/hive | 116 | [
"permissive"
] | [
{
"path": "roles/hive/templates/hive-metastore.service.j2",
"content": "[Unit]\nDescription=Apache Hive Metastore\nAfter=network.target\n\n[Service]\nType=simple\nUser={{ hive_os_user_name }}\nGroup={{ hive_os_group_name }}\nEnvironment=HADOOP_HOME={{ hadoop_link_dir }}\nExecStart={{ hive_link_dir }}/bin/hi... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10041,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/hortonworks-data-platform | 116 | [
"permissive"
] | [
{
"path": "roles/hortonworks-data-platform/README.md",
"content": "# Hortonworks Data Platform role for Ansible\n\n## Installation\n\nTo apply the role like this (given the servers were already configured with \"basic\" and \"firewall\" rules):\n\n```bash\n$ ansible-playbook --user=username data-platform.ym... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 13163,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/java | 116 | [
"permissive"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: install add-apt-repostory\n become: yes\n apt:\n name: software-properties-common\n state: latest\n\n# Oracle Java 8\n\n#- name: add webupd8 Oracle Java repo\n# become: yes\n# apt_repository:\n# repo: \"ppa:webupd8team/java\"\n#\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1131,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/kafdrop | 116 | [
"permissive"
] | [
{
"path": "roles/kafdrop/README.md",
"content": "# Kafdrop role for Ansible\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 27
},
{
"path": "roles/kafdrop/handlers/main.yml",
"content": "---\n- name: register-autostart-service-kafdrop\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2937,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/letsencrypt-certbot | 116 | [
"permissive"
] | [
{
"path": "roles/letsencrypt-certbot/defaults/main.yml",
"content": "---\n# Configuration\nletsencrypt_domain_names: # If you use freemyip.com for domain names, put them here\n - \"input.data-platform.example\"\n - \"schema-registry.data-platform.example\"\nletsencrypt_notifications_email: \"<EMAIL>\"\nle... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3310,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/nifi | 116 | [
"permissive"
] | [
{
"path": "roles/nifi/defaults/main.yml",
"content": "---\n# Installation\nnifi_package_mirror: \"https://archive.apache.org/dist\"\nnifi_version: \"1.19.0\"\n\nnifi_archive_filename: \"nifi-{{ nifi_version }}-bin.zip\"\nnifi_archive_source: \"{{ nifi_package_mirror }}/nifi/{{ nifi_version }}/{{ nifi_archiv... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6456,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/presto | 116 | [
"permissive"
] | [
{
"path": "roles/presto/tasks/install.yml",
"content": "---\n- name: ensure Presto group exists\n group:\n name: \"{{ presto_os_group_name }}\"\n\n- name: ensure Presto user exists\n user:\n name: \"{{ presto_os_user_name }}\"\n group: \"{{ presto_os_group_name }}\"\n shell: /bin/bash\n pas... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9834,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/schema-registry-ui | 116 | [
"permissive"
] | [
{
"path": "roles/schema-registry-ui/templates/env.js",
"content": "var clusters = [\n {\n NAME: \"prod\",\n SCHEMA_REGISTRY: \"http://{{ schema_registry_domain_name }}:{{ schema_registry_listener_port }}\", // Schema Registry service URL (i.e. http://localhost:8081)\n COLOR: \"#141414\", // option... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8584,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/spark | 116 | [
"permissive"
] | [
{
"path": "roles/spark/defaults/main.yml",
"content": "---\nspark_package_mirror: \"http://www-eu.apache.org/dist\"\nspark_version: \"2.4.1\"\n\nspark_archive_filename: \"spark-{{ spark_version }}-bin-hadoop2.7.tgz\"\nspark_archive_url: \"{{ spark_package_mirror }}/spark/spark-{{ spark_version }}/{{ spark_a... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3641,
"all_permissive": true
} |
ansible_role | dmytro-lytvyn/dp-ansible-roles | f2fab9466bce1b3e708e3766d5a7fff7b91fa1ae | 2 | roles/unattended-upgrades | 116 | [
"permissive"
] | [
{
"path": "roles/unattended-upgrades/tasks/install.yml",
"content": "- name: install unattended-upgrades and mailutils packages\n apt:\n name: ['unattended-upgrades','mailutils']\n state: latest\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2450,
"all_permissive": true
} |
ansible_role | carlalucio/pointer-apps | dff7e5115a03e718f0e8e1ad0c96e15704c03ac5 | 0 | roles/pointer-app | 116 | [
"no_license"
] | [
{
"path": "roles/pointer-app/vars/main.yml",
"content": "---\n# vars file for pointer-app\nhash: \"{{ lookup('password', '/dev/null chars=ascii_letters,digit length=8', seed=inventory_hostname) | lower }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1556,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/docker | 116 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Store the release short code\n shell: \"lsb_release -cs\"\n register: lsb_release\n\n- name: Add docker repo keyserver key\n apt_key:\n url: \"https://download.docker.com/linux/ubuntu/gpg\"\n become: yes\n become_method: sudo\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/lxd | 116 | [
"no_license"
] | [
{
"path": "roles/lxd/tasks/main.yml",
"content": "---\n- name: Add LXD repo to our sources\n apt_repository:\n repo: ppa:ubuntu-lxc/lxd-stable\n state: present\n become: yes\n become_method: sudo\n\n- name: Install LXD\n apt: pkg={{ item }} state=present\n with_items:\n - lxd\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/neovim | 116 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- name: Download my neovim config\n git: repo=https://github.com/andrewebdev/neovim-config.git\n dest=~/.config/nvim\n force={{ vim_force }}\n ignore_errors: true\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/nodejs | 116 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Add the NodeJS PPA\n shell: \"curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -\"\n become: yes\n become_method: sudo\n\n- name: Install nodejs\n apt:\n pkg: nodejs\n state: present\n update_cache: yes\n become: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/postgres | 116 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: Install postgresql and pgadmin3\n apt:\n pkg: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - postgresql\n - postgresql-contrib\n - python-psycopg2\n - pgadmin3\n - libpcre3\n - libpcre3-dev... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/powerline | 116 | [
"no_license"
] | [
{
"path": "roles/powerline/tasks/main.yml",
"content": "# We use powerline in more than one app, so this roll will install\n# it globally, and should run before the tmux and vim roles\n---\n- name: Install powerline\n shell: pip install powerline-status\n become: yes\n become_method: sudo\n\n- name: Down... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/tmux | 116 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n- name: Check that dependencies exists\n apt: pkg={{ item }} state=present\n with_items:\n - gem\n # - tmux\n become: yes\n become_method: sudo\n\n- name: Check that the tmux dir exists\n file:\n path: ~/.tmux\n state: directory\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4369,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/vim | 116 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: Prepare the vim directories\n file:\n path: ~/.vim/bundle\n state: directory\n\n- name: Install vim and various dependencies\n apt: pkg={{ item }} state=present\n with_items:\n - vim\n - vim-gtk\n become: yes\n become_method: su... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | andrewebdev/workshop | 032f09bf4c3db6598a57ce55e7571b3507ee3af9 | 0 | roles/yarn | 116 | [
"no_license"
] | [
{
"path": "roles/yarn/tasks/main.yml",
"content": "---\n- name: Add yarn public key\n apt_key:\n url: \"https://dl.yarnpkg.com/debian/pubkey.gpg\"\n state: present\n become: yes\n become_method: sudo\n\n- name: Add the yarn repository\n apt_repository:\n repo: \"deb https://dl.yarnpkg.com/debia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | lucheng0127/octopus | a53b3f552a78a2a4c1721727277d2a2bf0c78d2a | 0 | scripts/setup_k8s/roles/master_init | 116 | [
"no_license"
] | [
{
"path": "scripts/setup_k8s/roles/master_init/tasks/main.yml",
"content": "---\n- name: Copy kubeadm cfg\n template:\n src: kubeadm.conf.j2\n dest: /root/kubeadm.conf\n mode: 0660\n\n- name: Init master\n shell: |\n kubeadm init --config /root/kubeadm.conf\n\n- name: Config master\n shell: |... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | lucheng0127/octopus | a53b3f552a78a2a4c1721727277d2a2bf0c78d2a | 0 | scripts/setup_k8s/roles/master_join | 116 | [
"no_license"
] | [
{
"path": "scripts/setup_k8s/roles/master_join/handlers/main.yml",
"content": "---\n# handlers file for master_join",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "scripts/setup_k8s/roles/master_join/vars/main.yml",
"content": "---\n# vars file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | lucheng0127/octopus | a53b3f552a78a2a4c1721727277d2a2bf0c78d2a | 0 | scripts/setup_k8s/roles/net_plugin | 116 | [
"no_license"
] | [
{
"path": "scripts/setup_k8s/roles/net_plugin/vars/main.yml",
"content": "---\n# vars file for net_plugin",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "scripts/setup_k8s/roles/net_plugin/tasks/main.yml",
"content": "---\n- name: Copy netplugi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | lucheng0127/octopus | a53b3f552a78a2a4c1721727277d2a2bf0c78d2a | 0 | scripts/setup_k8s/roles/node_prepare | 116 | [
"no_license"
] | [
{
"path": "scripts/setup_k8s/roles/node_prepare/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - node_prepare",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "scripts/setup_k8s/roles/node_prepare/templates/h... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4014,
"all_permissive": false
} |
ansible_role | geraldwuhoo/archlinux-config | 8c4af543377fb14819d57d2a672a9b7250eea27a | 0 | roles/common | 116 | [
"no_license"
] | [
{
"path": "roles/common/tasks/services.yml",
"content": "# vim: ts=2 sw=2 smartindent\n\n- name: Enable and start podman systemd socket\n ansible.builtin.systemd:\n name: podman.socket\n state: started\n enabled: yes\n\n- name: Enable and start podman user socket\n ansible.builtin.systemd:\n n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2996,
"all_permissive": false
} |
ansible_role | geraldwuhoo/archlinux-config | 8c4af543377fb14819d57d2a672a9b7250eea27a | 0 | roles/dotfiles | 116 | [
"no_license"
] | [
{
"path": "roles/dotfiles/files/.zsh/abbreviations.zsh",
"content": "setopt extendedglob\n\ntypeset -A abbrevs\n\n# General aliases\nabbrevs=(\n \"ll\" \"ls -lah\"\n \":q\" \"exit\"\n \"sz\" \"source ~/.zshrc\"\n \"wreboot\" \"sudo efibootmgr --bootnext DC5B\"\n \"mpv\" ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 28899,
"all_permissive": false
} |
ansible_role | geraldwuhoo/archlinux-config | 8c4af543377fb14819d57d2a672a9b7250eea27a | 0 | roles/zfs | 116 | [
"no_license"
] | [
{
"path": "roles/zfs/vars/main.yml",
"content": "---\nsyncoid:\n - name: 'local'\n src: 'zroot'\n dest: 'zbackup/zroot'\n frequency: 'every 3 hours'\n timer: |\n OnBootSec=5min\n OnUnitActiveSec=3h\n\n - name: 'remote'\n src: 'zbackup/zroot'\n dest: '<EMAIL>:storage/ds2/backups... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | alxbrd/opspress | 5dfcb66cd2fa9fef8555f156942597ac0310def3 | 0 | provisioning/ansible/roles/wordpress | 116 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n\n# epel\n\n- name: Install EPEL repo\n yum: name=epel-release state=installed\n\n# git\n\n- name: Install git\n yum: name=git state=installed\n\n# firewall\n\n- name: Ensure firewall allows httpd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3167,
"all_permissive": false
} |
ansible_role | oleh-v/Ansible-Create-User | 4927558a9e5bd770558d220939151d7c85d69fc0 | 0 | roles/01_user | 116 | [
"no_license"
] | [
{
"path": "roles/01_user/tasks/main.yml",
"content": "---\n# Add User\n\n#- include_vars: ../../group_vars/users.yml\n\n\n\n##########\n\n- name: Create new User\n user:\n name: \"{{ username }}\"\n comment: \"{{ comment }}\"\n shell: /bin/bash\n createhome: yes\n groups: \"{{ add_to_groups ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2285,
"all_permissive": false
} |
ansible_role | ksato-uluru/junks | 1b0a0e5303bdfde4d3c8b98c38618d8011d21679 | 0 | playbooks/roles/elasticsearch | 116 | [
"no_license"
] | [
{
"path": "playbooks/roles/elasticsearch/tasks/main.yml",
"content": "---\n# tasks file for elasticsearch\n\n- stat:\n path: /tmp/elasticsearch-5.2.2.tar.gz\n register: tar_file\n\n- stat:\n path: /opt/elasticsearch-5.2.2\n register: target_dir\n\n- name: download\n get_url:\n url: https://artif... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | ksato-uluru/junks | 1b0a0e5303bdfde4d3c8b98c38618d8011d21679 | 0 | playbooks/roles/php7 | 116 | [
"no_license"
] | [
{
"path": "playbooks/roles/php7/handlers/main.yml",
"content": "---\n# handlers file for php7\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "playbooks/roles/php7/vars/main.yml",
"content": "---\n# vars file for php7\nsrc_dir: /usr/src\nphp_v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3168,
"all_permissive": false
} |
ansible_role | Jegapriya/devops301-Capstone | d8c2bf8c55379ea63f286ae94e5b3f5ddac85d6d | 0 | 05-Ansible/07-Roles/roles/jbossserver | 116 | [
"no_license"
] | [
{
"path": "05-Ansible/07-Roles/roles/jbossserver/tasks/main.yml",
"content": "---\n# tasks file for jbossserver\n- name: JBoss Home Dir\n file: path={{doc_jboss}}/jboss state=directory\n\n- name: Install Default JDK 1.8\n apt: name=default-jdk state=present\n\n- name: Download JBoss Tar\n get_url: url={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | 4km3/kubelab | 8cbc6523e38e3bf2e3c8ad93b049ed55e0270de9 | 1 | roles/apt | 118 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "---\n- name: Disable auto-updates\n become: yes\n template:\n src: 20auto-upgrades.j2\n dest: /etc/apt/apt.conf.d/20auto-upgrades\n mode: 0644\n owner: root\n\n- name: Update host\n become: yes\n apt:\n upgrade: dist\n force_apt_get: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | 4km3/kubelab | 8cbc6523e38e3bf2e3c8ad93b049ed55e0270de9 | 1 | roles/k8s | 118 | [
"no_license"
] | [
{
"path": "roles/k8s/tasks/main.yml",
"content": "---\n- name: Disable swap in host\n become: yes\n command: swapoff -a\n\n- name: Disable swap at fstab\n become: yes\n lineinfile:\n path: /etc/fstab\n state: absent\n regexp: '^/swapfile'\n\n- name: Enable br_netfilter module load\n become: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3359,
"all_permissive": false
} |
ansible_role | alihonosova/ec2-lamp | c456fbff68367eb7f42b09485900770caa1b9052 | 0 | roles/php | 118 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install PHP 7 with the most common packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php\n - php-mbstring\n - php-gd\n - php-mysql\n - php-pdo\n notify: restart Apache\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | NathiGJ/Playbooks-and-roles | bf8c9ac4a866fb0e63d2fefbe07f2d7829374348 | 0 | copy-move-fd/roles/file_trans | 118 | [
"no_license"
] | [
{
"path": "copy-move-fd/roles/file_trans/tasks/main.yml",
"content": "---\n- name: Create a file on server-1\n file: \n path: /home/ansi-admin/newfiles/dummy_file_6\n state: touch\n when: ansible_hostname == 'server-1'\n\n- name: Create file on Server-2\n file:\n path: /home/ansi-admin/stores/sto... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | NathiGJ/Playbooks-and-roles | bf8c9ac4a866fb0e63d2fefbe07f2d7829374348 | 0 | cp-between-servers/roles/cpy-btwn | 118 | [
"no_license"
] | [
{
"path": "cp-between-servers/roles/cpy-btwn/tasks/main.yml",
"content": "---\n- name: a file from server2 to server-1\n\n tasks:\n - name: processing\n hosts: server-2 \n synchronize:\n src: \"{{ source }}\"\n dest: \"{{ destination }}\"\n mode: push\n delegate_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | Aamirmuhammad91/TIB-Terminology-Service-Statistics-box | 86cf5ba089927496239c53e31be742e25256d678 | 0 | ansible/roles/git | 118 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "- name: Install sandbox packages\n become: yes\n package:\n name: git\n state: present\n tags:\n - root-task\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | Aamirmuhammad91/TIB-Terminology-Service-Statistics-box | 86cf5ba089927496239c53e31be742e25256d678 | 0 | ansible/roles/java | 118 | [
"no_license"
] | [
{
"path": "ansible/roles/java/vars/main.yml",
"content": "java_package_name: openjdk-17-jdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "---\n- name: Ensure Java 17 is installed\n become: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | Aamirmuhammad91/TIB-Terminology-Service-Statistics-box | 86cf5ba089927496239c53e31be742e25256d678 | 0 | ansible/roles/maven | 118 | [
"no_license"
] | [
{
"path": "ansible/roles/maven/tasks/main.yml",
"content": "- name: Install Maven\n become: yes\n package:\n name: maven\n state: present\n tags:\n - root-tasks\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 | Aamirmuhammad91/TIB-Terminology-Service-Statistics-box | 86cf5ba089927496239c53e31be742e25256d678 | 0 | ansible/roles/sandbox | 118 | [
"no_license"
] | [
{
"path": "ansible/roles/sandbox/tasks/main.yml",
"content": "- name: checkout SANDBOX locally\n git:\n repo: '{{ sandbox_repo }}'\n dest: '{{ sandbox_base_dir }}'\n force: yes\n version: '{{ sandbox_version }}'\n\n- name: Run Docker Compose up\n command: docker compose up --force-recreate --b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | BroadcomSaaSOps/sarkastic-genius | 5b7996018f1a9543ed774d5cefacedc1afeb9de5 | 0 | roles/app-uimprobe-initscript | 118 | [
"no_license"
] | [
{
"path": "roles/app-uimprobe-initscript/files/nimbus_status.sh",
"content": "#!/bin/sh\n#\n# chkconfig: 345 99 1\n# description: Start and stop script for NimBUS monitoring Robot.\n#\n### BEGIN INIT INFO\n# Provides: nimbus\n# Required-Start: $local_fs $network +splash_late\n# Required-Stop:\n# Default-Sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3022,
"all_permissive": false
} |
ansible_role | BroadcomSaaSOps/sarkastic-genius | 5b7996018f1a9543ed774d5cefacedc1afeb9de5 | 0 | roles/os-config-etc-passwd | 118 | [
"no_license"
] | [
{
"path": "roles/os-config-etc-passwd/tasks/main.yml",
"content": "---\n - name: Check /etc/passwd for clarity1\n lineinfile:\n path: /etc/passwd\n #dest: /etc/passwd #Ansible <2.2\n regexp: '^clarity1'\n line: '{{ os_config_etcpasswd_line }}'\n backup: yes\n register: resul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | BroadcomSaaSOps/sarkastic-genius | 5b7996018f1a9543ed774d5cefacedc1afeb9de5 | 0 | roles/os-config-nfs | 118 | [
"no_license"
] | [
{
"path": "roles/os-config-nfs/tasks/main.yml",
"content": "---\n- name: Copy /etc/auto.nfs configuration file\n copy:\n src: \"auto.{{ flag_nfs }}\"\n dest: \"/etc/auto.nfs\"\n owner: root\n group: root\n mode: 0644\n backup: yes\n# register: result\n# when: result|failed or result|cha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | BroadcomSaaSOps/sarkastic-genius | 5b7996018f1a9543ed774d5cefacedc1afeb9de5 | 0 | roles/os-config-packages | 118 | [
"no_license"
] | [
{
"path": "roles/os-config-packages/tasks/main.yml",
"content": "---\n- name: Install commonly used packages\n yum: name={{ item }} state=latest\n with_items:\n - bind-utils\n - dialog\n - expect\n# - htop # In a non-default repo\n# - iftop # In a non-default repo\n - net-snmp-utils\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | BroadcomSaaSOps/sarkastic-genius | 5b7996018f1a9543ed774d5cefacedc1afeb9de5 | 0 | roles/os-config-ssh-key | 118 | [
"no_license"
] | [
{
"path": "roles/os-config-ssh-key/tasks/main.yml",
"content": "---\n - name: Ensure public key is in authorized keys\n lineinfile:\n path: '{{ os_config_ssh_key_rundeck_path }}'\n regexp: '{{ os_config_ssh_key_rundeck_regexp }}'\n line: '{{ os_config_ssh_key_rundeck_line }}'\n owner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | BroadcomSaaSOps/sarkastic-genius | 5b7996018f1a9543ed774d5cefacedc1afeb9de5 | 0 | roles/os-config-timezone | 118 | [
"no_license"
] | [
{
"path": "roles/os-config-timezone/tasks/main.yml",
"content": "---\n- name: Symlink /etc/localtime to the appropriate timezone\n file:\n src: \"{{ flag_timezone }}\"\n dest: /etc/localtime\n state: link\n owner: root\n group: root\n...\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | BroadcomSaaSOps/sarkastic-genius | 5b7996018f1a9543ed774d5cefacedc1afeb9de5 | 0 | roles/os-install | 118 | [
"no_license"
] | [
{
"path": "roles/os-install/tasks/main.yml",
"content": "---\n- name: Create provider Terraform File (.tf) from template\n local_action: template src=templates/{{ tf_provider }}-provider.tf dest=./log/os-install-terraform-provider-{{ tf_provider }}.tf mode=0644\n run_once: true\n\n- name: Create host Terr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3886,
"all_permissive": false
} |
ansible_role | BroadcomSaaSOps/sarkastic-genius | 5b7996018f1a9543ed774d5cefacedc1afeb9de5 | 0 | roles/os-validate-java | 118 | [
"no_license"
] | [
{
"path": "roles/os-validate-java/tasks/main.yml",
"content": "---\n - name: Check for the existence of /opt/CA/Cohesion/Agent/jre/bin/java\n file:\n path: /opt/CA/Cohesion/Agent/jre/bin/java\n state: absent\n# register: result\n check_mode: yes\n\n# - debug: var=result.stdout_lines\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | vladhor/ansible-vagrant | 27596d951c573e4be5d6221d445c8d0a56abac7d | 0 | provisioning/roles/post-config | 118 | [
"no_license"
] | [
{
"path": "provisioning/roles/post-config/tasks/main.yml",
"content": "- name: create ssh directory in ansible users home\n ansible.builtin.file:\n path: /home/ansible/.ssh\n state: directory\n owner: ansible\n group: ansible\n mode: '0700'\n\n- name: copy vagrants ssh directory to ansible u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | vladhor/ansible-vagrant | 27596d951c573e4be5d6221d445c8d0a56abac7d | 0 | provisioning/roles/pre-config | 118 | [
"no_license"
] | [
{
"path": "provisioning/roles/pre-config/tasks/main.yml",
"content": "- name: install initiall OS packages \n dnf: \n name: \n - vim\n - git\n - bash-completion\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | vladhor/ansible-vagrant | 27596d951c573e4be5d6221d445c8d0a56abac7d | 0 | provisioning/roles/user-creation | 118 | [
"no_license"
] | [
{
"path": "provisioning/roles/user-creation/defaults/main.yml",
"content": "users: ansible\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "provisioning/roles/user-creation/tasks/main.yml",
"content": "- name: create user ansible \n ansible.b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | bon-accord/mac-builder | 2128059e8ecad9876219fe84150ce73e83a86625 | 0 | ansible/roles/osx | 118 | [
"no_license"
] | [
{
"path": "ansible/roles/osx/vars/main.yml",
"content": "---\nhome_dir_path: \"~\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "ansible/roles/osx/tasks/main.yml",
"content": "#\n# Perform OSX environment setup\n#\n---\n\n- name: 'Check if Ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3177,
"all_permissive": false
} |
ansible_role | bon-accord/mac-builder | 2128059e8ecad9876219fe84150ce73e83a86625 | 0 | ansible/roles/shell | 118 | [
"no_license"
] | [
{
"path": "ansible/roles/shell/defaults/main.yml",
"content": "---\ninstall_openbb: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "ansible/roles/shell/files/.zshrc",
"content": "# Update Path\nexport PATH=${HOME}/bin:~/Library/Python/3... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5280,
"all_permissive": false
} |
ansible_role | vertsynskyi-vasyl/vertsynskyi-vasyl.github.io | 02e247c21f85ed3902763ac7ef5c1dfc48f022d1 | 0 | HW05/playbooks/roles/balancer | 118 | [
"no_license"
] | [
{
"path": "HW05/playbooks/roles/balancer/templates/load-balancer.conf.j2",
"content": "upstream backend {\n {% for item in webservers %}\n server {{ item }};\n {% endfor %}\n }\n\n server {\n listen 80;\n\n location / {\n proxy_redirect off;\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1319,
"all_permissive": false
} |
ansible_role | vertsynskyi-vasyl/vertsynskyi-vasyl.github.io | 02e247c21f85ed3902763ac7ef5c1dfc48f022d1 | 0 | HW05/playbooks/roles/dbserver | 118 | [
"no_license"
] | [
{
"path": "HW05/playbooks/roles/dbserver/tasks/main.yml",
"content": "- name: Install MySQL server\n import_tasks: mysql.yml\n\n- name: Setup mysqld.cnf\n template:\n src=mysqld.cnf.j2\n dest=/etc/mysql/mysql.conf.d/mysqld.cnf\n notify: enable mysql\n",
"license_type": "no_license",
"detect... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 804,
"all_permissive": false
} |
ansible_role | vertsynskyi-vasyl/vertsynskyi-vasyl.github.io | 02e247c21f85ed3902763ac7ef5c1dfc48f022d1 | 0 | HW05/playbooks/roles/webserver | 118 | [
"no_license"
] | [
{
"path": "HW05/playbooks/roles/webserver/tasks/debian_php.yml",
"content": "- name: Update apt cache and install Apache and php\n ansible.builtin.apt:\n pkg:\n - php\n - php-mysql\n - php-zip\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1422,
"all_permissive": false
} |
ansible_role | vertsynskyi-vasyl/vertsynskyi-vasyl.github.io | 02e247c21f85ed3902763ac7ef5c1dfc48f022d1 | 0 | HW08/playbooks/roles/worker | 118 | [
"no_license"
] | [
{
"path": "HW08/playbooks/roles/worker/tasks/docker.yml",
"content": "- name: install packages required by docker\n apt:\n update_cache: yes\n state: latest\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gpg-agent\n - software-properties-common\n\n- name: add docke... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | theoddbunch-code/Automate-CAL-Management-with-Ansible | cd58ba4ed208aee7f68c907ad8eb028ed5db8728 | 0 | roles/manage_cal | 118 | [
"no_license"
] | [
{
"path": "roles/manage_cal/tasks/main.yml",
"content": "---\n- name: Ensure the required Python packages are installed\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - requests\n - openpyxl\n\n- name: Search CAL for Existing Applications\n uri:\n url: \"{{ cal_url }}/api/a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1362,
"all_permissive": false
} |
ansible_role | jmctsm/RHCE_Studying | 34a0a7c8b78b3ce16377ea263568d6c6c18ac8e8 | 0 | Cert_Prep_Exam_D/roles/http | 118 | [
"no_license"
] | [
{
"path": "Cert_Prep_Exam_D/roles/http/defaults/main.yml",
"content": "---\n# defaults file for http\nweb_client: curl\nweb_server: httpd\nweb_config_file: /etc/httpd/conf/httpd.conf\nfirewall_service: http\nweb_dir: /web\nwelinux_type: httpd_sys_content_t\nweb_file: /web/index.html\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2314,
"all_permissive": false
} |
ansible_role | jmctsm/RHCE_Studying | 34a0a7c8b78b3ce16377ea263568d6c6c18ac8e8 | 0 | Exam_Guide_Exam02/roles/configure_apache | 118 | [
"no_license"
] | [
{
"path": "Exam_Guide_Exam02/roles/configure_apache/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - configure_apache",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "Exam_Guide_Exam02/roles/configure_apache... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | jmctsm/RHCE_Studying | 34a0a7c8b78b3ce16377ea263568d6c6c18ac8e8 | 0 | RHCE8_Vid/roles/ssh_modify | 118 | [
"no_license"
] | [
{
"path": "RHCE8_Vid/roles/ssh_modify/vars/main.yml",
"content": "---\n# vars file for ssh_modify",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "RHCE8_Vid/roles/ssh_modify/defaults/main.yml",
"content": "---\n# defaults file for ssh_modify",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | jmctsm/RHCE_Studying | 34a0a7c8b78b3ce16377ea263568d6c6c18ac8e8 | 0 | Unofficial RedHat Exams EX294 and Ansible EX407/exam1/roles/apache | 118 | [
"no_license"
] | [
{
"path": "Unofficial RedHat Exams EX294 and Ansible EX407/exam1/roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: install httpd and firewalld\n yum: \n name: [httpd, firewalld]\n state: latest\n- name: ensure that user apache is created\n user: \n name: apache\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | jmctsm/RHCE_Studying | 34a0a7c8b78b3ce16377ea263568d6c6c18ac8e8 | 0 | exam-a/roles/http | 118 | [
"no_license"
] | [
{
"path": "exam-a/roles/http/tasks/main.yml",
"content": "---\n# tasks file for http\n - name: create the partition\n parted: \n device: /dev/sdb\n number: 1\n label: gpt\n state: present\n part_type: primary\n part_start: 1MiB\n - name: make the filesystem as xfs\n fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | jmctsm/RHCE_Studying | 34a0a7c8b78b3ce16377ea263568d6c6c18ac8e8 | 0 | lisenet_practice_01/roles/sample-apache | 118 | [
"no_license"
] | [
{
"path": "lisenet_practice_01/roles/sample-apache/tasks/main.yml",
"content": "---\n# tasks file for sample-apache\n- name: install httpd, mod_ssl, php\n yum: \n name: \n - httpd\n - mod_ssl\n - php\n state: latest\n- name: start apache\n service: \n name: httpd\n state: starte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 944,
"all_permissive": false
} |
ansible_role | jmctsm/RHCE_Studying | 34a0a7c8b78b3ce16377ea263568d6c6c18ac8e8 | 0 | lisenet_practice_01/roles/sample-mysql | 118 | [
"no_license"
] | [
{
"path": "lisenet_practice_01/roles/sample-mysql/tasks/main.yml",
"content": "---\n# tasks file for sample-mysql\n- name: setup primary partition on /dev/sdb\n parted:\n number: 1\n device: /dev/sdb\n state: present\n part_end: 800MiB\n- name: setup vg vg_database\n lvg: \n vg: vg_database... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1792,
"all_permissive": false
} |
ansible_role | jmctsm/RHCE_Studying | 34a0a7c8b78b3ce16377ea263568d6c6c18ac8e8 | 0 | mateuszstomper_practice/roles/apache | 118 | [
"no_license"
] | [
{
"path": "mateuszstomper_practice/roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: install packages\n yum: \n name: \n - httpd\n - firewalld\n state: latest\n- name: start services\n service: \n name: \"{{ item }}\"\n state: started\n enabled: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | moutaha/udapeople-cicd1 | 0180b19a54b5696ce304dc29c05140b917a65234 | 1 | .circleci/ansible/roles/configure-server | 118 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name : \"Add node.js from Nodesource\"\n become: true\n shell : |\n curl -fsSL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n\n- name : \"Install Node.js 13\"\n become: true\n apt:\n name: [\"nodejs\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | roitraining/hands-on-ansible | be3def71ce770db94d2c655f754449b97802a485 | 2 | roles-example/roles/space-invaders | 121 | [
"no_license"
] | [
{
"path": "roles-example/roles/space-invaders/defaults/main.yml",
"content": "---\n# defaults file for space-invaders\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles-example/roles/space-invaders/vars/main.yml",
"content": "---\n# vars f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2296,
"all_permissive": false
} |
ansible_role | ConnorVoisey/configurations | 13e46319bde535a69a62564136d29c842f72c564 | 1 | ansible/roles/git | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "---\n\n- block:\n - name: registery 1\n shell: type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)\n\n - name: registery 2\n shell: curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | ConnorVoisey/configurations | 13e46319bde535a69a62564136d29c842f72c564 | 1 | ansible/roles/js | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/js/tasks/main.yml",
"content": "---\n- block:\n - name: install unzip\n apt: name=\"unzip\" state=\"present\"\n become: true\n\n- block: \n - name: Install nvm\n shell: >\n curl https://raw.githubusercontent.com/creationix/nvm/v0.7.0/install.sh | sh\n creates=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | ConnorVoisey/configurations | 13e46319bde535a69a62564136d29c842f72c564 | 1 | ansible/roles/nginx | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n\n- block:\n - name: ensure nginx is at the latest version\n apt:\n name: nginx\n state: latest\n - name: start nginx\n service: \n name: nginx\n state: started\n enabled: yes\n\n become: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | ConnorVoisey/configurations | 13e46319bde535a69a62564136d29c842f72c564 | 1 | ansible/roles/nvim | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/nvim/defaults/main.yml",
"content": "---\n\n# The base directory relative to which user specific configuration files should be stored\nconfig_dir: \"{{ ansible_env.HOME }}/.config\"\n\nneovim_config_dir: \"{{ config_dir }}/nvim\"\nnvim_config_git_url: 'https://github.com/ConnorVoise... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | ConnorVoisey/configurations | 13e46319bde535a69a62564136d29c842f72c564 | 1 | ansible/roles/php | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n\n- block:\n - name: add php repo\n apt_repository:\n repo: ppa:ondrej/php\n state: present\n\n - name: install prerequisites\n apt:\n name: software-properties-common\n state: latest\n update_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2755,
"all_permissive": false
} |
ansible_role | ConnorVoisey/configurations | 13e46319bde535a69a62564136d29c842f72c564 | 1 | ansible/roles/rust | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/rust/tasks/main.yml",
"content": "---\n\n- block:\n - name: Download Rust installer script\n get_url:\n url: https://sh.rustup.rs\n dest: /tmp/rust_install.sh\n mode: 'u+x'\n - name: Run Rust installer script\n shell: /tmp/rust_install.sh -y\n\n - name: pull ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1208,
"all_permissive": false
} |
ansible_role | ConnorVoisey/configurations | 13e46319bde535a69a62564136d29c842f72c564 | 1 | ansible/roles/tmux | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/tmux/tasks/main.yml",
"content": "---\n- block:\n - name: install tmux dependencies\n apt:\n pkg:\n - libevent-dev\n - ncurses-dev\n - build-essential\n - bison\n - pkg-config\n state: present\n\n - name: install ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1490,
"all_permissive": false
} |
ansible_role | ConnorVoisey/configurations | 13e46319bde535a69a62564136d29c842f72c564 | 1 | ansible/roles/zsh | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/zsh/tasks/main.yml",
"content": "---\n\n- block:\n - name: Creates zsh dir\n ansible.builtin.file:\n path: $HOME/code/zsh\n state: directory\n\n - name: install zsh\n apt:\n name: zsh\n state: present\n become: true\n\n - name: pull zsh auto complete\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/all-vm-config | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/all-vm-config/tasks/main.yaml",
"content": "- name: Load kernel module \n modprobe:\n name: \"{{ item }}\"\n state: present\n with_items:\n - br_netfilter\n - overlay\n\n- name: Add sysctl conf\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/init-cp-kubernetes | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/init-cp-kubernetes/tasks/main.yaml",
"content": "---\n- name: create kubeadm-configure YAML file\n template:\n src: templates/kubeadm-config.yaml.j2\n dest: /home/{{ username }}/kubeadm-config.yaml\n when: \"'k8s-cp-leader' in group_names\"\n\n- name: execute kubeadm init\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1617,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/install-alloy | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/install-alloy/tasks/main.yaml",
"content": "---\n- name: Install Alloy\n ansible.builtin.include_role:\n name: grafana.grafana.alloy\n vars:\n alloy_config: |\n prometheus.exporter.unix \"nodeexporter\" {}\n\n prometheus.scrape \"nodeexporter\" {\n targets =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2750,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/install-cri-o | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/install-cri-o/tasks/main.yaml",
"content": "---\n- name: Extract major.minor version from crio_version\n set_fact:\n crio_major_minor: \"{{ crio_version | regex_replace('^v?([0-9]+\\\\.[0-9]+).*', '\\\\1') }}\"\n\n- name: Add CRI-O repository key\n shell:\n cmd: > \n cu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1292,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/install-haproxy | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/install-haproxy/templates/haproxy.cfg.j2",
"content": "# /etc/haproxy/haproxy.cfg\n#---------------------------------------------------------------------\n# Global settings\n#---------------------------------------------------------------------\nglobal\n log stdout format raw loc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2422,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/install-keepalived | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/install-keepalived/templates/keepalived-lb-1.conf.j2",
"content": "global_defs {\n router_id LVS_DEVEL\n}\nvrrp_script check_apiserver {\n script \"/etc/keepalived/check_apiserver.sh\"\n interval 3\n weight -2\n fall 10\n rise 2\n}\n\nvrrp_instance Instance1 {\n state BAC... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1806,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/install-kubernetes | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/install-kubernetes/tasks/main.yaml",
"content": "---\n- name: Update apt cache (equivalent to apt-get update)\n apt:\n update_cache: yes\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gpg\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/join-cp-kubernetes | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/join-cp-kubernetes/tasks/main.yaml",
"content": "- name: create kubeadm token\n shell: kubeadm token create --print-join-command\n register: create_token_result\n when: \"'k8s-cp-leader' in group_names\"\n\n- name: set kubeadm token globally\n set_fact:\n kubernetes_join: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/join-wk-kubernetes | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/join-wk-kubernetes/tasks/main.yaml",
"content": "- name: create kubeadm token\n shell: kubeadm token create --print-join-command\n register: create_token_result\n when: \"'k8s-cp-leader' in group_names\"\n\n- name: set kubeadm token globally\n set_fact:\n kubernetes_join: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | Soli0222/pke | 5f2c74ef8af38ad858f7695479732500a5e42bf1 | 1 | ansible/roles/upgrade-kubernetes | 121 | [
"no_license"
] | [
{
"path": "ansible/roles/upgrade-kubernetes/tasks/upgrade_kubelet_kubectl.yaml",
"content": "- name: Wait for dpkg/apt locks to be released\n shell: |\n timeout=300\n elapsed=0\n while [ $elapsed -lt $timeout ]; do\n if ! fuser /var/lib/dpkg/lock-frontend /var/lib/apt/lists/lock /var/cache/ap... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3456,
"all_permissive": false
} |
ansible_role | Carlo-S/ansible-knoppix-setup | bbd892950e3baa43a222b9e60bc6f7727d400cb3 | 1 | roles/knoppix-autoconfig-patch | 121 | [
"no_license"
] | [
{
"path": "roles/knoppix-autoconfig-patch/tasks/main.yml",
"content": "---\n# This playbook patches the knoppix-autoconfig file to support the\n# Poor Man's Installation. So it's the heart of this setup!\n# The patch file works already for a lot of old Knoppix versions!\n- name: Patch knoppix-autoconfig\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | Carlo-S/ansible-knoppix-setup | bbd892950e3baa43a222b9e60bc6f7727d400cb3 | 1 | roles/knoppix-boot-partition | 121 | [
"no_license"
] | [
{
"path": "roles/knoppix-boot-partition/tasks/main.yml",
"content": "---\n# This playbook partitions a clean harddisk with a knoppix boot partition\n# This is the dangerous part!!!\n# Please use a {{ boot_pnum }} - partition number - that is not already used\n# and make sure there is 5GB of unused space on ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | Carlo-S/ansible-knoppix-setup | bbd892950e3baa43a222b9e60bc6f7727d400cb3 | 1 | roles/knoppix-copy-system | 121 | [
"no_license"
] | [
{
"path": "roles/knoppix-copy-system/tasks/main.yml",
"content": "---\n# This playbook copies the boot and the KNOPPIX directory to the later\n# /mnt-system. Because /mnt-system might still be on the DVD, the new\n# version is mounted on /mnt/boot\n- name: Mount BOOT on /mnt/boot\n mount: \n path: /mnt/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1083,
"all_permissive": false
} |
ansible_role | Carlo-S/ansible-knoppix-setup | bbd892950e3baa43a222b9e60bc6f7727d400cb3 | 1 | roles/knoppix-grub-install | 121 | [
"no_license"
] | [
{
"path": "roles/knoppix-grub-install/tasks/main.yml",
"content": "#- name: Install python3-apt\n# apt:\n# name: python3-apt\n# state: present\n# update_cache: yes\n\n#- name: Install grub package\n# apt:\n# name: grub-legacy\n# state: present\n# update_cache: yes\n\n- name: Install grub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | Carlo-S/ansible-knoppix-setup | bbd892950e3baa43a222b9e60bc6f7727d400cb3 | 1 | roles/knoppix-grub-menu | 121 | [
"no_license"
] | [
{
"path": "roles/knoppix-grub-menu/tasks/main.yml",
"content": "---\n# This playbook inserts a new grub menu into the grub directory.\n# There are two menu entries\n# 1) The Poor Man's Boot with a read only system (should normally be used)\n# 2) The Poor Man's Boot with a read/write system (use to chang... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2522,
"all_permissive": false
} |
ansible_role | Carlo-S/ansible-knoppix-setup | bbd892950e3baa43a222b9e60bc6f7727d400cb3 | 1 | roles/knoppix-make-KNOPPIX-iso | 121 | [
"no_license"
] | [
{
"path": "roles/knoppix-make-KNOPPIX-iso/tasks/main.yml",
"content": "- name: Pycdlib needed\n pip:\n name: pycdlib\n state: present\n\n- name: Create tmp/KNOPPIX2\n file:\n path: /tmp/KNOPPIX2/etc/init.d\n recurse: yes\n state: directory\n\n- name: Copy knoppix-autoconfig\n copy:\n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | Carlo-S/ansible-knoppix-setup | bbd892950e3baa43a222b9e60bc6f7727d400cb3 | 1 | roles/knoppix-mnt-system-check | 121 | [
"no_license"
] | [
{
"path": "roles/knoppix-mnt-system-check/tasks/main.yml",
"content": "---\n# This playbook checks, if we are running Knoppix still from the DVD \n# or already from the harddisk\n#\n- name: Install jmespath \n pip:\n name: jmespath \n state: present\n\n- name: Scan block devices\n command: 'lsblk --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | Carlo-S/ansible-knoppix-setup | bbd892950e3baa43a222b9e60bc6f7727d400cb3 | 1 | roles/knoppix-partition-check | 121 | [
"no_license"
] | [
{
"path": "roles/knoppix-partition-check/tasks/main.yml",
"content": "---\n# Playbook to check the current partition situation \n#\n#\n- name: Install jmespath\n pip:\n name: jmespath\n state: present\n\n- name: Get partition status\n parted:\n device: /dev/{{ boot_disk }}\n register: boot_parti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 850,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.