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 | laerteg/redis-sentinel-vmware-iac | b3a4bacdeda62581290cbb3904e63947bf309231 | 0 | ansible/install_redis/roles/install-redis | 31 | [
"no_license"
] | [
{
"path": "ansible/install_redis/roles/install-redis/tasks/install-redis.yml",
"content": "- name: Adicionando Zypper Repository\n zypper_repository:\n name: server_database\n repo: 'https://download.opensuse.org/repositories/server:database/SLE_15_SP1/'\n disable_gpg_check: yes\n state: presen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1815,
"all_permissive": false
} |
ansible_role | laerteg/redis-sentinel-vmware-iac | b3a4bacdeda62581290cbb3904e63947bf309231 | 0 | ansible/install_redis/roles/pre-install | 31 | [
"no_license"
] | [
{
"path": "ansible/install_redis/roles/pre-install/tasks/main.yml",
"content": "---\n# tasks file for pre-install\n\n# Include pre-install routines\n- include: pre-install.yml\n\n# Include Tune Kernel Parameters routines\n- include: tune-kernel-parameters.yml\n",
"license_type": "no_license",
"detec... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2194,
"all_permissive": false
} |
ansible_role | laerteg/redis-sentinel-vmware-iac | b3a4bacdeda62581290cbb3904e63947bf309231 | 0 | ansible/install_redis/roles/start-redis-services | 31 | [
"no_license"
] | [
{
"path": "ansible/install_redis/roles/start-redis-services/handlers/main.yml",
"content": "---\n# handlers file for start-redis-services",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "ansible/install_redis/roles/start-redis-services/vars/main.yml... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible-local/roles/host_file | 31 | [
"no_license"
] | [
{
"path": "ansible-local/roles/host_file/handlers/main.yml",
"content": "---\n# handlers file for hosts_file\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible-local/roles/host_file/tasks/main.yml",
"content": "---\n- name: add 10.0.0.20... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/bash | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/bash/templates/.bash_profile",
"content": "## Source .bashrc for customizations\nif [ -f ~/.bashrc ]; then\n source ~/.bashrc\nfi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "ansible/roles/bash/templates/.bashrc",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3912,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/dev-repos | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/dev-repos/tasks/main.yml",
"content": "---\n# tasks file for dev-repos\n\n- name: checkout python repos\n git:\n repo: \"<EMAIL>:JBKahn/{{ item.repo }}.git\"\n dest: \"{{ src_root }}/{{ item.dest }}\"\n force: no\n update: \"{{ update_repos }}\"\n accept_hostkey: yes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 16662,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/imagemagick | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/imagemagick/vars/main.yml",
"content": "---\n# vars file for imagemagick\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/imagemagick/handlers/main.yml",
"content": "---\n# handlers file for imagemagick\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/misc-tools | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/misc-tools/README.md",
"content": "development-tools\n========\n\nInstalls misc packages for the vagrant environment. eg. Development Tools group, sqlite, screen, vim etc.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/mysql | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/defaults/main.yml",
"content": "---\n# defaults file for mysql\n\nmysql_root_password: \"<PASSWORD>\"\n\n# 'localhost' needs to be the last item for idempotency, see\n# http://ansible.cc/docs/modules.html#mysql-user\nmysql_hosts:\n - \"{{ ansible_hostname }}\"\n - 127.0.0.1\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2193,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/network | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n# tasks file for network\n\n- name: add 127.0.0.1 to /etc/hosts\n lineinfile:\n regexp: '^127\\.0\\.0\\.1'\n line: '127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 *.dev-local.com vagrant'\n dest: /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/nginx | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n\n- name: install nginx\n apt:\n name: nginx\n state: present\n sudo: yes\n tags: nginx\n\n- name: remove default site configurations\n file:\n name: \"/etc/nginx/conf.d/{{ item }}.conf\"\n state: absent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/nodejs | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/README.md",
"content": "nodejs\n========\n\nInstalls nodejs and global npm packages. eg. bower, coffee-script, etc.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nAuthor Information\n------------------\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1540,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/postgres | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n\n- name: create postgres user\n user:\n name: \"{{ postgres_admin_user }}\"\n password: \"{{ <PASSWORD> }}\"\n sudo: yes\n tags: postgres\n\n- name: Installing PosgreSQL\n apt:\n name: \"{{ item }}\"\n state: latest\n with... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2547,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/python | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "---\n# tasks file for python\n\n- name: install python-dev\n apt:\n name: python-dev\n state: present\n sudo: yes\n tags:\n - python\n - packages\n\n- name: download pip installer\n get_url:\n url: https://bootstrap.pypa.io/get-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1375,
"all_permissive": false
} |
ansible_role | JBKahn/dev-box | 40a3dd163fcf31c57189c8a63e26e81f0862e0c2 | 0 | ansible/roles/ruby | 31 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "---\n# tasks file for ruby\n\n- name: remove ruby\n apt:\n name: ruby\n state: absent\n sudo: yes\n tags: rub\n\n- name: Import GPG keys for rvm\n command: 'gpg --keyserver hkp://keys.gnupg.net --recv-keys {{ rvm1_gpg_keys }}'\n\n- name: d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | manish-psys/nginx | c395d5789940e297c07fd89d6deb6cd8531cda1c | 0 | .ansible/collections/ansible_collections/manish_psys/nginx/roles/nginx | 31 | [
"no_license"
] | [
{
"path": ".ansible/collections/ansible_collections/manish_psys/nginx/roles/nginx/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/nginx\n- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Ensure Nginx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | manish-psys/nginx | c395d5789940e297c07fd89d6deb6cd8531cda1c | 0 | roles/nginx | 31 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/default.conf.j2",
"content": "# SPDX-License-Identifier: MIT-0\nserver {\n listen {{ nginx_http_port }};\n server_name {{ ansible_hostname }};\n \n root {{ nginx_web_root }};\n index index.html index.htm;\n \n # Security headers\n {% if nginx_security... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 23,
"total_bytes": 52523,
"all_permissive": false
} |
ansible_role | jcannava/dev_instance_deploy | 57a4b19cb86cb931c89c9957fe5c4f400f1bdbde | 0 | roles/baseconfig | 31 | [
"no_license"
] | [
{
"path": "roles/baseconfig/vars/main.yml",
"content": "---\n# vars file for baseconfig\nusername: << username >>\ngroupname: << groupname >>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/baseconfig/tasks/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3802,
"all_permissive": false
} |
ansible_role | abobakr9/Udacity_cloud_devops_nanodegree | 60e3830a4f82843e322bfdd1a5793d849af0c92c | 0 | 3 – Give Your Application Auto-Deploy Superpowers _CICD pipeline/.circleci/ansible/roles/deploy | 34 | [
"no_license"
] | [
{
"path": "3 – Give Your Application Auto-Deploy Superpowers _CICD pipeline/.circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"copy compiled files\"\n become: yes\n synchronize:\n src: ../../backend/dist\n dest: /home/ubuntu/uda_backend\n recursive: true\n\n- name: \"copy ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | zfix/vagrant-graphite | 264e3add11773c6e7ab5311d8d4a0feed6993ddf | 0 | roles/common | 34 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Locales fix\n command: locale-gen ru_RU.UTF-8\n- name: Install packages\n apt: name={{item}} update_cache=yes\n with_items:\n - vim-nox\n - snmpd\n - build-essential\n - libffi-dev\n - python-cairo-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | zfix/vagrant-graphite | 264e3add11773c6e7ab5311d8d4a0feed6993ddf | 0 | roles/graphite | 34 | [
"no_license"
] | [
{
"path": "roles/graphite/files/requirements.txt",
"content": "graphite-web\nwhisper\ncarbon\ndjango\ndjango-tagging\ntwisted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/graphite/tasks/main.yml",
"content": "---\n- name: Copy requir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 976,
"all_permissive": false
} |
ansible_role | zfix/vagrant-graphite | 264e3add11773c6e7ab5311d8d4a0feed6993ddf | 0 | roles/nginx | 34 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: configure nginx\n copy:\n src: nginx\n dest: /etc/\n- name: unlink old default site\n command: /usr/bin/unlink /etc/nginx/sites-enabled/default\n- name: Restart nginx\n service:\n name: nginx\n state: res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | amrithadevadiga22/Elastic | 8b5d7b8979140b299abd6f406a30f639318e7bca | 0 | roles/kibanas | 34 | [
"no_license"
] | [
{
"path": "roles/kibanas/test.yml",
"content": "---\n- hosts: dev\n become: true\n roles:\n - ansible-role-elasticsearch \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/kibanas/tasks/main.yml",
"content": "---\n\n#- name: Add Ela... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1335,
"all_permissive": false
} |
ansible_role | crwr45/gitops-notes | d57a65124bbce09561ce244e1c4616f02078d1c5 | 0 | roles/setup_gitops | 34 | [
"no_license"
] | [
{
"path": "roles/setup_gitops/tasks/main.yml",
"content": "- name: Add the Subscription\n kubernetes.core.k8s:\n host: \"{{ cluster.api }}\"\n kubeconfig: \"{{ cluster.kubeconfig_path }}\"\n state: present\n src: files/subscription.yml\n register: subscription_install\n\n- name: Wait for OpenS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | crwr45/gitops-notes | d57a65124bbce09561ce244e1c4616f02078d1c5 | 0 | roles/setup_target | 34 | [
"no_license"
] | [
{
"path": "roles/setup_target/defaults/main.yml",
"content": "target_namespace: argocd-manager\nservice_account_name: argocd-manager\ncluster_role_name: argocd-manager-role\ncluster_role_binding_name: argocd-manager-role-binding\n\nargo_namespace: openshift-gitops\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3723,
"all_permissive": false
} |
ansible_role | ybmadhu/mysql-ansible | 253bb38ef4a2a751f5addda82df8f95eadc06688 | 1 | roles/mysql | 34 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": " - name: Download sources\n get_url:\n url: http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm\n dest: /opt/mysql\n\n - name: Install package\n yum:\n name: /opt/mysql/mysql-community-release-el7-5.noarch.rpm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | overtune/arch-ansible | 3dfe66a7ecfee09c574816a1f499e74bbaa1dac6 | 0 | roles/base | 34 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install base-devel\n pacman:\n name:\n - base-devel\n state: present\n\n- name: Install cmake \n pacman:\n name:\n - cmake \n state: present\n\n- name: Install zsh\n pacman:\n name:\n - zsh\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | overtune/arch-ansible | 3dfe66a7ecfee09c574816a1f499e74bbaa1dac6 | 0 | roles/desktop | 34 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n- name: Install i3\n pacman:\n name:\n - i3-gaps\n - i3blocks\n - i3lock\n - i3status\n state: present\n\n- name: Install lxdm\n pacman:\n name:\n - lxdm\n state: present\n\n- name: Install arandr\n pacman:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1741,
"all_permissive": false
} |
ansible_role | overtune/arch-ansible | 3dfe66a7ecfee09c574816a1f499e74bbaa1dac6 | 0 | roles/dotfiles | 34 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Clone dotfiles repo\n git:\n repo: https://github.com/overtune/dotfiles.git\n dest: $HOME/.dotfiles\n bare: yes\n become_user: johrun\n\n- name: Installs oh-my-zsh. \n git:\n repo: https://github.com/robbyrussell/oh-my-zsh.gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | overtune/arch-ansible | 3dfe66a7ecfee09c574816a1f499e74bbaa1dac6 | 0 | roles/flatpak | 34 | [
"no_license"
] | [
{
"path": "roles/flatpak/tasks/main.yml",
"content": "---\n- name: Install the spotify flatpak\n flatpak:\n name: https://flathub.org/repo/appstream/com.spotify.Client.flatpakref\n state: present\n\n- name: Install the slack flatpak\n flatpak:\n name: https://flathub.org/repo/appstream/com.slack.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | overtune/arch-ansible | 3dfe66a7ecfee09c574816a1f499e74bbaa1dac6 | 0 | roles/fonts | 34 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n# - name: Install freetype2\n# pacman:\n# name: freetype2\n# state: present\n\n# - name: Install fontconfig\n# pacman:\n# name: fontconfig\n# state: present\n\n- name: Create the user font folder \n file:\n path: $HOME/.fonts \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | overtune/arch-ansible | 3dfe66a7ecfee09c574816a1f499e74bbaa1dac6 | 0 | roles/terminal_tools | 34 | [
"no_license"
] | [
{
"path": "roles/terminal_tools/tasks/main.yml",
"content": "---\n- name: Install vim\n pacman:\n name:\n - vim\n state: present\n\n- name: Install git\n pacman:\n name:\n - git\n state: present\n\n- name: Install tmux\n pacman:\n name:\n - tmux\n state: present\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | overtune/arch-ansible | 3dfe66a7ecfee09c574816a1f499e74bbaa1dac6 | 0 | roles/user | 34 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n tags:\n - user\n\n- name: Allow 'wheel' group to have sudo previlegies\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | overtune/arch-ansible | 3dfe66a7ecfee09c574816a1f499e74bbaa1dac6 | 0 | roles/virtualbox | 34 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main.yml",
"content": "---\n- name: Install virtualbox guest additions \n pacman:\n name:\n - virtualbox-guest-modules-arch\n state: present\n when: ansible_facts['ansible_virtualization_type'] == \"virtualbox\"\n\n- name: Install xf86-video-vmware \n pacman:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | heshamfathy96/auto-deploy-CICD | a8b9054c7f020dd57ceef334d26139ed51e9f761 | 0 | .circleci/ansible/roles/deploy | 34 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend_app\n state: directory\n\n- name: \"UnArchive\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n \n\n- name: \"Install dependencies f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | flounderK/ctf-environment | cfeec278687e5c4def69af533aa60021916e4eff | 5 | roles/pyenv | 34 | [
"no_license"
] | [
{
"path": "roles/pyenv/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n\n pre_tasks:\n - name: Update apt cache.\n apt:\n update_cache: true\n cache_valid_time: 600\n when: ansible_os_family == 'Debian'\n tasks:\n - name: \"Include pyenv\"\n includ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3884,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/common | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/common/tasks/main.yaml",
"content": "- name: Gather facts of remote host\n ansible.builtin.setup:\n gather_subset: all\n\n- name: Install dependencies\n become: yes\n ansible.builtin.apt:\n name:\n [\n \"python3-dev\",\n \"python3-setuptools\",\n \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/couchdb-cluster | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/couchdb-cluster/tasks/main.yaml",
"content": "---\n- name: couchdb cluster setup one\n become: yes\n uri:\n url: http://{{ masternode }}:5984/_cluster_setup\n status_code: 201\n method: POST\n user: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n force_basic_au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/couchdb-container | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/couchdb-container/tasks/main.yaml",
"content": "---\n- name: Start a couchdb container\n become: yes\n docker_container:\n name: \"{{ container_name }}\"\n image: \"{{ image_name }}\"\n ports:\n - \"5984:5984\"\n - \"4369:4369\"\n - \"9100-9200:9100-9200\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/create-volume | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/create-volume/tasks/main.yaml",
"content": "- name: Create volume\n openstack.cloud.volume:\n display_name: '{{ item.vol_name }}'\n size: '{{ item.vol_size }}'\n availability_zone: '{{ availability_zone }}'\n wait: yes\n timeout: 600\n state: present\n loop: '{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/deploy-frontend | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/deploy-frontend/tasks/main.yaml",
"content": "- name: deploy frontend\n shell:\n sudo -s\n docker-compose up -d\n args:\n chdir: '{{ deploy_dir }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/deploy-webapp | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/deploy-webapp/tasks/main.yaml",
"content": "# - name: deploy webapp\n# shell:\n# sudo -s\n# docker-compose up --build\n# args:\n# chdir: '{{ deploy_dir }}'\n\n- name: deploy Docker Compose stack\n become: yes\n docker_compose:\n project_src: '{{ deploy_dir }}'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/git-clone | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/git-clone/tasks/main.yaml",
"content": "- name: git clone\n shell:\n sudo -s\n git clone <EMAIL>:Shengzez/CCC_Project2.git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/git-pull | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/git-pull/tasks/main.yaml",
"content": "- name: git pull\n shell:\n sudo -s\n git pull\n args:\n chdir: '{{ repo_dir }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/instances | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/instances/tasks/main.yaml",
"content": "- name: Create an instance\n openstack.cloud.server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ instance_flavor }}'\n availability_zone: '{{ availability_zone }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1056,
"all_permissive": false
} |
ansible_role | Shengzez/CCC_Project2 | 8006a9f5be91040e81f60d08e3e3d64f573f40c3 | 2 | Ansible/roles/run-backend | 34 | [
"no_license"
] | [
{
"path": "Ansible/roles/run-backend/tasks/main.yaml",
"content": "- name: clone git repo\n ansible.builtin.git:\n repo: '{{ github_ssh }}'\n dest: '{{ working_dir }}/{{ repo_name }}'\n single_branch: yes\n accept_hostkey: yes\n\n\n- name: Find list of docker files\n find:\n paths: '{{ work... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | yongmuzhang/ansible_rollback | 760fa9f74457de42962eaea72f8d864a795a6665 | 0 | roles/rollback | 34 | [
"no_license"
] | [
{
"path": "roles/rollback/tasks/link.yml",
"content": "---\n- name: change softlink from current release to rollback version\n file:\n state: link\n path: {{ deploy_dir }}\n src: \"{{ history_version_dir }}/{{ previous_release_version.stdout }}/app\"",
"license_type": "no_license",
"detect... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2589,
"all_permissive": false
} |
ansible_role | TyagiAnuj/cldemo-automation-ansible | e383f9ee6d4b21fb30ec4ff74f9de53d0d380392 | 0 | roles/ifupdown | 34 | [
"no_license"
] | [
{
"path": "roles/ifupdown/tasks/main.yml",
"content": "# Legacy ifupdown requires its own template, so we broke it out into a seperate\n# role. In theory, ifupdown2 is capable of running on hosts, but it takes some\n# work to install without having it conflict with other packages. For this demo,\n# legacy i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1213,
"all_permissive": false
} |
ansible_role | BassamBasamad-Repo/Cloud-DevOps-Engineer-Capstone-Project | 668841e4ea01f9e28cf893e60a8a5ea4f2b7e162 | 0 | ansible/roles/capstone-service | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/capstone-service/tasks/main.yml",
"content": "- name: Copy service configuration\n copy:\n src: \"{{ ENVIRONMENT_NAME }}-service.yaml\"\n dest: /home/ubuntu/\n\n- name: Create service configuration\n command: \"./bin/kubectl apply -f {{ ENVIRONMENT_NAME }}-service.yaml\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | BassamBasamad-Repo/Cloud-DevOps-Engineer-Capstone-Project | 668841e4ea01f9e28cf893e60a8a5ea4f2b7e162 | 0 | ansible/roles/install-awscli | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/install-awscli/tasks/main.yml",
"content": "---\n- name: \"Download The AWS CLI Archive\"\n shell: curl \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\" -o \"awscliv2.zip\"\n args:\n chdir: /home/ubuntu/\n\n- name: \"Unzip the AWS CLI Archive\"\n shell: unzip awscl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | BassamBasamad-Repo/Cloud-DevOps-Engineer-Capstone-Project | 668841e4ea01f9e28cf893e60a8a5ea4f2b7e162 | 0 | ansible/roles/install-kubectl | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/install-kubectl/tasks/main.yml",
"content": "---\n- name: \"Download kubectl\"\n shell: curl -o kubectl https://s3.us-west-2.amazonaws.com/amazon-eks/1.27.5/2023-09-14/bin/linux/amd64/kubectl\n args:\n chdir: /home/ubuntu/\n\n- name: \"Apply execute permissions to the binary\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | mschmo/pbubs | 7026c90de62d0056fad9043774d26258dff00f5e | 0 | devops/roles/common | 32 | [
"no_license"
] | [
{
"path": "devops/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt-get\n apt: update_cache=yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 50,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/app-build | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/app-build/tasks/main.yml",
"content": "---\r\n- name: Change the working directory to /vagrant\r\n shell: \"mvn clean deploy -Drevision={{ deploy_v }}\"\r\n args:\r\n chdir: /vagrant\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/artifactory | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/artifactory/tasks/main.yml",
"content": "---\r\n- name: install the artifactory rpm from a remote repo\r\n yum:\r\n name: https://bintray.com/jfrog/artifactory-rpms/download_file?file_path=jfrog-artifactory-oss-5.8.4.rpm\r\n state: present\r\n- name: ensure artifactory started... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/java | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/java/tasks/main.yml",
"content": "---\r\n- name: ensure \"java\" present\r\n yum:\r\n name: java\r\n state: present\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/java-devel | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/java-devel/tasks/main.yml",
"content": "---\r\n- name: ensure \"java\" present\r\n yum:\r\n name: java-devel\r\n state: present\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/jenkins | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/jenkins/tasks/main.yml",
"content": "---\r\n- name: Add jenkins repository\r\n yum_repository:\r\n name: jenkins\r\n description: Jenkins-stable\r\n baseurl: http://pkg.jenkins.io/redhat-stable\r\n gpgcheck: yes\r\n- name: Add jenkins key to rpm db\r\n rpm_key:\r\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/nfs-client | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/nfs-client/tasks/main.yml",
"content": "---\r\n- name: ensure \"nfs\" installed\r\n yum:\r\n name: nfs-utils\r\n state: present\r\n\r\n- file:\r\n path: \"{{ nfs_mountdir_cl }}\"\r\n state: directory\r\n owner: nfsnobody\r\n group: nfsnobody\r\n mode: 0777\r\n\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/nginx | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Add nginx repository\r\n yum_repository:\r\n name: nginx-repo\r\n description: nginx repo\r\n baseurl: http://nginx.org/packages/centos/7/$basearch\r\n gpgcheck: no\r\n- name: ensure \"nginx\" present\r\n yum:\r\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/nginx-lb | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/nginx-lb/tasks/main.yml",
"content": "---\r\n- name: permissive SElinux\r\n selinux:\r\n policy: targeted\r\n state: permissive\r\n\r\n- name: ensure \"nginx\" configured as loadbalancer\r\n template:\r\n src: templates/nginx-lb.j2\r\n dest: /etc/nginx/conf.d/default.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/timezone | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/timezone/tasks/main.yml",
"content": "---\r\n - name: set timezone\r\n timezone:\r\n name: \"{{ time_zone }}\"\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | VladyslavTokar/env | 8fa3e3db525cf05abc7f476fe0839f793ed8ecd3 | 0 | hw_ans/roles/tomcat | 32 | [
"no_license"
] | [
{
"path": "hw_ans/roles/tomcat/tasks/main.yml",
"content": "---\r\n- name: ensure \"tomcat\" present\r\n yum:\r\n name: tomcat\r\n state: present\r\n notify:\r\n - start tomcat\r\n- name: copy \"hello-world.war\" to ROOT\r\n copy:\r\n src: hello-world.war\r\n dest: /usr/share/tomcat/webapp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | awsdevopz/ansible_project | 5d3cb7e06968885311a57093726de1a576476c6b | 0 | roles/liferay | 32 | [
"no_license"
] | [
{
"path": "roles/liferay/templates/liferay.service.j2",
"content": "[Unit]\r\nDescription=Liferay\r\nAfter=network.target\r\n\r\n[Service]\r\nType=forking\r\nExecStart=/opt/liferay/tomcat-9.0.83/bin/startup.sh\r\nExecStop=/opt/liferay/tomcat-9.0.83/bin/shutdown.sh\r\nUser=www-data\r\nGroup=www-data\r\nResta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3112,
"all_permissive": false
} |
ansible_role | awsdevopz/ansible_project | 5d3cb7e06968885311a57093726de1a576476c6b | 0 | roles/postgresql | 32 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\r\n- name: Ensure /tmp/ansible directory exists with correct permissions\r\n become: yes\r\n file:\r\n path: /tmp/ansible\r\n state: directory\r\n mode: '1777'\r\n\r\n- name: Install required packages (Debian-based)\r\n become: yes\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2713,
"all_permissive": false
} |
ansible_role | harathi1/hasini | 708de13a6571edda29dab3b603fef627ffce73a9 | 0 | roles/apache | 32 | [
"no_license"
] | [
{
"path": "roles/apache/vars/main.yml",
"content": "---\n# vars file for apache\ndb_user: admin\ndb_password: <PASSWORD>\nport_number: 8080\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | KWDigitalGames/techlab | 9cbf87488ea48e8326f6406e5b0c835bda1731db | 0 | ansible/roles/app | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": " - name: Set up docker repository\n shell: |\n yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo\n args:\n warn: no\n - name: Install the latest version of Docker Engine and containerd\n dnf:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | KWDigitalGames/techlab | 9cbf87488ea48e8326f6406e5b0c835bda1731db | 0 | ansible/roles/base | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": " - name: Check if SSH key already exists\n stat: \n path: \"/root/.ssh/authorized_keys\"\n register: result\n - name: Deploy SSH public key if it doesnt exist\n ansible.posix.authorized_key:\n user: \"root\"\n key: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | KWDigitalGames/techlab | 9cbf87488ea48e8326f6406e5b0c835bda1731db | 0 | ansible/roles/dockerized_httpd | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerized_httpd/tasks/main.yml",
"content": "- name: Create build directory\n ansible.builtin.file:\n path: /tmp/docker/staticwebpage\n state: directory\n mode: 0755\n- name: Copy dockerfile to builds directory\n template: src=./files/Dockerfile dest=/tmp/docker/staticwe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | KWDigitalGames/techlab | 9cbf87488ea48e8326f6406e5b0c835bda1731db | 0 | ansible/roles/mgmt | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/mgmt/tasks/main.yml",
"content": "- name: Setting up management server\n hosts: mgmt\n tasks:\n - name: Install Java\n ansible.builtin.dnf:\n name: java-1.8.0-openjdk-devel\n - name: Add Jenkins repo\n ansible.builtin.copy:\n dest: /etc/yum.repos.d/je... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | KWDigitalGames/techlab | 9cbf87488ea48e8326f6406e5b0c835bda1731db | 0 | ansible/roles/mon | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/mon/tasks/main.yml",
"content": " - name: Open elasticsearch port\n ansible.builtin.shell: firewall-cmd --permanent --add-port={{ elastic_port }}/tcp\n - name: Open kibana port\n ansible.builtin.shell: firewall-cmd --permanent --add-port={{ kibana_port }}/tcp\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2843,
"all_permissive": false
} |
ansible_role | KWDigitalGames/techlab | 9cbf87488ea48e8326f6406e5b0c835bda1731db | 0 | ansible/roles/simple_appserver | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/simple_appserver/tasks/main.yml",
"content": " - name: Create build directory\n ansible.builtin.file:\n path: /tmp/docker/appserver\n state: directory\n mode: 0755\n - name: Copy dockerfile to builds directory\n template: src=./files/appserver.dockerfile dest=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | KWDigitalGames/techlab | 9cbf87488ea48e8326f6406e5b0c835bda1731db | 0 | ansible/roles/simple_webserver | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/simple_webserver/tasks/main.yml",
"content": "- name: Install Apache Tomcat \n ansible.builtin.dnf:\n name: httpd\n- name: Open firewall port 80\n firewalld:\n permanent: yes\n immediate: yes\n port: 80/tcp\n state: enabled\n- name: Start and Enable Apache HTTP serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | RedHatSatellite/sync-satellite-org | 39e691297048102bfe185971e8aeb934fb7c1b51 | 0 | roles/sync-satellite-org | 32 | [
"no_license"
] | [
{
"path": "roles/sync-satellite-org/templates/synchronise-satellite.yml.j2",
"content": "#jinja2:variable_start_string:'[%' , variable_end_string:'%]'\n\n---\n- name: Synchronise Target Satellite\n hosts: target\n become: true\n vars:\n foreman_connect_string: \"--output json -s {{ target_foreman_serv... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 26,
"total_bytes": 21068,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/1password | 32 | [
"no_license"
] | [
{
"path": "roles/1password/tasks/main.yaml",
"content": "- name: Copy install script\n ansible.builtin.copy:\n src: usr/local/bin/1password-install\n dest: /usr/local/bin/1password-install\n mode: \"0755\"\n\n- name: Run install\n ansible.builtin.command:\n cmd: /usr/local/bin/1password-instal... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2899,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/alloy | 32 | [
"no_license"
] | [
{
"path": "roles/alloy/defaults/main.yaml",
"content": "alloy__op_vault: \"Applications\"\nalloy__op_key: \"GrafanaCloud\"\n\nalloy__username: |-\n {{\n lookup(\n 'community.general.onepassword',\n alloy__op_key,\n vault=alloy__op_vault,\n field='username'\n )\n }}\na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/basic | 32 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yaml",
"content": "- name: Install packages\n ansible.builtin.apt:\n pkg:\n - bash-completion\n - curl\n - dnsutils\n - fail2ban\n - git\n - htop\n - iputils-ping\n - lsof\n - make\n - mosh\n - net-tools\n - rs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/containers | 32 | [
"no_license"
] | [
{
"path": "roles/containers/handlers/main.yaml",
"content": "- name: Restart redir-80\n ansible.builtin.service:\n name: redir-80\n state: restarted\n- name: Restart redir-443\n ansible.builtin.service:\n name: redir-443\n state: restarted\n- name: Update Grub\n ansible.builtin.command: updat... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7771,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/ctrld | 32 | [
"no_license"
] | [
{
"path": "roles/ctrld/handlers/main.yaml",
"content": "- name: Restart ctrld\n ansible.builtin.systemd_service:\n name: ctrld.service\n daemon_reload: true\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles/ctrld... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4840,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/fileserver | 32 | [
"no_license"
] | [
{
"path": "roles/fileserver/templates/usr/local/bin/syncoid-snapshot.j2",
"content": "#!/bin/bash\nset -eu\nset -o pipefail\n\n{% for item in fileserver__syncoid_config -%}\nsyncoid --no-sync-snap {{ item.from }} {{ item.to }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7541,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/kopia_client | 32 | [
"no_license"
] | [
{
"path": "roles/kopia_client/templates/usr/local/bin/kopia-snapshot.j2",
"content": "#!/bin/bash\nset -eux\nset -o pipefail\n\n{{ kopia_client__snapshot_command }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/kopia_client/templates/etc/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4297,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/kopia_server | 32 | [
"no_license"
] | [
{
"path": "roles/kopia_server/tasks/certbot.yaml",
"content": "- name: Install certbot\n community.general.snap:\n name:\n - certbot\n classic: true\n options:\n - \"trust-plugin-with-root=ok\"\n\n- name: Install certbot plugins\n community.general.snap:\n name:\n - certbot-dns-... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 9026,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/mailx | 32 | [
"no_license"
] | [
{
"path": "roles/mailx/defaults/main.yaml",
"content": "mailx__op_vault: \"Applications\"\nmailx__op_key: \"MAILX\"\nmailx__mta: |-\n {{\n lookup(\n 'community.general.onepassword',\n mailx__op_key,\n vault=mailx__op_vault,\n field='password'\n )\n }}\nmailx__domain: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/nextdns | 32 | [
"no_license"
] | [
{
"path": "roles/nextdns/handlers/main.yaml",
"content": "- name: Restart DNS Resolver\n ansible.builtin.systemd_service:\n name: systemd-resolved.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/nextdns/de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/plex | 32 | [
"no_license"
] | [
{
"path": "roles/plex/tasks/caddy.yaml",
"content": "- name: Install Caddy repo\n deb822_repository:\n name: caddy\n types: deb\n uris: https://dl.cloudsmith.io/public/caddy/stable/deb/debian\n suites: any-version\n components: main\n architectures: amd64\n signed_by: https://dl.clouds... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3579,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/proxmox | 32 | [
"no_license"
] | [
{
"path": "roles/proxmox/files/etc/letsencrypt/renewal-hooks/deploy/proxmox-proxy",
"content": "#!/bin/bash\nset -eu\nset -o pipefail\n\nNODE=$(hostname)\ncp \"$RENEWED_LINEAGE/fullchain.pem\" \"/etc/pve/nodes/${NODE}/pveproxy-ssl.pem\"\ncp \"$RENEWED_LINEAGE/privkey.pem\" \"/etc/pve/nodes/${NODE}/pveproxy-... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 11463,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/proxmox_backup_server | 32 | [
"no_license"
] | [
{
"path": "roles/proxmox_backup_server/templates/etc/rclone.conf.j2",
"content": "[pbs-sync]\ntype = b2\naccount = {{ proxmox_backup_server__sync_account }}\nkey = {{ proxmox_backup_server__sync_key }}\nhard_delete = true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6046,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/syncthing | 32 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/install.yaml",
"content": "- name: Install required packages\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n state: present\n update_cache: true\n cache_valid_time: 3600\n- name: Add apt key\n ansible.builtin.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/tailscale | 32 | [
"no_license"
] | [
{
"path": "roles/tailscale/defaults/main.yaml",
"content": "---\n# Standard Tailscale installation\ntailscale_install: true\ntailscale_udp_config: true\ntailscale_ufw_config: true\n\n# Tailscale UDM installation\ntailscale_udm_install: false\ntailscale_udm_version: \"2.7.0\"\ntailscale_udm_package_root: \"/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5131,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/wireguard | 32 | [
"no_license"
] | [
{
"path": "roles/wireguard/tasks/main.yaml",
"content": "- name: Install packages\n ansible.builtin.apt:\n pkg:\n - wireguard\n state: present\n update_cache: true\n cache_valid_time: 3600\n when: not wireguard__enable_config_management | bool\n\n- name: Firewall\n ansible.builtin.import... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4935,
"all_permissive": false
} |
ansible_role | nalabelle/infra | 20f3db8650508f2f0af9f66ee071009572cd9dc1 | 0 | roles/zfs | 32 | [
"no_license"
] | [
{
"path": "roles/zfs/tasks/exporters.yaml",
"content": "- name: Install node collector packages\n ansible.builtin.apt:\n pkg:\n - prometheus-node-exporter\n - prometheus-node-exporter-collectors\n state: present\n\n- name: Ensure local collector path exists\n ansible.builtin.file:\n pat... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2579,
"all_permissive": false
} |
ansible_role | andrew-j-price/kubernetes-on-atomic | b182af01b1c94e27d3d4fd8da325a4024eb8d541 | 1 | roles/addons | 32 | [
"no_license"
] | [
{
"path": "roles/addons/templates/dashboard.yaml.j2",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n name: kubernetes-dashboard\n namespace: kube-system\n labels:\n k8s-app: kubernetes-dashboard\n kubernetes.io/cluster-service: \"true\"\nspec:\n selector:\n k8s-app: kubernetes-dashboard... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2971,
"all_permissive": false
} |
ansible_role | andrew-j-price/kubernetes-on-atomic | b182af01b1c94e27d3d4fd8da325a4024eb8d541 | 1 | roles/etcd | 32 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/main.yml",
"content": "---\n\n- name: Copy etcd template\n template:\n src: etcd.conf.j2\n dest: \"/etc/etcd/etcd.conf\"\n notify:\n - restart etcd\n\n- name: Enable and start etcd service\n service:\n name: etcd\n state: started\n enabled: yes\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1454,
"all_permissive": false
} |
ansible_role | andrew-j-price/kubernetes-on-atomic | b182af01b1c94e27d3d4fd8da325a4024eb8d541 | 1 | roles/flannel | 32 | [
"no_license"
] | [
{
"path": "roles/flannel/tasks/main.yml",
"content": "---\n\n- name: Set flannel etcd configs\n command: 'etcdctl set /{{ flannel_name }}/network/config ''{ \"Network\": \"{{ flannel_internal_network }}/{{ flannel_network_prefix }}\", \"SubnetLen\": {{ flannel_subnet_length }}, \"Backend\": { \"Type\": \"v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1333,
"all_permissive": false
} |
ansible_role | andrew-j-price/kubernetes-on-atomic | b182af01b1c94e27d3d4fd8da325a4024eb8d541 | 1 | roles/k8s-master | 32 | [
"no_license"
] | [
{
"path": "roles/k8s-master/templates/openssl.cnf.j2",
"content": "[req]\nreq_extensions = v3_req\ndistinguished_name = req_distinguished_name\n[req_distinguished_name]\n[ v3_req ]\nbasicConstraints = CA:FALSE\nkeyUsage = nonRepudiation, digitalSignature, keyEncipherment\nsubjectAltName = @alt_names\n[alt_n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4886,
"all_permissive": false
} |
ansible_role | andrew-j-price/kubernetes-on-atomic | b182af01b1c94e27d3d4fd8da325a4024eb8d541 | 1 | roles/k8s-worker | 32 | [
"no_license"
] | [
{
"path": "roles/k8s-worker/tasks/main.yml",
"content": "---\n\n- name: Create directory structure\n file:\n path: \"{{ item }}\"\n owner: root\n group: root\n state: directory\n mode: 0755\n with_items:\n - '{{ manifests_path }}'\n\n- name: Copy templates\n template:\n src: \"{{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1858,
"all_permissive": false
} |
ansible_role | andrew-j-price/kubernetes-on-atomic | b182af01b1c94e27d3d4fd8da325a4024eb8d541 | 1 | roles/kubectl | 32 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yml",
"content": "---\n\n- name: Create directory structure\n file:\n path: \"{{ item }}\"\n owner: root\n group: root\n state: directory\n mode: 0755\n with_items:\n - '{{ cert_path }}'\n\n- name: Fetch previously generated certificates\n fetch:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1446,
"all_permissive": false
} |
ansible_role | andrew-j-price/kubernetes-on-atomic | b182af01b1c94e27d3d4fd8da325a4024eb8d541 | 1 | roles/skydns | 32 | [
"no_license"
] | [
{
"path": "roles/skydns/templates/kube2sky.sh.j2",
"content": "#!/bin/bash\ndocker_name={{ kube2sky_name }}\n\ndocker stop $docker_name\ndocker rm $docker_name\n\ndocker run -d --name=$docker_name --net=host --restart=always \\\ngcr.io/google_containers/kube2sky:1.12 \\\n-v=10 -logtostderr=true -domain={{ c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2313,
"all_permissive": false
} |
ansible_role | saibondada4/ansi-terraform-test | b2f1b7fc2155d6be0c823643f4a17033a05d6c9a | 0 | ansible/roles/app-setup-dockercompose | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/app-setup-dockercompose/templates/docker-compose.yml.j2",
"content": "version: '3.7'\n\n\nservices:\n postgres-server:\n container_name: postgres-server\n hostname: postgresql\n image: postgres:latest\n volumes:\n - 'postgres-server-master_data:/var/lib/postgresql/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1918,
"all_permissive": false
} |
ansible_role | saibondada4/ansi-terraform-test | b2f1b7fc2155d6be0c823643f4a17033a05d6c9a | 0 | ansible/roles/docker-setup | 32 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-setup/templates/daemon.json.j2",
"content": "{\n \"default-address-pools\": [\n {\n \"base\": \"{{default_docker_ip_pool_base}}\",\n \"size\": \"{{default_docker_ip_pool_size}}\"\n }\n ]\n}",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1733,
"all_permissive": false
} |
ansible_role | jcpowermac/ansible-atomic-k8s | 9056bd3c71ad67a79599ae81ccc5e543fcf3a7bc | 0 | roles/master | 32 | [
"permissive"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "---\n# tasks file for master\n\n- name: Create etcd.conf \n template:\n src: etcd.conf.j2\n dest: /etc/etcd/etcd.conf\n\n- name: Create Kubernete config file\n template:\n src: config.j2\n dest: /etc/kubernetes/config\n\n- name: Start and en... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3806,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.