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
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/go-ssb-room
3,518
[ "no_license" ]
[ { "path": "roles/go-ssb-room/templates/docker-compose.yml.tpl", "content": "---\nversion: '2.2'\nservices:\n room:\n image: {{ room_docker_image}}:{{ room_docker_tag }}\n environment:\n - \"HTTPS_DOMAIN={{ inventory_hostname }}\"\n - \"ALIASES_AS_SUBDOMAINS={{ room_aliases_as_subdomains }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1853, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/groups_relay
3,518
[ "no_license" ]
[ { "path": "roles/groups_relay/templates/docker-compose.yml.tpl", "content": "services:\n groups_relay:\n container_name: groups_relay\n image: \"{{ groups_relay_image }}:{{ groups_relay_image_tag }}\"\n platform: linux/amd64\n volumes:\n - ./config:/app/config:ro\n - db-data:/db/data\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7936, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/harden
3,518
[ "no_license" ]
[ { "path": "roles/harden/defaults/main.yaml", "content": "admin_username: admin\nadmin_password: \"<PASSWORD>\"\nhomedir: \"/home/{{ admin_username }}\"\nadmin_ssh_pubkey: /Users/daniel/.ssh/id_ed25519.pub\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4088, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/health-check
3,518
[ "no_license" ]
[ { "path": "roles/health-check/templates/nos-health-check.timer.tpl", "content": "[Unit]\nDescription=Runs nos-health-check every minute\nRequires=nos-health-check.service\n\n[Timer]\nUnit=nos-health-check.service\nOnUnitActiveSec=1m\n\n[Install]\nWantedBy=timers.target\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2604, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/image-update-service
3,518
[ "no_license" ]
[ { "path": "roles/image-update-service/templates/image-update.service.tpl", "content": "[Unit]\nDescription=Run {{ service_name }}-image-update: check for new image, restarting service if found.\nWants={{ service_name }}-image-update.timer\n\n[Service]\nExecStart=/usr/local/bin/{{ service_name }}-image-updat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3105, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/letsencrypt-nginx
3,518
[ "no_license" ]
[ { "path": "roles/letsencrypt-nginx/tasks/main.yml", "content": "---\n - name: Update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 \n\n - name: Download the lets encrypt client (certbot)\n become: yes\n apt:\n name: certbot\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2058, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/loki
3,518
[ "no_license" ]
[ { "path": "roles/loki/templates/loki-config.tpl", "content": "# Recommended config pulled from Digital Ocean: \n# https://www.digitalocean.com/community/developer-center/how-to-install-loki-stack-in-doks-cluster#step-5-setting-persistent-storage-for-loki\n\nauth_enabled: false\n\nserver:\n http_listen_port...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3232, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/loki-alloy
3,518
[ "no_license" ]
[ { "path": "roles/loki-alloy/tasks/main.yml", "content": "- name: Ensure gpg is installed\n become: true\n ansible.builtin.apt:\n pkg:\n - gpg\n state: present\n\n- name: Import Alloy GPG Key\n become: true\n ansible.builtin.shell: |\n mkdir -p /etc/apt/keyrings/ && \n wget -q -O - https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3199, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/metrics
3,518
[ "no_license" ]
[ { "path": "roles/metrics/meta/main.yml", "content": "---\ndependencies:\n - role: digital-ocean\n - role: docker\n - role: certbot-cloudflare\n - role: nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/metrics/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4740, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/new-do-droplet
3,518
[ "no_license" ]
[ { "path": "roles/new-do-droplet/tasks/main.yml", "content": "---\n- name: Create temporary file to store ssh keys\n ansible.builtin.tempfile:\n state: file\n suffix: temp\n register: sshkeys_tempfile\n check_mode: no # Ensure it runs even in check mode\n\n- name: Set permissions on temp file\n an...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11511, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/nginx
3,518
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Update and upgrade apt packages\n become: true\n ansible.builtin.apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n\n- name: Install nginx\n become: true\n ansible.builtin.apt:\n pkg:\n - nginx\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1417, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/nginx-single-host
3,518
[ "no_license" ]
[ { "path": "roles/nginx-single-host/defaults/main.yaml", "content": "---\ncert_email: <EMAIL>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/nginx-single-host/templates/site.conf.tpl", "content": "# SPDX-FileCopyrightText: 2021 The NGI ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10963, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/node-exporter
3,518
[ "no_license" ]
[ { "path": "roles/node-exporter/README.md", "content": "# Node Exporter role\n\nInstalls [the node_exporter from\nprometheus](https://github.com/prometheus/node_exporter) onto the target host at\nthe default port 9100. It assumes the target is an ubuntu service, with systemd\nand UFW for a firewall. The role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2502, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/node-js
3,518
[ "no_license" ]
[ { "path": "roles/node-js/tasks/main.yml", "content": "\n- name: Install nvm\n git:\n repo: https://github.com/nvm-sh/nvm.git\n dest: ~/.nvm\n version: v0.39.1\n tags: nvm\n\n- name: Source nvm in ~/.{{ item }}\n lineinfile: >\n dest=~/.{{ item }}\n line=\"source ~/.nvm/nvm.sh\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 785, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/nos-crossposting-service
3,518
[ "no_license" ]
[ { "path": "roles/nos-crossposting-service/defaults/main.yml", "content": "---\ncrossposting_listen_address: 8008\ncrossposting_metrics_listen_address: 8009\ncrossposting_environment: \"PRODUCTION\"\ncrossposting_log_level: \"DEBUG\"", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7202, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/nos-event-service
3,518
[ "no_license" ]
[ { "path": "roles/nos-event-service/defaults/main.yml", "content": "---\nevents_listen_address: 8008\nevents_environment: \"PRODUCTION\"\nevents_log_level: \"DEBUG\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/nos-event-service/README.md",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3471, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/nos_social
3,518
[ "no_license" ]
[ { "path": "roles/nos_social/tasks/main.yml", "content": "---\n- name: Set nos_social dir\n ansible.builtin.set_fact:\n nos_social_dir: \"{{ homedir }}/services/nos_social\"\n\n\n- name: Ensure services/nos_social exists\n ansible.builtin.file:\n path: \"{{ nos_social_dir }}\"\n state: directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6625, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/nostr-rs-relay
3,518
[ "no_license" ]
[ { "path": "roles/nostr-rs-relay/templates/nginx-redirect.conf.tpl", "content": "resolver 8.8.8.8;\n\nerror_log /dev/stdout;\naccess_log /dev/stdout;\n\nserver {\n listen 80;\n server_name host.docker.internal;\n\n location ~* ^/(.*) {\n proxy_pass https://nos-relay.webflow.io$request_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4452, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/nostrface
3,518
[ "no_license" ]
[ { "path": "roles/nostrface/README.md", "content": "# nostrface\n\n\nThis role sets up an existing digitalocean server with our [nostrface service](https://github.com/planetary-social/nostrface).\n\nIt first runs through our basic server setup roles (see meta/main for the role dependencies), then runs the se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2636, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/notifications-service
3,518
[ "no_license" ]
[ { "path": "roles/notifications-service/README.md", "content": "# Notification Service\n\nThis role sets up the [nos notification\nservice](https://github.com/planetary-social/nos-notification-service-go/) on an\nubuntu server.\n\nIt is assumed that server has already had the common and harden roles applied ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7988, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/planetary-graphql
3,518
[ "no_license" ]
[ { "path": "roles/planetary-graphql/templates/docker-compose.yml.tpl", "content": "---\nversion: '2.2'\nservices:\n graphql:\n image: {{ graphql_docker_image }}:{{ graphql_docker_tag }}\n environment:\n - DB_PATH=/tmp/planetary-graphql\n - ROOM_HOST={{ inventory_hostname }}\n - ROOM_URL...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2533, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/posthog
3,518
[ "no_license" ]
[ { "path": "roles/posthog/tasks/main.yml", "content": "---\n- name: Ensure posthog dir exists\n ansible.builtin.file:\n path: \"{{ homedir }}/posthog\"\n state: directory\n mode: '0755'\n\n\n- name: copy env file to posthog file\n ansible.builtin.template:\n src: env.tmpl\n dest: \"{{ homedi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 860, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/profile_aggregator
3,518
[ "no_license" ]
[ { "path": "roles/profile_aggregator/templates/docker-compose.yml.tpl", "content": "version: '3.8'\n\nservices:\n profile_aggregator:\n image: {{ profile_aggregator_image }}:{{ profile_aggregator_image_tag }}\n container_name: profile_aggregator\n platform: linux/amd64\n restart: unless-stopped\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5619, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/reportinator_server
3,518
[ "no_license" ]
[ { "path": "roles/reportinator_server/templates/settings.yml.tpl", "content": "reportinator:\n keys: {{ reportinator_secret }}\n relays: \"wss://relay.nos.social\"\n\nslack:\n token: {{ slack_token }}\n channel_id: \"C06SBEF40G0\"\n signing_secret: {{ slack_signing_secret }}\n\nhttp:\n bind_addr: '0.0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5290, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/rooms-frontend
3,518
[ "no_license" ]
[ { "path": "roles/rooms-frontend/tasks/main.yml", "content": "---\n# This role starts up a rooms-frontend docker image It is intended for a setup\n# with a single host running the room, graphql, and frontend all behind a single\n# domain proxied by an external nginx proxy\n\n- name: Ensure frontend dir exist...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1032, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/rss
3,518
[ "no_license" ]
[ { "path": "roles/rss/templates/docker-compose.yml.tpl", "content": "---\nversion: '3'\nservices:\n rsslay:\n image: ghcr.io/planetary-social/rsslay:stable\n container_name: rsslay\n volumes:\n - ./db:/db\n ports:\n - \"0.0.0.0:{{ rsslay_port }}:8080\"\n environment:\n - \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3846, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/sentry
3,518
[ "no_license" ]
[ { "path": "roles/sentry/defaults/main.yml", "content": "sentry_port: 9000\nadmin_username: admin\nhomedir: /home/{{ admin_username }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/sentry/templates/sentry-status-check.sh.tpl", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7903, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/ssb-room
3,518
[ "no_license" ]
[ { "path": "roles/ssb-room/tasks/main.yml", "content": "\n---\n# This role installs go-ssb-room on a Debian/Ubuntu server\n#\n- name: Check out go-ssb-room repo\n git:\n repo: https://github.com/ssbc/go-ssb-room\n dest: go-ssb-room\n force: yes\n\n- name: Create room configuration file\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1596, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/ssb-server
3,518
[ "no_license" ]
[ { "path": "roles/ssb-server/defaults/main.yml", "content": "---\nhops: 2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 12 }, { "path": "roles/ssb-server/tasks/main.yml", "content": "---\n# This role installs ssb-server on a Debian/Ubuntu server\n\n- name: C...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2047, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/ssh-config-and-harden
3,518
[ "no_license" ]
[ { "path": "roles/ssh-config-and-harden/tasks/main.yml", "content": "- name: Add all users listed to the host.\n ansible.builtin.user:\n name: \"{{ username }}\"\n state: present\n groups: sudo \n append: true\n shell: \"/bin/bash\"\n create_home: true\n loop: \"{{ gh_user_keys_to_add }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1549, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/strfry
3,518
[ "no_license" ]
[ { "path": "roles/strfry/tasks/main.yml", "content": "---\n- name: Get Cloudflare IPv4 addresses\n ansible.builtin.uri:\n url: https://www.cloudflare.com/ips-v4\n return_content: yes\n register: cloudflare_ips_v4\n\n- name: Get Cloudflare IPv6 addresses\n ansible.builtin.uri:\n url: https://www.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12031, "all_permissive": false }
ansible_role
planetary-social/ansible-scripts
dd7c1b7915c26949c1ff913f4f2f3f138989b10f
1
roles/traefik
3,518
[ "no_license" ]
[ { "path": "roles/traefik/templates/dynamic.yml.tpl", "content": "# Dynamic configuration\nhttp:\n middlewares:\n secureHeaders:\n headers:\n sslRedirect: true\n forceSTSHeader: true\n stsIncludeSubdomains: true\n stsPreload: true\n stsSeconds: 31536000\n user-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5739, "all_permissive": false }
ansible_role
brunoagueda/projeto-k8s-cluster
1d60fc1f9aa2a8c720a2d69ecc03d5af091a5971
0
install_k8s/roles/install-helm
3,518
[ "no_license" ]
[ { "path": "install_k8s/roles/install-helm/tasks/main.yml", "content": "---\n# tasks file for install-helm\n- include_tasks: intstall-helm.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
brunoagueda/projeto-k8s-cluster
1d60fc1f9aa2a8c720a2d69ecc03d5af091a5971
0
install_k8s/roles/install-k8s
3,518
[ "no_license" ]
[ { "path": "install_k8s/roles/install-k8s/tasks/install.yml", "content": "- name: Instalando o Docker\n shell : curl -fsSL https://get.docker.com | bash\n notify: Restart Docker\n\n- name: Configurando o containerd - etapa 1\n shell: containerd config default | sudo tee /etc/containerd/config.toml >/dev/n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 916, "all_permissive": false }
ansible_role
brunoagueda/projeto-k8s-cluster
1d60fc1f9aa2a8c720a2d69ecc03d5af091a5971
0
provisioning/roles/criando-instancias
3,518
[ "no_license" ]
[ { "path": "provisioning/roles/criando-instancias/vars/main.yml", "content": "---\n# vars file for criando-instancias\ninstance_type: t2.medium\nsec_group_name: giropops\nimage: ami-0557a15b87f6559cf\nkeypair: ec2-tutorial\nregion: us-east-1\ncount: 3\nprofile: giropops\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3557, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/ansifilter
3,518
[ "no_license" ]
[ { "path": "roles/ansifilter/tasks/main.yaml", "content": "---\n# Install Ansifilter from sources\n\n- name: Check Ansifilter version.\n shell: >\n set -o pipefail && ansifilter --version |\n grep -Eo \"[0-9]{1,}(\\.[0-9]{1,}){0,}\" | head -n1\n args:\n executable: /usr/bin/bash\n changed_when: f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3138, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/bat
3,518
[ "no_license" ]
[ { "path": "roles/bat/defaults/main.yaml", "content": "---\n# bat_ver: v0.18.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/bat/tasks/main.yaml", "content": "---\n# Install Bat\n\n- name: Check Bat version.\n shell: >\n set -o pip...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2359, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/compose-switch
3,518
[ "no_license" ]
[ { "path": "roles/compose-switch/defaults/main.yaml", "content": "---\n# compose_switch_ver: v1.0.4\n# compose_switch_path: /usr/local/bin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/compose-switch/tasks/main.yaml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4594, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/copy-dotfiles
3,518
[ "no_license" ]
[ { "path": "roles/copy-dotfiles/tasks/main.yaml", "content": "---\n- name: Rsync dotfiles (Zsh, Vim, Tmux).\n ansible.posix.synchronize:\n src: '{{ dotfiles_path }}/'\n dest: ~/\n archive: true\n checksum: true\n rsync_opts:\n - \"--prune-empty-dirs\" # to sync only included files\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4803, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/copy-scripts
3,518
[ "no_license" ]
[ { "path": "roles/copy-scripts/tasks/main.yaml", "content": "---\n- name: Ensure the ~/.local/bin directory exists.\n file:\n path: ~/.local/bin\n state: directory\n mode: 0755\n\n- name: Rsync version-compare script.\n ansible.posix.synchronize:\n src: '{{ playbook_dir }}/src/version-compare.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 625, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/delta
3,518
[ "no_license" ]
[ { "path": "roles/delta/tasks/main.yaml", "content": "---\n# Install Delta, a syntax-highlighting pager for git, diff, and grep output\n\n- name: Check Delta version.\n shell: >\n set -o pipefail && delta --version |\n grep -Eo \"[0-9]{1,}(\\.[0-9]{1,}){0,}\" | head -n1\n args:\n executable: /usr/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2439, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/docker
3,518
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n- name: Reload and restart the Docker daemon\n systemd:\n name: docker\n daemon_reload: true\n state: restarted\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3075, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/docker-compose-v2
3,518
[ "no_license" ]
[ { "path": "roles/docker-compose-v2/defaults/main.yaml", "content": "---\n# docker_compose_ver: v2.2.2 # the script is designed for version >= 2.0.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/docker-compose-v2/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2208, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/eksctl
3,518
[ "no_license" ]
[ { "path": "roles/eksctl/defaults/main.yaml", "content": "---\n# eksctl_ver: v0.80.0-rc.0\n# eksctl_install_path: $HOME/.local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/eksctl/tasks/main.yaml", "content": "---\n# Install Eksctl\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3225, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/environment-setup
3,518
[ "no_license" ]
[ { "path": "roles/environment-setup/tasks/main.yaml", "content": "---\n- name: Update and optionally upgrade apt packages.\n apt:\n upgrade: false\n update_cache: true\n cache_valid_time: 86400 # One day\n become: true\n\n- name: Ensure required dependencies are installed.\n apt:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1522, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/exa
3,518
[ "no_license" ]
[ { "path": "roles/exa/defaults/main.yaml", "content": "---\n# exa_ver: v0.10.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/exa/tasks/main.yaml", "content": "---\n# Install Exa\n\n- name: Check Exa version.\n shell: >\n set -o pip...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3443, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/fzf
3,518
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yaml", "content": "---\n# Install Fzf\n\n- name: Check Fzf version.\n shell: |\n set -o pipefail\n [ -f ~/.fzf.bash ] && source ~/.fzf.bash\n fzf --version | cut -d\\ -f1\n args:\n executable: /usr/bin/bash\n changed_when: false\n failed_when: false\n regist...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2118, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/git-apt
3,518
[ "no_license" ]
[ { "path": "roles/git-apt/defaults/main.yaml", "content": "---\n# git_min_ver: 2.30.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/git-apt/tasks/main.yaml", "content": "---\n# Install Git from custom repo\n\n- name: Check Git version....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1318, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/gitflow
3,518
[ "no_license" ]
[ { "path": "roles/gitflow/defaults/main.yaml", "content": "---\n# gitflow_path: 0.4.1\n# gitflow_path: /usr/local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/gitflow/tasks/main.yaml", "content": "---\n# Install Gitflow\n\n- name: Che...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2792, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/go
3,518
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yaml", "content": "---\n# Install Go\n\n- name: Check Go version.\n shell: >\n set -o pipefail && \\. ~/.profile ; go version |\n grep -Eo \"[0-9]{1,}(\\.[0-9]{1,}){0,}\" | head -n1\n args:\n executable: /usr/bin/bash\n changed_when: false\n failed_when: false\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3696, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/install-apt-packages
3,518
[ "no_license" ]
[ { "path": "roles/install-apt-packages/tasks/main.yaml", "content": "---\n- name: Update and optionally upgrade apt packages.\n apt:\n upgrade: false\n update_cache: true\n cache_valid_time: 86400 # One day\n become: true\n\n- name: Install apt packages.\n apt:\n name: \"{{ item.name | defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 444, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/kubectl-apt
3,518
[ "no_license" ]
[ { "path": "roles/kubectl-apt/defaults/main.yaml", "content": "---\n# kubectl_ver: 1.23.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/kubectl-apt/tasks/main.yaml", "content": "---\n# Install Kubectl\n\n- name: Check Kubectl version.\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2119, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/neovim
3,518
[ "no_license" ]
[ { "path": "roles/neovim/defaults/main.yaml", "content": "---\n# nvim_ver: v0.7.0\n# nvim_min_ver: 0.7.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/neovim/tasks/main.yaml", "content": "---\n# Install Neovim from sources\n\n- name: C...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3000, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/nfs-shares
3,518
[ "no_license" ]
[ { "path": "roles/nfs-shares/tasks/main.yaml", "content": "---\n# Install an NFS server and set up a shared home directory with a default subnet\n\n- name: Ensure Nfs server is installed.\n apt:\n name:\n - nfs-common\n - nfs-kernel-server\n state: present\n become: true\n\n- name: Ensure r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 6048, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/node
3,518
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yaml", "content": "---\n# Install Node with Nvm\n\n- name: Set source_nvm variable with commands sequence.\n set_fact:\n source_nvm: |-\n export NVM_DIR=\"$HOME/.nvm\"\n [ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\"\n\n- name: Check Nvm version.\n shel...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4622, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/ranger
3,518
[ "no_license" ]
[ { "path": "roles/ranger/defaults/main.yaml", "content": "---\n# ranger_ver: v1.9.3\n# ranger_min_ver: v1.9.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/ranger/tasks/main.yaml", "content": "---\n# Install Ranger (filemanager) from s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2489, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/remote-user-key-based-access
3,518
[ "no_license" ]
[ { "path": "roles/remote-user-key-based-access/tasks/main.yaml", "content": "---\n- name: Check user with key-based SSH access.\n command: ssh -q -o BatchMode=yes -o ConnectTimeout=3 \\\n '{{ user_keybase }}@{{ ansible_host }}' \"echo OK\"\n delegate_to: localhost\n changed_when: false\n failed_when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3474, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/rust
3,518
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yaml", "content": "---\n# Install Rust\n\n- name: Check if Rust is installed.\n shell: |\n set -o pipefail; [ -s \"$HOME/.cargo/env\" ] && \\. \"$HOME/.cargo/env\"\n rustc --version | grep -Eo \"[0-9]{1,}(\\.[0-9]{1,}){0,}\" | head -n1\n args:\n executable: /usr/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/spotify
3,518
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yaml", "content": "---\n# Install Spotify-tui\n\n- block:\n - name: Check Spotifyd version.\n shell: >\n set -o pipefail && \\. ~/.profile ; spotifyd --version |\n grep -Eo \"[0-9]{1,}(\\.[0-9]{1,}){0,}\" | head -n1\n args:\n executable: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6797, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/tmux
3,518
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yaml", "content": "---\n# Install Tmux from sources with\n\n- name: Check Tmux version (literally).\n shell: set -o pipefail && tmux -V | sed 's/tmux\\ //'\n args:\n executable: /usr/bin/bash\n changed_when: false\n failed_when: false\n register: tmux_curr_ver\n\n- b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2487, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/upgrade-system
3,518
[ "no_license" ]
[ { "path": "roles/upgrade-system/tasks/main.yaml", "content": "---\n- name: Update and upgrade apt packages.\n apt:\n upgrade: true\n update_cache: true\n cache_valid_time: 86400 # One day\n when: ansible_os_family == 'Debian'\n\n- name: Update and upgrade yum packages (exclude kernel).\n yum:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/vbox-guest-additions
3,518
[ "no_license" ]
[ { "path": "roles/vbox-guest-additions/tasks/main.yaml", "content": "---\n- name: Check if VBoxService already installed.\n command: /usr/sbin/VBoxService --version\n changed_when: false\n failed_when: false\n register: check_vboxservice\n\n- block:\n - name: Get the CDROM mountpoint status.\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1326, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/version-compare-function
3,518
[ "no_license" ]
[ { "path": "roles/version-compare-function/tasks/main.yaml", "content": "---\n# Define version-compare function\n\n- name: Define version-compare Bash function.\n set_fact:\n ver_comp_func: |-\n vercomp () {\n if [[ \"$1\" == \"$2\" ]]\n then\n return 0\n fi\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1349, "all_permissive": false }
ansible_role
awerebea/ansible-playbooks
dbc7a6cfc0f3d6c50e8b907bbbc8fbadd79512f4
0
roles/vim
3,518
[ "no_license" ]
[ { "path": "roles/vim/defaults/main.yaml", "content": "---\n# vim_ver: v8.2.3848\n# vim_min_ver: 8.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/vim/tasks/main.yaml", "content": "---\n# Install Vim from sources with lua support\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4086, "all_permissive": false }
ansible_role
sunnyshinde123/Terraform_Multi_Env_Project
34e4b7511f5e9ffcaaa24d7e6b34e68fa4ca946c
0
ansible/playbook/roles/nginx-role
3,518
[ "no_license" ]
[ { "path": "ansible/playbook/roles/nginx-role/tasks/main.yml", "content": "---\n - name: Installing nginx\n apt:\n name: nginx\n state: latest\n\n - name: Enable nginx\n service:\n name: nginx\n enabled: yes\n\n - name: Copy the index.html file and paste it into the var/www/index...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
devops-pals/ghost-ansible
3638ba34b1ffc0b9824d88ee4002d62724a5eee4
0
roles/common
3,518
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yaml", "content": "---\nufw_state: enabled\nufw_allowed_ports:\n - 22\n - 80\n - 443\n\ndocker_gpg_key: https://download.docker.com/linux/ubuntu/gpg\ndocker_repository: https://download.docker.com/linux/ubuntu\n", "license_type": "no_license", "detected_licen...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1674, "all_permissive": false }
ansible_role
devops-pals/ghost-ansible
3638ba34b1ffc0b9824d88ee4002d62724a5eee4
0
roles/ghost
3,518
[ "no_license" ]
[ { "path": "roles/ghost/templates/docker-compose.yaml.j2", "content": "version: \"3.9\"\nservices:\n ghost:\n image: ghost:4-alpine\n restart: unless-stopped\n networks:\n - ghost-network\n volumes:\n - ghost-app:/var/lib/ghost/content\n ports:\n - 127.0.0.1:{{ ghost_port }}:23...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3558, "all_permissive": false }
ansible_role
devops-pals/ghost-ansible
3638ba34b1ffc0b9824d88ee4002d62724a5eee4
0
roles/nginx
3,518
[ "no_license" ]
[ { "path": "roles/nginx/tasks/install.yaml", "content": "---\n- name: Update package cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install apt packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - nginx\n\n- name: Install certbot\n community.general...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 799, "all_permissive": false }
ansible_role
RedHat-Consulting-UK/future-cicd
d369bbf35cbf5a2846cb91f537c422c0aacf42d4
0
.ansible/roles/argocd
3,518
[ "permissive" ]
[ { "path": ".ansible/roles/argocd/meta/main.yml", "content": "galaxy_info:\n author: garethahealy\n description: Role to install future-cicd bits\n license: Apache-2.0\n min_ansible_version: 2.9\n ", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes":...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5196, "all_permissive": true }
ansible_role
NixFey/elcom-ansible
24cf130731677b95c03d09403c1651dacfd2299c
0
roles/caddy_restart
3,558
[ "no_license" ]
[ { "path": "roles/caddy_restart/tasks/main.yml", "content": "---\n- name: Check caddy config validity\n command: /usr/bin/caddy validate -c /etc/caddy/Caddyfile\n\n- name: Restart Caddy service\n become: true\n service:\n name: caddy\n state: restarted\n ", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
NixFey/elcom-ansible
24cf130731677b95c03d09403c1651dacfd2299c
0
roles/git
3,558
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Docker container\n community.docker.docker_container:\n name: \"{{ container_name }}\"\n image: codeberg.org/forgejo/forgejo:8-rootless\n state: started\n recreate: true\n pull: true\n restart_policy: unless-stopped\n publi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1752, "all_permissive": false }
ansible_role
NixFey/elcom-ansible
24cf130731677b95c03d09403c1651dacfd2299c
0
roles/matomo
3,558
[ "no_license" ]
[ { "path": "roles/matomo/tasks/main.yml", "content": "---\n- name: Docker container\n community.docker.docker_container:\n name: \"{{ container_name }}\"\n image: matomo:5\n state: started\n recreate: true\n pull: true\n restart_policy: unless-stopped\n published_ports:\n - '127.0....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1395, "all_permissive": false }
ansible_role
NixFey/elcom-ansible
24cf130731677b95c03d09403c1651dacfd2299c
0
roles/monica
3,558
[ "no_license" ]
[ { "path": "roles/monica/tasks/main.yml", "content": "---\n- name: Docker container\n community.docker.docker_container:\n name: monica\n image: ghcr.io/monicahq/monica-next:main\n state: started\n recreate: true\n pull: true\n restart_policy: unless-stopped\n published_ports:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2207, "all_permissive": false }
ansible_role
NixFey/elcom-ansible
24cf130731677b95c03d09403c1651dacfd2299c
0
roles/tracker
3,558
[ "no_license" ]
[ { "path": "roles/tracker/templates/Caddyfile_part.j2", "content": "{{ hostname }} {\n\timport common\n\treverse_proxy 127.0.0.1:{{ web_port }} # Docker container name: {{ container_name }}\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1783, "all_permissive": false }
ansible_role
bilal-khawar/Freelance-Portal-DevOps
894255b664b2b5de743d08713aeb527dfb6d6c0a
0
ansible/roles/deploy
3,558
[ "no_license" ]
[ { "path": "ansible/roles/deploy/files/FreelancePortal/Dockerfile", "content": "# How to test:\n# 1. Build the Docker image(in the main folder - Freelance-Portal-DevOps):\n# docker build -t freelance-portal ./FreelancePortal\n# 2. Run the Docker container:\n# docker run -p 8000:8000 freelance-portal\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 27, "total_bytes": 126894, "all_permissive": false }
ansible_role
ekrunch/satellite_sentinel
83f8a1028f5191cc04f971d7253c15c32a88dd88
0
roles/satellite6.sentinel
3,558
[ "permissive" ]
[ { "path": "roles/satellite6.sentinel/tasks/process_config_file.yaml", "content": "- set_fact:\n from_lookup_json: \"{{ lookup('file', config_file) | from_json }}\"\n\n- set_fact:\n task_list: \"{{ from_lookup_json.actions }}\"\n\n- name: \"PROCESS : Show configuration file - {{ config_file }}\"\n deb...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4614, "all_permissive": true }
ansible_role
ludsilva/ansible-vagrant
1f0822d000ff69a345e46e726eb1de20bf6c8d73
0
ansible/roles/common
3,558
[ "no_license" ]
[ { "path": "ansible/roles/common/vars/main.yml", "content": "---\npackages:\n - vim\n - curl\n - telnet\n - unzip\n - wget\n - net-tools\n - htop\n - nmap\n\nhostname: ubuntu\n\n# Criado com:\n# python -c 'import crypt; print crypt.crypt(\"Alterar2023\", \"$1$SomeSalt$\")'\n\npassword: <PASSWORD>/ \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 664, "all_permissive": false }
ansible_role
ludsilva/ansible-vagrant
1f0822d000ff69a345e46e726eb1de20bf6c8d73
0
ansible/roles/nginx
3,558
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Instalando Nginx\n apt: \n name: nginx\n state: latest\n\n- name: Copiando arquivo de configuração\n copy: src=default.conf dest=/etc/nginx/confi.d/\n\n- name: Copiando os arquivos da aplicação\n copy: \n src: '{{item}}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-aaa
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-aaa/defaults/main.yml", "content": "---\n# defaults file for Dell-Networking.dellos-aaa\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-aaa/tests...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 225178, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-acl
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-acl/vars/main.yml", "content": "---\n# vars file for Dell-Networking.dellos-acl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-acl/tasks/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 34823, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-bgp
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-bgp/tasks/main.yml", "content": "---\n# tasks file for Dell-Networking.dellos-bgp\n - name: \"Generating BGP configuration for dellos9\"\n template:\n src: dellos9_bgp.j2\n dest: \"{{ build_dir }}/bgp9_{{hostname}}.conf.part\"\n when: (an...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 210301, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-image-install
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-image-install/handlers/main.yml", "content": "---\n# handlers file for image_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-image-install/...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3494, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-image-upgrade
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-image-upgrade/tests/main.yml", "content": "---\n# vars file for Dell-Networking.dellos-image-upgrade, below gives a example configuration\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "OS...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6672, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-interface
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-interface/tests/test.yaml", "content": "---\n- hosts: datacenter\n connection: network_cli\n roles:\n - Dell-Networking.dellos-interface\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 98974, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-lag
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-lag/README.md", "content": "LAG role\n========\n\nThis role facilitates the configuration of link aggregation group (LAG) attributes, and supports the creation and deletion of a LAG and its member ports. It also supports the configuration of an interfa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 19545, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-ntp
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-ntp/defaults/main.yml", "content": "---\n# defaults file for Dell-Networking.dellos-ntp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-ntp/README....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 45977, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-prefix-list
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-prefix-list/defaults/main.yml", "content": "---\n# defaults file for Dell-Networking.dellos-prefix-list\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "OS10/leaf-spine/roles/Dell-Networking....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 38530, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-qos
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-qos/vars/main.yml", "content": "---\n# vars file for ansible-role-dellos-qos", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-qos/handlers/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8583, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-route-map
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-route-map/tests/test.yml", "content": "---\n- hosts: localhost\n connection: network_cli\n roles:\n - Dell-Networking.dellos-route-map\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "OS...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 24851, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-snmp
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-snmp/defaults/main.yml", "content": "---\n# defaults file for Dell-Networking.dellos-snmp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-snmp/te...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 168765, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-system
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-system/templates/dellos9_system.j2", "content": "#jinja2: trim_blocks: True,lstrip_blocks: True\n{#############################################\n\nPurpose:\nConfigure system commands for dellos9 Devices\n\ndellos_system:\n hostname: os9\n unique_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 89114, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-users
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-users/README.md", "content": "Users role\n==========\n\nThis role facilitates the configuration of global system user attributes. It supports the configuration of CLI users, and is abstracted for dellos6, dellos9, and dellos10.\n\nThe users role requir...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 18133, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-verify-bgp
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-verify-bgp/defaults/main.yml", "content": "---\n# defaults file for Dell-Networking.dellos-verify-bgp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dell...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 773, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-vlan
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-vlan/tests/main.yaml", "content": "---\n# vars file for Dell-Networking.dellos-vlan, below gives a example configuration\n\n# Sample variables for dellos9 device\ndellos_vlan:\n default_vlan: true\n vlan 100:\n name: \"Blue Network\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 17581, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-vlt
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-vlt/defaults/main.yml", "content": "---\n# defaults file for Dell-Networking.dellos-vlt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-vlt/tests...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 22646, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-vrrp
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-vrrp/vars/main.yml", "content": "---\n# vars file for Dell-Networking.dellos-vrrp\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-vrrp/meta/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 69791, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS10/leaf-spine/roles/Dell-Networking.dellos-xstp
3,558
[ "no_license" ]
[ { "path": "OS10/leaf-spine/roles/Dell-Networking.dellos-xstp/templates/dellos10_xstp.j2", "content": "#jinja2: trim_blocks: True, lstrip_blocks: True\n{###############################################\nPURPOSE: Configure xSTP commands for dellos10 devices\n\ndellos_xstp:\n type: rstp\n enable: true\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 42332, "all_permissive": false }
ansible_role
Dell-Networking/ansible-dellos-examples
fb2f449289e89b9424792687cc60f38b1f8d59d3
49
OS9/roles/dellos-bmp
3,558
[ "no_license" ]
[ { "path": "OS9/roles/dellos-bmp/tasks/main.yml", "content": "---\n# tasks file for dellos-bmp\n\n - name: \"Configure Reload Type to normal reload.\"\n dellos9_config:\n lines: ['boot-type normal-reload']\n parents: ['reload-type']\n save: true\n\n - name: \"Copy Partition Active --> Inacti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
l-wegner/ansible-boot
d5ed22a0104f80c0624b37a017a3ad79f92b2553
0
roles/game
3,558
[ "no_license" ]
[ { "path": "roles/game/tasks/main.yml", "content": "- import_tasks: install-steam.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/game/tasks/install-steam.yml", "content": "- name: Install Steam (Ubuntu)\n package:\n name: \"steam\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 668, "all_permissive": false }
ansible_role
l-wegner/ansible-boot
d5ed22a0104f80c0624b37a017a3ad79f92b2553
0
roles/localhosts
3,558
[ "no_license" ]
[ { "path": "roles/localhosts/tasks/main.yml", "content": "- vars:\n add_user: \"{{ lookup('ansible.builtin.env','USER_NM') | length>0 }}\"\n user: \"{{ lookup('env','USER_NM') }}\"\n user_pw_set: \"{{ lookup('ansible.builtin.env','USER_PW_HASH')|length>0 }}\"\n user_home: \"/home/{{ lookup('env',...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7896, "all_permissive": false }