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
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/floating_ip
129
[ "no_license" ]
[ { "path": "roles/floating_ip/files/register_floating_ip.sh", "content": "#!/usr/bin/env bash\n\nlog_err() {\n echo \"$(date) - ERROR: $1\" >&2\n}\nlog_info() {\n echo \"$(date) - INFO: $1\"\n}\n\nmain() {\n local network=\"$1\"\n local subnet=\"$2\"\n local project=\"$3\"\n local floating_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4968, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/image
129
[ "no_license" ]
[ { "path": "roles/image/tasks/prepare_images/main.yml", "content": "---\n# This task create an image.\n# If a file of image was not existed, this instruction will download it.\n# Variables declared are bloew.\n#\n# image:\n# A dictionary contains informations of image.\n# image.name:\n# A name of...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2013, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/network
129
[ "no_license" ]
[ { "path": "roles/network/tasks/create_network.yml", "content": "---\n# Parameters that will be passed are bloew.\n# network: A network that will be added in the network\n\n#- name: Determine MTU of the network\n# set_fact:\n# mtu: \"{% if 'mtu_size' in network %}{{ network.mtu }}{% else %}1450{% endif...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 780, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/port
129
[ "no_license" ]
[ { "path": "roles/port/tasks/prepare_port/main.yml", "content": "---\n# A parameter \"port\" will be passed from roles/port/tasks/main.yml.\n- name: \"Creating a port ({{ port }})\"\n openstack.cloud.port: \"{{ port }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 354, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/rbac
129
[ "no_license" ]
[ { "path": "roles/rbac/files/convert_rbac_object_to_uuid.sh", "content": "#!/usr/bin/env bash\n\nmain() {\n local object_type=\"$1\"\n local object_id=\"$2\"\n local domain=\"$3\"\n local project_id=\"$4\"\n\n local object_uuid\n\n if [[ \"$object_id\" =~ ^[0-9a-zA-Z]{8}\\-[0-9a-zA-Z]{4}\\-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4413, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/router
129
[ "no_license" ]
[ { "path": "roles/router/tasks/create_router/main.yml", "content": "---\n# A variable that will passed here are below.\n# router: A router that will be created.\n\n- name: \"Declare parameter of router that will be created\"\n set_fact:\n parameters_of_router: \"{{ router | combine({\\\"state\\\": \\\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 723, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/security_groups
129
[ "no_license" ]
[ { "path": "roles/security_groups/tasks/main.yml", "content": "---\n- name: Include create_secuirty_group.yml\n include_tasks: create_security_group/main.yml\n loop_control:\n loop_var: security_group\n loop: \"{{ group_vars.openstack.security_groups }}\"\n\n", "license_type": "no_license", "de...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2809, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/server
129
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n# A role to create servers on OpenStack\n\n- name: Include create_server/main.yml\n include_tasks: create_server/main.yml\n loop_control:\n loop_var: server\n loop: \"{{ group_vars.openstack.server }}\"\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4212, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/ssh_key
129
[ "no_license" ]
[ { "path": "roles/ssh_key/tasks/main.yml", "content": "---\n- name: Include add_ssh_key.yml\n include_tasks: add_ssh_key/main.yml\n loop_control:\n loop_var: ssh_key\n loop: \"{{ group_vars.openstack.ssh_public_keys | dict2items }}\"\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 554, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/subnet
129
[ "no_license" ]
[ { "path": "roles/subnet/tasks/main.yml", "content": "---\n- name: Create a list of network that specified as external\n set_fact:\n external_network_list: \"[{% for item in group_vars.openstack.networks if 'external' in item and item.external == True %}'{{ item.name }}'{% if not loop.last %},{% endif %}...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1365, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/tools
129
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "---\n- name: Copy shutdown_all_op_instances.sh\n ansible.builtin.copy:\n src: shutdown_all_op_instances.sh\n dest: /opt/shutdown_all_op_instances.sh\n owner: root\n group: root\n mode: '0755'\n\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2067, "all_permissive": false }
ansible_role
tsuna-server/build-openstack-deployment
69c837ce49d950a2a046171615f8c521afeb173d
0
roles/volume
129
[ "no_license" ]
[ { "path": "roles/volume/tasks/main.yml", "content": "---\n- name: \"Declare volume\"\n include_tasks: create_volume.yml\n loop_control:\n loop_var: volume\n loop: \"{{ group_vars.openstack.volume }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 551, "all_permissive": false }
ansible_role
ansarpalakottal/esp
91614c022d89293122b67188c7747b66e1526d38
0
roles/deploy
131
[ "no_license" ]
[ { "path": "roles/deploy/vars/main.yaml", "content": "---\r\nenv: dev", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "roles/deploy/tasks/main.yaml", "content": "---\r\n- name: ", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2062, "all_permissive": false }
ansible_role
JoDevOps-Stack/expense-ansible-roles
bafebc749d7a41d6bbab8aa7e938cd87bc7f961e
0
roles/backend
131
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "MYSQL_HOST: mysql.daws82.click\nMYSQL_USER: root\nMYSQL_PASSWORD: <PASSWORD>\nAPP_LOCATION: /app\nCOMPONENT: backend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/backend/tasks/main.yam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1918, "all_permissive": false }
ansible_role
munye/mtlio
8b2c936a6e36efaa4c0427f222a61a69dfad8f1f
0
roles/chronos
131
[ "no_license" ]
[ { "path": "roles/chronos/defaults/main.yml", "content": "---\nchronos_version: 2.3.4\nchronos_package: \"chronos-{{ chronos_version }}\"\n\n# right now there is an issue with chronos zookeeper connection with auth, so leave it blank for now\nchronos_zk_auth: \"\" \nchronos_zk_dns: \"zookeeper.service.{{ con...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11689, "all_permissive": false }
ansible_role
munye/mtlio
8b2c936a6e36efaa4c0427f222a61a69dfad8f1f
0
roles/consul
131
[ "no_license" ]
[ { "path": "roles/consul/templates/nginx-consul.env.j2", "content": "NGINX_KV=service/nginx/templates/consul\nNGINX_AUTH_TYPE=basic\nNGINX_AUTH_BASIC_KV=service/nginx/auth/users\nNGINX_PUBLIC_IP={{ private_ipv4 }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4941, "all_permissive": false }
ansible_role
munye/mtlio
8b2c936a6e36efaa4c0427f222a61a69dfad8f1f
0
roles/docker
131
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# Workaround for https://github.com/CiscoCloud/microservices-infrastructure/issues/161\n- name: install latest device-mapper-libs\n sudo: yes\n yum:\n name: device-mapper-libs\n state: latest\n tags:\n - docker\n - bootstrap\n\n\n- nam...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2979, "all_permissive": false }
ansible_role
munye/mtlio
8b2c936a6e36efaa4c0427f222a61a69dfad8f1f
0
roles/mantlui
131
[ "no_license" ]
[ { "path": "roles/mantlui/tasks/main.yml", "content": "---\n- name: copy nginx configuration\n sudo: yes\n template:\n src: mantlui.nginx.j2\n dest: /etc/mantlui.nginx\n tags:\n - mantlui\n\n- name: configure nginx\n sudo: yes\n command: consul-cli kv-write service/nginx/templates/mantlui @/etc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7580, "all_permissive": false }
ansible_role
munye/mtlio
8b2c936a6e36efaa4c0427f222a61a69dfad8f1f
0
roles/marathon
131
[ "no_license" ]
[ { "path": "roles/marathon/tasks/jobs.yml", "content": "---\n- name: ensure job docker images are present\n sudo: yes\n command: /usr/bin/docker pull {{ item }}\n with_items:\n - \"{{ mesos_consul_image }}:{{ mesos_consul_image_tag }}\"\n - \"{{ mantl_api_image }}:{{ mantl_api_image_tag }}\"\n tags...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9971, "all_permissive": false }
ansible_role
munye/mtlio
8b2c936a6e36efaa4c0427f222a61a69dfad8f1f
0
roles/mesos
131
[ "no_license" ]
[ { "path": "roles/mesos/tasks/leader.yml", "content": "---\n- name: configure leader defaults\n sudo: yes\n template:\n src: master-defaults.j2\n dest: /etc/default/mesos-master\n notify:\n - restart mesos leader\n tags:\n - mesos\n\n- name: write leader credentials\n sudo: yes\n when: do_m...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9400, "all_permissive": false }
ansible_role
munye/mtlio
8b2c936a6e36efaa4c0427f222a61a69dfad8f1f
0
roles/nginx
131
[ "no_license" ]
[ { "path": "roles/nginx/tasks/distributive.yml", "content": "---\n# some created directories may be redundant, but are kept in case anything else\n# changes, and to enable the picking and choosing of components/roles.\n- name: create consul configuration directory\n sudo: yes\n file:\n path: /etc/consul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
munye/mtlio
8b2c936a6e36efaa4c0427f222a61a69dfad8f1f
0
roles/vault
131
[ "no_license" ]
[ { "path": "roles/vault/tasks/bootstrap.yml", "content": "---\n- name: initialize vault\n sudo: yes\n run_once: yes\n changed_when: no\n command: curl -1 -X PUT -d '{{ vault_init_json }}' -k https://localhost:8200/v1/sys/init\n register: vault_init_output\n tags:\n - vault\n\n- name: extract keys\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2383, "all_permissive": false }
ansible_role
bryanlarsen/enneahost
c1eaa1aa43d58edd7b3c3f5785bdacbacc88d682
1
roles/consul
131
[ "no_license" ]
[ { "path": "roles/consul/handlers/main.yml", "content": "---\n- name: restart dnsmasq\n service: name=dnsmasq state=restarted\n\n- name: restart consul\n service: name=consul state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 567, "all_permissive": false }
ansible_role
bryanlarsen/enneahost
c1eaa1aa43d58edd7b3c3f5785bdacbacc88d682
1
roles/docker
131
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- apt_key:\n url: http://get.docker.io/gpg\n id: A88D21E9\n state: present\n\n- apt_repository:\n repo: deb http://get.docker.io/ubuntu docker main\n update_cache: yes\n state: present\n\n- apt: pkg=lxc-docker\n\n- copy: src=docker....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1409, "all_permissive": false }
ansible_role
jvanderaa/AnsibleForPP
0d8166b9dafb8959ffdd2667e5b79ef90b8ae5c0
1
part09/ansible/roles/datacenter_routers_qos
131
[ "no_license" ]
[ { "path": "part09/ansible/roles/datacenter_routers_qos/templates/ios_qos.j2", "content": "{% for default_web in qos_default_web -%}\n{% if loop.index == 1 %}\nip access-list extended DEFAULT_WEB\n{% endif %}\n permit {{ default_web.protocol }} {{ default_web.src }} {{ default_web.dst }}\n permit {{ default_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 2637, "all_permissive": false }
ansible_role
i-emil/ansible
94783cd9e773e8e8bca0033f1a0267e158ff8a74
0
ansible/roles/cri-dockerd
131
[ "no_license" ]
[ { "path": "ansible/roles/cri-dockerd/tasks/main.yml", "content": "---\n# tasks file for cri-dockerd\n- name: Checkout from from ri-dockerd github\n git:\n repo: 'https://github.com/Mirantis/cri-dockerd.git'\n dest: cri-dockerd\n\n- name: Download go lang installer\n get_url:\n url: https://storag...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2213, "all_permissive": false }
ansible_role
i-emil/ansible
94783cd9e773e8e8bca0033f1a0267e158ff8a74
0
ansible/roles/kubernetes
131
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/main.yml", "content": "---\n# tasks file for kubernetes\n- name: Install required system packages\n apt:\n pkg:\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setuptools\n state: latest\n update_cache: true\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
i-emil/ansible
94783cd9e773e8e8bca0033f1a0267e158ff8a74
0
ansible/roles/kubernetes-master
131
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-master/tasks/main.yml", "content": "---\n# tasks file for kubernetes-master\n- name: Add a line to sysctl.conf\n lineinfile:\n path: /etc/sysctl.d/k8s.conf\n line: \"{{ item }}\"\n create: yes\n with_items: \n - net.bridge.bridge-nf-call-iptables = 1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1305, "all_permissive": false }
ansible_role
matonb/step
8b8ccfcc4d2442b1021ad0bcd3588e10a3f0baf8
0
roles/ca_bootstrap
131
[ "no_license" ]
[ { "path": "roles/ca_bootstrap/tasks/install_Debian.yml", "content": "---\n- name: Install CLI package\n become: true\n ansible.builtin.package:\n deb: \"{{ item }}\"\n state: present\n loop: \"{{ step_ca_package_cli }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 437, "all_permissive": false }
ansible_role
matonb/step
8b8ccfcc4d2442b1021ad0bcd3588e10a3f0baf8
0
roles/ca_server
131
[ "no_license" ]
[ { "path": "roles/ca_server/tasks/main.yml", "content": "---\n- name: Ensure step group\n ansible.builtin.user:\n name: step\n system: true\n- name: Ensure step user\n ansible.builtin.user:\n name: step\n group: step\n home: /etc/step-ca\n shell: /bin/false\n system: true\n- name: Incl...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 998, "all_permissive": false }
ansible_role
fabiocruzcoelho/ansible-zabbix
c005db7874e89a2bb0f6e1bf53697b236762fb8f
0
roles/agent
131
[ "no_license" ]
[ { "path": "roles/agent/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - agent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/agent/defaults/main.yml", "content": "---\n# defaults file for agent\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7746, "all_permissive": false }
ansible_role
flavienbwk/scw-observability-iac
20d62190ea7c43e9c5f92a9a3c52c3636b72afa7
0
roles/activate_cockpit_project
131
[ "no_license" ]
[ { "path": "roles/activate_cockpit_project/README.md", "content": "# `activate_cockpit_project` role\n\nThis role configures Scaleway's [Observability feature](https://www.scaleway.com/en/betas/#observability) by activating a Cockpit instance and creating a push token for your metrics and logs.\n\nIt produce...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5329, "all_permissive": false }
ansible_role
flavienbwk/scw-observability-iac
20d62190ea7c43e9c5f92a9a3c52c3636b72afa7
0
roles/push_logs_cockpit
131
[ "no_license" ]
[ { "path": "roles/push_logs_cockpit/defaults/main.yml", "content": "---\n\nremote_playground_path: \"/tmp/scw-cockpit-demo\"\nfacts_file_path: \"./facts.json\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/push_logs_cockpit/README.md", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 7010, "all_permissive": false }
ansible_role
mosheeven/final_project
1b13720eb269ff588390249efdec30c508fa17e6
0
ansible/roles/consul
135
[ "no_license" ]
[ { "path": "ansible/roles/consul/tasks/main.yaml", "content": "---\n- name: Install unzip and dnsmask\n apt:\n pkg:\n - unzip\n - dnsmasq\n update_cache: yes\n\n- name: Copy dnsmask conf file\n ansible.builtin.copy:\n src: 10-consul\n dest: /etc/dnsmasq.d/\n force: yes\n owner: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2772, "all_permissive": false }
ansible_role
mosheeven/final_project
1b13720eb269ff588390249efdec30c508fa17e6
0
ansible/roles/docker-role
135
[ "no_license" ]
[ { "path": "ansible/roles/docker-role/handlers/main.yml", "content": "---\n# handlers file for docker-role\n- name: restart docker\n ansible.builtin.service:\n name: docker\n state: restarted\n listen: \"restart docker service\"\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1389, "all_permissive": false }
ansible_role
mosheeven/final_project
1b13720eb269ff588390249efdec30c508fa17e6
0
ansible/roles/elasticsearch-role
135
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch-role/tasks/main.yml", "content": "---\n# tasks file for elasticsearch\n# Add Elasticsearch apt key\n\n- name: Add Elasticsearch apt key\n apt_key:\n url: \"https://packages.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n# Add the Elasticsearch apt repo. ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1762, "all_permissive": false }
ansible_role
mosheeven/final_project
1b13720eb269ff588390249efdec30c508fa17e6
0
ansible/roles/filebeat
135
[ "no_license" ]
[ { "path": "ansible/roles/filebeat/handlers/main.yml", "content": "---\n# handlers file for filebeat\n- name: restart filebeat\n ansible.builtin.service:\n name: filebeat\n state: restarted\n listen: \"restart filebeat service\"", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1261, "all_permissive": false }
ansible_role
mosheeven/final_project
1b13720eb269ff588390249efdec30c508fa17e6
0
ansible/roles/jenkins-role
135
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-role/tasks/jenkins-master.yml", "content": "---\n\n- name: Print massage from master\n ansible.builtin.debug:\n msg:\n - \"Running on {{ hostvars[inventory_hostname].tags.Name }}\"\n\n- name: Ensure dependencies are installed.\n apt:\n name:\n - curl\n -...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3181, "all_permissive": false }
ansible_role
mosheeven/final_project
1b13720eb269ff588390249efdec30c508fa17e6
0
ansible/roles/kibana-role
135
[ "no_license" ]
[ { "path": "ansible/roles/kibana-role/tasks/main.yml", "content": "---\n# tasks file for kibana\n# Install Kibana \n- name: Install a kibana.\n apt:\n deb: https://artifacts.elastic.co/downloads/kibana/kibana-oss-7.10.2-amd64.deb\n \n# Configurations\n- name: Updating the config file to allow outside acc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1527, "all_permissive": false }
ansible_role
mosheeven/final_project
1b13720eb269ff588390249efdec30c508fa17e6
0
ansible/roles/node-exporter
135
[ "no_license" ]
[ { "path": "ansible/roles/node-exporter/files/node_exporter.json", "content": "{\n \"service\": {\n \"name\": \"node_exporter\",\n \"port\": 9100,\n \"tags\": [\"prometheus\", \"node_exporter\"]\n }\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 496, "all_permissive": false }
ansible_role
mosheeven/final_project
1b13720eb269ff588390249efdec30c508fa17e6
0
ansible/roles/prometheus
135
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/templates/prometheus.json.j2", "content": "{\n \"service\": {\n \"id\": \"Prometheus&Grafana\",\n \"name\": \"Prometheus&Grafana\",\n \"tags\": [\"prometheus\", \"grafana\"],\n \"port\": 9090,\n \"checks\": [\n {\n \"id\": \"tcp\",\n \"n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4080, "all_permissive": false }
ansible_role
testcivgs/cicd
f8d4409cb8fc13b0d8c4ff6f73ec5ea3c9e08dd2
0
infrastructure/ansible/roles/jenkins
135
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/jenkins/vars/debian.yml", "content": "---\n\njenkins_prereq_pkgs:\n - build-essential\n - curl\n - unzip\n - git\n - python-dev\n - python-pip\n - jq\n\njenkins_pip_pkgs_extra:\n - lxml\n - python-jenkins\n - requests\n - j2cli\n - yq\n - pyhcl\n\njenkins...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 11361, "all_permissive": false }
ansible_role
testcivgs/cicd
f8d4409cb8fc13b0d8c4ff6f73ec5ea3c9e08dd2
0
infrastructure/ansible/roles/jenkins-jobs
135
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/jenkins-jobs/defaults/main.yml", "content": "jenkins_extra_job_creds_config: []\njenkins_extra_jobs: []\nterraform_version: 0.8.8\ntf_download_url: \"https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_amd64.zip\"\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4433, "all_permissive": false }
ansible_role
Ashtrey9155/Linux-administrator-pro_2023
3994a23f72e000ed10967300a714b5c51c6ac071
1
lesson_11_ansible/playbooks/roles/epel
135
[ "no_license" ]
[ { "path": "lesson_11_ansible/playbooks/roles/epel/defaults/main.yml", "content": "---\n# defaults file for epel", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "lesson_11_ansible/playbooks/roles/epel/vars/main.yml", "content": "---\n# vars file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 257, "all_permissive": false }
ansible_role
Ashtrey9155/Linux-administrator-pro_2023
3994a23f72e000ed10967300a714b5c51c6ac071
1
lesson_11_ansible/playbooks/roles/nginx
135
[ "no_license" ]
[ { "path": "lesson_11_ansible/playbooks/roles/nginx/vars/main.yml", "content": "---\n# vars file for nginx\nnginx_listen_port: 8080", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "lesson_11_ansible/playbooks/roles/nginx/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 524, "all_permissive": false }
ansible_role
Ashtrey9155/Linux-administrator-pro_2023
3994a23f72e000ed10967300a714b5c51c6ac071
1
lesson_15_log/less_15_logs/ansible/roles/audispd-plugins
135
[ "no_license" ]
[ { "path": "lesson_15_log/less_15_logs/ansible/roles/audispd-plugins/tasks/main.yml", "content": "---\n# tasks file for audispd plugins\n- name: AUDIT | Install audispd plugins\n yum:\n name: audispd-plugins\n state: present\n tags:\n - audispd-plagins\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
Ashtrey9155/Linux-administrator-pro_2023
3994a23f72e000ed10967300a714b5c51c6ac071
1
lesson_15_log/less_15_logs/ansible/roles/nginx
135
[ "no_license" ]
[ { "path": "lesson_15_log/less_15_logs/ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: NGINX | Install NGINX package from EPEL Repo\n yum:\n name: nginx\n state: latest\n when:\n ansible_os_family == \"RedHat\"\n notify:\n - restart nginx\n tags:\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/ansible-cron
135
[ "no_license" ]
[ { "path": "roles/ansible-cron/templates/newsyslog-ansible.conf.j2", "content": "# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num]\n/var/log/ansible.log ansible:ansible 644 4 1000 * CN", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4980, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/common
135
[ "no_license" ]
[ { "path": "roles/common/templates/resolv.conf.j2", "content": "# {{ ansible_managed }}\n\n{% for address in common__nameservers.addresses %}\nnameserver {{ address }}\n{% endfor %}\n{% if \"search\" in common__nameservers %}\n{% for search in common__nameservers.search %}\nsearch {{ search }}\n{% endfor %}\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 13284, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/common-rpi
135
[ "no_license" ]
[ { "path": "roles/common-rpi/tasks/config.yml", "content": "---\n# tasks file for common-rpi to configure config.txt\n- name: \"Determine config file path\"\n ansible.builtin.set_fact:\n config_path: \"/boot/firmware/usercfg.txt\"\n when: ansible_lsb.release == \"20.04\"\n- name: \"Determine config file...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3177, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/common-users
135
[ "no_license" ]
[ { "path": "roles/common-users/templates/sudoers.j2", "content": "# {{ ansible_managed }}\n\n{% for item in common__unix_groups %}\n{% if \"sudo\" in item and item.sudo %}\n%{{ item.name }} ALL=(ALL:ALL) NOPASSWD:ALL\n{% endif %}\n{% endfor %}\n\n{% for item in common__unix_users %}\n{% if \"sudo\" in item a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2124, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/docker-brultech-serial2mqtt
135
[ "no_license" ]
[ { "path": "roles/docker-brultech-serial2mqtt/defaults/main.yml", "content": "---\n# defaults file for docker-brultech-serial2mqtt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/docker-brultech-serial2mqtt/vars/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4543, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/docker-networks
135
[ "no_license" ]
[ { "path": "roles/docker-networks/tasks/main.yml", "content": "---\n# tasks file for docker-networks\n- name: \"Create MAN network\"\n community.docker.docker_network:\n attachable: true\n driver: \"macvlan\"\n driver_options:\n parent: \"{{ docker_networks__parent_interface }}.10\"\n enabl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1675, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/github-client
135
[ "no_license" ]
[ { "path": "roles/github-client/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - github-client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/github-client/tasks/main.yml", "content": "---\n# ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 513, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/vyos-dhcp-server
135
[ "no_license" ]
[ { "path": "roles/vyos-dhcp-server/defaults/main.yml", "content": "---\n# defaults file for vyos-dhcp-server\n\nvyos_dhcp_server__networks: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/vyos-dhcp-server/vars/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3370, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/vyos-dns-forwarding
135
[ "no_license" ]
[ { "path": "roles/vyos-dns-forwarding/handlers/main.yml", "content": "---\n# handlers file for vyos-dns-forwarding\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/vyos-dns-forwarding/templates/dns_forwarding.yml.j2", "content": "---\n{% ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1975, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/vyos-firewall
135
[ "no_license" ]
[ { "path": "roles/vyos-firewall/tasks/main.yml", "content": "---\n# tasks file for vyos-firewall\n- name: \"Set default attribute values on vyos_firewall__zones\"\n ansible.builtin.set_fact:\n vyos_firewall__zones: \"{{ lookup('template', 'templates/vyos_firewall__zones.j2') | from_yaml }}\"\n tags:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7127, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/vyos-interfaces
135
[ "no_license" ]
[ { "path": "roles/vyos-interfaces/defaults/main.yml", "content": "---\n# defaults file for vyos-interfaces\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/vyos-interfaces/templates/wireguard_config.yml.j2", "content": "---\n{% macro set_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5566, "all_permissive": false }
ansible_role
sdwilsh/ansible-playbooks
207454e55b41d4d3032dc9f744503f851d6de784
13
roles/vyos-vrrp
135
[ "no_license" ]
[ { "path": "roles/vyos-vrrp/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vyos-vrrp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/vyos-vrrp/vars/main.yml", "content": "---\n# vars file for v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2646, "all_permissive": false }
ansible_role
jeffcpullen/pwnops
166c45e3688e9fa45c44698e4408871116692b13
1
pwnops/dev_setup/roles/docker_machine
135
[ "no_license" ]
[ { "path": "pwnops/dev_setup/roles/docker_machine/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker_machine\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "pwnops/dev_setup/roles/docker_machine/vars/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3276, "all_permissive": false }
ansible_role
bocoup/wpt-results-collector
c2ce072d1854902bf9cb8d0b4348eb8e900e037d
0
provisioning/configuration/roles/buildbot-master
135
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/buildbot-master/tasks/db_device.yml", "content": "---\n- name: Unmount database partition\n command: umount {{db_device}}\n when: db_device_reformat\n ignore_errors: True\n\n- name: Format database partition\n command: mkfs --type ext4 {{db_device}}\n when: d...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4551, "all_permissive": false }
ansible_role
bocoup/wpt-results-collector
c2ce072d1854902bf9cb8d0b4348eb8e900e037d
0
provisioning/configuration/roles/buildbot-worker
135
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/buildbot-worker/vars/main.yml", "content": "---\nhome_dir: '/home/{{application_user}}'\nmaster_hostname: '{{groups[\"buildbot-master\"][0]}}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "provisionin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1893, "all_permissive": false }
ansible_role
bocoup/wpt-results-collector
c2ce072d1854902bf9cb8d0b4348eb8e900e037d
0
provisioning/configuration/roles/google-cloud-platform
135
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/google-cloud-platform/tasks/main.yml", "content": "---\n- name: Create directory to store keys\n file:\n name: /root/keys\n state: directory\n\n- name: Download key for external package repository\n get_url:\n url: https://packages.cloud.google.com/apt/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1989, "all_permissive": false }
ansible_role
bocoup/wpt-results-collector
c2ce072d1854902bf9cb8d0b4348eb8e900e037d
0
provisioning/configuration/roles/sauce-labs
135
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/sauce-labs/tasks/main.yml", "content": "---\n# In Ubuntu 16.04, open file limits are set via two independent configuration\n# files.\n#\n# https://ro-che.info/articles/2017-03-26-increase-open-files-limit\n- name: Raise limit on number of open files (systemd setti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1067, "all_permissive": false }
ansible_role
bocoup/wpt-results-collector
c2ce072d1854902bf9cb8d0b4348eb8e900e037d
0
provisioning/configuration/roles/web-browsers
135
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/web-browsers/tasks/main.yml", "content": "---\n- name: Create directory to store keys\n file:\n name: /root/keys\n state: directory\n\n- name: Download key for external package repository\n get_url:\n url: https://dl-ssl.google.com/linux/linux_signing_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2616, "all_permissive": false }
ansible_role
bocoup/wpt-results-collector
c2ce072d1854902bf9cb8d0b4348eb8e900e037d
0
provisioning/configuration/roles/wpt-cli
135
[ "no_license" ]
[ { "path": "provisioning/configuration/roles/wpt-cli/tasks/main.yml", "content": "---\n- name: Install system packages\n apt:\n name: '{{ item }}'\n state: present\n with_items:\n - python-pip\n - python2.7\n\n- name: Install script for modifying system hosts file\n copy:\n src: ../../src/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/acm
135
[ "no_license" ]
[ { "path": "network/roles/acm/tasks/main.yml", "content": "---\n- name: obtain acm facts for \"{{ service_name }}-{{ operating_env }}\"\n aws_acm_info:\n register: acm_facts\n\n\n- name: set ARN of HTTPS certificate as fact\n set_fact:\n https_certificate_arn: \"{{ acm_facts.certificates | json_query(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/cdn
135
[ "no_license" ]
[ { "path": "network/roles/cdn/tasks/main.yml", "content": "- name: \"Configure CDN distribution for serving media over HTTPS: {{ media_cname }}\"\n cloudfront_distribution:\n alias: \"{{ media_cname }}\"\n caller_reference: \"{{ media_cname }}-cdn\"\n comment: \"{{ media_cname }} distribution\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1983, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/cfg
135
[ "no_license" ]
[ { "path": "network/roles/cfg/tasks/main.yml", "content": "---\n- name: Generate an env-specific configuration\n template:\n src=template/environment.tmpl.j2\n dest=\"{{config_info}}\"\n delegate_to: localhost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/dns
135
[ "no_license" ]
[ { "path": "network/roles/dns/vars/main.yml", "content": "## BEGIN\n## queries the CNAME hosts and the CDN domain names in\n## order to build a simplified map of cname : domain name.\n\nquery: '{dn: cloudfront.summary.distributions[*].Aliases[*], cdn: cloudfront.summary.distributions[*].DomainName}'\nlists: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2356, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/iam
135
[ "no_license" ]
[ { "path": "network/roles/iam/tasks/thumbnail-service.yml", "content": "- name: Create a lambda execution role for the thumbnail service\n iam_role:\n name: \"{{ thumbnail_service_execution_rolename }}\"\n managed_policies:\n - arn:aws:iam::aws:policy/AWSXrayWriteOnlyAccess\n - arn:aws:iam::...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7113, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/lam
135
[ "no_license" ]
[ { "path": "network/roles/lam/tasks/main.yml", "content": "- name: Get the current caller identity facts\n aws_caller_info:\n register: caller_info\n\n- set_fact: aws_account_id={{ caller_info.account }}\n\n- debug: var=caller_info verbosity=3\n\n- name: Add policy that allows this lambda to be invoked by ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1094, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/rds
135
[ "no_license" ]
[ { "path": "network/roles/rds/tasks/main.yml", "content": "---\n- name: create the rds subnet group\n rds_subnet_group:\n state: present\n region: \"{{ aws_region }}\"\n name: \"{{ rds_subnet_group_name }}\"\n description: '{{ rds_instance_name }} RDS subnet group'\n subnets: \"{{ private_sub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3728, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/ses
135
[ "no_license" ]
[ { "path": "network/roles/ses/tasks/main.yml", "content": "# main.yml\n- name: Ensure {{application_domain_name}} domain identity exists\n aws_ses_identity:\n identity: '{{application_domain_name}}'\n state: present\n", "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": 160, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/sss
135
[ "no_license" ]
[ { "path": "network/roles/sss/tasks/main.yml", "content": "- name: Create bucket for thumbnails\n s3_bucket:\n name: \"{{ media_thumbnail_bucket_name }}\"\n policy: \"{{ lookup('template','s3-media_thumbnail_bucket_name-policy.json') }}\"\n tags:\n Service: \"{{ service_name }}\"\n Name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2977, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/test
135
[ "no_license" ]
[ { "path": "network/roles/test/tasks/main.yml", "content": "---\n- name: say hello\n debug: msg=hello\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 41, "all_permissive": false }
ansible_role
ebridges/elektrum
de58b274cd58c615b9a35cfb80118ab88344d28b
0
network/roles/vpc
135
[ "no_license" ]
[ { "path": "network/roles/vpc/tasks/subnets.yml", "content": "---\n# iterate over our dictionary of subnets with `with_dict`, and create each one with the Ansible module\n- name: \"create a set of subnets within the vpc [{{ vpc_name }}]\"\n ec2_vpc_subnet:\n vpc_id: \"{{ vpc_id }}\"\n cidr: \"{{ item....
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8903, "all_permissive": false }
ansible_role
paramesh369/project
687b6bb9393bbe80c34b18e1e90e2b55c870179a
0
roles/cart
135
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yml", "content": "- name: app-setup\n ansible.builtin.import_role:\n name: common # from which role we need to import\n tasks_from: app-setup\n\n- name: nodejs\n ansible.builtin.import_role:\n name: common # from which role we need to import\n tasks_from: nodej...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
paramesh369/project
687b6bb9393bbe80c34b18e1e90e2b55c870179a
0
roles/catalogue
135
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yml", "content": "- name: app-setup\n ansible.builtin.import_role:\n name: common # from which role we need to import\n tasks_from: app-setup\n\n- name: nodejs\n ansible.builtin.import_role:\n name: common # from which role we need to import\n tasks_from: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
paramesh369/project
687b6bb9393bbe80c34b18e1e90e2b55c870179a
0
roles/common
135
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: disable and enable nodejs\n ansible.builtin.shell: dnf module disable nodejs -y ; dnf module enable nodejs:18 -y\n\n- name: Install nodejs:18\n ansible.builtin.package:\n name: nodejs:18\n state: present\n\n- name: Install dependencies\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1242, "all_permissive": false }
ansible_role
paramesh369/project
687b6bb9393bbe80c34b18e1e90e2b55c870179a
0
roles/redis
135
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install remi release\n ansible.builtin.dnf:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: present\n\n- name: Enable redis:6.2 from package\n ansible.builtin.command: dnf module enable redis:remi-6.2 -y\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
mahesh-ambhore/ansible--TEST
9f35def217c0acb1ff74014e97c9566e9fcf6897
0
roles/apache
135
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: Install apache ubuntu\n apt: pkg=apache2 state=present update_cache=yes cache_valid_time=86400\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n notify:\n - start apache\n tags:\n - apache_ubuntu\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1994, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/aur
135
[ "no_license" ]
[ { "path": "roles/aur/tasks/main.yml", "content": "---\n- name: Install, update, and manage AUR packages\n tags:\n - aur\n - packages\n block:\n - name: Include `aur_builder` main\n ansible.builtin.include_role:\n name: aur_builder\n tasks_from: main\n apply:\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1086, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/aur_builder
135
[ "no_license" ]
[ { "path": "roles/aur_builder/tasks/cleanup.yml", "content": "---\n- name: Remove `aur_builder` pacman privileges\n become: true\n become_user: root\n ansible.builtin.file:\n path: /etc/sudoers.d/11-install-aur_builder\n state: absent\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1049, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/base
135
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Update system, install packages, update system\n tags:\n - bootstrap\n block:\n - name: Ensure systemd-timesyncd is running\n become: true\n become_user: root\n ansible.builtin.systemd:\n name: systemd-timesyncd\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3823, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/check_pass
135
[ "no_license" ]
[ { "path": "roles/check_pass/tasks/main.yml", "content": "---\n- name: Check ssh and password before proceeding\n tags:\n - always\n block:\n - name: Check ssh password first\n ansible.builtin.command: echo \"ssh password correct\"\n changed_when: false\n\n - name: Check sudo password fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/containers
135
[ "no_license" ]
[ { "path": "roles/containers/tasks/main.yml", "content": "---\n- name: Ensure docker network\n community.docker.docker_network:\n name: web\n\n- name: Running container block\n ansible.builtin.include_tasks: block_loop.yml\n loop:\n - name: portainer\n volume: portainer\n", "license_type": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1915, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/docker
135
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Ensure docker is installed\n community.general.pacman:\n name: docker\n state: present\n\n- name: Ensure docker group exits\n ansible.builtin.group:\n name: docker\n system: true\n\n- name: Ensure my user is in docker group\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/fail2ban
135
[ "no_license" ]
[ { "path": "roles/fail2ban/defaults/main.yml", "content": "---\nfail2ban_slack_channel: security\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/fail2ban/handlers/main.yml", "content": "---\n- name: Restart fail2ban\n become: true\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1174, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/firewall
135
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Firewall\n tags:\n - firewall\n block:\n - name: Install ufw\n become: true\n become_user: root\n ansible.builtin.package:\n name: ufw\n state: present\n\n # - name: ufw set logging\n # become: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1094, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/nvim
135
[ "no_license" ]
[ { "path": "roles/nvim/defaults/main.yml", "content": "---\nnvim_conf_dir: '{{ ansible_env.HOME }}/.config/nvim'\nnvim_pack_dir: '{{ nvim_conf_dir }}/pack'\nnvim_packer_dir: '{{ nvim_conf_dir }}/pack/packer'\nnvim_packer_nvim_dir: '{{ nvim_packer_dir }}/opt/packer.nvim'\nnvim_aniseed_dir: '{{ nvim_packer_dir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1384, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/paks
135
[ "no_license" ]
[ { "path": "roles/paks/vars/main.yml", "content": "---\npaks:\n - name: com.discordapp.Discord\n - name: com.github.libresprite.LibreSprite\n - name: com.github.tchx84.Flatseal # manage flatpak permissions\n - name: com.github.wwmm.pulseeffects\n - name: com.slack.Slack\n - name: com.vscodium.codium\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1096, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/sshd
135
[ "no_license" ]
[ { "path": "roles/sshd/defaults/main.yml", "content": "---\nsshd_settings:\n ^PasswordAuthentication: PasswordAuthentication no # Disable password authentication\n ^PermitRootLogin: PermitRootLogin no # Disable SSH root login\n ^PermitTunnel: PermitTunnel no # Disable tun(4) device forwardi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1099, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/sshguard
135
[ "no_license" ]
[ { "path": "roles/sshguard/tasks/main.yml", "content": "---\n- name: SSHGuard - Brute force detector for SSH, Exim, VSFTPD and more. Blocks by\n ip with iptables\n tags:\n - sshguard\n block:\n - name: Install sshguard package\n ansible.builtin.package:\n name: sshguard\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2900, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/traefik
135
[ "no_license" ]
[ { "path": "roles/traefik/defaults/main.yml", "content": "---\ntraefik_folder: '{{ ansible_env.HOME }}/dvlpmnt/containers/traefik'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/traefik/templates/traefik/traefik.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3245, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/user_space
135
[ "no_license" ]
[ { "path": "roles/user_space/defaults/main.yml", "content": "---\nuser_space_local_share: '{{ ansible_env.HOME }}/.local/share'\nuser_space_dvl_dir: '{{ ansible_env.HOME }}/dvlpmnt'\nuser_space_ts_fennel: '{{ user_space_dvl_dir }}/lisp/fennel/tree-sitter-fennel'\nuser_space_crypto_egg_go: '{{ user_space_dvl_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3233, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/yadm
135
[ "no_license" ]
[ { "path": "roles/yadm/tasks/main.yml", "content": "---\n- name: Setup yadm\n tags:\n - yadm\n block:\n - name: Ensure Yadm\n ansible.builtin.package:\n name: yadm\n state: present\n\n - name: Is yadm initialized?\n ansible.builtin.command: yadm status\n ignore_errors:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 915, "all_permissive": false }
ansible_role
BerkeleyTrue/workstation
707bd302e617043b17a36add5b65706a1a3d291c
0
roles/yay
135
[ "no_license" ]
[ { "path": "roles/yay/tasks/main.yml", "content": "---\n- name: Check if yay exists\n ansible.builtin.shell: command -v yay > /dev/null 2>&1 # needs to error in order to capture command status\n changed_when: false\n register: does_yay_exists\n ignore_errors: true\n tags:\n - bootstrap\n - install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1669, "all_permissive": false }
ansible_role
cerepx/packt
e62cff78f2d781d482acab9313f4508e66fd7c1c
0
roles/mysql
135
[ "no_license" ]
[ { "path": "roles/mysql/tasks/install_Debian.yml", "content": "---\n#filename: roles/mysql/tasks/install_Debian.yml\n- name: install mysql client on Debian\n apt:\n name: \"{{ mysql ['pkg']['client'] }}\"\n update_cache: yes\n\n- name: install mysql server on Debian\n apt:\n name: \"{{ mysql ['pkg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1606, "all_permissive": false }
ansible_role
cerepx/packt
e62cff78f2d781d482acab9313f4508e66fd7c1c
0
roles/nginx
135
[ "no_license" ]
[ { "path": "roles/nginx/tasks/configure.yml", "content": "---\n# filename: roles/nginx/tasks/configure.yml\n- name: create php virtual hosts\n template:\n src: php_vhost.j2\n dest: /etc/nginx/conf.d/{{ item.key }}.conf\n with_dict: \"{{ nginx['phpsites'] }}\"\n notify:\n - restart nginx service...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 399, "all_permissive": false }