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
csepely/proxmox
ac047a198c28417b4f56c36429f4a19880a67d5d
0
roles/common
521
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\nansible_ssh_password: <PASSWORD>\nansible_become_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/common/tasks/main.yaml", "content": "---\n\n- name: Have boot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1264, "all_permissive": false }
ansible_role
csepely/proxmox
ac047a198c28417b4f56c36429f4a19880a67d5d
0
roles/proxmox
521
[ "no_license" ]
[ { "path": "roles/proxmox/templates/interfaces.j2", "content": "auto {{ item }}\niface {{ item }} inet dhcp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/proxmox/tasks/main.yml", "content": "---\n- name: Add the Proxmox VE repository\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1164, "all_permissive": false }
ansible_role
krishnadevopsengineer/roboshop-ansible
7540190840be2613d866e6c79da31c936f071671
0
roles/common
521
[ "no_license" ]
[ { "path": "roles/common/tasks/mysql-schema.yml", "content": "- name: Install MySQL Client\n ansible.builtin.yum:\n name: mysql\n state: installed\n\n- name: Load Schema\n ansible.builtin.shell: mysql -h mysql-dev.kdevops72.online -uroot -pRoboShop@1 < /app/schema/{{component}}.sql\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
eafuna/eol-tripleo
66443a09f3ad9ed61d10287b20e83922cf8b78ee
0
roles/repo-setup
521
[ "permissive" ]
[ { "path": "roles/repo-setup/tasks/yum-config-generic.yml", "content": "---\n- name: Configure 'generic' repos using yum-config module\n become: true\n tripleo.repos.yum_config:\n type: repo\n name: \"{{ item.reponame }}\"\n enabled: \"{{ item.enabled|default('true') }}\"\n environment_file: \"...
{ "task_files": 15, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 26372, "all_permissive": true }
ansible_role
CharlesBlais/ansible-shakealert
3cd45169760e913e83ee220f37c33e2573b64e1b
0
roles/earthworm
521
[ "no_license" ]
[ { "path": "roles/earthworm/tasks/earthworm.yml", "content": "# The following assumes we are running under the earthworm use permissions\n- name: download the package for the earthworm application\n get_url:\n url: \"{{ earthworm_download }}\"\n dest: \"{{ earthworm_directory }}\"\n register: downloa...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7365, "all_permissive": false }
ansible_role
CharlesBlais/ansible-shakealert
3cd45169760e913e83ee220f37c33e2573b64e1b
0
roles/user_access
521
[ "no_license" ]
[ { "path": "roles/user_access/tasks/main.yml", "content": "---\n# tasks file for user_access\n- name: checking if user_access_default_password is set\n assert:\n that:\n - user_access_default_password is defined\n fail_msg: \"variable 'user_access_default_password' must be defined\"\n\n- name: en...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
rnurgaliyev/infra-automation-class
742e15416178b7f3a6f23cd546c49a457b10429e
0
roles/consul
521
[ "no_license" ]
[ { "path": "roles/consul/templates/config.json.j2", "content": "{\n \"data_dir\": \"/var/consul\",\n{% if consul_run_server is defined and consul_run_server %}\n \"bootstrap_expect\": 1,\n \"server\": true,\n{% else %}\n \"start_join\": [ \"{{ consul_server }}\" ],\n{% endif %}\n \"encrypt\": \"ct2P1ee+...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3772, "all_permissive": false }
ansible_role
rnurgaliyev/infra-automation-class
742e15416178b7f3a6f23cd546c49a457b10429e
0
roles/keystone
521
[ "no_license" ]
[ { "path": "roles/keystone/templates/keystone.conf.j2", "content": "Listen 5000\nListen 35357\n\n<VirtualHost *:5000>\n WSGIScriptAlias / /usr/bin/keystone-wsgi-public\n WSGIDaemonProcess keystone-public processes=5 threads=1 user=keystone group=keystone display-name=%{GROUP}\n WSGIProcessGroup keys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2434, "all_permissive": false }
ansible_role
rnurgaliyev/infra-automation-class
742e15416178b7f3a6f23cd546c49a457b10429e
0
roles/keystone-db
521
[ "no_license" ]
[ { "path": "roles/keystone-db/tasks/main.yml", "content": "---\n\n- name: Install mysql server\n apt:\n name: mysql-server\n state: present\n update_cache: True\n\n- name: Install required auxiliary apt packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: True\n with_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1954, "all_permissive": false }
ansible_role
rnurgaliyev/infra-automation-class
742e15416178b7f3a6f23cd546c49a457b10429e
0
roles/loadbalancer
521
[ "no_license" ]
[ { "path": "roles/loadbalancer/tasks/main.yml", "content": "---\n\n- name: Install nginx\n apt:\n name: nginx\n state: present\n\n- name: Disable default nginx site\n file:\n dest: /etc/nginx/sites-enabled/default\n state: absent\n\n- name: Template keystone reverse proxy configuration\n copy:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
rpid/ansible-roles
6acef03117f1a57c13c60f7ccf79c358fe083eb9
0
roles/db
521
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# tasks file for db- hosts: db\n - name: Start message\n debug:\n msg: 'Create task to install and preparing DB server'\n\n # - name: Download PostgreSQL key and add it to system keyring\n # apt_key:\n # url: https://www.postgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1737, "all_permissive": false }
ansible_role
rpid/ansible-roles
6acef03117f1a57c13c60f7ccf79c358fe083eb9
0
roles/server
521
[ "no_license" ]
[ { "path": "roles/server/vars/main.yml", "content": "---\n# vars file for server\ndomain: app-for-postgres\napp_path: /var/www/app-for-postgres\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/server/tasks/main.yml", "content": " - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2709, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
consul/playbooks/roles/clients
521
[ "no_license" ]
[ { "path": "consul/playbooks/roles/clients/templates/consul-client-stack.j2", "content": "version: '3.7'\n\nservices:\n\n consul-client:\n image: hashicorp/consul:1.11.2\n container_name: consul-client\n restart: always\n volumes:\n - ./client.json:/consul/config/client.json\n - ./certs/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2400, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/alert
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/alert/tasks/main.yml", "content": "---\n - name: check beep repository exists locally.\n tags: [\"beep\", \"never\"]\n stat:\n path: /home/{{ansible_user}}/stacks/alert/beep/script\n register: repository\n\n - name: clone beep git repository.\n tags: [\"be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/authelia
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/authelia/templates/configuration.yml.j2", "content": "---\n###############################################################\n# Authelia configuration #\n###############################################################\n\nserver:\n host: 0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6615, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/homeassistant
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/homeassistant/templates/configuration.yml.j2", "content": "# Loads default set of integrations. Do not remove.\ndefault_config:\n\n# Text to speech\ntts:\n - platform: google_translate\n\nautomation: !include automations.yaml\nscript: !include scripts.yaml\nscene: !include ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4909, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/keepalived
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/keepalived/tasks/main.yml", "content": "--- \n - name: copy keepalived configuration \n tags: [\"keepalived\", \"config\", \"never\"]\n become: yes\n vars:\n ka_hosts:\n rockpi:\n state: keepalived_master.j2\n rockpix:\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2797, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/monitor
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/monitor/templates/uptime-kuma.j2", "content": "version: '3.7'\n\nservices:\n uptime-kuma:\n image: louislam/uptime-kuma:1.18.0\n hostname: \"{{uptime_kuma_app_name}}\"\n mem_limit: 640m\n mem_reservation: 240M\n cpus: 1\n networks:\n - {{traefik_netwo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5987, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/mqtt-broker
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/mqtt-broker/tasks/main.yml", "content": "---\n - name: Verify stacks/home-assistant and its config directory exists\n when: inventory_hostname == 'rockpix'\n tags: [\"mqtt\", \"never\"]\n file:\n path: \"/home/{{ansible_user}}/stacks/mqtt/config\"\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2408, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/node_exporter
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/node_exporter/tasks/main.yml", "content": "---\n- name: node_exporter block\n tags: [\"node_exporter\", \"never\"]\n block:\n - include_vars: \"{{config_dir}}/config.yml\"\n\n - name: download node exporter\n tags: [\"node_exporter\", \"never\"]\n get_url:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1980, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/notify
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/notify/tasks/main.yml", "content": "---\n\n - name: check if turn_on_led repository exists.\n tags: [\"led\", \"never\"]\n stat:\n path: /home/{{ansible_user}}/stacks/notify/turn_on_led/script\n register: repository\n\n - name: clone turn_on_led git repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/pihole
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/pihole/tasks/main.yml", "content": "---\n- name: Create custom dns record list for Pihole\n tags: [\"pihole\", \"config\", \"never\"]\n when: inventory_hostname == 'rockpix'\n template:\n src: pihole-custom-list.j2\n dest: /home/{{ansible_user}}/stacks/pihole/custom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4808, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/prometheus
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/prometheus/templates/prometheus.service.j2", "content": "[Unit]\nDescription=Monitoring system and time series database\nDocumentation=https://prometheus.io/docs/introduction/overview/\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nRestart=always\nUs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3695, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/redis
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/redis/templates/redis-docker-compose.j2", "content": "version: \"3.6\"\n\nservices:\n redis:\n command:\n - redis-server\n container_name: redis\n image: redis:6.0.9\n ipc: private\n logging:\n driver: json-file\n options:\n max-size: 10...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2064, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
local/playbooks/roles/traefik
521
[ "no_license" ]
[ { "path": "local/playbooks/roles/traefik/disabled_tasks/config/omv6.yml", "content": "# As YAML Configuration File\nhttp:\n routers:\n router-omv6:\n entrypoints:\n - \"web\"\n service: omv6-service\n rule: \"Host(`omv.home.local`)\"\n\n services:\n omv6-service:\n loadBal...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 13935, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
remote/playbooks/roles/doh
521
[ "no_license" ]
[ { "path": "remote/playbooks/roles/doh/templates/doh-stack.j2", "content": "version: \"3.7\"\n\nservices:\n cloudflared:\n image: visibilityspots/cloudflared\n ports:\n - target: 5054\n published: 5054\n mode: host\n protocol: udp\n - target: 8080\n published: 808...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1598, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
remote/playbooks/roles/haproxy
521
[ "no_license" ]
[ { "path": "remote/playbooks/roles/haproxy/tasks/main.yml", "content": "---\n- name: Create haproxy yaml config file.\n tags: [\"haproxy\", \"never\"]\n when: inventory_hostname == 'proxy'\n template:\n src: haproxy.j2\n dest: /etc/haproxy/haproxy.cfg\n\n- name: Haproxy Systemd service reload\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4692, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
swarm/playbooks/roles/manager
521
[ "no_license" ]
[ { "path": "swarm/playbooks/roles/manager/tasks/main.yml", "content": "---\n- name: Check if Swarm has already been initialized\n shell: |\n if [ \"$(docker info | grep Swarm | sed 's/Swarm: //g')\" == \"inactive\" ]; then\n exit 1;\n else\n echo true;\n fi\n register: swarm_st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1252, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
swarm/playbooks/roles/worker
521
[ "no_license" ]
[ { "path": "swarm/playbooks/roles/worker/tasks/main.yml", "content": "---\n- name: print result of swarm_worker_status {{ansible_hostname}}\n tags: [\"docker\", \"never\"]\n vars:\n ansible_python_interpreter: /usr/bin/python3\n debug:\n msg:\n - \"{{groups['swarm_manager'][0]}}\"\n - \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 816, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/backups
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/backups/templates/backup-stack.j2", "content": "version: \"3.7\"\nservices:\n duplicati:\n image: lscr.io/linuxserver/duplicati\n environment:\n - PUID=0\n - PGID=0\n - TZ=Europe/London\n volumes:\n - /data/duplicati/config:/config\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2227, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/cluster_manage
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/cluster_manage/templates/traefik.j2", "content": "/var/log/traefik.log {\n daily\n rotate 30\n missingok\n notifempty\n compress\n dateext\n dateformat .%Y-%m-%d\n create 0644 root root\n postrotate\n docker kill --signal=\"USR1\" $(docker ps | grep '\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2846, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/dashboards
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/dashboards/tasks/config/conf.yml", "content": "---\nappConfig:\n theme: material-dark\n layout: auto\n iconSize: medium\n language: en\n customColors:\n nord:\n primary: '#d8dee9'\n background: '#3b4252'\n background-darker: '#2e3440'\n m...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 11309, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/dns_stack
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/dns_stack/tasks/config/readme.md", "content": "## How DNSMasq forward dns server selection works\n\nIt seems the preferred server is determined by the first query to the server after startup, and then the other servers are not tried again until there is a failure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 12694, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/docker
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/docker/tasks/rclone_plugin.yml", "content": "---\n- name: Gather package facts\n tags: [\"rclone\"]\n package_facts:\n manager: apt\n\n- name: Install fuse if it is absent\n tags: [\"rclone\"]\n apt:\n name: fuse\n state: present\n when: '\"fuse\" no...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1246, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/host-defaults
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/host-defaults/tasks/templates/rclone-mount-data.j2", "content": "[Unit]\nDescription=RClone Service\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=notify\nEnvironment=RCLONE_CONFIG=/etc/rclone.conf\nKillMode=none\nRestartSec=5\nExecSt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7819, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/minio-s3-volume
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/minio-s3-volume/tasks/main.yml", "content": "---\n- name: find volume {{minio_volume_name}} has been mounted.\n tags: [\"minio\"]\n docker_volume_info:\n name: \"{{minio_volume_name}}\"\n register: vlm_res\n\n# - assert:\n# that:\n# - \"not vlm_res.e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/monitor
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/monitor/templates/cluster-monitoring.j2", "content": "version: '3.7'\n\nnetworks:\n {{traefik_network_name}}:\n external: true\n name: {{traefik_network_name}}\n\nvolumes:\n prometheus: {}\n alertmanager: {}\n\nconfigs:\n prometheus_config:\n file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11886, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/nextcloud
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/nextcloud/templates/init.sql.j2", "content": "CREATE USER '{{MYSQL_USER}}'@'10.0.1.%' IDENTIFIED BY '{{MYSQL_PASSWORD}}';\nCREATE DATABASE IF NOT EXISTS {{MYSQL_DATABASE}} CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;\nGRANT ALL PRIVILEGES on {{MYSQL_DATABASE}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5586, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/swarm-managers
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/swarm-managers/tasks/leader.yml", "content": "---\n- name: clean apt archive\n tags: [\"apt\"]\n shell: apt clean\n become: yes\n\n- name: cleanup dangling images\n tags: [\"apt\"]\n shell: |\n oldimage=`docker images | grep '<none>' | awk '{print $3}'`\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2916, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/swarm-workers
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/swarm-workers/tasks/main.yml", "content": "---\n- name: Get info on docker host\n vars:\n ansible_python_interpreter: /usr/bin/python3\n tags: [\"docker\"]\n docker_host_info:\n register: result\n ignore_errors: true\n\n- name: is node part of swarm\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1172, "all_permissive": false }
ansible_role
sanfx/tech-at-home-infrastructure
225d223d43eac4b13e565ab612270dabedd44407
0
virtual_machines/playbooks/roles/traefik
521
[ "no_license" ]
[ { "path": "virtual_machines/playbooks/roles/traefik/tasks/static/traefik.yml", "content": "global:\n # Send anonymous usage data\n sendAnonymousUsage: false\n\nmetrics:\n prometheus:\n addServicesLabels: true\n addRoutersLabels: true\n buckets:\n - 0.1\n - 0.3\n - 1.2\n - 5.0...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 11358, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/hitch
521
[ "no_license" ]
[ { "path": "roles/hitch/tasks/debian.yml", "content": "- stat: path=/etc/hitch/testcert.pem\n register: hitch_testcert_pem_file\n\n- name: ensure /var/run/hitch is there\n file: path=/var/run/hitch state=directory owner=root group=root mode=0755\n\n- name: prepare /etc/default/hitch\n template: src=hitch....
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4847, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vac
521
[ "no_license" ]
[ { "path": "roles/vac/templates/log4j.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<!DOCTYPE log4j:configuration SYSTEM \"log4j.dtd\">\n\n<!-- {{ ansible_managed }} -->\n\n<!--\n * Copyright (c) 2011-2014 Varnish Software AS\n * All rights reserved.\n * \n * This code is proprietary and ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 16339, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vac-ansible-vcp-hosts
521
[ "no_license" ]
[ { "path": "roles/vac-ansible-vcp-hosts/tasks/main.yml", "content": "- name: get vac initial password from a file\n shell: \"cat /root/vac_init_passwd\"\n register: vac_root_passwd\n\n- name: call Varnish API to get a list of caches\n shell: \"/bin/sh -c \\\"curl -s -u {{ vac_root_user }}:{{ vac_root_pass...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 619, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vac-assign-vcp-to-prod
521
[ "no_license" ]
[ { "path": "roles/vac-assign-vcp-to-prod/templates/get_prod_groupoid.sh.j2", "content": "#!/bin/sh\n\nUSER={{ vac_root_user }}\nPASSWD={{ <PASSWORD> }}\nTIMES=$(expr $(curl -s -u $USER:$PASSWD http://localhost/api/v1/group | jq '.list[].name' | wc -l) - 1)\n\nfor i in `seq 0 $TIMES`; do\n if [ \"$(curl -s -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1410, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vac-factory-password
521
[ "no_license" ]
[ { "path": "roles/vac-factory-password/tasks/main.yml", "content": "- name: Reset current user password to factory password\n shell: \"curl -s -X POST http://localhost/api/rest/passwordreset -d \\\"{{ specific_user }}\\\"\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vac-git-hooks
521
[ "no_license" ]
[ { "path": "roles/vac-git-hooks/defaults/main.yml", "content": "vac_git_hooks_group_id: '521c5a464e2ceea0eb18334c'\nvac_git_hooks_vcl_id: '52849728051e0430abe8de11'\nvac_git_hooks_user_passwd: '<PASSWORD>'\nvac_git_hooks_vac_location: 'http://localhost:80'\nvac_git_hooks_file_name: 'main.vcl'\nvac_git_hooks_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2981, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vac-reset-password
521
[ "no_license" ]
[ { "path": "roles/vac-reset-password/tasks/main.yml", "content": "- name: Get VAC user oid\n shell: \"/bin/sh -c \\\"curl -s -u {{ vac_reset_root_user }}:{{ vac_reset_root_old_passwd }} -X GET http://localhost/api/v1/user | jq '.list[0]._id[]' | tr -d '\\\\\\\"'\\\"\"\n register: root_oid\n\n- name: Get al...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 933, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/varnish-agent
521
[ "no_license" ]
[ { "path": "roles/varnish-agent/defaults/main.yml", "content": "varnish_agent_secret_file: '/etc/varnish/agent_secret'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/varnish-agent/handlers/main.yml", "content": "#- name: ensure varnish-ag...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 997, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/varnish-cache
521
[ "no_license" ]
[ { "path": "roles/varnish-cache/defaults/main.yml", "content": "varnish_cache_reload_vcl: 1\nvarnish_cache_listen_address: ''\nvarnish_cache_listen_port: 80\nvarnish_cache_admin_listen_address: 'localhost'\nvarnish_cache_admin_listen_port: 6082\nvarnish_cache_vcl_conf: '/etc/varnish/default.vcl'\nvarnish_cac...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2676, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vcp
521
[ "no_license" ]
[ { "path": "roles/vcp/defaults/main.yml", "content": "varnish_listen_address: ''\nvarnish_listen_port: 80\nvarnish_admin_listen_address: 'localhost'\nvarnish_admin_listen_port: 6082\nvarnish_vcl_conf: '/etc/varnish/default.vcl'\nvarnish_secret_file: '/etc/varnish/secret'\nvarnish_storage: 'malloc,256m'\nvcsp...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2590, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vcs
521
[ "no_license" ]
[ { "path": "roles/vcs/tasks/main.yml", "content": "- include: redhat.yml\n tags: vcs\n when: ansible_os_family == 'RedHat' and ansible_distribution_major_version == '7'\n- include: debian.yml\n tags: vcs\n when: ansible_os_family == 'Debian'", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2050, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vha
521
[ "no_license" ]
[ { "path": "roles/vha/templates/vha-agent.params.j2", "content": "# Configuration file for Varnish High Availability Agent.\n#\n# The systemd service expects the variable $DAEMON_OPTS to be set from\n# this shell script fragment.\n#\n# See vha-agent(1) for an overview of valid settings.\n\n# Edit DAEMON_OPTS...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3452, "all_permissive": false }
ansible_role
ambled/ansible
c7314d7cec6dabe699f8ccbc948165c9057b6b19
0
roles/vstatdprobe
521
[ "no_license" ]
[ { "path": "roles/vstatdprobe/tasks/debian.yml", "content": "- name: check varnish-custom-statistics installed or not\n stat: path=/etc/default/vstatdprobe\n register: vstatdprobe_conf_file\n\n- name: apply vstatdprobe configuration\n template: src=vstatdprobe.params.j2 dest=/etc/default/vstatdprobe\n wh...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2486, "all_permissive": false }
ansible_role
kaninda/vagrant-tomcat-ansible-multi-nodes
25ac8f80e3ba20275b0c92900f067e10650b82dc
0
ansible-tomcat/roles/java_install
521
[ "no_license" ]
[ { "path": "ansible-tomcat/roles/java_install/vars/main.yml", "content": "---\n# vars file for java_install\n\njdk_download_url: https://download.oracle.com/java/17/archive/jdk-17.0.9_linux-x64_bin.tar.gz\njdk_download_location: /opt/jdk-17.0.9_linux-x64_bin.tar.gz\njava_home: /opt/jdk-17.0.9\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 820, "all_permissive": false }
ansible_role
kaninda/vagrant-tomcat-ansible-multi-nodes
25ac8f80e3ba20275b0c92900f067e10650b82dc
0
ansible-tomcat/roles/tomcat_install
521
[ "no_license" ]
[ { "path": "ansible-tomcat/roles/tomcat_install/tasks/main.yml", "content": "\n# tasks file for tomcat_install\n- name: Update the System Packages\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: download & unarchive tomcat10\n unarchive:\n src: \"{{tomcat_download_url}}\"\n dest: /opt/tomc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2197, "all_permissive": false }
ansible_role
jimmysfernandes/descomplicando-ansible
0d26bc0dc2ef8c9e525fb5bff214269f1fef3a87
0
ansible/project-k8s-cluster/01_provisioning/roles/create_instancies
521
[ "no_license" ]
[ { "path": "ansible/project-k8s-cluster/01_provisioning/roles/create_instancies/tasks/main.yml", "content": "---\n# tasks file for create_instancies\n- include: provisioning.yaml ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/project-k8s-c...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1662, "all_permissive": false }
ansible_role
iampky/NetworkAutomation
fe994d4234deb4cdd56f4e0ad1c79992506fbd27
0
roles/build_netbox_db
521
[ "no_license" ]
[ { "path": "roles/build_netbox_db/tasks/main.yml", "content": "---\n- name: Create NetBox Sites\n netbox_site:\n netbox_token: \"{{ netbox_token }}\"\n netbox_url: \"{{ netbox_url }}\"\n data:\n name: \"{{ item.name | lower }}\"\n description: \"{{ item.description | default(omit) }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
dbajpeyi/blog-setup
b35145446c2fbcfd98492c0beb93dc5f554dda6c
0
provision/roles/blog-client
521
[ "no_license" ]
[ { "path": "provision/roles/blog-client/tasks/main.yml", "content": "---\n\n- name: Checkout blog-client\n git: repo=https://github.com/dbajpeyi/blog-client.git dest=blog-client\n\n- name: Install grunt\n shell: /usr/local/bin/npm install -g grunt-cli\n sudo: true\n\n- name: Install dependencies\n shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
dbajpeyi/blog-setup
b35145446c2fbcfd98492c0beb93dc5f554dda6c
0
provision/roles/blog-server
521
[ "no_license" ]
[ { "path": "provision/roles/blog-server/templates/uwsgi.ini.j2", "content": "[uwsgi]\nchdir = {{ root }}/blog-server\nvirtualenv = {{ root }}/venv/blog\nprocesses = 4\nthreads = 1\nsocket = /tmp/uwsgi.sock\ndaemonize = /var/log/nginx/blog.log\nvacuum = True\nmodule = runserver\ncallable = app\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1098, "all_permissive": false }
ansible_role
dbajpeyi/blog-setup
b35145446c2fbcfd98492c0beb93dc5f554dda6c
0
provision/roles/common
521
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/main.yml", "content": "---\n\n- name: update system\n apt: update_cache=yes cache_valid_time=86400\n sudo: yes\n\n- name: upgrade system\n apt: upgrade=dist\n sudo: yes\n\n- name: install system packages\n apt: pkg={{ item }} state=latest\n with_items:\n - b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
dbajpeyi/blog-setup
b35145446c2fbcfd98492c0beb93dc5f554dda6c
0
provision/roles/mongo
521
[ "no_license" ]
[ { "path": "provision/roles/mongo/tasks/main.yml", "content": "---\n- name: Add 10gen key\n action: apt_key id=7F0CEB10 url=\"http://docs.mongodb.org/10gen-gpg-key.asc\" state=present\n sudo: yes\n\n- name: Copy 10gen.list to /etc/apt/sources.list.d\n action: copy src=../files/10gen.list dest=/etc/apt/sou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
dbajpeyi/blog-setup
b35145446c2fbcfd98492c0beb93dc5f554dda6c
0
provision/roles/nginx
521
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install nginx\n apt: pkg=nginx state=installed update_cache=true\n sudo: yes\n notify:\n - start nginx\n\n- name: Copy index.html\n copy: src=index.html dest=/usr/share/nginx/www mode=0644\n sudo: yes\n notify:\n - star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 992, "all_permissive": false }
ansible_role
dbajpeyi/blog-setup
b35145446c2fbcfd98492c0beb93dc5f554dda6c
0
provision/roles/nodejs
521
[ "no_license" ]
[ { "path": "provision/roles/nodejs/tasks/main.yml", "content": "---\n\n# Description: Installs nodejs from source\n#\n- name: Node.js | Check if node is installed\n stat: path={{node_path}} follow=True\n register: node_available\n\n- name: Node.js | Fetching node.js source\n action: get_url url=http://nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 893, "all_permissive": false }
ansible_role
lyoleck/geoip_update
340c389b67c599b9c876d960c2535c7d41e73eaa
0
roles/geoip_update
521
[ "no_license" ]
[ { "path": "roles/geoip_update/tasks/main.yml", "content": "---\n- name: forming geoip_update script\n template:\n src: templates/geoip_update.sh.j2\n dest: /root/geoip_update.sh\n\n- name: check cron job\n cron:\n name: geoip autoupdate\n weekday: '3'\n minute: '5'\n hour: '11'\n user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1016, "all_permissive": false }
ansible_role
rpldpaul/Final_Exam_Baltazar
ab4fb2681cb25c3bbfd97c23bd97f06ce74b6064
0
roles/Prometheus
521
[ "no_license" ]
[ { "path": "roles/Prometheus/tasks/main.yml", "content": "---\n\n - name: Prometheus Install (Ubuntu)\n apt:\n name: prometheus\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: snapd install (CentOS)\n yum:\n name:\n - snapd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
rpldpaul/Final_Exam_Baltazar
ab4fb2681cb25c3bbfd97c23bd97f06ce74b6064
0
roles/apache2
521
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n\n - name: Install apache and php (Ubuntu)\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Install apache and php (Cent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
paolopaolopaolo/dolphin-attacks
952c9ee320047eedfca98fa56226381b255206f4
0
orchestration/roles/app
526
[ "no_license" ]
[ { "path": "orchestration/roles/app/tasks/setup_gunicorn.yml", "content": "---\n\n- name: Ensure gunicorn is installed\n pip: virtualenv={{ virtualenv_path }} name=gunicorn\n\n- name: Create the Gunicorn script file\n template: src=gunicorn_start.j2\n dest={{ virtualenv_path }}/bin/gunicorn_star...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4076, "all_permissive": false }
ansible_role
paolopaolopaolo/dolphin-attacks
952c9ee320047eedfca98fa56226381b255206f4
0
orchestration/roles/base
526
[ "no_license" ]
[ { "path": "orchestration/roles/base/tasks/main.yml", "content": "---\n\n- name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n tags: packages\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 865, "all_permissive": false }
ansible_role
Antiscer/centos7_snmp
a88ea4f4b1c94e70ec9371081cc5e2cc8be21f8d
0
roles/kernel-source
526
[ "no_license" ]
[ { "path": "roles/kernel-source/tasks/main.yml", "content": "---\n \n - name: Verify that variables\n assert:\n that: kernel_item_var is defined and kernel_item_var | length>0 and kernel_item_var != None\n fail_msg: \"{{ kernel_item_var }} needs to be set for the role to work\"\n success_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 743, "all_permissive": false }
ansible_role
Antiscer/centos7_snmp
a88ea4f4b1c94e70ec9371081cc5e2cc8be21f8d
0
roles/netflow
526
[ "no_license" ]
[ { "path": "roles/netflow/handlers/main.yml", "content": "---\n - name: Iptables save\n shell: \n cmd: /usr/libexec/iptables/iptables.init save\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/netflow/tasks/remove.yml...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5219, "all_permissive": false }
ansible_role
Antiscer/centos7_snmp
a88ea4f4b1c94e70ec9371081cc5e2cc8be21f8d
0
roles/snmp
526
[ "no_license" ]
[ { "path": "roles/snmp/defaults/main.yml", "content": "--- \n snmp_syslocation: \"RU,Novosibirsk,Academgorodok\"\n snmp_syscontact: Admin <<EMAIL>>\n snmp_ro_community: \"{{ro_community}}\"\n snmp_rw_community: \"{{rw_community}}\"\n snmp_devel: yes", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1473, "all_permissive": false }
ansible_role
argally/inex_meeting
fb7e26a1c3b0f53c817580333d322eabd9bdd74e
3
roles/baseline
526
[ "no_license" ]
[ { "path": "roles/baseline/tasks/main.yml", "content": "---\n- name: Baseline Junos build\n junos_template:\n provider: \"{{ credential }}\"\n src: \"vsrx.conf\"\n action : overwrite", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
argally/inex_meeting
fb7e26a1c3b0f53c817580333d322eabd9bdd74e
3
roles/ce_router
526
[ "no_license" ]
[ { "path": "roles/ce_router/tasks/main.yml", "content": "---\n- name: CE Junos build\n junos_template:\n provider: \"{{ credential }}\"\n src: \"ce_vsrx.conf\"\n action : overwrite", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
argally/inex_meeting
fb7e26a1c3b0f53c817580333d322eabd9bdd74e
3
roles/p_router
526
[ "no_license" ]
[ { "path": "roles/p_router/tasks/main.yml", "content": "---\n- name: P Junos build\n junos_template:\n provider: \"{{ credential }}\"\n src: \"p_vsrx.conf\"\n action : overwrite", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
argally/inex_meeting
fb7e26a1c3b0f53c817580333d322eabd9bdd74e
3
roles/pe_router
526
[ "no_license" ]
[ { "path": "roles/pe_router/tasks/main.yml", "content": "---\n- name: PE Junos build\n junos_template:\n provider: \"{{ credential }}\"\n src: \"pe_vsrx.conf\"\n action : overwrite", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
mdieko/meli-challenge
13cf9d473eaea415e0b03af28c0c7a9cd4c1ca51
0
ansible/nginx/roles/common
526
[ "no_license" ]
[ { "path": "ansible/nginx/roles/common/templates/docker-compose.yml.j2", "content": "version: '3'\nservices:\n nginx-proxy:\n image: 'nginx:latest'\n restart: always\n container_name: nginx-proxy\n expose:\n - '8080'\n volumes:\n - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro\n ne...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2690, "all_permissive": false }
ansible_role
larsks/desktop-ansible
dd47752251e7ca2fcae51a814e46c6cac8eaca2a
0
roles/kerberos
526
[ "no_license" ]
[ { "path": "roles/kerberos/defaults/main.yml", "content": "kerberos_packages:\n - krb5-workstation\n - krb5-auth-dialog\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/kerberos/tasks/main.yml", "content": "- name: install kerberos pack...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 178, "all_permissive": false }
ansible_role
larsks/desktop-ansible
dd47752251e7ca2fcae51a814e46c6cac8eaca2a
0
roles/misc_tools
526
[ "no_license" ]
[ { "path": "roles/misc_tools/defaults/main.yml", "content": "misc_tools_repo: https://github.com/larsks/misc-tools\nmisc_tools_packages:\n - xclip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/misc_tools/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 494, "all_permissive": false }
ansible_role
larsks/desktop-ansible
dd47752251e7ca2fcae51a814e46c6cac8eaca2a
0
roles/openshift
526
[ "no_license" ]
[ { "path": "roles/openshift/tasks/main.yml", "content": "- name: install required packages\n become: true\n package:\n name: \"{{ openshift_packages }}\"\n state: installed\n\n- name: download openshift client\n get_url:\n url: \"{{ oc_release_url }}\"\n dest: \"{{ package_cache_dir }}/openshi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3767, "all_permissive": false }
ansible_role
larsks/desktop-ansible
dd47752251e7ca2fcae51a814e46c6cac8eaca2a
0
roles/package_cache
526
[ "no_license" ]
[ { "path": "roles/package_cache/tasks/main.yml", "content": "- name: ensure package cache exists\n file:\n path: \"{{ package_cache_dir }}\"\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/package_cache/defaults/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
larsks/desktop-ansible
dd47752251e7ca2fcae51a814e46c6cac8eaca2a
0
roles/rpmfusion
526
[ "no_license" ]
[ { "path": "roles/rpmfusion/tasks/main.yml", "content": "- name: enable rpmfusion repositories\n become: true\n command: >-\n dnf install -y\n https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_version }}.noarch.rpm\n https://mirrors.rpmfusion.org/nonfree/fedo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
larsks/desktop-ansible
dd47752251e7ca2fcae51a814e46c6cac8eaca2a
0
roles/sudoers
526
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "- name: grant passwordless sudo to wheel group\n become: true\n lineinfile:\n path: /etc/sudoers\n line: >-\n %wheel ALL=(ALL) NOPASSWD: ALL\n regexp: >-\n ^%wheel\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
drybjed/ansible-dependent-handler-test
96e5f585ba49182b01a90bee45647425d571cb36
0
roles/dependency
526
[ "no_license" ]
[ { "path": "roles/dependency/handlers/main.yml", "content": "---\n\n- name: Dependent handler\n command: touch {{ directory }}/dependent_handler\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/dependency/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 159, "all_permissive": false }
ansible_role
drybjed/ansible-dependent-handler-test
96e5f585ba49182b01a90bee45647425d571cb36
0
roles/role
526
[ "no_license" ]
[ { "path": "roles/role/tasks/main.yml", "content": "---\n\n- name: Touch role file\n command: touch {{ directory }}/role_file\n notify: Dependent handler\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/role/meta/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 144, "all_permissive": false }
ansible_role
hellodk/ansible_framework
fb466936a7dc94f6461b62c7910c7d7056d21e10
1
roles/add_ec2_to_elb
526
[ "no_license" ]
[ { "path": "roles/add_ec2_to_elb/tasks/main.yml", "content": "---\n- name: Add machine to elb\n local_action:\n module: ec2_elb\n aws_access_key: \"{{lookup('env', 'AWS_ACCESS_KEY')}}\"\n aws_secret_key: \"{{lookup('env', 'AWS_SECRET_KEY')}}\"\n region: \"{{ region }}\"\n instance_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
hellodk/ansible_framework
fb466936a7dc94f6461b62c7910c7d7056d21e10
1
roles/create_elb
526
[ "no_license" ]
[ { "path": "roles/create_elb/tasks/main.yml", "content": "---\n\n- name: create elb\n ec2_elb_lb:\n name: sampleElb\n state: present\n region: eu-west-1\n aws_access_key: \"{{lookup('env', 'AWS_ACCESS_KEY_ID')}}\"\n aws_secret_key: \"{{lookup('env', 'AWS_SECRET_ACCESS_KEY')}}\"\n zones:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
hellodk/ansible_framework
fb466936a7dc94f6461b62c7910c7d7056d21e10
1
roles/create_user
526
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n\n - name: \"Create {{ user_group }} group\"\n group: >\n name={{ user_group }}\n state=\"present\"\n\n - name: \"Create {{ user_name }} user\"\n user: >\n name={{ user_name}}\n group={{ user_group }}\n home=\"/home/{{ us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2307, "all_permissive": false }
ansible_role
hellodk/ansible_framework
fb466936a7dc94f6461b62c7910c7d7056d21e10
1
roles/deploy_sample_webapp
526
[ "no_license" ]
[ { "path": "roles/deploy_sample_webapp/tasks/main.yml", "content": "---\n\n- name: Install apt-package dependencies\n apt: >\n name=\"{{ item }}\"\n state=\"present\"\n force=yes\n with_items:\n - nginx\n - python-pip\n - python-pycurl\n - python-dev \n - git\n - python-setuptool...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1538, "all_permissive": false }
ansible_role
hellodk/ansible_framework
fb466936a7dc94f6461b62c7910c7d7056d21e10
1
roles/install_newrelic
526
[ "no_license" ]
[ { "path": "roles/install_newrelic/handlers/main.yml", "content": "---\n\n- name: Restart newrelic\n service: name=newrelic state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/install_newrelic/tasks/install_newrelic.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 664, "all_permissive": false }
ansible_role
hellodk/ansible_framework
fb466936a7dc94f6461b62c7910c7d7056d21e10
1
roles/spawn_ec2_instance
526
[ "no_license" ]
[ { "path": "roles/spawn_ec2_instance/vars/main.yml", "content": "---\nAWS_ACCESS_KEY_ID:\nAWS_ACCESS_KEY:\nEC2_ACCESS_KEY:\nAWS_SECRET_ACCESS_KEY:\nAWS_SECRET_KEY:\nEC2_SECRET_KEY:\ninstance_id: \nimage_id: ami-0c8c0c7f\nregion: eu-west-1\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
laxminarsimha01/Ansible
8ca79605b0b3397a706de475e027e826229cf111
0
Roles/Role1
526
[ "no_license" ]
[ { "path": "Roles/Role1/handlers/main.yml", "content": "---\n# handlers file for Role1\n - name: restart apache2 service\n service:\n name: apache2\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "Roles/Role1/vars/...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 492, "all_permissive": false }
ansible_role
andreizhuk/tc-ansible-runner
34957d30d607d79e4e38b13f77cfa1b7ea76d5b3
47
sample-plays/roles/arole
526
[ "no_license" ]
[ { "path": "sample-plays/roles/arole/handlers/main.yml", "content": "---\n- name: a handler\n file: dest=/home/tcity/file state=directory", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "sample-plays/roles/arole/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 782, "all_permissive": false }
ansible_role
andreizhuk/tc-ansible-runner
34957d30d607d79e4e38b13f77cfa1b7ea76d5b3
47
vagrant/provisioning/roles/tc-agent-install
526
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/tc-agent-install/tasks/main.yml", "content": "---\n- name: Create TeamCity group\n group: name={{ teamcity_group }}\n\n- name: Create TeamCity user\n user: name={{ teamcity_user }} group={{ teamcity_group }} shell=/bin/bash home={{ teamcity_home }}\n\n- name: Configur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4432, "all_permissive": false }
ansible_role
nelsonmelot/RHansible
428864d5c1b7c46477bc04947f234042b2ac3d76
0
roles/apache
526
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: Instalar paquetes apache\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ apache_pkg }}\"\n\n- name: Iniciar servicio apache\n service: \n name: \"{{ item }}\"\n state: started\n enabled: yes\n with_items: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 332, "all_permissive": false }
ansible_role
nelsonmelot/RHansible
428864d5c1b7c46477bc04947f234042b2ac3d76
0
roles/configuracion
526
[ "no_license" ]
[ { "path": "roles/configuracion/defaults/main.yml", "content": "---\n# defaults file for roles/configuracion", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/configuracion/handlers/main.yml", "content": "---\n# handlers file for roles/confi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 795, "all_permissive": false }
ansible_role
nelsonmelot/RHansible
428864d5c1b7c46477bc04947f234042b2ac3d76
0
roles/haproxy
526
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Instalar paquetes haproxy\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ haproxy_pkg }}\"\n\n- name: Iniciar servicio haproxy\n service: \n name: \"{{ item }}\"\n state: started\n enabled: yes\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 606, "all_permissive": false }
ansible_role
nelsonmelot/RHansible
428864d5c1b7c46477bc04947f234042b2ac3d76
0
roles/postgres
526
[ "no_license" ]
[ { "path": "roles/postgres/vars/main.yml", "content": "---\n# vars file for roles/postgres\npostgres_pkg:\n - postgresql-server\npostgres_srv:\n - postgresql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/postgres/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 429, "all_permissive": false }
ansible_role
nelsonmelot/RHansible
428864d5c1b7c46477bc04947f234042b2ac3d76
0
roles/tomcat
526
[ "no_license" ]
[ { "path": "roles/tomcat/vars/main.yml", "content": "---\n# vars file for roles/tomcat\ntomcat_pkg:\n - tomcat\ntomcat_srv:\n - tomcat\ntomcat_path:\n - /usr/share/tomcat/webapps/ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 673, "all_permissive": false }
ansible_role
molgenis/ansible
2eae59f27698017962075f6f6790974920b0085c
0
roles/elasticsearch
526
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: Create repository for Elasticsearch\n copy:\n src: elasticsearch.repo\n dest: /etc/yum.repos.d/elasticsearch.repo\n\n- name: Install Elasticsearch\n yum:\n name: elasticsearch\n state: present\n\n- name: Copy default configura...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 994, "all_permissive": false }