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
mayangindex/yclood
1b6820a0e82f6cee38b180a39839c8c9b8b8083d
0
vms/roles/gitlab
189
[ "no_license" ]
[ { "path": "vms/roles/gitlab/templates/start.sh.j2", "content": "#!/bin/bash\nW=\"\\033[01;37m\"\nB=\"\\033[01;34m\"\nG=\"\\033[01;32m\"\nR=\"\\033[01;31m\"\nX=\"\\033[00;37m\"\nRESET=\"\\033[0m\"\nPROJECT_NAME=gitlab\nhostname $PROJECT_NAME\necho \"127.0.0.1 $PROJECT_NAME\" >>/etc/hosts\nip=$(curl http://ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2677, "all_permissive": false }
ansible_role
mayangindex/yclood
1b6820a0e82f6cee38b180a39839c8c9b8b8083d
0
vms/roles/prometheus
189
[ "no_license" ]
[ { "path": "vms/roles/prometheus/templates/docker-compose.yml.j2", "content": "---\nversion: '3.9'\nservices:\n prometheus:\n image: prom/prometheus:v3.4.2\n volumes:\n - ./config:/prometheus\n - ./data/prometheus:/data\n command:\n - '--config.file=/prometheus/prometheus.yml'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7806, "all_permissive": false }
ansible_role
mayangindex/yclood
1b6820a0e82f6cee38b180a39839c8c9b8b8083d
0
vms/roles/rke
189
[ "no_license" ]
[ { "path": "vms/roles/rke/vars/main.yml", "content": "---\nrke_dir: /var/lib/rancher/rke2/\nrke_version: v1.25.15+rke2r1\nrancher_url: https://localhost\nrancher_admin_password: <PASSWORD>\n# rancher_version: rancher-stable\n# rancher_repo_url: https://releases.rancher.com/server-charts/stable\nrke2_cni: cal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4780, "all_permissive": false }
ansible_role
HarvardFashionAI/AC215_FashionAI
98d6fa32046cde97112e1d8d40547b98f901ce5e
1
src/ansible/roles/build-images
189
[ "no_license" ]
[ { "path": "src/ansible/roles/build-images/tasks/main.yml", "content": "---\n- name: \"Get docker tag\"\n shell: \"cat {{ docker_tag_file }}\"\n register: tag\n failed_when: tag.stdout == '' # Fail if no tag is found\n\n- name: \"Set default docker tag\"\n set_fact:\n docker_tag: \"{{ tag.stdout | de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2485, "all_permissive": false }
ansible_role
HarvardFashionAI/AC215_FashionAI
98d6fa32046cde97112e1d8d40547b98f901ce5e
1
src/ansible/roles/deploy-services
189
[ "no_license" ]
[ { "path": "src/ansible/roles/deploy-services/tasks/main.yml", "content": "# ansible/roles/deploy_services/tasks/main.yml\n\n---\n- name: \"Copy docker tag file\"\n copy:\n src: \"{{ docker_tag_file }}\"\n dest: \"{{ docker_tag_file }}\"\n mode: 0644\n when: cluster_state == \"present\"\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2016, "all_permissive": false }
ansible_role
HarvardFashionAI/AC215_FashionAI
98d6fa32046cde97112e1d8d40547b98f901ce5e
1
src/ansible/roles/gke-setup
189
[ "no_license" ]
[ { "path": "src/ansible/roles/gke-setup/tasks/main.yml", "content": "# ansible/roles/gke_setup/tasks/main.yml\n\n---\n- name: \"Create a GKE cluster\"\n google.cloud.gcp_container_cluster:\n name: \"{{ cluster_name }}\"\n initial_node_count: \"{{ initial_node_count }}\"\n location: \"{{ gcp_zone }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2785, "all_permissive": false }
ansible_role
HarvardFashionAI/AC215_FashionAI
98d6fa32046cde97112e1d8d40547b98f901ce5e
1
src/ansible/roles/nginx-ingress
189
[ "no_license" ]
[ { "path": "src/ansible/roles/nginx-ingress/tasks/main.yml", "content": "# ansible/roles/nginx_ingress/tasks/main.yml\n\n---\n- name: \"Add nginx-ingress helm repo\"\n community.kubernetes.helm_repository:\n name: nginx-stable\n repo_url: https://helm.nginx.com/stable\n when: cluster_state == \"prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2470, "all_permissive": false }
ansible_role
HarvardFashionAI/AC215_FashionAI
98d6fa32046cde97112e1d8d40547b98f901ce5e
1
src/ansible/roles/secrets-env
189
[ "no_license" ]
[ { "path": "src/ansible/roles/secrets-env/tasks/main.yml", "content": "# ansible/roles/secrets_env/tasks/main.yml\n\n---\n- name: \"Parse .env file into key-value pairs\"\n set_fact:\n env_vars: \"{{ lookup('file', env_file_path) | split('\\n') | select('search', '^([^#].*)$') | selectattr('strip', 'ne',...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 818, "all_permissive": false }
ansible_role
shanein/Projects-Backup-git-2022-2024
45eb1bb492bb05e26b6c9992ad42ed14db396f70
0
MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/docker
189
[ "no_license" ]
[ { "path": "MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/docker/tasks/main.yml", "content": "- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n state: present\n\n- name: Add Docker Repository into docker.list\n ansible.builtin.apt_reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
shanein/Projects-Backup-git-2022-2024
45eb1bb492bb05e26b6c9992ad42ed14db396f70
0
MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/firewall
189
[ "no_license" ]
[ { "path": "MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/firewall/tasks/main.yml", "content": "---\n- name: Allow SSH connections\n ufw:\n rule: allow\n name: OpenSSH\n \n- name: Enable UFW\n ufw:\n state: enabled\n\n\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
shanein/Projects-Backup-git-2022-2024
45eb1bb492bb05e26b6c9992ad42ed14db396f70
0
MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/packages
189
[ "no_license" ]
[ { "path": "MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/packages/tasks/main.yml", "content": "- name: Run the equivalent of \"apt-get update\" as a separate step\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Update all packages to their latest version\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
shanein/Projects-Backup-git-2022-2024
45eb1bb492bb05e26b6c9992ad42ed14db396f70
0
MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/setup
189
[ "no_license" ]
[ { "path": "MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/setup/tasks/main.yml", "content": "- name: Set motd\n copy:\n src: motd\n dest: /etc/motd\n owner: root\n group: root\n mode: 0644\n\n- name: Template config to /etc/ssh/sshd_config\n ansible.builtin.template:\n src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
shanein/Projects-Backup-git-2022-2024
45eb1bb492bb05e26b6c9992ad42ed14db396f70
0
MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/users
189
[ "no_license" ]
[ { "path": "MAJ/T-MAJ-800-teams_HEALTHTECH-team_NAT-4/Infra/ansible/roles/users/tasks/main.yml", "content": "---\n- name: Create a sudo \"ansibleadmin\" user for ansible tasks\n user:\n name: ansibleadmin\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n createhome: yes\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
amplify-edge/main
940f44f49b34b2265166591658a50565b49b0768
3
deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/caddy
189
[ "permissive" ]
[ { "path": "deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/caddy/tasks/main.yml", "content": "- name: Enable caddy's debian repo\n apt_repository:\n repo: \"deb [trusted=yes] https://apt.fury.io/caddy/ /\"\n state: present\n update_cache: yes\n when: ansible_distribution == 'Debi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": true }
ansible_role
amplify-edge/main
940f44f49b34b2265166591658a50565b49b0768
3
deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/dotfiles
189
[ "permissive" ]
[ { "path": "deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/dotfiles/files/install_dots.sh", "content": "#!/usr/bin/env bash\n\nfind . -maxdepth 1 -mindepth 1 -type d -printf '%f\\n' | xargs stow", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "si...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1470, "all_permissive": true }
ansible_role
amplify-edge/main
940f44f49b34b2265166591658a50565b49b0768
3
deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/golang
189
[ "permissive" ]
[ { "path": "deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/golang/vars/main.yml", "content": "go_version: 1.15\ngoroot_parent_path: /opt\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 42 }, { "path": "deploy/projects/org-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": true }
ansible_role
amplify-edge/main
940f44f49b34b2265166591658a50565b49b0768
3
deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/maintemplate
189
[ "permissive" ]
[ { "path": "deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/maintemplate/defaults/main.yml", "content": "maintemplate_user_name: 'ops'\nmaintemplate_user_dir: '/home/{{ maintemplate_user_name }}'\nmaintemplate_bind_mount_dir: '/var/www/org-y'\n", "license_type": "permissive", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1383, "all_permissive": true }
ansible_role
amplify-edge/main
940f44f49b34b2265166591658a50565b49b0768
3
deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/pre
189
[ "permissive" ]
[ { "path": "deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/pre/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include pre\"\n include_role:\n name: \"pre\"\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 727, "all_permissive": true }
ansible_role
amplify-edge/main
940f44f49b34b2265166591658a50565b49b0768
3
deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/sudoers
189
[ "permissive" ]
[ { "path": "deploy/projects/org-y/deployments/packer/ansible/playbooks/roles/sudoers/defaults/main.yml", "content": "---\nsudoer_users: [ \"ops\" ]", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 27 }, { "path": "deploy/projects/org-y/deploym...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 454, "all_permissive": true }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/3x-ui
189
[ "no_license" ]
[ { "path": "roles/3x-ui/tasks/main.yaml", "content": "---\n# Main tasks for the 3x-ui role\n\n- name: Install dependencies\n apt:\n name:\n - curl\n - bash\n - expect\n - sqlite3\n state: present\n when: threex_ui_enable_service | default(true)\n\n- name: Install 3x-ui\n shell: b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5377, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/bastion
189
[ "no_license" ]
[ { "path": "roles/bastion/vars/debian.yaml", "content": "---\n# Debian-specific vars for bastion\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/bastion/tasks/reverse_proxy.yaml", "content": "- name: Set topology facts\n set_fact:\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4619, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/caddy
189
[ "no_license" ]
[ { "path": "roles/caddy/defaults/main.yaml", "content": "---\n# Default variables for caddy installation role\n\n# Caddy installation - technical defaults\ncaddy_install_url: \"https://caddyserver.com/api/download?os=linux&arch=amd64\"\ncaddy_config_dir: \"/etc/caddy\"\ncaddy_data_dir: \"/var/lib/caddy\"\nca...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4965, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/common
189
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n# roles/common/tasks/main.yaml\n\n- name: Apply base server configuration\n ansible.builtin.include_role:\n name: init\n tags:\n - common\n - init\n\n- name: Apply shell setup\n ansible.builtin.include_role:\n name: shell_setup\n tag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 422, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/init
189
[ "no_license" ]
[ { "path": "roles/init/defaults/main.yaml", "content": "---\n# Default variables for init role\n\n# System update settings\nupgrade_level: full\n\n# Packages to install\ninit_packages:\n debian:\n - sudo\n - gcc\n - g++\n - wget\n - curl\n - unzip\n - git\n - locales\n - zsh\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3362, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/local_node
189
[ "no_license" ]
[ { "path": "roles/local_node/tasks/monitoring.yaml", "content": "- name: Create local node status script\n copy:\n content: |\n #!/bin/bash\n echo \"=== Local Node Status ===\"\n echo \"3x-ui: $(systemctl is-active 3x-ui 2>/dev/null || echo 'not installed')\"\n echo \"Reverse Proxy ({...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3130, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/network
189
[ "no_license" ]
[ { "path": "roles/network/templates/resolved.conf.j2", "content": "[Resolve]\nDNS={{ systemd_resolved_dns | join(' ') }}\nFallbackDNS={{ systemd_resolved_fallback_dns }}\n#Domains=\nDNSSEC={{ systemd_resolved_dnssec }}\nDNSOverTLS={{ systemd_resolved_dns_over_tls }}\n#MulticastDNS={{ systemd_resolved_multica...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 11535, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/out_node
189
[ "no_license" ]
[ { "path": "roles/out_node/tasks/main.yaml", "content": "# Out node main task file\n- import_tasks: validate.yaml\n- import_tasks: services.yaml\n- import_tasks: monitoring.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/out_node/tasks...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1519, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/reverse_proxy
189
[ "no_license" ]
[ { "path": "roles/reverse_proxy/defaults/main.yaml", "content": "---\n# Default variables for reverse_proxy orchestration role\n\n# Reverse proxy service configuration\nreverse_proxy_service: \"none\" # none, caddy, nginx, haproxy\n\n# Reverse proxy configuration\nreverse_proxy_port: 443 # External HTTPS por...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5400, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/shell_setup
189
[ "no_license" ]
[ { "path": "roles/shell_setup/vars/debian.yaml", "content": "---\n# Variables specific to Debian-based systems\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/shell_setup/tasks/main.yaml", "content": "---\n# Main tasks for the shell_setu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5761, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/ssh_keys
189
[ "no_license" ]
[ { "path": "roles/ssh_keys/defaults/main.yaml", "content": "---\n# Default variables for ssh_keys role\n\n# User configuration\nuser_name: \"{{ ansible_ssh_user }}\"\n\nuser_home: \"{{ '/root' if user_name == 'root' else '/home/' + user_name }}\"\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1253, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/tor_setup
189
[ "no_license" ]
[ { "path": "roles/tor_setup/tasks/main.yaml", "content": "---\n# Tasks to install and configure Tor\n\n- name: Install Tor package\n apt:\n name: tor\n state: present\n update_cache: yes\n when:\n - ansible_os_family|lower == 'debian'\n - tor_enable_service | default(true)\n\n- name: Check i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2335, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/wireguard
189
[ "no_license" ]
[ { "path": "roles/wireguard/defaults/main.yaml", "content": "---\n# Default variables for wireguard role\n\n# Whether to enable the WireGuard service\nwireguard_enable_service: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/wireguard/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2504, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/wireguard_warp
189
[ "no_license" ]
[ { "path": "roles/wireguard_warp/defaults/main.yaml", "content": "---\n# Default variables for wireguard_warp role\n\n# Enable/disable WireGuard WARP functionality - can be overridden in inventory\nwireguard_warp_enable: true\n\n# wgcf download URL - technical default\nwgcf_download_url: \"https://github.com...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3178, "all_permissive": false }
ansible_role
wl-Conglomerate/Ansible
dac623df5df3fc292e9b8b0db58f2bfe9725d6c7
0
roles/xray
189
[ "no_license" ]
[ { "path": "roles/xray/handlers/main.yaml", "content": "---\n# roles/out_node/handlers/main.yaml\n\n- name: restart xray\n systemd:\n name: xray\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/xray/defaults/main.ya...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 8538, "all_permissive": false }
ansible_role
1vanzamarripa/python-AWS-project
a1dec1974de9578ac1b23e9cd08017514ee6c711
0
infrastructure/ansible/roles/cloudformation
186
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/cloudformation/tasks/create-stack.yml", "content": "- name: create cloudformation stack\n cloudformation:\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n stack_name: \"DevopsHomework\"\n state: \"present\"\n regi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 14013, "all_permissive": false }
ansible_role
pgraffigna/ansible_role_collective_access
0bff9f0287906923c38eeae41f7e3cd267676639
0
roles/apache
186
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "---\napache_packages: [ 'apache2', 'php' ]\nphp_packages: [ 'libapache2-mod-php7.4', 'php7.4-mbstring', 'php7.4-xmlrpc', 'php7.4-gd', 'php7.4-xml', 'php7.4-intl', 'php7.4-mysql', 'php7.4-cli', 'php7.4-zip', 'php7.4-curl', 'php7.4-posix', 'php7.4-dev', ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 758, "all_permissive": false }
ansible_role
pgraffigna/ansible_role_collective_access
0bff9f0287906923c38eeae41f7e3cd267676639
0
roles/collective
186
[ "no_license" ]
[ { "path": "roles/collective/tasks/main.yml", "content": "---\n- name: Incluye el archivo con las variables\n ansible.builtin.include_vars:\n file: vars_main.yml\n\n- name: instalando dependencias\n ansible.builtin.apt:\n name: \"{{ item }}\"\n update_cache: true\n cache_valid_time: 3600\n wit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1135, "all_permissive": false }
ansible_role
bijualbert/k8s_ansible_wordpress_mysql
a8f7672eaa4aae04a1c99f0ece51db34f1ef34c8
1
roles/kube_master_aws
186
[ "no_license" ]
[ { "path": "roles/kube_master_aws/vars/main.yml", "content": "---\n# vars file for kube_master\n\npod_cidr_network: 10.244.0.0/16\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/kube_master_aws/tasks/main.yml", "content": "---\n# tasks f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2379, "all_permissive": false }
ansible_role
bijualbert/k8s_ansible_wordpress_mysql
a8f7672eaa4aae04a1c99f0ece51db34f1ef34c8
1
roles/kube_slave_aws
186
[ "no_license" ]
[ { "path": "roles/kube_slave_aws/tasks/main.yml", "content": "---\n# tasks file for kube_slave\n\n- name: \"Installing Required Packages\"\n package:\n name:\n - \"docker\"\n - \"iproute-tc\"\n state: present\n\n- name: \"Creating Yum Repo For Kubeadm, Kubelet, and Kubectl\"\n yum_repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1482, "all_permissive": false }
ansible_role
h1xxx/labs
8b773fe6004e6a86611275b93c3df692d022610a
0
bgp/ansible/roles/edge
186
[ "no_license" ]
[ { "path": "bgp/ansible/roles/edge/tasks/main.yml", "content": "- name: masquerade external traffic on eth0\n ansible.builtin.iptables:\n table: nat\n chain: POSTROUTING\n out_interface: eth0\n jump: MASQUERADE\n\n# todo: drop masquerading between bgp routers\n- name: masquerade external traffic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1014, "all_permissive": false }
ansible_role
h1xxx/labs
8b773fe6004e6a86611275b93c3df692d022610a
0
bgp/ansible/roles/home
186
[ "no_license" ]
[ { "path": "bgp/ansible/roles/home/tasks/main.yml", "content": "- name: update pkg cache\n apt:\n update_cache: yes\n\n- name: install packages\n apt:\n pkg:\n - iperf3\n - daemon\n - mtr\n - dnsutils\n state: present\n\n- name: check if iperf3 is running\n shell: pgrep -fx 'i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
h1xxx/labs
8b773fe6004e6a86611275b93c3df692d022610a
0
bgp/ansible/roles/spine
186
[ "no_license" ]
[ { "path": "bgp/ansible/roles/spine/templates/frr.conf.j2", "content": "router bgp 1337\nbgp router-id 10.13.39.1\nneighbor 169.254.1.1 remote-as 1337\nneighbor 169.254.1.1 next-hop-self\n\nno bgp ebgp-requires-policy\nno bgp network import-check\n\nbgp graceful-restart preserve-fw-state\n\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1112, "all_permissive": false }
ansible_role
junyakaneko/ansible-roles
37b58512a63b1479e9b9aa0c2c229dd5fc66c2fe
1
roles/celery_rabbitmq
186
[ "no_license" ]
[ { "path": "roles/celery_rabbitmq/tasks/main.yaml", "content": "---\n- name: add rabbitmq public key\n become: true\n apt_key:\n url: https://www.rabbitmq.com/rabbitmq-release-signing-key.asc\n\n- name: add rabbitmq repository to ATP\n shell: echo 'deb http://www.rabbitmq.com/debian/ testing main' | su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
junyakaneko/ansible-roles
37b58512a63b1479e9b9aa0c2c229dd5fc66c2fe
1
roles/nlp
186
[ "no_license" ]
[ { "path": "roles/nlp/tasks/main.yaml", "content": "---\n- name: install necessary apt packages\n become: yes\n apt:\n name: \"{{item}}\"\n with_items:\n - libmecab-dev\n - mecab\n - mecab-ipadic\n - mecab-ipadic-utf8\n - mecab-utils\n\n- name: install mecab python3 binding\n pip:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
junyakaneko/ansible-roles
37b58512a63b1479e9b9aa0c2c229dd5fc66c2fe
1
roles/restful_django
186
[ "no_license" ]
[ { "path": "roles/restful_django/templates/start_gunicorn.sh.j2", "content": "#!/bin/bash\n\nWORKING_DIR=\"{{DJANGO_PROJECT_HOME}}\"\nACTIVATE_PATH=\"{{VENV}}/bin/activate\"\n\ncd ${WORKING_DIR}\nsource ${ACTIVATE_PATH}\n\nexec gunicorn {{DJANGO_PROJECT_NAME}}.wsgi -b unix://{{DJANGO_PROJECT_HOME}}/gunicorn....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1938, "all_permissive": false }
ansible_role
junyakaneko/ansible-roles
37b58512a63b1479e9b9aa0c2c229dd5fc66c2fe
1
roles/virtualenvwrapper
186
[ "no_license" ]
[ { "path": "roles/virtualenvwrapper/tasks/main.yaml", "content": "---\n- name: install virtualenv and virtualenvwrapper\n become: true\n pip:\n name: \"{{item}}\"\n executable: pip3\n with_items:\n - virtualenv\n - virtualenvwrapper\n\n- name: set env for virtualwrapper\n lineinfile:\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
deroude/codemancy-node-mongo
7c4a51cb11bef86250615113de9c4fece16e6c89
0
roles/base
186
[ "no_license" ]
[ { "path": "roles/base/templates/passport.mjs.j2", "content": "import passport from 'passport';\nimport passportBasic from 'passport-http';\nimport passportJWT from 'passport-jwt';\nimport bcrypt from 'bcrypt';\n\nimport { {{ authEntity.name }} } from './rest/{{ authEntity.name | lower }}/{{ authEntity.name ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9437, "all_permissive": false }
ansible_role
ajistyle/Zabbix_PyScript
c2c38e022e36e00169982a88b6cc0613dc9a63cf
1
Ansible/Ansible_win/roles/Release_IIS
186
[ "no_license" ]
[ { "path": "Ansible/Ansible_win/roles/Release_IIS/vars/main.yml", "content": "Release_Package_Name: tmis_20181105_xj.zip\nwebapppool_Name: tmis\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "Ansible/Ansible_win/roles/Release_IIS/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1036, "all_permissive": false }
ansible_role
ajistyle/Zabbix_PyScript
c2c38e022e36e00169982a88b6cc0613dc9a63cf
1
Ansible/Ansible_win/roles/install_zabbix_agent_win
186
[ "no_license" ]
[ { "path": "Ansible/Ansible_win/roles/install_zabbix_agent_win/tasks/main.yml", "content": "---\n- name: Copy zabbix_agents_3.4.6.win.zip\n win_copy: src=zabbix_agents_3.4.6.win.zip\n dest=C:\\zabbix_agents_3.4.6.win.zip\n\n- name: Unzip zabbix_agents_3.4.6.win.zip\n win_unzip:\n src: \"C:\\\\zab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1576, "all_permissive": false }
ansible_role
ajistyle/Zabbix_PyScript
c2c38e022e36e00169982a88b6cc0613dc9a63cf
1
Ansible/Ansible_win/roles/uninstall_zabbix_agent_win
186
[ "no_license" ]
[ { "path": "Ansible/Ansible_win/roles/uninstall_zabbix_agent_win/tasks/main.yml", "content": "---\n- name: Stop zabbix_agent on windows\n win_shell: C:\\zabbix\\bin\\win64\\zabbix_agentd.exe -c C:\\zabbix\\zabbix_agentd.win.conf -x\n\n- name: Uninstall zabbix_agent on windows\n win_shell: C:\\zabbix\\bin\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
ajistyle/Zabbix_PyScript
c2c38e022e36e00169982a88b6cc0613dc9a63cf
1
Ansible/批量安装zabbix_agent_linux/roles/install_zabbix_agent
186
[ "no_license" ]
[ { "path": "Ansible/批量安装zabbix_agent_linux/roles/install_zabbix_agent/tasks/main.yml", "content": "---\n - name: Install Software\n yum: name={{ item }} state=latest\n with_items:\n - libcurl-devel\n \n - name: Create Zabbix User\n user: name={{ zabbix_user }} \n state=present \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1516, "all_permissive": false }
ansible_role
Eugene10082024/HomeWork
5847b53b9b94bd682c0e17343213195ab9550ef5
0
HW-lesson-14/roles/nginx-centos
186
[ "no_license" ]
[ { "path": "HW-lesson-14/roles/nginx-centos/handlers/main.yml", "content": "---\r\n# Хэндлер перезагрузки nginx (без полной остановки службы), выполняется только после завершения всех задач из файла tasks/main.yml и если был вызван.\r\n- name: start nginx\r\n systemd:\r\n name: nginx\r\n state: starte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2024, "all_permissive": false }
ansible_role
Eugene10082024/HomeWork
5847b53b9b94bd682c0e17343213195ab9550ef5
0
HW-lesson-40/provisioning/roles/create-cluster
186
[ "no_license" ]
[ { "path": "HW-lesson-40/provisioning/roles/create-cluster/tasks/main.yml", "content": "---\n#копирование файла с репозиторием на сервер Postgres\n - name: Copy repo postgers-13\n copy:\n src: files/CentOS-postgres-13.repo\n dest: /etc/yum.repos.d/\n owner: root\n group: root\n mode: '0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1822, "all_permissive": false }
ansible_role
Eugene10082024/HomeWork
5847b53b9b94bd682c0e17343213195ab9550ef5
0
HW-lesson-40/provisioning/roles/custom-master
186
[ "no_license" ]
[ { "path": "HW-lesson-40/provisioning/roles/custom-master/tasks/main.yml", "content": "---\n# Modify postgresql.conf\n - template:\n src: postgresql.conf.j2\n dest: \"{{ pgdata_cls }}/postgresql.conf\"\n owner: postgres\n group: postgres\n mode: 0600\n\n - template:\n src: pg_hba.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1421, "all_permissive": false }
ansible_role
Eugene10082024/HomeWork
5847b53b9b94bd682c0e17343213195ab9550ef5
0
HW-lesson-40/provisioning/roles/custom-slave
186
[ "no_license" ]
[ { "path": "HW-lesson-40/provisioning/roles/custom-slave/tasks/main.yml", "content": "---\n#Stop service postgresql-13\n - name: Stop demon Postgres\n service:\n name: postgresql-13\n state: stopped\n enabled: yes\n\n - name: Recursively remove directory\n ansible.builtin.file:\n path: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1025, "all_permissive": false }
ansible_role
Eugene10082024/HomeWork
5847b53b9b94bd682c0e17343213195ab9550ef5
0
HW-lesson-40/provisioning/roles/deploy-server
186
[ "no_license" ]
[ { "path": "HW-lesson-40/provisioning/roles/deploy-server/tasks/main.yml", "content": " - name: Update file resolv.conf\r\n template:\r\n src: \"templates/resolv.conf.j2\"\r\n dest: \"/etc/resolv.conf\"\r\n\r\n - name: Update file hosts\r\n template:\r\n src: \"templates/hosts.j2\"\r\n de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1271, "all_permissive": false }
ansible_role
yangy2000/infraserver
2f55d9f60b064cc33456a337db26ea1094119a94
0
ansible/roles/deployserver
186
[ "no_license" ]
[ { "path": "ansible/roles/deployserver/tasks/prepare.yml", "content": "---\n\n- name: Add custom repositories into the same file\n yum_repository:\n name: \"{{ item.name }}\"\n description: \"YUM repo {{ item.name }}\"\n file: \"custom_repos\"\n baseurl: \"{{ item.path }}\"\n enabled: yes\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6284, "all_permissive": false }
ansible_role
tsmilam/ansible-libvirt-cloudinit
c7ea7ac1718717e457a90a122ac5e286d2ab5c2f
0
roles/storage
186
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n- block:\n - name: If not overwrite | Ensure \"{{ images_dir }}/{{ instance_id }}.qcow2\" does not exist\n stat:\n path: \"{{ images_dir }}/{{ instance_id }}.qcow2\"\n register: st\n - fail:\n msg: \"{{ images_dir }}/{{ instance_id...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
Pejman-R/ansible-hardening-docker
0590fa98e00ba8a173dac387a72b1957e8ca6fa0
0
roles/create_vms
186
[ "no_license" ]
[ { "path": "roles/create_vms/README.md", "content": "Role Name\n=========\ncreate vms:\n - [ ] preparing\n - [ ] install dependencies\n - [ ] create ssh config\n - [ ] create vms\n - [ ] create folder\n - [ ] check folder\n - [ ] create vms\n - [ ] check vms\n - [ ] auto start setup\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1131, "all_permissive": false }
ansible_role
Pejman-R/ansible-hardening-docker
0590fa98e00ba8a173dac387a72b1957e8ca6fa0
0
roles/delete_vms
186
[ "no_license" ]
[ { "path": "roles/delete_vms/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for vms_management\n- name: delete vms\n import_tasks: delete_vms.yml\n tags:\n - delete_vms\n - vms_management\n\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
Pejman-R/ansible-hardening-docker
0590fa98e00ba8a173dac387a72b1957e8ca6fa0
0
roles/minio_setup
186
[ "no_license" ]
[ { "path": "roles/minio_setup/files/compose.yml", "content": "name: minio\n\nnetworks:\n web_net:\n name: web_net\n external: true\n app_net:\n name: app_net\n external: true\n\nvolumes:\n minio_data:\n name: minio_data\n external: false\n \n\nservices:\n minio:\n image: minio/m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1471, "all_permissive": false }
ansible_role
Pejman-R/ansible-hardening-docker
0590fa98e00ba8a173dac387a72b1957e8ca6fa0
0
roles/os_hardening
186
[ "no_license" ]
[ { "path": "roles/os_hardening/tasks/iptables.yml", "content": "- name: install iptables-persistent\n ansible.builtin.apt:\n name: iptables-persistent\n state: present\n\n- name: Configure iptables\n ansible.builtin.template:\n src: etc/iptables/rules.v4.j2\n dest: /etc/iptables/rules.v4\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
Pejman-R/ansible-hardening-docker
0590fa98e00ba8a173dac387a72b1957e8ca6fa0
0
roles/vms_management
186
[ "no_license" ]
[ { "path": "roles/vms_management/tasks/ssh_config_add.yml", "content": "---\n- name: add a host in the configuration\n community.general.ssh_config:\n user: \"{{ lookup('env','USER') }}\"\n remote_user: \"{{ ansible_user }}\"\n host: \"{{ inventory_hostname }}\"\n hostname: \"{{ ip_address }}\"\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4757, "all_permissive": false }
ansible_role
naren4b/ansible-playbook
9ad6b4c0d2882631769c50a029972f9ad09acbb2
0
roles/essential-softwares
177
[ "no_license" ]
[ { "path": "roles/essential-softwares/tasks/main.yml", "content": "- name: Ensure a list of packages installed\n yum:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - tree\n - git\n - maven\n \n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 356, "all_permissive": false }
ansible_role
naren4b/ansible-playbook
9ad6b4c0d2882631769c50a029972f9ad09acbb2
0
roles/jenkins
177
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/service.yml", "content": "- name: copy the jenkins service file\n copy:\n src: jenkins.service\n dest: /etc/systemd/system/\n\n- name: reload service jenkins in all cases\n systemd:\n name: jenkins\n state: reloaded\n\n- name: enable service jenkins and ensure it...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4587, "all_permissive": false }
ansible_role
naren4b/ansible-playbook
9ad6b4c0d2882631769c50a029972f9ad09acbb2
0
roles/openjdk11
177
[ "no_license" ]
[ { "path": "roles/openjdk11/tasks/install.yaml", "content": "--- \n- name: Unarchive a openjdk that needs to be downloaded \n unarchive:\n src: \"{{ openjdk_url }}\"\n dest: /usr/lib/\n remote_src: yes \n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 603, "all_permissive": false }
ansible_role
naren4b/ansible-playbook
9ad6b4c0d2882631769c50a029972f9ad09acbb2
0
roles/ping
177
[ "no_license" ]
[ { "path": "roles/ping/tasks/main.yml", "content": "---\n- name: Ensure the host is reachable\n ping:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 49, "all_permissive": false }
ansible_role
naren4b/ansible-playbook
9ad6b4c0d2882631769c50a029972f9ad09acbb2
0
roles/sonar-server
177
[ "no_license" ]
[ { "path": "roles/sonar-server/tasks/add-group.yaml", "content": "- name: Ensure group \"sonar\" exists\n group:\n name: sonar\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/sonar-server/handlers/main.yml", "cont...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 6214, "all_permissive": false }
ansible_role
brown-ccv/ansible-roles
7d7c07f2af3a067010b0694c6d2351cd13d97a5e
1
roles/common
177
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Add epel yum repository\n yum_repository:\n name: epel\n failovermethod: priority\n enabled: yes\n gpgcheck: yes\n gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7\n mirrorlist: http://unixrepo.services.brown.edu/epel-7-m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
brown-ccv/ansible-roles
7d7c07f2af3a067010b0694c6d2351cd13d97a5e
1
roles/docker
177
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "---\ndocker_compose_version: 1.25.3\ndocker_compose_base_url: \"https://github.com/docker/compose/releases/download/{{ docker_compose_version }}\"\ndocker_compose_archive_url: \"{{ docker_compose_base_url }}/docker-compose-{{ ansible_system }}-{{ ansible_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1905, "all_permissive": false }
ansible_role
brown-ccv/ansible-roles
7d7c07f2af3a067010b0694c6d2351cd13d97a5e
1
roles/letsencrypt
177
[ "no_license" ]
[ { "path": "roles/letsencrypt/vars/main.yml", "content": "---\nletsencrpyt_account_name: ccv-bot\nletsencrpyt_account_dir: \"/etc/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/{{ letsencrpyt_account_name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1430, "all_permissive": false }
ansible_role
brown-ccv/ansible-roles
7d7c07f2af3a067010b0694c6d2351cd13d97a5e
1
roles/nginx
177
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "user nginx;\nworker_processes 1;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\n\nevents {\n worker_connections 1024;\n}\n\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/oc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5937, "all_permissive": false }
ansible_role
mircea95/learning-devops
1158e09f1ac240770f343132577dae0778c538dd
0
ansible/roles/IISWebsite
177
[ "no_license" ]
[ { "path": "ansible/roles/IISWebsite/templates/deploy_website.ps1.j2", "content": " # Create deployment directory if it doesn't exist\n $deploymentPath = \"{{ deployment_path }}\"\n if (-not (Test-Path $deploymentPath)) {\n New-Item -Path $deploymentPath -ItemType Directory -Force\n }\n\n # Add git...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4064, "all_permissive": false }
ansible_role
mircea95/learning-devops
1158e09f1ac240770f343132577dae0778c538dd
0
ansible/roles/WindowsExporter
177
[ "no_license" ]
[ { "path": "ansible/roles/WindowsExporter/tasks/main.yaml", "content": "---\n- name: Create download directory\n win_file:\n path: C:\\Temp\n state: directory\n\n- name: Download Windows Exporter MSI\n win_get_url:\n url: \"{{ windows_exporter_download_url }}\"\n dest: \"C:\\\\Temp\\\\windows_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2008, "all_permissive": false }
ansible_role
wtrocki/mobile-stats-server
34389e86fe85f594cd05adc3ab0e075435a97723
0
apb/roles/deprovision-mobile-stats-server-apb
177
[ "permissive" ]
[ { "path": "apb/roles/deprovision-mobile-stats-server-apb/tasks/main.yml", "content": "- name: delete mobile-stats-server resource\n command: oc delete {{ item }} mobile-stats-server -n {{ namespace }}\n with_items:\n - service\n - route\n", "license_type": "permissive", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": true }
ansible_role
wtrocki/mobile-stats-server
34389e86fe85f594cd05adc3ab0e075435a97723
0
apb/roles/provision-mobile-stats-server-apb
177
[ "permissive" ]
[ { "path": "apb/roles/provision-mobile-stats-server-apb/tasks/main.yml", "content": "- name: \"Create mobile-stats-server deploy yaml file\"\n template:\n src: deploy.yml.j2\n dest: /tmp/deploy.yaml\n\n- name: \"Create mobile-stats-server resources\"\n shell: \"oc new-app -f /tmp/deploy.yaml -n {{ na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3536, "all_permissive": true }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/compton
177
[ "no_license" ]
[ { "path": "roles/compton/tasks/main.yml", "content": "- name: install compton\n kewlfft.aur.aur:\n name:\n - compton-tryone-git\n state: present\n- name: copy config file\n ansible.builtin.copy:\n src: compton.conf\n dest: ~/.config/\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/cpp
177
[ "no_license" ]
[ { "path": "roles/cpp/tasks/main.yml", "content": "---\n- name: Install C/C++ compiler\n become: true\n ansible.builtin.apt:\n name:\n - build-essential\n state: present\n- name: Install python & pip\n become: true\n ansible.builtin.apt:\n name:\n - python3\n - python3-pip\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/fish
177
[ "no_license" ]
[ { "path": "roles/fish/tasks/files/config.fish", "content": "set -x EDITOR /usr/bin/vim\nset -x fish_color_autosuggestion 7A7A7A\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/fish/tasks/main.yml", "content": "- name: install fish shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 375, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/i3wm
177
[ "no_license" ]
[ { "path": "roles/i3wm/files/unsplash-wallpaper.sh", "content": "#!/bin/bash\ncurl -L \"https://source.unsplash.com/featured/1920x1080/daily/?landscape\" | feh --bg-scale -\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/i3wm/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 523, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/kitty
177
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "- name: install kitty and required font\n community.general.pacman:\n name:\n - kitty\n - ttf-fira-code\n state: present\n- name: copy config file\n ansible.builtin.copy:\n src: kitty.conf\n dest: ~/.config/kitty/\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/kvm
177
[ "no_license" ]
[ { "path": "roles/kvm/vars/Archlinux.yml", "content": "kvm_packages:\n - qemu\n - libvirt\n - edk2-ovmf\n - virt-manager\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/kvm/defaults/main.yml", "content": "grub_config_path: /etc/defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1898, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/nodejs
177
[ "no_license" ]
[ { "path": "roles/nodejs/files/nodejs.sh", "content": "plugins+=(\n nvm\n node\n npm\n)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/nodejs/defaults/main.yml", "content": "node_version: \"16.15.1\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1021, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/polybar
177
[ "no_license" ]
[ { "path": "roles/polybar/tasks/main.yml", "content": "- name: install polybar\n kewlfft.aur.aur:\n name: polybar\n state: present\n- name: copy files\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: ~/.config/polybar/\n mode: u=rwx,g=rx,o=rx\n with_fileglob:\n - \"{{ role_path }}/f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7432, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/rofi
177
[ "no_license" ]
[ { "path": "roles/rofi/tasks/main.yml", "content": "- name: Install polybar\n community.general.pacman:\n name: rofi\n state: present\n- name: copy files\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: ~/.config/rofi/\n mode: u=rw,g=r,o=r\n with_fileglob:\n - \"{{ role_path }}/file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
fangedhex/dotfiles
f1283e9e42b8ce6c2fc555d2316adf919c83fb1d
0
roles/zsh
177
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh and git\n become: true\n ansible.builtin.package:\n name:\n - zsh\n - git\n state: present\n- name: Set shell\n become: true\n ansible.builtin.user:\n name: \"{{ ansible_user_id }}\"\n shell: /usr/bin/zsh\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2743, "all_permissive": false }
ansible_role
seraph1nia/data
f0d07a7f81d6c6cfe7772195688d97b7d33fe014
1
ansible/roles/first-run
177
[ "no_license" ]
[ { "path": "ansible/roles/first-run/defaults/main.yml", "content": "---\n# defaults file for first-run", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/first-run/tasks/main.yml", "content": "---\n# tasks file for first-run\n\n- name...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3180, "all_permissive": false }
ansible_role
seraph1nia/data
f0d07a7f81d6c6cfe7772195688d97b7d33fe014
1
ansible/roles/terra-backend
177
[ "no_license" ]
[ { "path": "ansible/roles/terra-backend/tasks/python.yml", "content": "- name: make sure pip is installed\n package:\n name: python-pip\n state: latest\n\n- pip:\n name: boto3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "ansible/roles/...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 462, "all_permissive": false }
ansible_role
iCyLand/playbook-training
e1e5dbd7fd0d7eb7423d49ba4c83692d6945add9
0
roles/common
177
[ "no_license" ]
[ { "path": "roles/common/tasks/ssh.yml", "content": "---\n- name: Deploy authorized keys to root profile\n authorized_key: user=root key=\"{{ lookup('file', 'authorized_keys') }}\"\n tags:\n - ssh\n\n- name: Disable unused authorized keys from root profile\n authorized_key: user=root key=\"{{ lookup('fil...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5023, "all_permissive": false }
ansible_role
theKwabena/KNUSTNet
3335dd7e3bff8e07fad40d0fd72afbf809576f46
0
roles/ether-channel
177
[ "no_license" ]
[ { "path": "roles/ether-channel/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ether-channel\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/ether-channel/tasks/create-ether-channel.yml", "cont...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 928, "all_permissive": false }
ansible_role
theKwabena/KNUSTNet
3335dd7e3bff8e07fad40d0fd72afbf809576f46
0
roles/init-setup
177
[ "no_license" ]
[ { "path": "roles/init-setup/tasks/set-management-interface.yml", "content": "---\n- name: Set Management Interface\n cisco.ios.ios_l3_interface:\n config:\n - name: \"{{ management_interface }}\"\n ipv4:\n - address: \"{{ ipv4_address }}\"", "license_type": "no_license", "de...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2588, "all_permissive": false }
ansible_role
theKwabena/KNUSTNet
3335dd7e3bff8e07fad40d0fd72afbf809576f46
0
roles/interface
177
[ "no_license" ]
[ { "path": "roles/interface/templates/int-config.j2", "content": "{% for interface in interfaces %}\ninterface {{ interface.name }}\ndescription {{ interface.description }}\n\n{% if interface.encapsulation %}\nencapsulation {{ interface.encapsulation }}\n{% endif %}\n\nip address {{ interface.ipv4 }} {{ inte...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1082, "all_permissive": false }
ansible_role
theKwabena/KNUSTNet
3335dd7e3bff8e07fad40d0fd72afbf809576f46
0
roles/prep
177
[ "no_license" ]
[ { "path": "roles/prep/templates/vty-config.j2", "content": "line vty 0 4\nno password\nlogin authentication {{ authentication_mode }}\ntransport input ssh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/prep/defaults/main.yml", "content":...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 1849, "all_permissive": false }
ansible_role
theKwabena/KNUSTNet
3335dd7e3bff8e07fad40d0fd72afbf809576f46
0
roles/stp
177
[ "no_license" ]
[ { "path": "roles/stp/tasks/apply-mst-stp.yml", "content": "# TODO add mst configurations", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/stp/handlers/main.yml", "content": "---\n# handlers file for stp\n", "license_type": "no_license"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 715, "all_permissive": false }
ansible_role
theKwabena/KNUSTNet
3335dd7e3bff8e07fad40d0fd72afbf809576f46
0
roles/vlan
177
[ "no_license" ]
[ { "path": "roles/vlan/tasks/create-vlan.yml", "content": "---\n- name: Create VLANs\n cisco.ios.ios_vlans:\n config:\n - name: \"{{ item.name }}\"\n vlan_id: \"{{ item.id }}\"\n state: active\n with_items: \"{{ vlan_config }}\"\n", "license_type": "no_license", "detected_lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1134, "all_permissive": false }
ansible_role
miley-mileich/okd-infra
84597d419abad9a15a6bd639141ad12567e992ef
0
make_that/roles/dhcpd
177
[ "no_license" ]
[ { "path": "make_that/roles/dhcpd/handlers/main.yaml", "content": "- name: start dhcpd\n systemd:\n name: dhcpd\n enabled: yes\n state: started\n- name: restart dhcpd\n systemd:\n name: dhcpd\n enabled: yes\n state: restarted", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 460, "all_permissive": false }
ansible_role
miley-mileich/okd-infra
84597d419abad9a15a6bd639141ad12567e992ef
0
make_that/roles/haproxy
177
[ "no_license" ]
[ { "path": "make_that/roles/haproxy/tasks/main.yaml", "content": "---\n- name: Install HAProxy\n yum:\n name: haproxy\n state: present\n notify: start haproxy\n- name: Render and copy haproxy.conf\n template:\n src: templates/haproxy.j2\n dest: /etc/haproxy/haproxy.cfg\n owner: root\n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
miley-mileich/okd-infra
84597d419abad9a15a6bd639141ad12567e992ef
0
make_that/roles/nginx
177
[ "no_license" ]
[ { "path": "make_that/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install nginx\n yum:\n name: nginx\n state: present\n notify: start nginx\n- name: Render and copy nginx.conf\n template:\n src: templates/nginx.j2\n dest: /etc/nginx/nginx.conf\n owner: nginx\n group: nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1816, "all_permissive": false }
ansible_role
miley-mileich/okd-infra
84597d419abad9a15a6bd639141ad12567e992ef
0
make_that/roles/tftp
177
[ "no_license" ]
[ { "path": "make_that/roles/tftp/handlers/main.yaml", "content": "- name: start xinetd\n systemd:\n name: xinetd\n enabled: yes\n state: started\n- name: restart xinetd\n systemd:\n name: xinetd\n enabled: yes\n state: restarted", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1350, "all_permissive": false }
ansible_role
nourhanabdallah/configure_apache_ntp_using_Ansible
0ded09c9b84337d44d22014c888c3b05bd7d0945
0
roles/ntp-ansible-role
177
[ "no_license" ]
[ { "path": "roles/ntp-ansible-role/tasks/main.yml", "content": "- name: Install chrony\n yum:\n name: chrony\n state: present\n- name: Set time zone\n timezone:\n name: America/New_York\n- name: restart chrony\n systemd:\n name: chronyd\n state: restarted\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }