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 | lrakai/vectortile-infra | 7c936745c060f9b181b0036d29e7f21cf8c837cb | 2 | ansible/ansible/roles/elastic | 5,137 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/elastic/tasks/main.yml",
"content": "---\n# Configure elastic.co services\n\n- name: Add elasticsearch signing key (RedHat)\n shell: rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch\n when: ansible_os_family == \"RedHat\"\n\n- name: Add elasticsearch signing... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | lrakai/vectortile-infra | 7c936745c060f9b181b0036d29e7f21cf8c837cb | 2 | ansible/ansible/roles/load_balancing | 5,137 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/load_balancing/tasks/main.yml",
"content": "---\n# Configure load balancing over the tile servers with nginx\n\n- name: Prepare nginx repo (RedHat)\n copy: src=nginx.repo\n dest=/etc/yum.repos.d/\n when: ansible_os_family == \"RedHat\"\n\n- name: Prepare nginx repo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2072,
"all_permissive": false
} |
ansible_role | lrakai/vectortile-infra | 7c936745c060f9b181b0036d29e7f21cf8c837cb | 2 | ansible/ansible/roles/local | 5,137 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/local/tasks/main.yml",
"content": "---\n# Configures known hosts\n\n - name: For each host, scan for its ssh public key\n shell: \"ssh-keyscan {{ item }}\"\n with_items: \"{{ ssh_known_hosts }}\"\n register: ssh_known_host_results\n ignore_errors: yes\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | lrakai/vectortile-infra | 7c936745c060f9b181b0036d29e7f21cf8c837cb | 2 | ansible/ansible/roles/monitoring | 5,137 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/monitoring/handlers/main.yml",
"content": "---\n\n- name: Restart monitor (step 1)\n shell: ps -ef | grep kibana | grep bash | kill `awk '{print $2}'`\n register: result\n failed_when: \"'Never' in result.stderr\"\n notify: \n - Restart monitor (step 2)\n\n- name: Res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1817,
"all_permissive": false
} |
ansible_role | lrakai/vectortile-infra | 7c936745c060f9b181b0036d29e7f21cf8c837cb | 2 | ansible/ansible/roles/tiling | 5,137 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/tiling/vars/main.yml",
"content": "---\n\nvector_file: nashville_tennessee",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/ansible/roles/tiling/tasks/main.yml",
"content": "---\n# Configure the tile serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2316,
"all_permissive": false
} |
ansible_role | robertromito/robcloud | 69c339d878f27feae14e3e129afb1b0bf032a6d9 | 0 | roles/base | 5,137 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: \"apt-get update\"\n apt:\n update_cache: yes\n\n- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest \n\n- name: \"Install common packages\"\n become: yes\n apt:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | robertromito/robcloud | 69c339d878f27feae14e3e129afb1b0bf032a6d9 | 0 | roles/consul | 5,137 | [
"no_license"
] | [
{
"path": "roles/consul/templates/consul.agent.hcl.j2",
"content": "datacenter = \"robcloud\"\ndata_dir = \"/var/consul/\"\nbind_addr = \"{{ my_ip }}\"\nretry_join = {{ consul_server_ips | replace(\"'\", '\"') }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2502,
"all_permissive": false
} |
ansible_role | robertromito/robcloud | 69c339d878f27feae14e3e129afb1b0bf032a6d9 | 0 | roles/docker | 5,137 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: \"Remove old docker versions\"\n apt:\n name: \"{{ item }}\"\n state: absent\n loop:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n\n- name: \"Official Docker GPG key\"\n apt_key:\n url: \"http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | robertromito/robcloud | 69c339d878f27feae14e3e129afb1b0bf032a6d9 | 0 | roles/laptops | 5,137 | [
"no_license"
] | [
{
"path": "roles/laptops/tasks/main.yml",
"content": "---\n- name: \"Stay powered up when laptop stuff happens\"\n become: yes\n lineinfile:\n path: /etc/systemd/logind.conf\n regexp: \"{{ item }}=\"\n line: \"{{ item }}=ignore\"\n loop:\n - HandleLidSwitch\n - HandleLidSwitchExternalPower... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | robertromito/robcloud | 69c339d878f27feae14e3e129afb1b0bf032a6d9 | 0 | roles/node_exporter | 5,137 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n- name: Creating nodeexporter user group\n group: name=nodeexporter state=present\n\n- name: Creating nodeexporter user\n user:\n name: nodeexporter\n group: nodeexporter\n system: yes\n shell: \"/sbin/nologin\"\n comment: \"n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1861,
"all_permissive": false
} |
ansible_role | robertromito/robcloud | 69c339d878f27feae14e3e129afb1b0bf032a6d9 | 0 | roles/prometheus | 5,137 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.init.service.j2",
"content": "[Unit]\nDescription=prometheus\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=prometheus\nGroup=prometheus\nRestart=always\nRestartSec=2\nStartLimitInterval=0\nType=simple\nExecStart=/usr/local/bin/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2705,
"all_permissive": false
} |
ansible_role | maxx409/Zabbix-Ansible-FR | 15d47115235e402bd5c4866eccc24d7377337dbe | 0 | ansible/roles/modsecurity | 5,217 | [
"no_license"
] | [
{
"path": "ansible/roles/modsecurity/tasks/main.yml",
"content": "---\n - name: S'assurer que apache est installé\n apt:\n name: apache2\n state: present\n\n - name: Installation libapache2-mod-security2\n apt:\n name: libapache2-mod-security2\n state: present\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | maxx409/Zabbix-Ansible-FR | 15d47115235e402bd5c4866eccc24d7377337dbe | 0 | ansible/roles/zabbix | 5,217 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix/handlers/main.yml",
"content": "---\n- name: Restart Zabbix Server\n ansible.builtin.service:\n name: zabbix-server\n state: restarted\n\n- name: Restart Apache\n ansible.builtin.service:\n name: apache2\n state: restarted\n\n- name: Restart Apache\n ansible.bu... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 15320,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2019-11/bard86_infra | ca8bed7e2016924ca7560868e7d86a7543584b89 | 0 | ansible/roles/app | 5,217 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "---\n- name: Install ruby and rubygems and required packages\n apt:\n update_cache: yes\n name: ['ruby-full', 'ruby-bundler', 'build-essential']\n tags: ruby\n...\n",
"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": 165,
"all_permissive": false
} |
ansible_role | ams0/ansible-proxmox | a52be123b28dc4ab92ffe73ef84fcc5bc3329f04 | 1 | roles/common | 5,217 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# file: roles/common/tasks/main.yml\n---\n# - include_tasks: ntp.yml\n- include_tasks: dd-user-agent-journald.yml\n- include_tasks: install-packages.yml\n- include_tasks: promtail.yml\n",
"license_type": "permissive",
"detected_licenses": [
... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4987,
"all_permissive": true
} |
ansible_role | ams0/ansible-proxmox | a52be123b28dc4ab92ffe73ef84fcc5bc3329f04 | 1 | roles/hetzner | 5,217 | [
"permissive"
] | [
{
"path": "roles/hetzner/tasks/fail2ban.yml",
"content": "- name: Install fail2ban\n package:\n name: fail2ban\n state: present\n\n- name: Configure fail2ban ssh section\n template:\n src: defaults-debian.conf\n dest: /etc/fail2ban/jail.d/defaults-debian.conf\n mode: 0644\n owner: root\n... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 4996,
"all_permissive": true
} |
ansible_role | ams0/ansible-proxmox | a52be123b28dc4ab92ffe73ef84fcc5bc3329f04 | 1 | roles/proxmox | 5,217 | [
"permissive"
] | [
{
"path": "roles/proxmox/handlers/main.yml",
"content": "- name: Extract opnsense iso\n ansible.builtin.command: \n cmd: bunzip2 /var/lib/vz/template/iso/OPNsense-24.1-dvd-amd64.iso.bz2\n creates: /var/lib/vz/template/iso/OPNsense-24.1-dvd-amd64.iso\n\n- name: reboot\n ansible.builtin.reboot:",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3765,
"all_permissive": true
} |
ansible_role | lumpy-custard/ansible_provisioning_test | 86bd2b0ebd981ecfbc7a1643d3386cc055418912 | 0 | roles/common | 5,217 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": " - name: Set timezone\n timezone:\n name: Australia/Brisbane\n\n - name: Ensure required packages are installed\n dnf:\n name:\n - nano\n - curl\n - openssh-server\n - epel-release\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3836,
"all_permissive": false
} |
ansible_role | lumpy-custard/ansible_provisioning_test | 86bd2b0ebd981ecfbc7a1643d3386cc055418912 | 0 | roles/dbserver | 5,217 | [
"no_license"
] | [
{
"path": "roles/dbserver/tasks/main.yml",
"content": "- name: Install Databases\n dnf:\n name:\n - mongodb-server\n - mysql\n state: present\n\n\n- name: Create MySQL database user\n mysql_user:\n name: lukas\n password: \n priv: '*.*:ALL'\n host: \"%\"\n state: present\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | klagan/samples-ansible | 85b091b2dc7e85af9a6441e62ec392bdd2a110f3 | 0 | git_install/roles/my_git_role | 5,217 | [
"no_license"
] | [
{
"path": "git_install/roles/my_git_role/defaults/main.yml",
"content": "---\n# defaults file for my_git_role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "git_install/roles/my_git_role/handlers/main.yml",
"content": "---\n# handlers file f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 666,
"all_permissive": false
} |
ansible_role | davidwilemski/dotfiles | f59c2157f6ccace2354741b8337c2f931a8e36d1 | 0 | roles/dotfiles | 5,217 | [
"permissive"
] | [
{
"path": "roles/dotfiles/tasks/debian.yml",
"content": "- name: dotfiles | install selecta\n file: src={{ ansible_env.PWD }}/roles/dotfiles/deps/selecta/selecta\n path=~/bin/selecta\n state=link\n force=yes\n",
"license_type": "permissive",
"detected_licenses": [
"Unlice... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 19235,
"all_permissive": true
} |
ansible_role | davidwilemski/dotfiles | f59c2157f6ccace2354741b8337c2f931a8e36d1 | 0 | roles/fonts | 5,217 | [
"permissive"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n- name: fonts | create backup directory\n file:\n path: ~/.font-backups\n state: directory\n\n- name: fonts | check for non-symlink originals\n stat:\n path: \"~/Library/Fonts/{{ item }}\"\n register: original_check\n loop: '{{font_files}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": true
} |
ansible_role | davidwilemski/dotfiles | f59c2157f6ccace2354741b8337c2f931a8e36d1 | 0 | roles/homebrew | 5,217 | [
"permissive"
] | [
{
"path": "roles/homebrew/templates/Brewfile",
"content": "tap \"homebrew/bundle\"\ntap \"homebrew/cask\"\ntap \"homebrew/core\"\ntap \"homebrew/services\"\ncask \"java8\"\ncask \"xquartz\"\nbrew \"adns\"\nbrew \"autoconf\", link: false\nbrew \"bash-git-prompt\"\nbrew \"clang-format\", link: false\nbrew \"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2161,
"all_permissive": true
} |
ansible_role | DrPalmeritta/ansible-automation | 190bfd519403bdacc7bfd82c11cfc53185e8a23e | 1 | roles/common | 5,217 | [
"no_license"
] | [
{
"path": "roles/common/tasks/dependencies.yml",
"content": "---\n- name: Clean up unused packages\n become: true\n ansible.builtin.package:\n name: \"{{ item | default ([]) }}\"\n state: absent\n loop: \"{{ common_unnecessary_packages }}\"\n when: common_unnecessary_packages | length > 0\n\n- nam... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 28897,
"all_permissive": false
} |
ansible_role | DrPalmeritta/ansible-automation | 190bfd519403bdacc7bfd82c11cfc53185e8a23e | 1 | roles/k3s | 5,217 | [
"no_license"
] | [
{
"path": "roles/k3s/tasks/kubeconfig.yml",
"content": "---\n- name: Check if we already have a k3s-kubeconfig file\n become: false\n ansible.builtin.stat:\n path: k3s-kubeconfig\n delegate_to: localhost\n register: does_k3s_kubeconfig_exist\n\n- name: Fetch kubeconfig to Ansible control node\n beco... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7351,
"all_permissive": false
} |
ansible_role | DrPalmeritta/ansible-automation | 190bfd519403bdacc7bfd82c11cfc53185e8a23e | 1 | roles/kesl-agent | 5,217 | [
"no_license"
] | [
{
"path": "roles/kesl-agent/tasks/firewalld.yaml",
"content": "---\r\n- name: Pull service facts\r\n ansible.builtin.service_facts:\r\n\r\n- name: Be sure specified port traffic is permitted\r\n become: true\r\n ansible.posix.firewalld:\r\n port: \"{{ item }}\"\r\n zone: public\r\n permanent: tr... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7986,
"all_permissive": false
} |
ansible_role | DrPalmeritta/ansible-automation | 190bfd519403bdacc7bfd82c11cfc53185e8a23e | 1 | roles/macos-get-ready | 5,217 | [
"no_license"
] | [
{
"path": "roles/macos-get-ready/tasks/environment.yml",
"content": "---\n- name: Ensuring Homebrew Is Installed on Intel\n stat:\n path: /usr/local/bin/brew\n register: homebrew_intel_check\n\n- name: Ensuring Homebrew Is Installed on ARM\n stat:\n path: /opt/homebrew/bin/brew\n register: homebre... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1272,
"all_permissive": false
} |
ansible_role | DrPalmeritta/ansible-automation | 190bfd519403bdacc7bfd82c11cfc53185e8a23e | 1 | roles/nodejs | 5,217 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install Node.js\n become: no #Running Homebrew as root no longer supported\n homebrew:\n name: node\n state: present\n\n- name: Verify Node.js installation\n command: node --version\n register: node_version\n\n- debug:\n msg: \"N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | DrPalmeritta/ansible-automation | 190bfd519403bdacc7bfd82c11cfc53185e8a23e | 1 | roles/zabbix-agent | 5,217 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/tasks/main.yaml",
"content": "---\n- name: init host main attributes\n ansible.builtin.include_tasks:\n file: prerequirements.yaml\n tags: ['linux', 'always']\n\n- name: selinux manage policy\n ansible.builtin.include_tasks:\n file: selinux.yaml\n when:\n - selinux_... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8506,
"all_permissive": false
} |
ansible_role | tonysonokojie/ansible-deploy-pbl-19 | 996da5097a88ef82c8042debe00a99647f421792 | 0 | roles/tooling | 5,217 | [
"no_license"
] | [
{
"path": "roles/tooling/tasks/setup-db.yml",
"content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"terraform-20240518012440209900000012.chy648q6g6nn.us-east-1.rds.amazonaws.com\"\n login_user: \"a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | tonysonokojie/ansible-deploy-pbl-19 | 996da5097a88ef82c8042debe00a99647f421792 | 0 | roles/wordpress | 5,217 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/setup-db.yml",
"content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"terraform-20240518012440209900000012.chy648q6g6nn.us-east-1.rds.amazonaws.com\" \n login_user: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | egormak/ansible_infra | 5b5b42319bd8d261839a7c3d53c673ca2e5f0023 | 0 | roles/common | 5,217 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n\n- name: upgrade all packages\n apt:\n name: '*'\n state: lates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1347,
"all_permissive": false
} |
ansible_role | egormak/ansible_infra | 5b5b42319bd8d261839a7c3d53c673ca2e5f0023 | 0 | roles/containerd | 5,217 | [
"no_license"
] | [
{
"path": "roles/containerd/tasks/main.yml",
"content": "---\n\n- name: Copy containerd.conf\n ansible.builtin.copy:\n src: modules-k8s.conf\n dest: /etc/modules-load.d/k8s.conf\n\n- name: Modprobe command\n command: \"{{item}}\"\n loop:\n - modprobe overlay\n - modprobe br_netfilter\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1367,
"all_permissive": false
} |
ansible_role | egormak/ansible_infra | 5b5b42319bd8d261839a7c3d53c673ca2e5f0023 | 0 | roles/haproxy | 5,217 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n\n- name: Install Haproxy\n ansible.builtin.apt:\n name:\n - haproxy\n state: present\n update_cache: yes\n install_recommends: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | egormak/ansible_infra | 5b5b42319bd8d261839a7c3d53c673ca2e5f0023 | 0 | roles/haproxy_kuber | 5,217 | [
"no_license"
] | [
{
"path": "roles/haproxy_kuber/templates/haproxy.cfg",
"content": "global\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners\n stats timeout 30s\n user haproxy\n group haproxy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2492,
"all_permissive": false
} |
ansible_role | egormak/ansible_infra | 5b5b42319bd8d261839a7c3d53c673ca2e5f0023 | 0 | roles/kubeadm | 5,217 | [
"no_license"
] | [
{
"path": "roles/kubeadm/tasks/main.yml",
"content": "---\n\n- name: Add an apt key by id from a keyserver\n ansible.builtin.apt_key:\n url: \"https://pkgs.k8s.io/core:/stable:/v{{kubernetes_major}}/deb/Release.key\"\n state: present\n keyring: /etc/apt/keyrings/kubernetes-apt-keyring.gpg\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | egormak/ansible_infra | 5b5b42319bd8d261839a7c3d53c673ca2e5f0023 | 0 | roles/kubeadm_init | 5,217 | [
"no_license"
] | [
{
"path": "roles/kubeadm_init/templates/kubeadm-config.yml",
"content": "---\napiVersion: kubelet.config.k8s.io/v1beta1\nkind: KubeletConfiguration\ncgroupDriver: systemd\nimageGCHighThresholdPercent: 75\nimageGCLowThresholdPercent: 70\n---\napiVersion: kubeadm.k8s.io/v1beta3\nkind: ClusterConfiguration\nco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1618,
"all_permissive": false
} |
ansible_role | egormak/ansible_infra | 5b5b42319bd8d261839a7c3d53c673ca2e5f0023 | 0 | roles/kubeadm_join | 5,217 | [
"no_license"
] | [
{
"path": "roles/kubeadm_join/tasks/main.yml",
"content": "---\n\n- name: Get Token\n ansible.builtin.command: kubeadm token create\n register: kube_token\n run_once: true\n delegate_to: \"{{ groups['kubernetes_controlplane'][0] }}\"\n\n- name: Get cert hash\n ansible.builtin.shell: openssl x509 -pubke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2269,
"all_permissive": false
} |
ansible_role | rfdrake/ansible-awx-netbox-examples | 0a000102d89fc20972fd70fbb4dd707b7ccc63a9 | 1 | roles/icx | 5,217 | [
"no_license"
] | [
{
"path": "roles/icx/templates/main.j2",
"content": "#jinja2: trim_blocks:False\n! file generated by {{ username }}\nstack disable\n!\nhostname {{ hostname }}\n!\n{% if role == 'Router' %}\n! router\n{% include 'layer3.j2' %}\n{% include 'router_acl.j2' %}\n{% endif %}\n{% else %}\n! switch\n{% include 'lay... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1146,
"all_permissive": false
} |
ansible_role | rfdrake/ansible-awx-netbox-examples | 0a000102d89fc20972fd70fbb4dd707b7ccc63a9 | 1 | roles/nexus | 5,217 | [
"no_license"
] | [
{
"path": "roles/nexus/templates/router.j2",
"content": "#jinja2: trim_blocks:False\n! file generated by {{ username }}\n!\nhostname {{ hostname }}\nusername admin password {{ global.superuserpass }} role network-admin\n\n! features\nno feature telnet\nfeature ospf\nfeature tacacs+\nfeature ssh\nfeature lld... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4845,
"all_permissive": false
} |
ansible_role | daemeonr/Ansible-deploy-integrated-vs-factored | eb7366d7ae734a977d0f3423b610c8cb34ae0543 | 0 | Playbook-Modularized/roles/httpdpkgs | 5,357 | [
"no_license"
] | [
{
"path": "Playbook-Modularized/roles/httpdpkgs/tasks/main.yml",
"content": "- handler:\n - name: httpd_service_startedAndBoots\n service: name=httpd state=running enabled=yes\n\n- name: install Apache httpd related packages\n yum: name={{ item }}\n state=latest\n with_lines: \n - cat files/HT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | daemeonr/Ansible-deploy-integrated-vs-factored | eb7366d7ae734a977d0f3423b610c8cb34ae0543 | 0 | Playbook-Modularized/roles/javarpms | 5,357 | [
"no_license"
] | [
{
"path": "Playbook-Modularized/roles/javarpms/tasks/main.yml",
"content": "- name: install JAVARPMS rpm\n # need to configure still\n shell: /bin/rpm -Ui {{ item }}\n with_lines: \n - cat files/JAVARPMS\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | daemeonr/Ansible-deploy-integrated-vs-factored | eb7366d7ae734a977d0f3423b610c8cb34ae0543 | 0 | Playbook-Modularized/roles/ldappkgs | 5,357 | [
"no_license"
] | [
{
"path": "Playbook-Modularized/roles/ldappkgs/tasks/main.yml",
"content": "- name: install LDAP packages\n yum: name={{ item }}\n state=latest\n with_lines: \n - cat files/LDAPPKGS\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | daemeonr/Ansible-deploy-integrated-vs-factored | eb7366d7ae734a977d0f3423b610c8cb34ae0543 | 0 | Playbook-Modularized/roles/ntpdpkgs | 5,357 | [
"no_license"
] | [
{
"path": "Playbook-Modularized/roles/ntpdpkgs/tasks/main.yml",
"content": "- name: install/configure ntpd and ntpdate as required\n yum: name={{ item }}\n state=latest\n with_lines: \n - cat files/NTPDPKGS\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | daemeonr/Ansible-deploy-integrated-vs-factored | eb7366d7ae734a977d0f3423b610c8cb34ae0543 | 0 | Playbook-Modularized/roles/tomcat7rpms | 5,357 | [
"no_license"
] | [
{
"path": "Playbook-Modularized/roles/tomcat7rpms/tasks/main.yml",
"content": "- handlers:\n - name: tomcat7_service_startedAndBoots\n service: name=tomcat7 state=running enabled=yes\n\n- name: install tomcat7 rpms\n # no yum repo for tc7 in RHEL/COS 6.6\n shell: /bin/rpm -Ui {{ item }}\n with_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | daemeonr/Ansible-deploy-integrated-vs-factored | eb7366d7ae734a977d0f3423b610c8cb34ae0543 | 0 | Playbook-Modularized/roles/tomcatpkgs | 5,357 | [
"no_license"
] | [
{
"path": "Playbook-Modularized/roles/tomcatpkgs/tasks/main.yml",
"content": "- handlers:\n - name: tomcat6_service_startedAndBoots\n service: name=tomcat6 state=running enabled=yes\n\n- name: check_tomcat6 package\n yum: name={{ item }}\n state=latest\n with_lines: \n - cat files/TOMCATPK... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | witine/ansible-collection-netbox | 14e591c603ac701f8731247771ea3950d01052a6 | 0 | roles/netbox_installation | 5,357 | [
"no_license"
] | [
{
"path": "roles/netbox_installation/templates/gunicorn.py.j2",
"content": "bind = '{{ netbox_server_host }}:{{ netbox_server_port }}'\nworkers = {{ netbox_server_workers }}\nthreads = 3\ntimeout = 120\nmax_requests = 5000\nmax_requests_jitter = 500\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 17503,
"all_permissive": false
} |
ansible_role | 0x800700/ansible2 | b4aec5be4bc99e43e277aba41442b9cd355065bc | 0 | roles/nginx | 5,357 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: 'INSTALL | install nginx'\n import_tasks: \"install.yml\"\n tags: ['nginx', 'nginx::install']\n\n- name: 'Iconfig'\n import_tasks: \"config.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
},
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1257,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/supra-ansible | 388af1643ed39bea65e53c75ffbb2231bf605ab9 | 1 | roles/fullnode | 5,357 | [
"no_license"
] | [
{
"path": "roles/fullnode/templates/testnet/supra_fullnode.service.j2",
"content": "[Unit]\nDescription=Supra fullnode\n\n[Service]\nUser={{ service_identifier }}\nGroup={{ service_identifier }}\nEnvironmentFile={{ fullnode_environment_general_file_path }}\nWorkingDirectory={{ fullnode_config_dir }}\nExecSt... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 17463,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/supra-ansible | 388af1643ed39bea65e53c75ffbb2231bf605ab9 | 1 | roles/prepare | 5,357 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "---\n- name: Install Dependencies\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop:\n - coreutils\n - openssl\n - expect\n - ca-certificates\n - curl\n - gnupg\n - apt-transport-ht... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/supra-ansible | 388af1643ed39bea65e53c75ffbb2231bf605ab9 | 1 | roles/promtail | 5,357 | [
"no_license"
] | [
{
"path": "roles/promtail/templates/promtail.yml.j2",
"content": "server:\n http_listen_port: {{ promtail.ports.http_listen_port[type] }}\n grpc_listen_port: {{ promtail.ports.grpc_listen_port[type] }}\n\npositions:\n filename: {{ promtail_position_file_path }}\n\nclients:\n - url: https://loki.services... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3245,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/supra-ansible | 388af1643ed39bea65e53c75ffbb2231bf605ab9 | 1 | roles/snapshot_sync | 5,357 | [
"no_license"
] | [
{
"path": "roles/snapshot_sync/tasks/main.yml",
"content": "---\n- name: Include set_system_settings task\n ansible.builtin.include_tasks: set_system_settings.yml\n\n- name: Include install_aws_cli task\n ansible.builtin.include_tasks: install_aws_cli.yml\n\n- name: Stop service\n ansible.builtin.systemd... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4783,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/supra-ansible | 388af1643ed39bea65e53c75ffbb2231bf605ab9 | 1 | roles/telegraf | 5,357 | [
"no_license"
] | [
{
"path": "roles/telegraf/templates/telegraf.service.j2",
"content": "[Unit]\nDescription=Telegraf\n\n[Service]\nUser={{ service_identifier }}\nGroup={{ service_identifier }}\nType=notify\nExecStart={{ telegraf_bin_dir }}/{{ service_identifier }} -config {{ telegraf_config_file_path }}\nRestart=always\nRest... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9846,
"all_permissive": false
} |
ansible_role | encapsulate-xyz/supra-ansible | 388af1643ed39bea65e53c75ffbb2231bf605ab9 | 1 | roles/validator | 5,357 | [
"no_license"
] | [
{
"path": "roles/validator/templates/testnet/general.env.j2",
"content": "SUPRA_LOG_DIR={{ validator_log_dir }}\nRUST_LOG=debug,sop2p=info,multistream_select=off,libp2p_swarm=off,yamux=off\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/va... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 17263,
"all_permissive": false
} |
ansible_role | openstack-k8s-operators/ci-bootstrap | a3828a9c8ff1f762053ab4372ccaceff804cf4e3 | 0 | roles/bootstrap | 5,357 | [
"permissive"
] | [
{
"path": "roles/bootstrap/tasks/supporting_cloud_resources.yml",
"content": "---\n# Copyright Red Hat, Inc.\n# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the Lic... | {
"task_files": 19,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 26,
"total_bytes": 54396,
"all_permissive": true
} |
ansible_role | Lodene/DevOps | b7b3149ca543272d8da1bb568dcb6b866df50131 | 0 | ansible/roles/app | 5,357 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tsks file for roles/app\n- name: Launch Database\n docker_container:\n name: backend\n image: lodene/tp-devops-backend:latest\n networks:\n - name: \"{{ docker_network_name }}\"\n env:\n URL: database:5432\n DATABAS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | Lodene/DevOps | b7b3149ca543272d8da1bb568dcb6b866df50131 | 0 | ansible/roles/database | 5,357 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "- name: Launch Database\n docker_container:\n name: database\n image: lodene/tp-devops-database\n env:\n POSTGRES_DB: \"{{ database_name }}\"\n POSTGRES_PASSWORD: \"{{ database_password }}\"\n POSTGRES_USER: \"{{ databas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | Lodene/DevOps | b7b3149ca543272d8da1bb568dcb6b866df50131 | 0 | ansible/roles/proxy | 5,357 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/proxy\n- name: Run HTTPD\n docker_container:\n name: httpd\n image: lodene/tp-devops-httpd:latest\n env:\n POSTGRES_PORT: \"{{ database_port }}\"\n networks:\n - name: \"{{ docker_network_name }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | anton20044/Linux_Pro_21 | ed8c9d94ccaf413e14d6b780f384d5e53b658e7f | 0 | ansible/roles/network | 5,357 | [
"no_license"
] | [
{
"path": "ansible/roles/network/templates/50-vagrant_inetRouter2.yaml",
"content": "---\nnetwork:\n version: 2\n renderer: networkd\n ethernets:\n enp0s8:\n addresses:\n - 192.168.255.13/30\n enp0s9:\n addresses:\n - 192.168.57.2/24\n enp0s19:\n addresses:\n - 192.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3613,
"all_permissive": false
} |
ansible_role | akatruk/test_task | c48b9d87d4317c9452c8f1e590a739d89d62c7bd | 0 | roles/etcd | 5,357 | [
"no_license"
] | [
{
"path": "roles/etcd/templates/etcd.conf.j2",
"content": "\nETCD_NAME={{ansible_hostname}}\nETCD_DATA_DIR=\"/var/lib/etcd/default.etcd\"\nETCD_LISTEN_PEER_URLS=\"http://{{ansible_default_ipv4.address}}:2380\"\nETCD_LISTEN_CLIENT_URLS=\"http://{{ansible_default_ipv4.address}}:2379,http://127.0.0.1:2379\"\nE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1867,
"all_permissive": false
} |
ansible_role | akatruk/test_task | c48b9d87d4317c9452c8f1e590a739d89d62c7bd | 0 | roles/keepalived | 5,357 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yml",
"content": "---\n# tasks file for keepalived \n- name: Install keepalived\n yum: name=keepalived state=latest\n\n- name: put config\n template: src=keepalived.conf.j2 dest=/etc/keepalived/keepalived.conf backup=yes\n\n- name: restart and enable\n service: nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | akatruk/test_task | c48b9d87d4317c9452c8f1e590a739d89d62c7bd | 0 | roles/postgresql | 5,357 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n\n - name: Install package with multiple repos enabled\n yum:\n name: epel-release\n state: latest\n\n - name: Add the user 'postgres'\n user: name=postgres password={{ <PASSWORD> }}\n \n - name: Download PosrgreSQL wget... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2314,
"all_permissive": false
} |
ansible_role | ffdon/ansible-ffdon-2017 | c2968e7c8efd702f3c238c5047cb446a51a5b99d | 0 | roles/backports-kernel | 5,357 | [
"no_license"
] | [
{
"path": "roles/backports-kernel/tasks/main.yml",
"content": "- name: add backports repo\n apt_repository:\n repo: \"{{ item }}\"\n state: present\n with_items:\n - \"deb http://http.debian.net/debian/ {{ ansible_distribution_release }}-backports main\"\n when: ansible_distribution == \"Debian\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | ffdon/ansible-ffdon-2017 | c2968e7c8efd702f3c238c5047cb446a51a5b99d | 0 | roles/common | 5,357 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# Allgemeine Konfigurationen für alle Server\n\n- name: create motd file\n template: src=motd.j2 dest=/etc/motd\n\n- name: Enable syntax highlighting in vim by default\n lineinfile: \n dest=~/.vimrc\n regexp='^syntax '\n line='syntax on'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1655,
"all_permissive": false
} |
ansible_role | ffdon/ansible-ffdon-2017 | c2968e7c8efd702f3c238c5047cb446a51a5b99d | 0 | roles/interfaces_bridge | 5,357 | [
"no_license"
] | [
{
"path": "roles/interfaces_bridge/tasks/main.yml",
"content": "---\n# Tasks for bridge interface\n\n# do apt-get\n- name: install bridge-utils\n apt: pkg=bridge-utils state=installed update_cache=yes\n\n# creating bridge interface\n- name: Create interfaces - bridge file\n template: src=\"bridge.j2\" des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1300,
"all_permissive": false
} |
ansible_role | ffdon/ansible-ffdon-2017 | c2968e7c8efd702f3c238c5047cb446a51a5b99d | 0 | roles/ip_forwarding | 5,357 | [
"no_license"
] | [
{
"path": "roles/ip_forwarding/tasks/main.yml",
"content": "- name: IPv4 Paketweiterleitung aktivieren\n sysctl: name=\"net.ipv4.conf.all.forwarding\" value=1 sysctl_set=yes state=present reload=yes\n\n- name: IPv6 Paketweiterleitung aktivieren\n sysctl: name=\"net.ipv6.conf.all.forwarding\" value=1 sysct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | Morat96/infrastructure_as_a_code | 06a75b2b91df7f57c5d5618c53075f2e6d6ac7fe | 0 | roles/ansible-role-partition | 5,357 | [
"no_license"
] | [
{
"path": "roles/ansible-role-partition/molecule/default/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: vagrant\n provider:\n name: virtualbox\nplatforms:\n - name: instance\n box: centos/8\n config_options:\n disksize.size: \"'52GB'\"\nprovisioner:\n name: an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1687,
"all_permissive": false
} |
ansible_role | Artur-Sg/learn-jenkins | fdb49c8d1008a39726811eecd27bcd84420b2c4d | 0 | ops-toops/ansible-app/roles/nginx | 5,357 | [
"no_license"
] | [
{
"path": "ops-toops/ansible-app/roles/nginx/templates/site.conf.j2",
"content": "server {\n listen 80;\n\n root {{ server_root_directory }};\n\n location = / {\n index index.html;\n }\n\n location /api/ {\n proxy_pass http://localhost:3000;\n }\n}\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1029,
"all_permissive": false
} |
ansible_role | Artur-Sg/learn-jenkins | fdb49c8d1008a39726811eecd27bcd84420b2c4d | 0 | ops-toops/ansible-app/roles/web | 5,357 | [
"no_license"
] | [
{
"path": "ops-toops/ansible-app/roles/web/tasks/main.yml",
"content": "---\n# tasks file for web\n- yum_repository:\n name: nexus\n description: nexus repository\n gpgcheck: false\n baseurl: \"{{ baseurl }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: Install my ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | bomaboma/training | b76d8337c0c44d067a78a097aed2396c48105f10 | 0 | roles/upgrade | 5,337 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "---\n - name: This will install apache and mysql\n yum: name={{item}} state=latest\n with_items: \"{{app}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/upgrade/vars/main.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | ansibleteam1337/ansible | f0d72d7b2614c4c960112b2289fb16e976b54fbe | 0 | playbooks/roles/caranova.base_os | 5,337 | [
"no_license"
] | [
{
"path": "playbooks/roles/caranova.base_os/tasks/main.yml",
"content": "---\n# tasks file for caranova.base_os\n- name: dnf update -y\n dnf:\n name: '*'\n state: latest\n\n# TODO insert handler ensuring update is called at least and at most once in this play\n- name: ensure mothership packages are i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1295,
"all_permissive": false
} |
ansible_role | christer-eriksson/ansible-role-mount-nextcloud | 617b808e4906ed1943b80ae5a58e38adc71bcbc6 | 0 | roles/mount-nextcloud | 5,337 | [
"no_license"
] | [
{
"path": "roles/mount-nextcloud/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Role for setting up mount of nextcloud davfs \n license: MIT\n min_ansible_version: 2.7\n platforms:\n - name: Fedora\n versions:\n - 31\n - 32\n galaxy_tags:\n - dev... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2589,
"all_permissive": false
} |
ansible_role | pmonllor/jenkins-azure | fa672ea3c5582c43995dab073fedcd518be046df | 0 | ansible/roles/docker | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Set timezone to Madrid\n community.general.timezone:\n name: Europe/Madrid\n\n- name: Update packages\n apt:\n update_cache: yes\n\n- name: Install required packages for Docker\n apt:\n name: \"{{ packages }}\"\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | pmonllor/jenkins-azure | fa672ea3c5582c43995dab073fedcd518be046df | 0 | ansible/roles/jenkins | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Create directories\n file:\n path: \"{{ ansible_env.PWD }}/jenkins\"\n state: directory\n loop:\n - \"{{ ansible_env.PWD }}/jenkins\"\n - \"{{ ansible_env.PWD }}/jenkins/configuration\"\n\n- name: Copy compose folder to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 719,
"all_permissive": false
} |
ansible_role | avgjoerh/json_to_ansible_inventory | d952f5b5b81f62243723a7883088df2de32da6dd | 0 | test_project/roles/base_config | 5,337 | [
"no_license"
] | [
{
"path": "test_project/roles/base_config/tasks/main.yml",
"content": "---\n\n - name: csr1 config\n ios_config:\n src: ./files/csr1_config.cfg\n when: inventory_hostname == \"csr1\"\n\n - name: csr2 config\n ios_config:\n src: ./files/csr2_config.cfg\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | EntrustCorporation/entrust-ansible-collection | 7b38c0df836840225a856606f891ec3c9aab051a | 1 | roles/cagw_certificate | 5,337 | [
"no_license"
] | [
{
"path": "roles/cagw_certificate/tasks/main.yml",
"content": "---\n# tasks file for certificate enrollment from CA via Entrust CAGW\n\n## Setup CSR and PrivateKey\n- name: Create CSR and private key\n ansible.builtin.command: openssl req -nodes -newkey rsa:2048 -keyout {{ cagw_certificate_privatekey_path ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 18853,
"all_permissive": false
} |
ansible_role | ken197x/ansible_migrate_ubuntu | b5b3ce85bb86acab1cfadc6e89b39faaf215b549 | 0 | roles/1_export_data_source | 5,337 | [
"no_license"
] | [
{
"path": "roles/1_export_data_source/tasks/40_mysql_pre.yml",
"content": "- name: MySQL:ダンプ\n community.mysql.mysql_db:\n state: dump\n login_user: ops\n login_password: \"{{ <PASSWORD> }}\"\n name: \"{{ item.db }}\"\n target: \"/home/{{ user_name }}/ansible_tmp/{{ item.dest }}.dump.sql.gz\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2084,
"all_permissive": false
} |
ansible_role | ken197x/ansible_migrate_ubuntu | b5b3ce85bb86acab1cfadc6e89b39faaf215b549 | 0 | roles/2_migrate_target | 5,337 | [
"no_license"
] | [
{
"path": "roles/2_migrate_target/tasks/010_locale.yml",
"content": "# ロケール+タイムゾーン設定\n\n- name: ロケール生成\n become: true\n community.general.locale_gen:\n name: ja_JP.UTF-8\n\n- name: ロケール設定\n become: true\n ansible.builtin.shell: >\n (locale | grep 'LANG=ja_JP.UTF-8' 2>&1 > /dev/null)\n || (updat... | {
"task_files": 13,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 12305,
"all_permissive": false
} |
ansible_role | ken197x/ansible_migrate_ubuntu | b5b3ce85bb86acab1cfadc6e89b39faaf215b549 | 0 | roles/9_cleanup | 5,337 | [
"no_license"
] | [
{
"path": "roles/9_cleanup/tasks/main.yml",
"content": "- include_tasks: 110_crontab.yml\n- include_tasks: 120_delete_setup.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/9_cleanup/tasks/120_delete_setup.yml",
"content": "- name: ユ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | butovnikita/Ansible | 8dce84194ab824a4497aa1bacbf83f5f5052b7c0 | 0 | ansible/roles/compose | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/compose/tasks/docker-compose-up.yml",
"content": "---\r\n\r\n# Проверяем существование контейнера\r\n- name: Docker compose up | Get docker container status\r\n shell: \"docker ps -f 'name={{ deploy_name }}' -q\"\r\n register: container_id\r\n\r\n# Останавливаем контейнер.\r\n- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1623,
"all_permissive": false
} |
ansible_role | butovnikita/Ansible | 8dce84194ab824a4497aa1bacbf83f5f5052b7c0 | 0 | ansible/roles/docker | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/docker-update-second.yml",
"content": "---\r\n\r\n# Отключаем мониторинг.\r\n- name: Prometheus | Derigester consul\r\n uri:\r\n url: \"http://{{ consul_vmagent }}:{{ consul_port }}/v1/agent/service/deregister/{{ inventory_hostname }}_{{ deploy_name_2 }}\"\r\n me... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 35268,
"all_permissive": false
} |
ansible_role | butovnikita/Ansible | 8dce84194ab824a4497aa1bacbf83f5f5052b7c0 | 0 | ansible/roles/dockerless | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerless/tasks/update_nifi.yml",
"content": "---\r\n\r\n#################################################################################\r\n##\r\n## Остановить NiFi.\r\n##\r\n## Сначала выполняется остановка всех процессоров в NiFi на первом узле,\r\n## а затем останавливается... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 51193,
"all_permissive": false
} |
ansible_role | butovnikita/Ansible | 8dce84194ab824a4497aa1bacbf83f5f5052b7c0 | 0 | ansible/roles/dockerless_stage | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerless_stage/templates/java11_systemd.service_6.j2",
"content": "[Unit]\r\nDescription={{ artifacts_name_6 }}\r\n\r\n[Service]\r\nEnvironmentFile=/etc/systemd/system/{{ artifacts_name_6 }}.env\r\nWorkingDirectory={{ app_dir }}\r\nExecStart={{ java11_inst_dir }}/bin/java -jar {{ ... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 16580,
"all_permissive": false
} |
ansible_role | butovnikita/Ansible | 8dce84194ab824a4497aa1bacbf83f5f5052b7c0 | 0 | ansible/roles/kesl | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/kesl/tasks/main.yml",
"content": "---\r\n\r\n- name: Run kesl checks\r\n block:\r\n - name: Create base dirs\r\n file:\r\n state: directory\r\n path: \"{{ item }}\"\r\n loop:\r\n - \"{{ kesl_root_dir }}\"\r\n - \"{{ kesl_temp_dir }}\"\r\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | butovnikita/Ansible | 8dce84194ab824a4497aa1bacbf83f5f5052b7c0 | 0 | ansible/roles/one_dir | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/one_dir/tasks/main.yml",
"content": "---\r\n\r\n- name: Archive dir\r\n archive:\r\n path: \"{{ dir_source_path }}/*\"\r\n dest: \"/dir_source.tgz\"\r\n delegate_to: localhost\r\n\r\n- name: Copy archive\r\n copy:\r\n src: \"/dir_source.tgz\"\r\n dest: \"{{ tmp_dir }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 732,
"all_permissive": false
} |
ansible_role | tetsuyasodo/esdeploy | c8e6346eba63727d19b3c944b894c64f33b39cf4 | 0 | roles/kibana | 5,337 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: install kibana\n yum: name=kibana state=present\n\n- name: enable kibana service\n systemd: name=kibana enabled=yes state=started\n\n- name: change kibana.conf\n copy: src=\"files/kibana.yml\" dest=\"/etc/kibana/kibana.yml\" mode=644 owner=root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | JavierCrespillo/nginx_ansible | aa9dfea415925a7e094002121b2e9793a9e817b2 | 0 | roles/nginx | 5,337 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: Install nginx\n apt:\n pkg: nginx\n \n- name: vh config\n template: \n src: etc/nginx/sites-available/vhost.j2\n dest: /etc/nginx/sites-available/{{item[\"name\"]}}\n owner: root\n group: root\n mode: 0644\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | erik78se/robojoy | 98900b9ba4971cc2cf8fe1ba47be9fb04e435eec | 1 | ansible/roles/ros | 5,337 | [
"no_license"
] | [
{
"path": "ansible/roles/ros/tasks/main.yml",
"content": "- name: Add ros repository\n apt_repository:\n repo: deb http://packages.ros.org/ros/ubuntu xenial main\n state: present\n become: yes\n\n- name: Add an apt key by id from a keyserver\n apt_key:\n keyserver: ha.pool.sks-keyservers.net\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1279,
"all_permissive": false
} |
ansible_role | ilanKushnir/kws-cluster | 956121cca96e8841979b1f5b9c588a84d29cc7b3 | 20 | provision/ansible/roles/ubuntu | 5,337 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/ubuntu/tasks/main.yml",
"content": "---\n- include: checks.yml\n tags:\n - checks\n\n- include: locale.yml\n tags:\n - locale\n\n- include: packages.yml\n tags:\n - packages\n\n- import_tasks: kernel.yml\n tags:\n - kernel\n\n- include: network.yml\n tags:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3374,
"all_permissive": false
} |
ansible_role | cjvirtucio87/ansible-lint-sample-role | 252610b8669cbb541e05e2b8cb78d31d82ead371 | 0 | roles/foo | 5,397 | [
"no_license"
] | [
{
"path": "roles/foo/templates/.foorc.j2",
"content": "export FOO={{ foo_bar }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/foo/vars/main.yml",
"content": "---\nroles_foo_home_dir: /home/foo\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/basic | 5,397 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yaml",
"content": "---\n- name: Update apt repo\n apt: \n update_cache: yes \n force_apt_get: yes \n cache_valid_time: 3600\n\n- name: Upgrade all packetes\n apt: \n upgrade: dist \n force_apt_get: yes\n\n- name: Check if a reboot is needed\n register: reb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/containerd | 5,397 | [
"no_license"
] | [
{
"path": "roles/containerd/tasks/main.yaml",
"content": "---\n- name: Install packes\n apt: \n name: \"{{ item }}\"\n with_items:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n when: CNI == \"containerd\"\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/cri-o | 5,397 | [
"no_license"
] | [
{
"path": "roles/cri-o/tasks/main.yaml",
"content": "---\n- include_vars: ../../vars.yaml\n\n- name: Install Packet\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - curl\n - gnupg2\n when: CNI == \"cri-o\"\n\n- name: Create /etc/modules-load.d/crio.conf\n lineinfile:\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2299,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/haproxy | 5,397 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yaml",
"content": "- name: Install HAproxy\n apt:\n name: haproxy\n state: present\n update_cache: yes\n\n- name: Config haproxy\n template:\n src: ../templates/haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n owner: root\n group: root\n\n- name: Enab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/keepalive | 5,397 | [
"no_license"
] | [
{
"path": "roles/keepalive/tasks/main.yaml",
"content": "---\n- include_vars: ../../vars.yaml\n\n- name: Create pass \n set_fact:\n keep_pass: \"{{ lookup('ansible.builtin.password', '/tmp/passwordfile chars=ascii_letters') }}\"\n run_once: true\n\n- name: Install keepalived\n apt:\n name: keepaliv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/kubernetes-controller | 5,397 | [
"no_license"
] | [
{
"path": "roles/kubernetes-controller/files/kubeadm_worker.sh",
"content": "#!/bin/bash\n\ntoken=$(kubeadm token generate)\n\nkubeadm token create $token --print-join-command\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/kubernetes-contr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2562,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/kubernetes-controller-join | 5,397 | [
"no_license"
] | [
{
"path": "roles/kubernetes-controller-join/tasks/main.yaml",
"content": "---\n- name: Join control plane nodes\n command: sh /root/kubeadm-join-command.sh\n\n- name: Remove kubeadm files\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - /root/kubeadm_controller.sh\n - /root/ku... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/kubernetes-install | 5,397 | [
"no_license"
] | [
{
"path": "roles/kubernetes-install/tasks/main.yaml",
"content": "---\n- name: add line to 99-kubernetes-cri.conf\n lineinfile:\n path: /etc/sysctl.d/99-kubernetes-cri.conf\n line: \"{{ item }}\"\n create: yes\n with_items:\n - net.bridge.bridge-nf-call-iptables = 1\n - net.ipv4.ip_forward... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1326,
"all_permissive": false
} |
ansible_role | rasmusnk11/kubernetes-ha-ansible | 65cddaf3203a648ca2b9a11dab67ee116626a6a4 | 0 | roles/kubernetes-worker | 5,397 | [
"no_license"
] | [
{
"path": "roles/kubernetes-worker/tasks/main.yaml",
"content": "---\n- name: Join kubernetes worker\n command: sh /tmp/kubeadm-join-worker.sh\n\n- name: Remove kubeadm files\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - /root/kubeadm_controller.sh\n - /root/kubeadm-join-co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | CT-Data-Collaborative/laptop-setup | bd2d5a80f6aac16d85c2640896a0070b35d7212d | 0 | roles/basic | 5,397 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "---\n- name: Update the host\n sudo: yes\n apt: update_cache=true\n\n- name: Upgrade the host packages\n sudo: yes\n apt: upgrade=yes\n\n- name: install some usefull packages\n sudo: yes\n apt: name={{item}} state=present\n with_items:\n - cloc\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.