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
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/ansible
7,798
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/main.yaml", "content": "---\n- name: Install Ansible and any dependencies.\n ansible.builtin.apt:\n pkg:\n - ansible-core\n state: latest\n update_cache: true\n\n- name: Verify Ansible installation\n command: ansible --version\n register: ansible_versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/apt
7,798
[ "no_license" ]
[ { "path": "ansible/roles/apt/tasks/main.yaml", "content": "---\n- name: Perform an apt update.\n ansible.builtin.apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n\n- name: Perform an apt upgrade.\n ansible.builtin.apt: upgrade=dist force_apt_get=yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/aws
7,798
[ "no_license" ]
[ { "path": "ansible/roles/aws/tasks/main.yaml", "content": "---\n- name: Download AWS CLI installer\n get_url:\n url: \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\"\n dest: \"/tmp/awscliv2.zip\"\n\n- name: Unzip AWS CLI installer\n unarchive:\n src: \"/tmp/awscliv2.zip\"\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 599, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/backup
7,798
[ "no_license" ]
[ { "path": "ansible/roles/backup/tasks/main.yaml", "content": "---\n- name: Create a directory for log files.\n ansible.builtin.file:\n path: \"{{ homelab_backup_log_dir }}\"\n state: directory\n\n- name: Ensure that the log file exists.\n ansible.builtin.command: touch {{ homelab_backup_log_file }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2114, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/dependencies
7,798
[ "no_license" ]
[ { "path": "ansible/roles/dependencies/tasks/main.yaml", "content": "---\n- name: Install necessary dependencies.\n ansible.builtin.apt:\n pkg:\n - unzip\n - zsh\n - curl\n - stow\n - net-tools\n - nfs-common\n state: latest\n update_cache: true\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/devops
7,798
[ "no_license" ]
[ { "path": "ansible/roles/devops/templates/ansible.cfg.j2", "content": "[defaults]\ninventory = ~/gitops-homelab/ansible/inventory/{{ homelab_ansible_environment }}.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "ansible/roles/devops/tasks/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 546, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/docker
7,798
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Install required Docker dependencies.\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1291, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/docker_containers
7,798
[ "no_license" ]
[ { "path": "ansible/roles/docker_containers/templates/docker-compose.yaml.j2", "content": "services:\n\n node_exporter:\n container_name: \"node-exporter\"\n image: \"quay.io/prometheus/node-exporter:v1.9.1\"\n restart: \"unless-stopped\"\n ports: \n - \"9100:9100/tcp\"\n volumes: \n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2070, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/doppler
7,798
[ "no_license" ]
[ { "path": "ansible/roles/doppler/tasks/main.yaml", "content": "---\n- name: Download Doppler CLI installation script.\n get_url:\n url: \"https://cli.doppler.com/install.sh\"\n dest: \"/tmp/doppler-install.sh\"\n mode: \"0755\"\n\n- name: Run Doppler CLI installation script.\n command: \"/tmp/dop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/gatus
7,798
[ "no_license" ]
[ { "path": "ansible/roles/gatus/templates/docker-compose.yaml.j2", "content": "services:\n\n gatus:\n image: \"twinproduction/gatus:v5.18.1\"\n container_name: \"gatus\"\n restart: \"unless-stopped\"\n ports: \n - \"8080:8080/tcp\"\n volumes: \n - \"/opt/allans-home-lab/gatus/data:/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2785, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/helm
7,798
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yaml", "content": "---\n- name: Download Helm install script.\n get_url:\n url: \"https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\"\n dest: /tmp/get_helm.sh\n mode: '0755'\n\n- name: Run Helm install script.\n command: /tmp/get_helm.sh\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/homelab_metrics
7,798
[ "no_license" ]
[ { "path": "ansible/roles/homelab_metrics/tasks/main.yaml", "content": "---\n- name: Create a temporary folder for the Docker Compose manifest.\n ansible.builtin.file:\n path: \"/tmp/homelab-metrics\"\n state: directory\n owner: \"{{ ansible_ssh_user }}\"\n group: \"{{ ansible_ssh_user }}\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 803, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/immich
7,798
[ "no_license" ]
[ { "path": "ansible/roles/immich/tasks/main.yaml", "content": "---\n- name: Create a temporary directory.\n ansible.builtin.file:\n path: \"{{ homelab_docker_immich_tmp }}\"\n state: directory\n\n- name: Copy the Docker Compose manifest to the temporary directory.\n copy:\n src: docker-compose.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1287, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/known_hosts
7,798
[ "no_license" ]
[ { "path": "ansible/roles/known_hosts/tasks/main.yaml", "content": "---\n- name: Determine list of SSH host targets\n set_fact:\n homelab_target_hosts: \"{{ homelab_ssh_keys | default(groups['homelab_ansible_hosts'], true) }}\"\n\n- name: Map hostnames to IPs if needed\n set_fact:\n homelab_host_map:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1857, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/kubectl
7,798
[ "no_license" ]
[ { "path": "ansible/roles/kubectl/tasks/main.yaml", "content": "---\n- name: Download latest kubectl binary\n ansible.builtin.get_url:\n url: \"https://dl.k8s.io/release/v1.31.4/bin/linux/amd64/kubectl\"\n dest: \"/usr/local/bin/kubectl\"\n mode: '0755'\n\n- name: Verify kubectl installation\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/kustomize
7,798
[ "no_license" ]
[ { "path": "ansible/roles/kustomize/tasks/main.yaml", "content": "---\n- name: Download kustomize install script\n get_url:\n url: https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh\n dest: /tmp/install_kustomize.sh\n mode: '0755'\n\n- name: Run kustomize i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/mount
7,798
[ "no_license" ]
[ { "path": "ansible/roles/mount/tasks/main.yaml", "content": "---\n- name: Configure mount points.\n ansible.posix.mount:\n src: \"{{ item.src }}\"\n path: \"{{ item.path }}\"\n opts: \"{{ item.options | default('ro') }}\"\n state: \"{{ item.state | default('mounted') }}\"\n fstype: \"{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/node_exporter
7,798
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/main.yaml", "content": "---\n- name: Download Node Exporter.\n get_url:\n url: https://github.com/prometheus/node_exporter/releases/download/v1.9.0/node_exporter-1.9.0.linux-amd64.tar.gz\n checksum: \"sha256:e7b65ea30eec77180487d518081d3dcb121b975f6d95f186...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1296, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/openvpn
7,798
[ "no_license" ]
[ { "path": "ansible/roles/openvpn/templates/homelab_openvpn_service.j2", "content": "{% if ansible_architecture == 'armv7l' %}\n#!/bin/bash -e\n{% else %}\n#!/bin/sh -e\n{% endif %}\nsudo bash /etc/openvpn/iptables.sh &\nsleep 10\nsudo sh -c \"echo 1 > /proc/sys/net/ipv4/ip_forward\"\nsudo bash /etc/openvpn/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2473, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/pihole
7,798
[ "no_license" ]
[ { "path": "ansible/roles/pihole/defaults/main.yaml", "content": "---\nhomelab_docker_pihole_data: \"/opt/allans-home-lab/pihole\" \nhomelab_docker_pihole_tmp: \"/tmp/docker_pihole\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansible/roles/p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2567, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/plex
7,798
[ "no_license" ]
[ { "path": "ansible/roles/plex/templates/docker-compose.yaml.j2", "content": "services:\n\n plex:\n container_name: \"plex\"\n image: \"lscr.io/linuxserver/plex:1.41.8\"\n restart: \"unless-stopped\"\n network_mode: \"host\"\n volumes:\n - /opt/allans-home-lab/plex/config:/config\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1343, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/private_key
7,798
[ "no_license" ]
[ { "path": "ansible/roles/private_key/tasks/main.yaml", "content": "---\n- name: Ensure that the user's .ssh directory exists.\n file:\n path: \"{{ ansible_env.HOME }}/.ssh\"\n state: directory\n mode: '0700'\n\n- name: Fail if SSH_PRIVATE_KEY is not set.\n fail:\n msg: \"SSH_PRIVATE_KEY must c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/public_key
7,798
[ "no_license" ]
[ { "path": "ansible/roles/public_key/tasks/main.yaml", "content": "---\n- name: Ensure that the user's .ssh directory exists.\n file:\n path: \"{{ ansible_env.HOME }}/.ssh\"\n state: directory\n mode: '0700'\n\n- name: Fail if SSH_PUBLIC_KEY is not set.\n fail:\n msg: \"SSH_PUBLIC_KEY must cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/reboot
7,798
[ "no_license" ]
[ { "path": "ansible/roles/reboot/tasks/main.yaml", "content": "---\n- name: Check to see if a reboot is required.\n ansible.builtin.stat: \n path: /var/run/reboot-required\n register: reboot_required_file\n\n- name: Show the value of the registered variable.\n ansible.builtin.debug:\n var: reboot_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/restore
7,798
[ "no_license" ]
[ { "path": "ansible/roles/restore/tasks/main.yaml", "content": "---\n- name: For each remote volume, determine whether a local copy exists.\n ansible.builtin.stat:\n path: \"{{ item.src }}\"\n register: volume_status\n loop: \"{{ homelab_remote_volumes | default([]) }}\"\n loop_control:\n label: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1085, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/s3_backup
7,798
[ "no_license" ]
[ { "path": "ansible/roles/s3_backup/tasks/main.yaml", "content": "---\n- name: Generate consistent timestamp\n set_fact:\n timestamp: \"{{ lookup('pipe', 'date +%Y%m%d_%H%M%S') }}\"\n\n- name: Sync each S3 bucket to local temp directory.\n shell: |\n mkdir -p \"{{ download_dir }}/{{ item }}\"\n aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/ssh
7,798
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yaml", "content": "---\n- name: Restrict allowed ssh users.\n ansible.builtin.lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: '^AllowUsers'\n line: 'AllowUsers {{ ansible_user }}'\n state: present\n register: ssh_allow_users\n\n- name: Disable root lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1492, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/systemd_resolvd
7,798
[ "no_license" ]
[ { "path": "ansible/roles/systemd_resolvd/tasks/main.yaml", "content": "---\n- name: Disable DNS stub listener\n lineinfile:\n path: /etc/systemd/resolved.conf\n regexp: '^#?DNSStubListener='\n line: 'DNSStubListener=no'\n notify: Restart systemd-resolved\n\n- name: Fix resolv conf\n file:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 738, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/tailscale
7,798
[ "no_license" ]
[ { "path": "ansible/roles/tailscale/tasks/main.yaml", "content": "---\n- name: Check if Tailscale role is already installed.\n stat:\n path: \"{{ ansible_user_dir }}/.ansible/roles/artis3n.tailscale\"\n register: tailscale_role\n\n- name: Install the Tailscale Ansible role.\n shell: \"ansible-galaxy ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/talos_shutdown
7,798
[ "no_license" ]
[ { "path": "ansible/roles/talos_shutdown/defaults/main.yaml", "content": "---\ntalosconfig_path: \"~/.talos/talosconfig\"\ndrain_pause_seconds: 120\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible/roles/talos_shutdown/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 700, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/talosctl
7,798
[ "no_license" ]
[ { "path": "ansible/roles/talosctl/tasks/main.yaml", "content": "---\n- name: Download talosctl v{{ talos_version }}\n ansible.builtin.get_url:\n url: \"https://github.com/siderolabs/talos/releases/download/v1.9.1/talosctl-linux-amd64\"\n dest: \"/usr/local/bin/talosctl\"\n mode: '0755'\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/terraform
7,798
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yaml", "content": "---\n- name: Download Terraform binary\n get_url:\n url: \"https://releases.hashicorp.com/terraform/1.11.0/terraform_1.11.0_linux_amd64.zip\"\n dest: \"/tmp/terraform.zip\"\n checksum: sha256:069e531fd4651b9b510adbd7e27dd648b88d66d5f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 692, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/terraform_output
7,798
[ "no_license" ]
[ { "path": "ansible/roles/terraform_output/tasks/main.yaml", "content": "---\n- name: Ensure required config directories exist.\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0700'\n loop:\n - \"{{ ansible_env.HOME }}/.kube\"\n - \"{{ ansible_env.HOME }}/.talos\"\n when: homelab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1260, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/traefik
7,798
[ "no_license" ]
[ { "path": "ansible/roles/traefik/tasks/main.yaml", "content": "---\n- name: Fail if homelab_cloudflare_api_key is empty.\n fail:\n msg: \"TRAEFIK_CF_API_KEY environment variable is required but not set.\"\n when: homelab_cloudflare_api_key == ''\n\n- name: Create Traefik volumes.\n ansible.builtin.fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4124, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/tz
7,798
[ "no_license" ]
[ { "path": "ansible/roles/tz/tasks/main.yaml", "content": "---\n- name: Set the time zone.\n community.general.timezone:\n name: \"America/New_York\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/user
7,798
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yaml", "content": "---\n- name: Create user and add to sudo group.\n ansible.builtin.user:\n name: \"{{ ansible_user }}\"\n password_lock: yes\n shell: /bin/zsh\n groups:\n - sudo\n append: yes\n state: present\n\n- name: Add user to the sudoe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
allan-lewis/gitops-homelab
d24bd007b6572de8f73258e850b7918f1fa0bba3
0
ansible/roles/zsh_shell
7,798
[ "no_license" ]
[ { "path": "ansible/roles/zsh_shell/tasks/main.yaml", "content": "---\n- name: Download and install Starship\n shell: curl -sS https://starship.rs/install.sh | sh -s -- -y\n args:\n creates: /usr/local/bin/starship\n become: yes\n\n- name: Verify Starship installation\n command: \"starship --version\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1469, "all_permissive": false }
ansible_role
jborean93/ansible-jborean93.vscode
1b5f9ffe4f863c3ad57f36afee4d5ad6e3afbcb8
2
playbooks/roles/my_role
7,798
[ "no_license" ]
[ { "path": "playbooks/roles/my_role/tasks/sub_tasks.yml", "content": "- name: sub task module\n ping:\n\n- debug:\n msg: test", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "playbooks/roles/my_role/tasks/main.yml", "content": "- name: role p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 186, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/dependency
7,798
[ "no_license" ]
[ { "path": "ansible/roles/dependency/tasks/main.yaml", "content": "---\n\n- name: Gather facts of remote host\n setup:\n gather_subset: all\n\n# Install dependencies on the host\n- name: Install pip\n become: yes\n apt:\n name: ['python3-pip']\n state: latest\n update_cache: yes\n when: ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/deploy-couchDB
7,798
[ "no_license" ]
[ { "path": "ansible/roles/deploy-couchDB/tasks/main.yaml", "content": "\n---\n- name: Start Couchdb container\n become: yes\n docker_container:\n name: \"couchdb\"\n image: \"{{ couchdb_image_version }}\"\n ports:\n - \"5984:5984\"\n - \"9100:9100\"\n - \"4369:4369\"\n env:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/deploy-couchDB-cluster
7,798
[ "no_license" ]
[ { "path": "ansible/roles/deploy-couchDB-cluster/tasks/main.yaml", "content": "\n---\n\n # for node in ${othernodes} \n # do\n # curl -XPOST \"http://${user}:${pass}@${masternode}:5984/_cluster_setup\" \\\n # --header \"Content-Type: application/json\"\\\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3097, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/deploy-couchDB-grunt
7,798
[ "no_license" ]
[ { "path": "ansible/roles/deploy-couchDB-grunt/tasks/main.yaml", "content": "- name: install grunt-couch\n become: yes\n shell: npm install grunt-couch\n\n- name: compile \n become: yes\n shell: cd ../couchDB/grunt_couchdb; grunt couch-compile\n\n- name: push\n become: yes\n shell: cd ../couchDB/grunt_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/deploy-data-analyzer
7,798
[ "no_license" ]
[ { "path": "ansible/roles/deploy-data-analyzer/tasks/main.yaml", "content": "\n- name: pull image\n become: yes\n shell: docker pull \"{{ data_analyzer_image }}\"\n\n- name: stop server\n become: yes\n shell: docker rm -f \"{{ data_analyzer_process }}\"\n\n# Start the web server\n- name: start server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/deploy-twitter-harvester
7,798
[ "no_license" ]
[ { "path": "ansible/roles/deploy-twitter-harvester/tasks/main.yaml", "content": "- name: Log into DockerHub\n become: yes\n docker_login:\n username: \"{{ harvester_dockerhub_username }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: pull image\n become: yes\n shell: docker pull \"{{ harvester_image...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/deploy-web-server
7,798
[ "no_license" ]
[ { "path": "ansible/roles/deploy-web-server/tasks/main.yaml", "content": "- name: Log into DockerHub\n become: yes\n docker_login:\n username: \"{{ frontend_dockerhub_username }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: pull image\n become: yes\n shell: docker pull \"{{ frontend_image }}\"\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 902, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/save-ip
7,798
[ "no_license" ]
[ { "path": "ansible/roles/save-ip/tasks/main.yaml", "content": "---\n# Add hosts to Ansible in-memory inventory\n- name: Add host\n add_host:\n name: '{{ item.openstack.public_v4 }}'\n groups: instances\n loop: '{{ os_instance.results }}'\n when: item.openstack is defined\n\n# save using template\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 495, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/set-up-docker-http-proxy
7,798
[ "no_license" ]
[ { "path": "ansible/roles/set-up-docker-http-proxy/tasks/main.yaml", "content": "---\n# set up docker http proxy following the instruction at:\n# https://docs.docker.com/config/daemon/systemd/#httphttps-proxy\n\n- name: create a systemd drop-in directory for the docker service\n become: yes\n shell: mkdir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
motianyi/CCC-Assignment2
2c10f084072409a0de91667eb45a03a8d0d7f997
0
ansible/roles/set-up-http-proxy
7,798
[ "no_license" ]
[ { "path": "ansible/roles/set-up-http-proxy/tasks/main.yaml", "content": "---\n# UniMelb Research Cloud can have sporadic issues and assign you non-public IP addresses. \n# The following proxy settings should be used to allow your instances to be accessible \n# externally and hence allow updates to happen et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
arunkumar261/ansible-roles
f73ed321f0aa5a34d5d20e5fd557642c62d7b290
0
roles/common
7,798
[ "no_license" ]
[ { "path": "roles/common/tasks/app-setup.yaml", "content": "#these all tasks are common for some module so we r keeping here like user,cart,catalogue etc\n- name : creating user roboshop\n ansible.builtin.user:\n name : roboshop\n\n- name : recursively remove app directory if its present\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
arunkumar261/ansible-roles
f73ed321f0aa5a34d5d20e5fd557642c62d7b290
0
roles/web
7,798
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yaml", "content": "- name: Install nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n\n\n- name: Remove file html dir(delete file)\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: create html directory\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
Locastic/SymfonyBox
95bdebc67297e479f92df3f9b05300c0237cd315
5
ansible/roles/apache
7,798
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/apache_vhosts.yml", "content": "---\n- name: Apache Install Virtual Hosts\n template:\n src={{ item.src }}\n dest={{ item.dest }}\n with_items:\n - { src: '80.conf', dest: '/etc/httpd/conf.d/80.conf' }\n - { src: '8000.conf', dest: '/etc/httpd/conf.d/8000....
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11304, "all_permissive": false }
ansible_role
Locastic/SymfonyBox
95bdebc67297e479f92df3f9b05300c0237cd315
5
ansible/roles/centos
7,798
[ "no_license" ]
[ { "path": "ansible/roles/centos/tasks/gcc.yml", "content": "---\n- name: Ensure gcc is installed\n yum:\n name=gcc\n state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/centos/tasks/ip.yml", "content": "---\n- n...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 2978, "all_permissive": false }
ansible_role
Locastic/SymfonyBox
95bdebc67297e479f92df3f9b05300c0237cd315
5
ansible/roles/misc
7,798
[ "no_license" ]
[ { "path": "ansible/roles/misc/README.md", "content": "ROLE: Misc\n==========", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "ansible/roles/misc/tasks/bash.yml", "content": "---\n- name: remove standard bashrc\n file: path=/home/vagrant/.bashrc...
{ "task_files": 14, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 3998, "all_permissive": false }
ansible_role
Locastic/SymfonyBox
95bdebc67297e479f92df3f9b05300c0237cd315
5
ansible/roles/mysql
7,798
[ "no_license" ]
[ { "path": "ansible/roles/mysql/README.md", "content": "ROLE: MySQL\n===========", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/roles/mysql/tasks/mysql.yml", "content": "---\n- name: Install MySQL\n yum:\n name={{ item }}\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1823, "all_permissive": false }
ansible_role
Locastic/SymfonyBox
95bdebc67297e479f92df3f9b05300c0237cd315
5
ansible/roles/symfony
7,798
[ "no_license" ]
[ { "path": "ansible/roles/symfony/tasks/symfony.yml", "content": "---\n- name: Create cache and log dirs\n shell: mkdir {{ item }}\n with_items:\n - /srv/cache\n - /srv/logs\n\n- name: Changing owner for srv\n shell: chown -R vagrant:vagrant /srv\n\n- name: Preserve owner and group\n shell: chmod -...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 2801, "all_permissive": false }
ansible_role
effi24/ansible
6fb55269115c2917f97e2feb80d9dc7e27d44d6a
0
roles/db_servers
7,798
[ "no_license" ]
[ { "path": "roles/db_servers/readme.md", "content": "# Ansible Role: MySQL and Redis Setup\nOverview\nThis Ansible role automates the setup and configuration of MySQL and Redis services on Ubuntu-based systems (Debian family). The role includes tasks to install MySQL and Redis, configure their settings, and ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5142, "all_permissive": false }
ansible_role
effi24/ansible
6fb55269115c2917f97e2feb80d9dc7e27d44d6a
0
roles/monitoring
7,798
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/mysqld_exporter.yml", "content": "- name: Download mysqld_exporter Binary\n become: false\n ansible.builtin.get_url:\n url: 'https://github.com/prometheus/mysqld_exporter/releases/download/v{{ mysqld_exporter_version }}/mysqld_exporter-{{ mysqld_exporter_version }}.lin...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 16665, "all_permissive": false }
ansible_role
effi24/ansible
6fb55269115c2917f97e2feb80d9dc7e27d44d6a
0
roles/system
7,798
[ "no_license" ]
[ { "path": "roles/system/tasks/users-groups.yml", "content": "- name: Create server user prinary groups.\n group:\n name: \"{{ item.group | default(item.name) }}\"\n state: present\n with_items: \"{{ server_users }}\"\n no_log: \"{{ server_users_no_log }}\"\n when: (item.state | default('present'))...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5058, "all_permissive": false }
ansible_role
effi24/ansible
6fb55269115c2917f97e2feb80d9dc7e27d44d6a
0
roles/web_servers
7,798
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- import_tasks: nginx.yml\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/web_servers/readme.md", "content": "# Tasks\n\nInstall Nginx\nThis task uses the apt modul...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 498, "all_permissive": false }
ansible_role
herd-the-cats/collection_rh_roles
ad4d4e8c3d3b8efb1ec31692e6d7007a117a5a5c
0
roles/cryptopolicy
7,798
[ "no_license" ]
[ { "path": "roles/cryptopolicy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - cryptopolicy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/cryptopolicy/meta/main.yml", "content": "galaxy_info:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2379, "all_permissive": false }
ansible_role
herd-the-cats/collection_rh_roles
ad4d4e8c3d3b8efb1ec31692e6d7007a117a5a5c
0
roles/nagios_server
7,798
[ "no_license" ]
[ { "path": "roles/nagios_server/templates/etc/nagios/objects/contacts.cfg.j2", "content": " {% for contact in nagios_contacts_list %}\ndefine contact {\n\ncontact_name {{ contact.contact_name }}\nalias {{ contact.alias | default(contact.contact_name) }}\nhost_notifications_enabled {{ contact.host_n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 47778, "all_permissive": false }
ansible_role
jpardonava/cp2-devops
2799a12fcb95ba23635e6c15d9fb0ceade7623d7
0
ansible/roles/app
7,798
[ "no_license" ]
[ { "path": "ansible/roles/app/vars/main.yml", "content": "---\n# vars file for app\n#\nNFS_INTERNAL_IP: \"{{ hostvars['nfs'].ip_interna }}\"\nNFS_EXPORT_FILE_PATH: \"/mnt/nfs\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansible/roles/app/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2792, "all_permissive": false }
ansible_role
jpardonava/cp2-devops
2799a12fcb95ba23635e6c15d9fb0ceade7623d7
0
ansible/roles/workers
7,798
[ "no_license" ]
[ { "path": "ansible/roles/workers/tasks/main.yml", "content": " \n- debug:\n msg: \"Comando para el alta de los workers: {{ comando_join_worker }}\"\n when: comando_join_worker is defined \n\n- name: Habilitamos los puertos necesarios (18) \n firewalld:\n permanent: true\n zone: public\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1504, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/ansible
7,798
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/main.yml", "content": "---\n\n- name: Install ansible via pip\n command: sudo pip install ansible\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/blog
7,798
[ "no_license" ]
[ { "path": "ansible/roles/blog/tasks/main.yml", "content": "---\n- name: Remove existing containers\n command: docker-compose down -v --remove-orphans\n args:\n chdir: /vagrant/PurpleClouds/blog\n\n- name: Start the containers\n command: docker-compose up -d\n args:\n chdir: /vagrant/PurpleClouds/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/blog-production
7,798
[ "no_license" ]
[ { "path": "ansible/roles/blog-production/templates/docker-compose.yml", "content": "version: '3.8'\nservices:\n blog_purple_clouds_php:\n restart: always\n image: \"${BLOG_PHP_IMAGE_BUILD_TAG}\"\n volumes:\n - /var/www/PurpleClouds/blog/public/assets/uploads:/var/www/html/public/assets/upload...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3031, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/common
7,798
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n\n- name: Ping the the hosts\n ping: ~\n\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n\n- name: Update APT Repository\n apt:\n state: latest\n update_cache: yes\n allow_unauthenticated: yes\n force:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/docker
7,798
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setuptools\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1037, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/ecorp
7,798
[ "no_license" ]
[ { "path": "ansible/roles/ecorp/tasks/main.yml", "content": "---\n- name: Remove existing containers\n command: docker-compose down -v --remove-orphans\n args:\n chdir: /vagrant/PurpleClouds/ecorp\n\n- name: Start the containers\n command: docker-compose up -d\n args:\n chdir: /vagrant/PurpleClouds...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/ecorp-production
7,798
[ "no_license" ]
[ { "path": "ansible/roles/ecorp-production/tasks/main.yml", "content": "---\n- name: Creates directory\n file:\n path: /var/www/PurpleClouds/ecorp\n state: directory\n mode: '0777'\n\n- name: Create nginx conf directory\n file:\n path: /var/www/PurpleClouds/ecorp/docker/nginx\n state: direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1933, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/jenkins
7,798
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/templates/Dockerfile", "content": "FROM jenkins/jenkins:2.60.3-alpine\n\nUSER root\n\nRUN apk update && apk add --no-cache docker\n\nRUN addgroup jenkins docker\n\nUSER jenkins", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1251, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/nginx
7,798
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/docker-compose.yml", "content": "version: '3.8'\nservices:\n reverse_proxy:\n build:\n context: .\n dockerfile: Dockerfile\n ports:\n - \"80:80\"\n - \"443:443\"\n environment:\n - NGINX_HTTP_PORT_NUMBER=80\n - NGINX_HTTPS_PORT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2042, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/task-manager
7,798
[ "no_license" ]
[ { "path": "ansible/roles/task-manager/tasks/main.yml", "content": "---\n- name: Remove existing containers\n command: docker-compose down -v --remove-orphans\n args:\n chdir: /vagrant/PurpleClouds/task-manager\n\n- name: Start the containers\n command: docker-compose up -d\n args:\n chdir: /vagran...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/task-manager-production
7,798
[ "no_license" ]
[ { "path": "ansible/roles/task-manager-production/tasks/main.yml", "content": "---\n- name: Creates directory\n file:\n path: /var/www/PurpleClouds/task-manager\n state: directory\n\n- name: Create nginx conf directory\n file:\n path: /var/www/PurpleClouds/task-manager/docker/nginx\n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1206, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/traefik
7,798
[ "no_license" ]
[ { "path": "ansible/roles/traefik/templates/docker-compose.yaml", "content": "version: '3.9'\nservices:\n traefik:\n image: traefik:v2.9.10\n command:\n - \"--api.insecure=true\"\n - \"--providers.docker=true\"\n volumes:\n - \"/var/run/docker.sock:/var/run/docker.sock:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 703, "all_permissive": false }
ansible_role
Skiru/purple-clouds-setup
59aff9c0672b0d2dfeccf58fae5a956d4806a1cf
0
ansible/roles/wedding-production
7,798
[ "no_license" ]
[ { "path": "ansible/roles/wedding-production/tasks/main.yml", "content": "---\n- name: Creates directory\n file:\n path: /var/www/PurpleClouds/wedding\n state: directory\n\n- name: Create nginx conf directory\n file:\n path: /var/www/PurpleClouds/wedding/docker/nginx\n state: directory\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1679, "all_permissive": false }
ansible_role
renatorocker1337/infra-wordpress
86fa77c9943018e767f95df8c3b590e6f5baaff0
0
roles/wordpress
7,798
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n - name: Cria um diretório caso o mesmo não exista\n ansible.builtin.file:\n path: /srv/www\n state: directory\n owner: www-data\n group: www-data\n become: yes\n - name: extrai um arquivo que será baixa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2987, "all_permissive": false }
ansible_role
LukeAngove/ansible_config
83fcf5e09a3158361cddb63388fddad36147c319
1
roles/docker
7,794
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install Docker key\n become: yes\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n id: <KEY>\n state: present\n\n- name: Install Docker repo\n become: yes\n apt_repository:\n repo: deb [arch=amd64] https://download.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
LukeAngove/ansible_config
83fcf5e09a3158361cddb63388fddad36147c319
1
roles/rke
7,794
[ "no_license" ]
[ { "path": "roles/rke/defaults/main.yml", "content": "run_dir: \"{{ playbook_dir }}/tmp\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/rke/tasks/main.yml", "content": "- name: Ensure run directory exists\n run_once: true\n local_actio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1361, "all_permissive": false }
ansible_role
LukeAngove/ansible_config
83fcf5e09a3158361cddb63388fddad36147c319
1
roles/service_users
7,794
[ "no_license" ]
[ { "path": "roles/service_users/tasks/main.yml", "content": "- name: Set Docker users\n become: yes\n user:\n name: \"{{item.value.name}}\"\n append: yes\n groups: \"{{item.value.groups}}\"\n loop: \"{{new_user_list}}\"\n\n- name: Set SSH public key for users\n become: yes\n authorized_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
LukeAngove/ansible_config
83fcf5e09a3158361cddb63388fddad36147c319
1
roles/ubuntu_ansible_prepare
7,794
[ "no_license" ]
[ { "path": "roles/ubuntu_ansible_prepare/tasks/main.yml", "content": "- name: Install minimal python for Ansible\n become: yes\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n tags:\n - never\n - prepare_ansible\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
LukeAngove/ansible_config
83fcf5e09a3158361cddb63388fddad36147c319
1
roles/ubuntu_apt_setup
7,794
[ "no_license" ]
[ { "path": "roles/ubuntu_apt_setup/tasks/main.yml", "content": "- name: Set fast mirror\n become: yes\n replace:\n path: /etc/apt/sources.list\n regexp: 'http:\\/\\/.*\\.ubuntu\\.com'\n replace: 'http://mirror.waia.asn.au'\n backup: yes\n\n- name: Upgrade packages\n become: yes\n apt:\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
p-montero/py-ans
f798f0e006aa414109a3f23b469c7efd982bdff6
0
class5/ex3/roles/switch
7,794
[ "permissive" ]
[ { "path": "class5/ex3/roles/switch/tasks/main.yml", "content": "---\n- name: Generate switch configuration file\n template: src=access_switch.j2 dest=~/ansible/py-ans-ex5-conf/{{item.hostname}}.txt\n with_items: \"{{ switches }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": true }
ansible_role
juliosISTY/bootcamp_devops-ansible_mini-projet
dc93d43726da02831477d45a0c27cd9c0675a672
0
roles/webapp
7,794
[ "no_license" ]
[ { "path": "roles/webapp/tasks/main.yml", "content": "---\n- include_tasks: \"install_python-library_for_docker.yml\"\n- name: Copy websites file template\n template:\n src: index.html.j2\n dest: /home/{{system_user}}/index.html\n- name: Apache installation\n docker_container:\n name: apache\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2118, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/dep-composer
7,794
[ "no_license" ]
[ { "path": "modular/roles/dep-composer/tasks/main.yml", "content": "---\n# tasks file for dep-composer\n\n- name: \"Verify that Composer is installed\"\n stat: \"path=/usr/local/bin/composer\"\n register: composer_bin\n\n- name: \"Download Composer\"\n get_url:\n url: https://getcomposer.org/installer\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 877, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/dep-git
7,794
[ "no_license" ]
[ { "path": "modular/roles/dep-git/tasks/main.yml", "content": "---\n# tasks file for dep-git\n\n- name: \"Install Git\"\n yum: name=git state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "modular/roles/dep-git/tests/test.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 236, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/dep-java7
7,794
[ "no_license" ]
[ { "path": "modular/roles/dep-java7/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - dep-java7", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "modular/roles/dep-java7/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 316, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/dep-java8
7,794
[ "no_license" ]
[ { "path": "modular/roles/dep-java8/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - dep-java8", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "modular/roles/dep-java8/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/dep-nginx
7,794
[ "no_license" ]
[ { "path": "modular/roles/dep-nginx/vars/main.yml", "content": "---\n# vars file for dep-nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "modular/roles/dep-nginx/handlers/main.yml", "content": "---\n# handlers file for dep-nginx", "lice...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 657, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/dep-php56
7,794
[ "no_license" ]
[ { "path": "modular/roles/dep-php56/handlers/main.yml", "content": "---\n# handlers file for dep-php56", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "modular/roles/dep-php56/tasks/configure.yml", "content": "- name: \"Update PHP-FPM Configurati...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 735, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/os-update
7,794
[ "no_license" ]
[ { "path": "modular/roles/os-update/tasks/amazon.yml", "content": "---\n- name: \"Amazon : Update all packages\"\n package:\n name: '*'\n state: latest\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "modular/roles/os-update...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 290, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/svc-snipeit
7,794
[ "no_license" ]
[ { "path": "modular/roles/svc-snipeit/tasks/main.yml", "content": "---\n# tasks file for svc-snipeit\n\n- name: \"Install SnipeIT\"\n import_tasks: install.yml\n when: action|lower == 'install'\n\n- name: \"Configure SnipeIT\"\n import_tasks: configure.yml\n when: action|lower == 'configure'\n", "lic...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1592, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/task-hostname
7,794
[ "no_license" ]
[ { "path": "modular/roles/task-hostname/tasks/amazon.yml", "content": " - name: \"Update Hostname\"\n lineinfile:\n dest: /etc/sysconfig/network\n regexp: '^HOSTNAME='\n line: \"HOSTNAME={{ ansible_hostname }}.localdomain\"\n\n - name: \"Update /etc/hosts\"\n lineinfile:\n dest: /...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 674, "all_permissive": false }
ansible_role
mrkunkel/ansible-roles-demo
e7fc92dc809e1c8d747c977c4145c9d063d6ecc3
0
modular/roles/task-ping
7,794
[ "no_license" ]
[ { "path": "modular/roles/task-ping/README.md", "content": "Role Name\n=========\n\nThis is the simplest role, it pings a host, needs no privileges or variable definitions.\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\nNone.\n\nDependencies\n------------\n\nNone.\n\nExample Play...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 655, "all_permissive": false }
ansible_role
sowmyarajgit/roboshop-all
74a9bd3227b25b607939144db4aa5de93ed02a50
0
Roboshop-ansible/roles/catalogue
7,794
[ "no_license" ]
[ { "path": "Roboshop-ansible/roles/catalogue/tasks/main.yml", "content": "- name: testing\n ansible.builtin.debug:\n msg: hello from catalogue", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
sowmyarajgit/roboshop-all
74a9bd3227b25b607939144db4aa5de93ed02a50
0
Roboshop-ansible/roles/frontend
7,794
[ "no_license" ]
[ { "path": "Roboshop-ansible/roles/frontend/tasks/main.yml", "content": "- name: testing\n ansible.builtin.debug:\n msg: hello from frontend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
mistalaba/vagrant_ansible
b676dab38569a7ac645fb89141216c6175a4126a
0
roles/base
7,794
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Update apt\n apt: update_cache=yes\n\n- name: install base packages\n apt:\n name : ['locales', 'build-essential', 'acl', 'ntp', 'htop', 'git', 'tcl', 'zlib1g-dev', 'libbz2-dev', 'libreadline-dev', 'python-openssl', 'libssl-dev', 'libsqlite3-de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
mistalaba/vagrant_ansible
b676dab38569a7ac645fb89141216c6175a4126a
0
roles/node
7,794
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n# Taken from https://gist.github.com/komuw/b3b5d24977d4df7bd549\n- name: Install nvm\n become_user: vagrant\n shell: >\n curl https://raw.githubusercontent.com/creationix/nvm/{{ nvm_version }}/install.sh | sh\n creates={{ home_directory }}/.nvm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1615, "all_permissive": false }
ansible_role
mistalaba/vagrant_ansible
b676dab38569a7ac645fb89141216c6175a4126a
0
roles/postgres
7,794
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n\n- name: Add key for Postgres repo\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n- name: Add Postgres repo to sources list\n apt_repository:\n repo: deb http://apt.postgresql.org/pub/repos/ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3161, "all_permissive": false }
ansible_role
mistalaba/vagrant_ansible
b676dab38569a7ac645fb89141216c6175a4126a
0
roles/python
7,794
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install pip\n apt:\n name : \"python3-pip\"\n state: present\n\n- name: upgrade pip\n pip:\n name: pip\n executable: pip3\n extra_args: --upgrade\n\n- name: Set up global requirements\n pip:\n requirements: /vagrant/ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1613, "all_permissive": false }