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
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/generate_kubeconfig_auth
7,330
[ "no_license" ]
[ { "path": "roles/generate_kubeconfig_auth/vars/main.yaml", "content": "nodes:\n - admin\n - node-0\n - node-1\n - kube-proxy\n - kube-controller-manager\n - kube-scheduler\ncluster_name: kubernetes-the-hard-way\nwork_dir: /etc/kubernetes/pki\nserver_url: https://server.kubernetes.local\nserver_port: 6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2543, "all_permissive": false }
ansible_role
StefanNieuwenhuis/homelab_ansible_playbooks
f1180053c44940edc06fc3a3d2cf0504ee1b85ea
0
roles/generate_tls_certificates
7,330
[ "no_license" ]
[ { "path": "roles/generate_tls_certificates/vars/main.yaml", "content": "certs:\n - admin\n - node-0\n - node-1\n - kube-proxy\n - kube-scheduler\n - kube-controller-manager\n - kube-api-server\n - service-accounts\ncert_dir: /etc/kubernetes/pki\n\n", "license_type": "no_license", "detected_l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3034, "all_permissive": false }
ansible_role
IceTony/ansible
a0e4a7cf703d36c3eeec88a14918e279bc9fa5aa
0
plays/roles/letsencrypt
7,330
[ "no_license" ]
[ { "path": "plays/roles/letsencrypt/tasks/letsencrypt_redhat.yml", "content": "---\n\n- name: install certbot\n yum:\n name: certbot\n state: present\n update_cache: yes\n\n- name: create letsencrypt certificate\n command: certbot certonly --webroot -w {{ redhat_site_root }} -m {{ letsencrypt_mail...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3209, "all_permissive": false }
ansible_role
kashwin92/combined-repo-ansfw
54e452e93ebeba5331fce62982be9caf1db918e9
0
roles/dotnet472
7,330
[ "no_license" ]
[ { "path": "roles/dotnet472/tasks/main.yml", "content": "---\n# Creates temp folder in C: drive in Windows\n- name: .Net Framework 4.7.2 Install | Create temporary directory\n win_file:\n path: \"{{ dotnet_temp_download_path }}\"\n state: directory\n\n# The DotNet 4.7.2 setup file is pulled from S3 bu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1579, "all_permissive": false }
ansible_role
efriel/vagrant-ansible-elastic
91583dc32fd73c6a2659d1314780c842575e6035
0
ansible/roles/elk
7,330
[ "no_license" ]
[ { "path": "ansible/roles/elk/tasks/elasticsearch.yml", "content": "---\n# ======== Elastic Repo ===========\n- name: Copy elasticsearch.repo information\n copy:\n src: elastic.repo\n dest: /etc/yum.repos.d/\n owner: root\n group: root\n\n- name: Import Elastic rpm key from url\n rpm_key:\n state...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 6366, "all_permissive": false }
ansible_role
Claude-CC/repo-ansible
b4a40d3572b2920e90c6c6cd3bb1de44aa28552d
0
roles/conf_base
7,330
[ "no_license" ]
[ { "path": "roles/conf_base/tasks/main.yml", "content": "---\n\n - name: Configure the hostname\n ios_config:\n lines: hostname {{ inventory_hostname }}\n\n - name: Configure the domain-name\n ios_system:\n domain_name: aklesso.tg\n\n - name: Configure the dns lookup sources\n ios_syste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 837, "all_permissive": false }
ansible_role
RogaLabs/productionDigitalOcean
f6d70ef04c90ccb9b94fd1725700f15e32887b3f
0
roles/digital_ocean
7,330
[ "no_license" ]
[ { "path": "roles/digital_ocean/tasks/main.yml", "content": "---\n- name: Create Digitial Ocean Machine\n digital_ocean: >\n state=present\n ssh_key_ids=762065\n name=osnuvem-production\n size_id=62\n region_id=4\n image_id=13089823\n backups_enabled=yes\n unique_name=yes\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
RogaLabs/productionDigitalOcean
f6d70ef04c90ccb9b94fd1725700f15e32887b3f
0
roles/nginx
7,330
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\nnginx_conf_dir: /etc/nginx\nnginx_user: www-data\nnginx_group: '{{ nginx_user }}'\nnginx_workers: 2\nnginx_connections: 1024\nnginx_keepalive_requests: 60\nnginx_keepalive_timeout: 30\n\nunicorn_workers: 4\nrails_env: production", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2539, "all_permissive": false }
ansible_role
RogaLabs/productionDigitalOcean
f6d70ef04c90ccb9b94fd1725700f15e32887b3f
0
roles/unicorn
7,330
[ "no_license" ]
[ { "path": "roles/unicorn/tasks/main.yml", "content": "---\n- name: Create the directories for unicorn specific configurations\n file: path={{path}}/{{ item }} state=directory owner=root group={{nginx_group}} mode=0755\n with_items:\n - \"unicorn\"\n tags: unicorn\n\n- name: Configure unicorn\n templa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
oracle/oci-ansible-collection
92eb46fcc599d1a74bb83a24eee381065f20dd5b
184
solutions/db-patching/roles/db_discovery
7,330
[ "no_license" ]
[ { "path": "solutions/db-patching/roles/db_discovery/tasks/main.yml", "content": "---\n\n#Copyright © 2021, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n\n#role: db_discovery\n#file: tasks/main.yml\n\n- name: Run pre-check tasks\n include: discover_tag.yml\n\n...", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2498, "all_permissive": false }
ansible_role
oracle/oci-ansible-collection
92eb46fcc599d1a74bb83a24eee381065f20dd5b
184
solutions/db-patching/roles/patch_db
7,330
[ "no_license" ]
[ { "path": "solutions/db-patching/roles/patch_db/tasks/finddbpatch.yml", "content": "---\n\n#Copyright © 2021, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n\n#role: patch_db\n#file: tasks/finddbpatch.yml\n\n- name: Fetch database home on database system - {{ db_system_...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 18036, "all_permissive": false }
ansible_role
oracle/oci-ansible-collection
92eb46fcc599d1a74bb83a24eee381065f20dd5b
184
solutions/oci-cloudnative/playbooks/roles/mushop_infra
7,330
[ "no_license" ]
[ { "path": "solutions/oci-cloudnative/playbooks/roles/mushop_infra/tasks/main.yml", "content": "---\n- name: Main | Import ATP.YML task file\n import_tasks: atp.yml\n tags: ['mushop_infra', 'atp']\n\n- name: Main | Import OS_BUCKETS.YML task file\n import_tasks: os_buckets.yml\n tags: ['mushop_infra', 'o...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 16682, "all_permissive": false }
ansible_role
oracle/oci-ansible-collection
92eb46fcc599d1a74bb83a24eee381065f20dd5b
184
solutions/oci-cloudnative/playbooks/roles/mushop_vcn
7,330
[ "no_license" ]
[ { "path": "solutions/oci-cloudnative/playbooks/roles/mushop_vcn/tasks/vcn.yml", "content": "---\n- name: VCN | Create OCI VCN\n oci_network_vcn:\n display_name: \"mushop-vcn\"\n cidr_block: \"{{ vcn.cidr_block }}\"\n compartment_id: \"{{ vcn.compartment_id }}\"\n dns_label: \"{{ vcn.dns_label }...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4250, "all_permissive": false }
ansible_role
swczk/HomeLab-Ansible
949cd078fb71f4432152d64922a9e0c33022cb01
0
roles/containers
7,330
[ "no_license" ]
[ { "path": "roles/containers/tasks/vaultwarden.yml", "content": "# Deploy Vaultwarden\n# ------------------\n- name: Deploy Vaultwarden\n community.docker.docker_container:\n name: vaultwarden\n image: 'docker.io/vaultwarden/server'\n env:\n 'PUID': '{{ guid }}'\n 'PGID': '{{ guid }}'\n ...
{ "task_files": 20, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 18185, "all_permissive": false }
ansible_role
swczk/HomeLab-Ansible
949cd078fb71f4432152d64922a9e0c33022cb01
0
roles/docker
7,330
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker-RedHat.yml", "content": "- name: Update all packages (RedHat)\r\n dnf:\r\n name: '*'\r\n state: latest\r\n\r\n- name: Install the latest Docker Packages (RedHat)\r\n dnf:\r\n name: '{{ item }}'\r\n state: latest\r\n loop:\r\n - apt-transport-https\r\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2663, "all_permissive": false }
ansible_role
swczk/HomeLab-Ansible
949cd078fb71f4432152d64922a9e0c33022cb01
0
roles/system
7,330
[ "no_license" ]
[ { "path": "roles/system/tasks/essential-RedHat.yml", "content": "- name: Update Packages (Fedora-Based)\r\n dnf:\r\n update_cache: yes\r\n upgrade: yes\r\n\r\n- name: Install Essential Packages\r\n package:\r\n name: '{{ packages }}'\r\n state: present\r\n", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1570, "all_permissive": false }
ansible_role
borland502/technohouser
ee40130cad7c6e1b7eb0435acee4204051af3357
0
dasbootstrap/roles/ansible
7,330
[ "no_license" ]
[ { "path": "dasbootstrap/roles/ansible/tasks/main.yml", "content": "---\n- name: Wait for connection\n ansible.builtin.wait_for_connection:\n connect_timeout: 5\n delay: 10\n sleep: 5\n timeout: 120\n\n# work around a homebrew bug with pyenv\n# - name: Unlink pkg-config with brew (if available)\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 5257, "all_permissive": false }
ansible_role
borland502/technohouser
ee40130cad7c6e1b7eb0435acee4204051af3357
0
dasbootstrap/roles/bootstrap
7,330
[ "no_license" ]
[ { "path": "dasbootstrap/roles/bootstrap/templates/host.yaml.j2", "content": "pve_node: \"{{ pve_node }}\"\n# FQDN or IP of the Proxmox API endpoint where we manage the cluster or node\npve_api_host: \"{{ pve_api_host }}\"\npve_ansible_user: \"{{ pve_ansible_user }}\"\n\npve_hostname: \"{{ pve_hostname }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5293, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/deno
7,330
[ "no_license" ]
[ { "path": "scripts/roles/deno/tasks/main.yml", "content": "---\n- name: install deno deps\n tags: deno\n become: yes\n apt:\n pkg:\n - curl\n state: present\n update_cache: yes\n autoclean: yes\n autoremove: yes\n\n- name: install deno\n tags: deno\n shell: curl -sSL https://deno.la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/desktop
7,330
[ "no_license" ]
[ { "path": "scripts/roles/desktop/tasks/main.yml", "content": "---\n- name: install desktop\n tags: desktop\n become: yes\n apt:\n pkg:\n - chrome-gnome-shell\n - dbus-x11\n - gdm3\n - gnome-core\n - xfonts-base\n - xserver-xorg\n - libglib2.0-dev-bin\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3011, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/desktop_apps
7,330
[ "no_license" ]
[ { "path": "scripts/roles/desktop_apps/tasks/main.yml", "content": "---\n- name: install desktop apps\n tags: desktop_apps\n become: yes\n apt:\n pkg:\n - eog\n - evince\n - firefox\n - gnome-calculator\n - gnome-paint\n - gnome-screenshot\n - gnome-system-log\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 964, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/desktop_scripts
7,330
[ "no_license" ]
[ { "path": "scripts/roles/desktop_scripts/files/git-standup.sh", "content": "#! /bin/sh\n\n# color\nRESTORE='\\033[0m'\nGREEN='\\033[00;32m'\n\ncurrentDir=$(pwd)\nworkspace=$1\nauthor=$2\natLeastOneCommit=false\n\n# exit if there's no workspace to check\nif [ -z \"$workspace\" ]; then\n echo \"Exit ! You ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1606, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/doc
7,330
[ "no_license" ]
[ { "path": "scripts/roles/doc/tasks/main.yml", "content": "---\n- name: copy README.md\n tags: doc\n copy:\n src: README.md\n dest: \"/home/{{ ansible_user }}/README.md\"\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2864, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/docker
7,330
[ "no_license" ]
[ { "path": "scripts/roles/docker/tasks/main.yml", "content": "---\n- name: install docker deps\n tags:\n - docker\n - docker-compose\n - docker-compose-2\n become: yes\n apt:\n pkg:\n - curl\n state: present\n update_cache: yes\n autoclean: yes\n autoremove: yes\n\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1134, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/fzf
7,330
[ "no_license" ]
[ { "path": "scripts/roles/fzf/tasks/main.yml", "content": "---\n- name: install fzf\n tags: fzf\n git:\n repo: https://github.com/junegunn/fzf.git\n dest: \"/home/{{ ansible_user }}/.fzf\"\n depth: 1\n\n- name: configure fzf\n tags: fzf\n shell: \"/home/{{ ansible_user }}/.fzf/install --key-bind...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/gh
7,330
[ "no_license" ]
[ { "path": "scripts/roles/gh/tasks/main.yml", "content": "---\n- name: download gh bin\n tags: gh\n get_url: url=https://github.com/cli/cli/releases/download/v2.16.0/gh_2.16.0_linux_amd64.tar.gz dest=/tmp/gh.tar.gz\n\n- name: extract gh bin\n tags: gh\n unarchive:\n src: /tmp/gh.tar.gz\n dest: /tmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/git
7,330
[ "no_license" ]
[ { "path": "scripts/roles/git/tasks/main.yml", "content": "---\n- name: install git\n tags: git\n become: yes\n apt:\n pkg:\n - git\n state: present\n update_cache: yes\n autoclean: yes\n autoremove: yes\n\n- name: copy .gitignore\n tags: git\n copy:\n src: .gitignore\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3095, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/gtk
7,330
[ "no_license" ]
[ { "path": "scripts/roles/gtk/files/gtk.css", "content": "vte-terminal {\n padding: 10px 20px 20px 20px;\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "scripts/roles/gtk/tasks/main.yml", "content": "---\n- name: create gtk config dir\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 390, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/hyper
7,330
[ "no_license" ]
[ { "path": "scripts/roles/hyper/tasks/main.yml", "content": "---\n- name: download hyper app\n tags: hyper\n get_url: \"url=https://releases.hyper.is/download/AppImage dest=/home/{{ ansible_user }}/app/hyper.AppImage\"\n\n- name: set hyper permission\n tags: hyper\n file:\n path: \"/home/{{ ansible_us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6265, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/jetbrain
7,330
[ "no_license" ]
[ { "path": "scripts/roles/jetbrain/tasks/main.yml", "content": "---\n- name: download jetbrain app\n tags: jetbrain\n get_url: url=https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.26.0.13072.tar.gz dest=/tmp/jetbrains-toolbox.tar.gz\n\n- name: extract jetbrain app\n tags: jetbrain\n unarchive:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/locales
7,330
[ "no_license" ]
[ { "path": "scripts/roles/locales/tasks/main.yml", "content": "---\n- name: install FR locales\n tags: locales\n become: yes\n shell: locale-gen fr_FR fr_FR.UTF-8\n\n- name: install EN locales\n tags: locales\n become: yes\n shell: locale-gen en_US en_US.UTF-8\n\n- name: configure EN lang\n tags: loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/micro
7,330
[ "no_license" ]
[ { "path": "scripts/roles/micro/tasks/main.yml", "content": "---\n- name: create micro config dir\n tags: micro\n file:\n path: \"/home/{{ ansible_user }}/.config/micro\"\n state: directory\n\n- name: install micro deps\n tags: micro\n become: yes\n apt:\n pkg:\n - curl\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/multipass
7,330
[ "no_license" ]
[ { "path": "scripts/roles/multipass/tasks/main.yml", "content": "---\n- name: install multipass deps\n tags: multipass\n become: yes\n apt:\n pkg:\n - snapd\n state: present\n update_cache: yes\n autoclean: yes\n autoremove: yes\n\n- name: install multipass\n tags: multipass\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/n
7,330
[ "no_license" ]
[ { "path": "scripts/roles/n/tasks/main.yml", "content": "---\n- name: install n\n tags: n\n get_url:\n url: https://raw.githubusercontent.com/tj/n/master/bin/n\n dest: \"/home/{{ ansible_user }}/bin/n\"\n mode: 'u=rx,g=rx,o=r'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/node
7,330
[ "no_license" ]
[ { "path": "scripts/roles/node/tasks/main.yml", "content": "---\n- name: install latest node\n tags: node\n become: yes\n shell: \"/home/{{ ansible_user }}/bin/n latest\"\n\n- name: install lts node\n tags: node\n become: yes\n shell: \"/home/{{ ansible_user }}/bin/n lts\"\n\n- name: install autocomple...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/packer
7,330
[ "no_license" ]
[ { "path": "scripts/roles/packer/tasks/main.yml", "content": "---\n- name: download packer\n tags: packer\n get_url:\n url: https://releases.hashicorp.com/packer/1.8.3/packer_1.8.3_linux_amd64.zip\n dest: /tmp/packer.zip\n\n- name: Extract packer\n tags: packer\n unarchive:\n src: /tmp/packer.zi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/php
7,330
[ "no_license" ]
[ { "path": "scripts/roles/php/tasks/main.yml", "content": "---\n- name: create .composer dir\n tags: php\n file:\n path: \"/home/{{ ansible_user }}/.composer\"\n state: directory\n\n- name: define php version\n vars:\n php_version: '8.1'\n php_versions_install_recommends: false\n include_role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1838, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/prompt
7,330
[ "no_license" ]
[ { "path": "scripts/roles/prompt/files/.bashrc", "content": "# If not running interactively, don't do anything\ncase $- in\n *i*) ;;\n *) return;;\nesac\n\n# include aliases\nif [ -f \"$HOME/.aliases\" ]; then\n . \"$HOME/.aliases\"\nfi\n\n# include functions\nif [ -f \"$HOME/.functions\" ]; then\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4886, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/python
7,330
[ "no_license" ]
[ { "path": "scripts/roles/python/tasks/main.yml", "content": "---\n- name: install python deps\n tags: python\n become: yes\n apt:\n pkg:\n - curl\n - git\n - zlib1g-dev\n - libffi-dev\n - libbz2-dev\n - libreadline-dev\n - libssl-dev\n - libsqlite3-dev\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1337, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/rc
7,330
[ "no_license" ]
[ { "path": "scripts/roles/rc/tasks/main.yml", "content": "---\n- name: create rc dir\n tags: rc\n file:\n path: \"/home/{{ ansible_user }}/.rc\"\n state: directory\n\n- name: copy common rc\n tags: rc\n copy:\n src: common.rc\n dest: \"/home/{{ ansible_user }}/.rc/common.rc\"\n mode: '0644...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/resolv
7,330
[ "no_license" ]
[ { "path": "scripts/roles/resolv/tasks/main.yml", "content": "---\n- name: install resolv\n tags: resolv\n become: yes\n apt:\n pkg:\n - resolvconf\n state: present\n update_cache: yes\n autoclean: yes\n autoremove: yes\n\n- name: create resolv config dir\n tags: resolv\n become: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/ssh
7,330
[ "no_license" ]
[ { "path": "scripts/roles/ssh/tasks/main.yml", "content": "---\n- name: create ssh dir\n file:\n path: \"/home/{{ ansible_user }}/.ssh\"\n state: directory\n\n- name: install ssh\n tags: ssh\n become: yes\n apt:\n pkg:\n - ssh\n state: present\n update_cache: yes\n autoclean: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/subl
7,330
[ "no_license" ]
[ { "path": "scripts/roles/subl/files/Package-Control.sublime-settings", "content": "{\n\t\"bootstrapped\": true,\n\t\"in_process_packages\":\n\t[\n\t],\n\t\"installed_packages\":\n\t[\n\t\t\"All Autocomplete\",\n\t\t\"EditorConfig\",\n\t\t\"Filter Lines\",\n\t\t\"Modific\",\n\t\t\"Package Control\",\n\t\t\"S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3011, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/system
7,330
[ "no_license" ]
[ { "path": "scripts/roles/system/tasks/main.yml", "content": "---\n# - name: install swap\n# tags: system\n# vars:\n# swap_file_size_mb: '8192'\n# include_role:\n# name: geerlingguy.swap\n# apply:\n# become: yes\n\n- name: copy sysctl config\n tags: system\n become: yes\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/system_apps
7,330
[ "no_license" ]
[ { "path": "scripts/roles/system_apps/tasks/main.yml", "content": "---\n- name: install system apps\n tags: system_apps\n become: yes\n apt:\n pkg:\n - apt-transport-https\n - apt-utils\n - build-essential\n - ca-certificates\n - dkms\n - gcc\n - gpg\n - language...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/terraform
7,330
[ "no_license" ]
[ { "path": "scripts/roles/terraform/tasks/main.yml", "content": "---\n- name: download terraform bin\n tags: terraform\n get_url: url=https://releases.hashicorp.com/terraform/1.3.0/terraform_1.3.0_linux_amd64.zip dest=/tmp/terraform.zip\n\n- name: extract terraform bin\n tags: terraform\n unarchive:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/user_apps
7,330
[ "no_license" ]
[ { "path": "scripts/roles/user_apps/tasks/main.yml", "content": "---\n- name: create app dir\n tags: user_apps\n file:\n path: \"/home/{{ ansible_user }}/app\"\n state: directory\n\n- name: create bin dir\n tags: user_apps\n file:\n path: \"/home/{{ ansible_user }}/bin\"\n state: directory\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/vim
7,330
[ "no_license" ]
[ { "path": "scripts/roles/vim/files/.vimrc", "content": "syntax on\n\nset showmode \" show the current mode\nset background=dark \" dark theme\nset backspace=indent,eol,start \" make that backspace key work the way it should\nset laststatus=2 \" make the last li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1242, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/vscode
7,330
[ "no_license" ]
[ { "path": "scripts/roles/vscode/tasks/main.yml", "content": "---\n- name: create vscode config dir\n tags: vscode\n file:\n path: \"/home/{{ ansible_user }}/.config/Code/User\"\n state: directory\n\n- name: fetch vscode app\n tags: vscode\n get_url: url=https://update.code.visualstudio.com/1.71.2/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1363, "all_permissive": false }
ansible_role
romainPrignon/starter-machine
7bbbe6649b0c3085d9a0edc5078c6f13bc297363
0
scripts/roles/zsh
7,330
[ "no_license" ]
[ { "path": "scripts/roles/zsh/files/.zprofile", "content": "# include env vars\nif [ -f \"$HOME/.exports\" ]; then\n source \"$HOME/.exports\"\nfi\n\nif [ -f \"$HOME/.zshrc\" ]; then\n source \"$HOME/.zshrc\"\nfi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5602, "all_permissive": false }
ansible_role
GenerousVenom/Ansible
3d6ed4adbb81ab9e2757e0ac1d78ed237144f8fa
0
roles/roles/mysql_db
7,332
[ "no_license" ]
[ { "path": "roles/roles/mysql_db/tasks/main.yml", "content": " - name: Permit traffit in default zone on port 3306/tcp\n ansible.posix.firewalld:\n port: 3306/tcp\n permanent: true\n zone: public\n state: enabled\n\n - name: Restart Firewall Service\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1773, "all_permissive": false }
ansible_role
GenerousVenom/Ansible
3d6ed4adbb81ab9e2757e0ac1d78ed237144f8fa
0
roles/roles/python
7,332
[ "no_license" ]
[ { "path": "roles/roles/python/tasks/main.yml", "content": " - name: Install all required dependencies\n apt: \n name: \"{{ item }}\"\n state: present\n with_items:\n - python3\n - python-setuptools\n - build-essential\n - python3-mysqldb\n - pip\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
vitalik-vitalic/ansible-playbook_rep01
6c6db5a8814037ead6c708b1f9c94974d51be4bc
0
roles/application
7,332
[ "no_license" ]
[ { "path": "roles/application/tasks/main.yaml", "content": "- name: WidgetNews. Clone repository\n git:\n repo: \"{{ app_repo }}\"\n dest: \"{{ app_home }}\"\n update: yes\n accept_hostkey: yes\n force: yes\n version: master \n\n- name: Config database\n template:\n src: database.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 785, "all_permissive": false }
ansible_role
vitalik-vitalic/ansible-playbook_rep01
6c6db5a8814037ead6c708b1f9c94974d51be4bc
0
roles/docker-compose
7,332
[ "no_license" ]
[ { "path": "roles/docker-compose/defaults/main.yaml", "content": "app_repo: \"https://github.com/vitalik-vitalic/widgetnewscms\"\napp_home: \"/opt/widgetnewscms\"\napp_fqdn: \"widgetnewscms.example.com\"\napp_port: \"7878\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1072, "all_permissive": false }
ansible_role
sreenivass/Ansible
a03930bc42afa11cd3766a32caa7a61b91142e90
1
roles/httprole
7,332
[ "no_license" ]
[ { "path": "roles/httprole/vars/main.yml", "content": "---\n# vars file for httprole\nyourname: srinivas\nage: 27\nemailaddress: <EMAIL>\ncompanyname: Deloitte\nhttp_port: 8080\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/httprole/handle...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1377, "all_permissive": false }
ansible_role
sreenivass/Ansible
a03930bc42afa11cd3766a32caa7a61b91142e90
1
roles/srsp.oracle-java
7,332
[ "no_license" ]
[ { "path": "roles/srsp.oracle-java/test_9.yml", "content": "---\n- hosts: \"{{ test_hosts|default('all') }}\"\n become: yes\n become_method: sudo\n tasks:\n - include: 'tasks/main.yml'\n\n # vars from defaults/main.yml\n vars:\n java_version: 9\n\n java_download_path: /tmp\n java_download_fr...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 21790, "all_permissive": false }
ansible_role
sreenivass/Ansible
a03930bc42afa11cd3766a32caa7a61b91142e90
1
roles/web
7,332
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yaml", "content": "---\n\n - include: web.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/web/tasks/web.yaml", "content": "---\n - name: Ansible Basic Variable Example\n yum:\n name: httpd\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 195, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_apkrepo
7,332
[ "no_license" ]
[ { "path": "roles/alpine_apkrepo/tasks/main.yaml", "content": "---\n\n# Alpine linux APK repo configuration\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Set /etc/apk/repositories to edge/main, edge/community and edge/testing \n copy:\n dest: /etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 939, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_calico
7,332
[ "no_license" ]
[ { "path": "roles/alpine_calico/tasks/main.yaml", "content": "---\n\n# Alpine linux k8s Calico\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Download tigera-operator.yaml to ansible host\n remote_user: p\n become: no\n delegate_to: 127.0.0.1\n ansible.builtin.get_url:\n url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3611, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_crio
7,332
[ "no_license" ]
[ { "path": "roles/alpine_crio/tasks/main.yaml", "content": "---\n\n# Alpine linux cri-o configuration\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Install packages cri-o, cri-o-doc, cri-o-bash-completion, cri-o-openrc, cni-plugins, cni-plugins-doc, ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1478, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_floating_ipv4
7,332
[ "no_license" ]
[ { "path": "roles/alpine_floating_ipv4/tasks/main.yaml", "content": "---\n\n# Alpine linux floating ipv4 configuration\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Set host variables for lb1.pvamos.net\n set_fact:\n fqdnfromip: \"{{ lb1_fqdn }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1873, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_haproxy
7,332
[ "no_license" ]
[ { "path": "roles/alpine_haproxy/tasks/main.yaml", "content": "---\n\n# Alpine linux haproxy configuration\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Install packages haproxy, haproxy-doc and haproxy-openrc\n community.general.apk:\n name: hapro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_kernelparams
7,332
[ "no_license" ]
[ { "path": "roles/alpine_kernelparams/tasks/main.yaml", "content": "---\n\n# Alpine linux kernel parameters configuration\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Set net forwarding kernel params\n copy:\n dest: /etc/sysctl.d/forwarding.conf\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_kubeadm_afterjoin
7,332
[ "no_license" ]
[ { "path": "roles/alpine_kubeadm_afterjoin/tasks/main.yaml", "content": "---\n\n# Alpine linux after kubadm init and join\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Wait until port 6443 is listening on controlplane\n ansible.builtin.wait_for:\n port: 6443\n delay: 0\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1498, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_kubeadm_init
7,332
[ "no_license" ]
[ { "path": "roles/alpine_kubeadm_init/tasks/main.yaml", "content": "---\n# Alpine linux HA Kubernetes init with kubeadm\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Copy clusterconfig.yaml\n ansible.builtin.copy:\n src: files/clusterconfig.yaml\n dest: /root/clusterconfig.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5113, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_kubeadm_join_control
7,332
[ "no_license" ]
[ { "path": "roles/alpine_kubeadm_join_control/tasks/main.yaml", "content": "---\n\n# Alpine linux Kubernetes join additonal 2 controlplane nodes\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Set host variables for c1.pvamos.net\n set_fact:\n fqdnfromip: \"{{ c1_fqdn }}\"\n h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3415, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_kubeadm_join_workers
7,332
[ "no_license" ]
[ { "path": "roles/alpine_kubeadm_join_workers/tasks/main.yaml", "content": "---\n\n# Alpine linux kubernetes join workers\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Set host variables for w1.pvamos.net\n set_fact:\n fqdnfromip: \"{{ w1_fqdn }}\"\n hostnamefromip: \"{{ w1_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3055, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_kubelet
7,332
[ "no_license" ]
[ { "path": "roles/alpine_kubelet/tasks/main.yaml", "content": "---\n\n# Alpine linux kubelet configuration\n\n- name: Test connection with user {{ ansible_user }} on port {{ ansible_port }}\n ping:\n\n- name: Install packages kubelet, kubelet-openrc, kubeadm, kubeadm-bash-completion, kubectl and kubectl-bas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
pvamos/alpine-k8s
a8cb540c62de4eae9ec7f6ee13b7d36f8b295186
16
roles/alpine_longhorn
7,332
[ "no_license" ]
[ { "path": "roles/alpine_longhorn/tasks/main.yaml", "content": "---\n\n# Alpine linux kubernetes Longhorn storage install\n\n- name: Test connection with ping\n ansible.builtin.ping:\n\n- name: Install open-iscsi package\n community.general.apk:\n name: open-iscsi\n state: present\n\n- name: Set loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1139, "all_permissive": false }
ansible_role
rie-hs/RaiseTech
284afef7f9a8aa1898649cdc83a293b8966797a6
0
ansible/roles/app-clone
7,332
[ "no_license" ]
[ { "path": "ansible/roles/app-clone/tasks/main.yml", "content": "---\n- name: Clone sample-app\n ansible.builtin.git:\n repo: https://github.com/yuta-ushijima/raisetech-live8-sample-app.git\n dest: \"{{ app_dir }}\"\n force: yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
rie-hs/RaiseTech
284afef7f9a8aa1898649cdc83a293b8966797a6
0
ansible/roles/app-start
7,332
[ "no_license" ]
[ { "path": "ansible/roles/app-start/tasks/main.yml", "content": "---\n- name: Configure development.rb\n template:\n src: development.rb.j2\n dest: \"{{ app_dir }}/config/environments/development.rb\"\n\n- name: Set S3\n template:\n src: storage.yml.j2\n dest: \"{{ app_dir }}/config/storage.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
rie-hs/RaiseTech
284afef7f9a8aa1898649cdc83a293b8966797a6
0
ansible/roles/mysql
7,332
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Remove MariaDB # mariadbがある場合を想定して先に削除\n become: yes\n yum:\n name: \"{{ item }}\" \n state: absent\n with_items:\n - mysql-server\n - mariadb*\n\n- name: Import GPG-Key # GPGキーをインポート\n become: yes\n rpm_key:\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 839, "all_permissive": false }
ansible_role
rie-hs/RaiseTech
284afef7f9a8aa1898649cdc83a293b8966797a6
0
ansible/roles/nginx
7,332
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Check nginx installed\n become: yes\n yum:\n name: nginx\n state: present\n register: check_nginx_installed\n ignore_errors: yes\n\n- name: Install nginx\n become: yes \n shell: amazon-linux-extras install -y nginx1\n when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1254, "all_permissive": false }
ansible_role
rie-hs/RaiseTech
284afef7f9a8aa1898649cdc83a293b8966797a6
0
ansible/roles/node
7,332
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "---\n- name: Check node install\n shell: bash -lc \"node -v | grep {{ node_version }}\"\n register: node_check_install\n changed_when: no\n ignore_errors: yes\n\n- name: Install nvm # Node.jsのバージョン管理ツールnvmをインストール\n uri:\n url: https://raw.gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 763, "all_permissive": false }
ansible_role
rie-hs/RaiseTech
284afef7f9a8aa1898649cdc83a293b8966797a6
0
ansible/roles/ruby
7,332
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "---\n# Rubyインストールに必要なパッケージをインストール\n- name: Install ruby package\n become: yes\n yum:\n state: present\n name: \n - git\n - make\n - gcc-c++\n - patch\n - openssl-devel\n - libyaml-devel\n - libffi-devel\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1829, "all_permissive": false }
ansible_role
bendbennett/ansible-ubuntu-php-mysql
3bb66f87d91f853492d222c71369ba66c4d53ae3
0
roles/web
7,332
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- include: apache.yml tags=apache\n- include: php5.yml tags=php5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/web/tasks/php5.yml", "content": "- name: php | Install packages/s\n apt:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3034, "all_permissive": false }
ansible_role
ansible-cfg/vps-provisioning
402216fbf21c936b5728b16cbc4486b10a94e8b8
0
roles/ssh-server
7,332
[ "no_license" ]
[ { "path": "roles/ssh-server/README.md", "content": "# ssh-server\n\nThe purpose of this role is to configure an SSH server. Uses the [OpenSSH security guidelines on the Mozilla wiki](https://wiki.mozilla.org/Security/Guidelines/OpenSSH#OpenSSH_server) and [drduh's](https://github.com/drduh) [`sshd_config` a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1807, "all_permissive": false }
ansible_role
ansible-cfg/vps-provisioning
402216fbf21c936b5728b16cbc4486b10a94e8b8
0
roles/tor
7,332
[ "no_license" ]
[ { "path": "roles/tor/vars/main.yml", "content": "---\nhidden_service_config:\n dir:\n directive: HiddenServiceDir\n option: /var/lib/tor/hidden_service/\n port:\n directive: HiddenServicePort\n option: 22 127.0.0.1:22\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1640, "all_permissive": false }
ansible_role
sfarm21/ansible_zabbix_setup
033ceee7aeae3c2ed11f85721a99076802c152ab
0
ansible_playbook/roles/disable_selinux
7,332
[ "no_license" ]
[ { "path": "ansible_playbook/roles/disable_selinux/handlers/main.yml", "content": "---\n- name: Reboot_OS\n reboot:\n reboot_timeout: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "ansible_playbook/roles/disable_selinux/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 359, "all_permissive": false }
ansible_role
sfarm21/ansible_zabbix_setup
033ceee7aeae3c2ed11f85721a99076802c152ab
0
ansible_playbook/roles/install_mariadb
7,332
[ "no_license" ]
[ { "path": "ansible_playbook/roles/install_mariadb/tasks/main.yml", "content": "---\n# このロールは、MariaDBをインストールし、\n# セキュリティの初期設定(mysql_secure_installationで行う処理)\n# までを実施する。\n\n# ansibleで mysql_user モジュールを使用するために\n# MySQL-python も併せてインストールする。\n- name: Install MariaDB\n yum:\n name:\n - mariadb-server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1548, "all_permissive": false }
ansible_role
sfarm21/ansible_zabbix_setup
033ceee7aeae3c2ed11f85721a99076802c152ab
0
ansible_playbook/roles/install_zabbix
7,332
[ "no_license" ]
[ { "path": "ansible_playbook/roles/install_zabbix/tasks/main.yml", "content": "---\n# このロールは、Zabbixをインストールし、初期設定までを行う。\n# 前提条件:MariaDBがインストール済みであること。\n\n# Zabbix LLCリポジトリ登録\n- name: Install Zabbix repository \n yum:\n name: \"{{ zabbix_repourl }}\"\n state: present\n\n# zabbix-frontendリポジトリを有効化\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2995, "all_permissive": false }
ansible_role
dhlwong/demoweb
acda10a4b4071792c932e4ad8b7af07a8e0377c1
0
roles/dockerlogin
7,332
[ "no_license" ]
[ { "path": "roles/dockerlogin/tasks/main.yml", "content": "---\n- name: start docker service\n service: name=docker enabled=yes state=started\n- name: Log into DockerHub using a custom config file\n docker_login:\n username: rhlw\n password: <PASSWORD>\n email: <EMAIL>\n\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
dhlwong/demoweb
acda10a4b4071792c932e4ad8b7af07a8e0377c1
0
roles/installhttpd
7,332
[ "no_license" ]
[ { "path": "roles/installhttpd/tasks/main.yml", "content": "---\n- name: install docker httpd images\n docker_container:\n name: webclient\n image: docker.io/httpd\n published_ports: 80:80\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
dhlwong/demoweb
acda10a4b4071792c932e4ad8b7af07a8e0377c1
0
roles/pip
7,332
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n - name: install pip\n yum:\n name: python-pip\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
dhlwong/demoweb
acda10a4b4071792c932e4ad8b7af07a8e0377c1
0
roles/sysupdate
7,332
[ "no_license" ]
[ { "path": "roles/sysupdate/tasks/main.yml", "content": "---\n- name: install epel-release\n yum: name=epel-release state=present\n- name: install python\n yum: name=python2-pip state=present\n- name: install docker\n yum: name=docker state=present\n- name: install docker-py\n command: pip install docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
dhlwong/demoweb
acda10a4b4071792c932e4ad8b7af07a8e0377c1
0
roles/useradd
7,332
[ "no_license" ]
[ { "path": "roles/useradd/tasks/main.yml", "content": "---\n - name: user add\n user:\n name: sysadmin\n shell: /bin/bash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
babyhuey/solrcloud-ansible
c5d1825eebdec78da2307c48c9621bd2a19f02a5
0
roles/solr
7,332
[ "no_license" ]
[ { "path": "roles/solr/tasks/java.yml", "content": "---\n- name: Install required items\n yum: name={{ item }} state=present\n with_items:\n - java-1.8.0-openjdk-headless", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/solr/handlers/main...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4482, "all_permissive": false }
ansible_role
AA047267/minikube-vagrant
54b01f3be357911f29c9886622e3e4b01aa67167
0
ansible/roles/minikube-local-env
7,332
[ "no_license" ]
[ { "path": "ansible/roles/minikube-local-env/tasks/main.yml", "content": "---\n- name: Install Packages For Docker\n yum:\n name: \"{{ packages }}\" \n vars:\n packages:\n - device-mapper-persistent-data\n - lvm2\n - socat\n - tree\n - git\n\n\n- name: Disable Swap\n command: swapoff ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2376, "all_permissive": false }
ansible_role
pritpatil/hackerrank
89d95829e0f48773709dc2e47670acd7e29e61d1
0
apache-tomcat-app/roles/apache
7,332
[ "no_license" ]
[ { "path": "apache-tomcat-app/roles/apache/templates/lb.conf.j2", "content": "<Proxy balancer://lb>\n BalancerMember http://0.0.0.0:8080/\n BalancerMember http://0.0.0.0:8081/\n</Proxy>\n\n<VirtualHost *:80>\n ServerName localhost\n ErrorLog ${APACHE_LOG_DIR}/lb.error.log\n CustomLog ${APACHE_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1710, "all_permissive": false }
ansible_role
pritpatil/hackerrank
89d95829e0f48773709dc2e47670acd7e29e61d1
0
apache-tomcat-app/roles/mysql
7,332
[ "no_license" ]
[ { "path": "apache-tomcat-app/roles/mysql/tasks/main.yml", "content": "---\n\n- name: installing mysql packages\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - mysql-server-5.6\n - mysql-client-5.6\n - python-mysqldb\n\n- name: enabling mysql service for autostart on boot\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
pritpatil/hackerrank
89d95829e0f48773709dc2e47670acd7e29e61d1
0
apache-tomcat-app/roles/sample-app
7,332
[ "no_license" ]
[ { "path": "apache-tomcat-app/roles/sample-app/tasks/main.yml", "content": "---\n- name: updating mysql config to disable case sensitive\n template: src=my.cnf.j2 dest=/etc/mysql/my.cnf\n\n- name: restarting mysql server\n service: name=mysql state=restarted\n\n- name: creating mysql database for sample a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
pritpatil/hackerrank
89d95829e0f48773709dc2e47670acd7e29e61d1
0
apache-tomcat-app/roles/sun_java
7,332
[ "no_license" ]
[ { "path": "apache-tomcat-app/roles/sun_java/tasks/main.yml", "content": "---\n\n- name: Add sun jdk repo\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Accept the license\n action: raw sudo echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
pritpatil/hackerrank
89d95829e0f48773709dc2e47670acd7e29e61d1
0
apache-tomcat-app/roles/tomcat
7,332
[ "no_license" ]
[ { "path": "apache-tomcat-app/roles/tomcat/templates/setenv_sh.j2", "content": "export JAVA_HOME={{ java_home }}\nexport CATALINA_OPTS=-Djava.net.preferIPv4Stack=true\nexport CATALINA_OPTS=\"$CATALINA_OPTS -server -Xms256m -Xmx512m -XX:PermSize=512m -XX:MaxPermSize=512m\"\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2549, "all_permissive": false }
ansible_role
be-rock/dotfiles
e803de3171bacf99ef99874ba4d8d4adfb078db8
0
ansible/roles/base
7,332
[ "permissive" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: \"show ansible config 🛈️\"\n ansible.builtin.debug:\n msg:\n - \"os architecture : {{ ansible_architecture }}\"\n - \"os distribution : {{ ansible_distribution }}\"\n - \"dotfiles_dir : {{ do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1484, "all_permissive": true }
ansible_role
be-rock/dotfiles
e803de3171bacf99ef99874ba4d8d4adfb078db8
0
ansible/roles/linux
7,332
[ "permissive" ]
[ { "path": "ansible/roles/linux/tasks/main.yml", "content": "# - name: add apt repository - hashicorp\n# become: true\n# block:\n# - name: download hashicorp gpg key\n# ansible.builtin.get_url:\n# url: https://apt.releases.hashicorp.com/gpg\n# dest: /usr/share/keyrings/hashicorp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5846, "all_permissive": true }
ansible_role
be-rock/dotfiles
e803de3171bacf99ef99874ba4d8d4adfb078db8
0
ansible/roles/mac
7,332
[ "permissive" ]
[ { "path": "ansible/roles/mac/tasks/main.yml", "content": "- name: Install homebrew 🍎 packages\n community.general.homebrew:\n name: \"{{ item }}\"\n state: installed\n update_homebrew: yes\n tags:\n - brew\n loop: \"{{ homebrew_packages }}\"\n\n- name: Install homebrew cask 🍎 packages\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": true }
ansible_role
be-rock/dotfiles
e803de3171bacf99ef99874ba4d8d4adfb078db8
0
ansible/roles/misc
7,332
[ "permissive" ]
[ { "path": "ansible/roles/misc/tasks/main.yml", "content": "- name: Clone github repositories 👨‍💻\n ansible.builtin.git:\n repo: \"{{ item.repo }}\"\n dest: \"{{ item.target_path }}\"\n clone: yes\n update: yes\n loop: \"{{ git_repos }}\"\n tags:\n - misc\n - git-repos\n\n# - name: Pip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 774, "all_permissive": true }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/setup/roles/alias
7,332
[ "no_license" ]
[ { "path": "script/setup/roles/alias/tasks/ctest.yaml", "content": "\n- name: Detect home shell\n getent:\n database: passwd\n key: \"{{ ansible_user }}\"\n \n- name:\n blockinfile:\n path: ~/.bashrc\n block: |\n alias ctest=./ctest.sh\n when: ('/bin/bash' in getent_passwd[ansible_user][...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/setup/roles/check
7,332
[ "no_license" ]
[ { "path": "script/setup/roles/check/tasks/main.yaml", "content": "\n- name: check for internet connectivity as root\n uri:\n url: \"{{ item }}\"\n loop:\n - \"http://hub.docker.com\"\n - \"https://hub.docker.com\"\n become: yes\n become_flags: -E -H\n\n- name: check for internet connectivity as a r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
dylan2intel/wsf_external
bfee8f354cb98f1d297c45ed93e87dfc63ab34e5
0
script/setup/roles/dev-cert
7,332
[ "no_license" ]
[ { "path": "script/setup/roles/dev-cert/defaults/main.yaml", "content": "\ndev_cert_conf_dir: /usr/local/etc/wsf/certs\ndev_cert_replace: false\ndev_registry_port: 20666\ndev_registry_name: dev-registry\ndev_registry_mirror: \"\"\ndev_registry_certs_prefix: \"Intel\"\ndev_registry_certs_path:\n ubuntu: /usr...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2581, "all_permissive": false }