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
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/minimal-jumpbox-setup
7,289
[ "no_license" ]
[ { "path": "roles/minimal-jumpbox-setup/tasks/main.yml", "content": "---\n\n- name: install list of packages, debian based\n apt:\n pkg:\n - net-tools # netstat\n - jq # json tool\n - vim\n - curl\n - whois\n - zip\n - unzip\n - ntpdate\n - netcat\n - traceroute\n - pytho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2461, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/nginx-maintenance
7,289
[ "no_license" ]
[ { "path": "roles/nginx-maintenance/templates/nginx-maintenance-service.yaml", "content": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: maintenance-html-configmap\n #namespace: default\ndata:\n maintenance.html: |\n <!DOCTYPE html>\n <html lang=\"en\">\n \n <head>\n \n <titl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6508, "all_permissive": false }
ansible_role
fabianlee/gcp-gke-clusters-ingress
963305096122feba4588230599bc55c813e55071
15
roles/tiny-tools-daemonset
7,289
[ "no_license" ]
[ { "path": "roles/tiny-tools-daemonset/tasks/main.yml", "content": "---\n\n- name: copy tiny-tools DS file to remote host\n copy:\n src: \"{{role_path}}/files/tiny-tools-daemonset.yaml\"\n dest: .\n owner: ubuntu\n group: ubuntu\n\n- name: apply tiny tools daemonset\n k8s:\n kubeconfig: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
vetm73/virtual_kubernetes_cluster
c1da61661f65ef0fe754a73c191baf84ef58e392
0
ansible/roles/nfs-client
7,289
[ "no_license" ]
[ { "path": "ansible/roles/nfs-client/tasks/main.yml", "content": "- debug: var=ansible_all_ipv4_addresses\n- debug: var=ansible_default_ipv4.address\n- debug: var=ansible_eth1.ipv4.address\n\n- name: Ensure NFS common is installed.\n apt: name=nfs-common state=present update_cache=yes\n\n- name: Create moun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
vetm73/virtual_kubernetes_cluster
c1da61661f65ef0fe754a73c191baf84ef58e392
0
ansible/roles/nfs-server
7,289
[ "no_license" ]
[ { "path": "ansible/roles/nfs-server/tasks/main.yml", "content": "- name: Create mountable dir\n file: path=/opt/nfs state=directory mode=777 owner=root group=root\n- name: Ensure NFS utilities are installed.\n apt:\n pkg:\n - nfs-common\n - nfs-kernel-server\n update_cache: yes\n- name: co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
vetm73/virtual_kubernetes_cluster
c1da61661f65ef0fe754a73c191baf84ef58e392
0
ansible/roles/prepare
7,289
[ "no_license" ]
[ { "path": "ansible/roles/prepare/tasks/modules.yml", "content": "- command: modprobe {{item}}\n with_items: \n - ip_vs\n - ip_vs_rr\n - ip_vs_wrr\n - ip_vs_sh\n - nf_conntrack_ipv4\n- lineinfile: path=/etc/modules line='{{item}}' create=yes state=present\n with_items: \n - ip_vs\n - ip_vs_rr\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1408, "all_permissive": false }
ansible_role
nicolas17000/RestoProch
7cf84ad2e1455bf6cb8ebadde5960bce6c310c29
0
ansible/roles/bdd
7,289
[ "no_license" ]
[ { "path": "ansible/roles/bdd/vars/main.yml", "content": "mariadb_root_password: \"<PASSWORD>\"\ndb_name: \"RestoProch\"\ndb_user: \"root\"\ndb_password: \"<PASSWORD>\"\nbackup_dir: \"/var/backups\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2315, "all_permissive": false }
ansible_role
nicolas17000/RestoProch
7cf84ad2e1455bf6cb8ebadde5960bce6c310c29
0
ansible/roles/frontend
7,289
[ "no_license" ]
[ { "path": "ansible/roles/frontend/vars/main.yml", "content": "supervision_ip: \"{{ hostvars['supervision1']['ansible_host'] }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible/roles/frontend/tasks/main.yml", "content": "- name: Met à j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6020, "all_permissive": false }
ansible_role
mkamei9975/ansible-lab-day4
5d08f33eb497df414b2f5abb978fcc63a63110f1
0
roles/configuration
7,289
[ "no_license" ]
[ { "path": "roles/configuration/tasks/main.yml", "content": "- name: enable repos\n template:\n src: open_three-tier-app.repo\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n\n- name: Modify sudoers requiretty\n lineinfile: >-\n dest='/etc/sudoers'\n state=present\n backre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
mkamei9975/ansible-lab-day4
5d08f33eb497df414b2f5abb978fcc63a63110f1
0
roles/create_instance
7,289
[ "no_license" ]
[ { "path": "roles/create_instance/tasks/add_floating_ip.yml", "content": " - name: Add floating IP to server\n os_floating_ip:\n cloud: ospcloud\n state: present\n reuse: yes\n server: \"{{ item.host_name }}\"\n network: ext_network\n wait: true\n timeout: 180\n regi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1786, "all_permissive": false }
ansible_role
intel/CommsPowerManagement
1d06293c523aeacb0d5a02beb284017e6aca0b4c
84
ansible/roles/commspower-platform-provisioning
7,289
[ "permissive" ]
[ { "path": "ansible/roles/commspower-platform-provisioning/tasks/update_grub_reboot.yml", "content": "# SPDX-License-Identifier: BSD-3-Clause\n# Copyright(c) 2020-21 Intel Corporation\n\n---\n# Replace the default grub command line with custom boot parameters.\n- name: Update default grub config for RedHat o...
{ "task_files": 18, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 21, "total_bytes": 24154, "all_permissive": true }
ansible_role
Vikramsng/ansible-docker-automation
537fc4e1d8b761f97d29c1b1a749160add682b25
0
roles/apache
7,289
[ "no_license" ]
[ { "path": "roles/apache/templates/apache.conf.j2", "content": "<VirtualHost *:{{ apache_port }}>\n DocumentRoot {{ apache_doc_root }}\n\n <Directory {{ apache_doc_root }}>\n Options Indexes FollowSymLinks\n AllowOverride None\n Require all granted\n </Directory>\n</VirtualHost>...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 736, "all_permissive": false }
ansible_role
Vikramsng/ansible-docker-automation
537fc4e1d8b761f97d29c1b1a749160add682b25
0
roles/docker
7,289
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install Prerequisite\n apt: \n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - gnupg-agent\n\n- name: Add Docker GPG k...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2759, "all_permissive": false }
ansible_role
Vikramsng/ansible-docker-automation
537fc4e1d8b761f97d29c1b1a749160add682b25
0
roles/nginx
7,289
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Deploy custom nginx.conf\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify: Restart Nginx\n\n- name: Ensure Nginx is running\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 667, "all_permissive": false }
ansible_role
SergSha/lab-08
665cd20ed45fcc0020da50fadfab8603bab2bed7
0
roles/kafka-servers
7,289
[ "no_license" ]
[ { "path": "roles/kafka-servers/tasks/zookeeper.yml", "content": "---\n- name: Zookeeper | Install Java\n ansible.builtin.dnf:\n name: \"java-17-openjdk\" # java-11-openjdk\n state: latest\n update_cache: true\n\n- name: Zookeeper | Add Zookeeper user\n ansible.builtin.user:\n name: zookeeper\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6119, "all_permissive": false }
ansible_role
SergSha/lab-08
665cd20ed45fcc0020da50fadfab8603bab2bed7
0
roles/logstash-servers
7,289
[ "no_license" ]
[ { "path": "roles/logstash-servers/tasks/main.yml", "content": "---\n#- name: Include nftables service\n# include_tasks: nftables.yml\n\n- name: Install Logstash\n include_tasks: logstash.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 801, "all_permissive": false }
ansible_role
MMeerim/awx-tower
32932867a8833d0aea1b50c5e73f3daf783668a9
0
awx/installer/roles/image_build
7,289
[ "permissive" ]
[ { "path": "awx/installer/roles/image_build/tasks/main.yml", "content": "---\n- name: Set global version if not provided\n set_fact:\n awx_version: \"{{ lookup('file', playbook_dir + '/../VERSION') }}\"\n when: awx_version is not defined\n\n- name: Verify awx-logos directory exists for official install\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3332, "all_permissive": true }
ansible_role
BElluu/Ansible-PostgreSQL
2301ba0e4377476088850495fa7a30a95bb16863
0
roles/postgres
7,289
[ "no_license" ]
[ { "path": "roles/postgres/tasks/user_pg.yml", "content": "---\n- name: Ensure user has access to the database\n become: true\n become_user: postgres\n postgresql_user:\n name: '{{ user_name }}'\n password: '{{ <PASSWORD> }}'\n role_attr_flags: superuser\n encrypted: true\n state: present\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1283, "all_permissive": false }
ansible_role
neosavvyinc/shoutout-janitor
b61a99cdfd81258e26aa0688fb1dc47612932ec1
0
ansible/roles/deploy
7,289
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "- name: Make sure the /opt/janitor directory exists\n file: dest=/opt/janitor mode=755 state=directory owner={{ shoutoutUID }} group={{ shoutoutGID }}\n\n- name: Make sure the /opt/janitor/logs directory exists\n file: dest=/opt/janitor/logs mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1795, "all_permissive": false }
ansible_role
flaviomeyer/teko-automation
5807a2ee68f4d0e4e93b764d99782ae185f050a5
0
ansible-runner-service/project/roles/virtualmachine
7,289
[ "permissive" ]
[ { "path": "ansible-runner-service/project/roles/virtualmachine/tasks/create_ip.yml", "content": "---\n# tasks file for create_ip \n- name: Create a public ip address\n azure_rm_publicipaddress:\n resource_group: '{{ ip_resource_group }}'\n name: '{{ ip_name }}'\n allocation_method: '{{ ip_allocat...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3210, "all_permissive": true }
ansible_role
ozdael/pega-osp
76c62508b757f33050d6e842bccabc5d152651fd
0
roles/osp-facts
7,295
[ "no_license" ]
[ { "path": "roles/osp-facts/tasks/main.yml", "content": "---\n- name: Fetch instance information\n os_server_facts:\n cloud: ospcloud\n region_name: RegionOne\n register: result\n\n- debug:\n var: result\n\n# when using ansible tower, host_group can be selected for playbook execution\n# add when-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 813, "all_permissive": false }
ansible_role
saurav-kumar-mce/ec2-django-deployment
8a32794d081b4ab150a6af1954e2c6ef92d66dc0
1
devops/ansible/roles/django
7,295
[ "no_license" ]
[ { "path": "devops/ansible/roles/django/tasks/main.yml", "content": "---\n# Clone repository, create virtual environment, and run database migrations\n\n# Clone the Git repository containing the Django application code\n- name: Clone repository\n git:\n repo: \"{{ app_repo }}\"\n dest: \"{{ app_path }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
saurav-kumar-mce/ec2-django-deployment
8a32794d081b4ab150a6af1954e2c6ef92d66dc0
1
devops/ansible/roles/gunicorn
7,295
[ "no_license" ]
[ { "path": "devops/ansible/roles/gunicorn/tasks/main.yml", "content": "- name: Check if Gunicorn service exists\n stat:\n path: \"{{ gunicorn_service_path }}\"\n register: gunicorn_service_exists\n\n- name: Configure Gunicorn service\n blockinfile:\n path: \"{{ gunicorn_service_path }}\"\n block:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
saurav-kumar-mce/ec2-django-deployment
8a32794d081b4ab150a6af1954e2c6ef92d66dc0
1
devops/ansible/roles/handlers
7,295
[ "no_license" ]
[ { "path": "devops/ansible/roles/handlers/tasks/handlers.yml", "content": "---\n# Reload Nginx to apply configuration changes\n- name: Reload Nginx\n systemd:\n name: nginx\n state: reloaded\n\n# Restart Gunicorn after applying configuration changes\n- name: Restart Gunicorn\n systemd:\n name: gun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
saurav-kumar-mce/ec2-django-deployment
8a32794d081b4ab150a6af1954e2c6ef92d66dc0
1
devops/ansible/roles/nginx
7,295
[ "no_license" ]
[ { "path": "devops/ansible/roles/nginx/tasks/main.yml", "content": "- name: Check if Nginx configuration exists\n stat:\n path: \"{{ nginx_conf_path }}\"\n register: nginx_conf_stat\n # Check if the Nginx configuration file exists\n\n- name: Check if Nginx configuration matches\n shell: \"diff {{ ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2388, "all_permissive": false }
ansible_role
saurav-kumar-mce/ec2-django-deployment
8a32794d081b4ab150a6af1954e2c6ef92d66dc0
1
devops/ansible/roles/python
7,295
[ "no_license" ]
[ { "path": "devops/ansible/roles/python/tasks/main.yml", "content": "---\n# Update package list, install Python and pip, and install required packages\n\n# Update the package list on the system\n- name: Update package list\n apt:\n update_cache: yes\n\n# Install Python and pip, as well as the Python virt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
saurav-kumar-mce/ec2-django-deployment
8a32794d081b4ab150a6af1954e2c6ef92d66dc0
1
devops/ansible/roles/supervisor
7,295
[ "no_license" ]
[ { "path": "devops/ansible/roles/supervisor/tasks/main.yml", "content": "---\n# Configure Supervisor\n\n# append the Supervisor configuration file to the system\n- name: Append Supervisor configuration\n lineinfile:\n dest: \"{{ supervisor_conf_path }}\"\n line: |\n [program:todoApp]\n direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
kanr/vagrant-ansible-unifi
65cfcb2f157f57c92e1175d18c19639eadbf9f8c
0
provisioning/roles/common
7,295
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/letsencrypt.yml", "content": "### Example with HTTP challenge ###\n\n- name: Create a challenge for sample.com using a account key from a variable.\n letsencrypt:\n account_key_content: \"{{ account_private_key }}\"\n csr: /etc/pki/cert/csr/sample.com.csr\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4800, "all_permissive": false }
ansible_role
kanr/vagrant-ansible-unifi
65cfcb2f157f57c92e1175d18c19639eadbf9f8c
0
provisioning/roles/unifi
7,295
[ "no_license" ]
[ { "path": "provisioning/roles/unifi/tasks/install-java.yml", "content": "---\n#- name: install java packages\n# apt:\n# allow_unauthenticated: yes\n# name: \"{{ unifi_java_packages }}\"\n# state: \"{{ unifi_packages_state }}\"\n# update_cache: yes\n# become: yes\n# when: ansible_os_family == ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3073, "all_permissive": false }
ansible_role
Otus-DevOps-2018-09/dmitriy-kharchenko_infra
6910a781b9886605e8d75c76aede710ad9114e20
0
ansible/roles/app
7,295
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n- name: Install Ruby\n tags: ruby\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - ruby-full\n - ruby-bundler\n - build-essential\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
AliEbrahimpour/migrateToNetplan
8e1051ce01ba5087240cbeedcfa650506338f9a5
0
roles/justforfun
7,295
[ "no_license" ]
[ { "path": "roles/justforfun/defaults/main.yml", "content": "---\n# defaults file for justforfun\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/justforfun/tasks/main.yml", "content": "---\n# tasks file for justforfun\n- name: apt update...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2233, "all_permissive": false }
ansible_role
saamodra/aptly
93f4d0b17edca49f080d7a421b0438dd78839f60
0
provisioning/roles/docker
7,295
[ "no_license" ]
[ { "path": "provisioning/roles/docker/tasks/docker-install.yml", "content": "---\n- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker-engine\n state: absent\n\n- name: Ensure dependencies are installed.\n apt:\n name:\n - apt-transport-h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 934, "all_permissive": false }
ansible_role
saamodra/aptly
93f4d0b17edca49f080d7a421b0438dd78839f60
0
provisioning/roles/fonts
7,295
[ "no_license" ]
[ { "path": "provisioning/roles/fonts/tasks/main.yml", "content": "---\n- name: Define list of Nerd Fonts\n set_fact:\n nerd_fonts:\n - JetBrainsMono\n - Iosevka\n\n- name: Download Nerd Fonts\n get_url:\n url: \"https://github.com/ryanoasis/nerd-fonts/releases/download/v{{ nerd_fonts_versio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
saamodra/aptly
93f4d0b17edca49f080d7a421b0438dd78839f60
0
provisioning/roles/hoyolab-checkin
7,295
[ "no_license" ]
[ { "path": "provisioning/roles/hoyolab-checkin/templates/config.json5.j2", "content": "{\n \"loglevel\": \"info\",\n \"userAgent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0\",\n \"platforms\": [\n {\n \"id\": 1,\n \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3369, "all_permissive": false }
ansible_role
saamodra/aptly
93f4d0b17edca49f080d7a421b0438dd78839f60
0
provisioning/roles/nodejs
7,295
[ "no_license" ]
[ { "path": "provisioning/roles/nodejs/tasks/main.yml", "content": "---\n- name: Download and install NVM\n shell: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash\n args:\n creates: /root/.nvm/nvm.sh\n\n- name: Source NVM script\n shell: . /root/.nvm/nvm.sh\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
saamodra/aptly
93f4d0b17edca49f080d7a421b0438dd78839f60
0
provisioning/roles/packages
7,295
[ "no_license" ]
[ { "path": "provisioning/roles/packages/tasks/main.yml", "content": "---\n- import_tasks: apt.yml\n tags: apt-install\n\n- import_tasks: snap.yml\n tags: snap-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "provisioning/roles/packages/ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1093, "all_permissive": false }
ansible_role
dexteremocling/terraform-ansible-project
26d6fb985ee6033fd281976a23e1eecfde1edb5e
0
roles/datadisk-2396
7,295
[ "no_license" ]
[ { "path": "roles/datadisk-2396/tasks/main.yml", "content": "---\n# tasks file for datadisk-2396\n\n- name: Create partition table\n parted:\n device: \"{{ disk_device }}\"\n label: gpt\n\n- name: Create partition 1 - {{ part1_fs_type | upper }}\n parted:\n device: \"{{ disk_device }}\"\n numbe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2445, "all_permissive": false }
ansible_role
dexteremocling/terraform-ansible-project
26d6fb985ee6033fd281976a23e1eecfde1edb5e
0
roles/profile-2396
7,295
[ "no_license" ]
[ { "path": "roles/profile-2396/vars/main.yml", "content": "---\n# vars file for profile-2396\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/profile-2396/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 558, "all_permissive": false }
ansible_role
dexteremocling/terraform-ansible-project
26d6fb985ee6033fd281976a23e1eecfde1edb5e
0
roles/user-2396
7,295
[ "no_license" ]
[ { "path": "roles/user-2396/tasks/main.yml", "content": "---\n# tasks file for user-2396\n\n- name: Create group\n group:\n name: \"{{ group_name }}\"\n state: present\n\n- name: Create users and add to groups\n user:\n name: \"{{ item }}\"\n groups: \"{{ extra_groups | join(',') }}\"\n appe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 742, "all_permissive": false }
ansible_role
dexteremocling/terraform-ansible-project
26d6fb985ee6033fd281976a23e1eecfde1edb5e
0
roles/webserver-2396
7,295
[ "no_license" ]
[ { "path": "roles/webserver-2396/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - webserver-2396\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/webserver-2396/tasks/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 948, "all_permissive": false }
ansible_role
sphr2k/ansible
135c02f0281205e9c9bdc7d5bbec89014738f4d5
0
roles/users
7,295
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: Configure users\n user:\n name: \"{{ item }}\"\n append: yes ## Don't set these as our *only* groups!\n groups: adm,sudo\n shell: /bin/bash\n with_items:\n - werner\n\n- name: Configure SSH keys\n authorized_key:\n user: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
sk3l/fatline
33ff810c5d881d0c840dad2f03e148456c686bd1
0
roles/dev
7,295
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "---\n# This Playbook runs all the common plays in the deployment\n\n- name: Create development user\n user: name={{ devusername }} password={{ <PASSWORD> }} comment={{ devusercomment }}\n\n- name: Create code directories\n file:\n path: \"{{ item }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1976, "all_permissive": false }
ansible_role
sk3l/fatline
33ff810c5d881d0c840dad2f03e148456c686bd1
0
roles/red_hat_common
7,295
[ "no_license" ]
[ { "path": "roles/red_hat_common/tasks/main.yml", "content": "---\n#\n # Install SCL repo\n- name: Install SCL repo\n yum:\n name: centos-release-scl\n\n # Install EPEL release repo\n- name: Install EPEL repo\n yum:\n name: epel-release\n\n #- name: Upgrade all packages\n # yum:\n # name: '*'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
sk3l/fatline
33ff810c5d881d0c840dad2f03e148456c686bd1
0
roles/red_hat_dev
7,295
[ "no_license" ]
[ { "path": "roles/red_hat_dev/requirements.yml", "content": "# Place playbook dependencies here\n#- src: robertdebock.scl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/red_hat_dev/tasks/main.yml", "content": "---\n\n# Install Red Hat d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 560, "all_permissive": false }
ansible_role
z1onobdy/otus
64bd58c63b726177e7a85e1ce29ec1016de4ce81
0
2/roles/iscsi
7,293
[ "no_license" ]
[ { "path": "2/roles/iscsi/tasks/main.yml", "content": "---\r\n - name: Setup targetcli\r\n shell: |\r\n targetcli /backstores/fileio create disk1 /disk1 500M write_back=false\r\n targetcli /iscsi create iqn.2023-03.ru.otus:storage-iscsi.target00\r\n targetcli /iscsi/iqn.2023-03.ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2482, "all_permissive": false }
ansible_role
z1onobdy/otus
64bd58c63b726177e7a85e1ce29ec1016de4ce81
0
2/roles/pcs
7,293
[ "no_license" ]
[ { "path": "2/roles/pcs/tasks/main.yml", "content": "---\r\n - name: Create file for auth pacemaker\r\n copy:\r\n dest: \"/tmp/pacemakerauth.expect\"\r\n content: |\r\n #!/usr/bin/expect -f\r\n set timeout -1\r\n spawn pcs cluster auth pcs1 pcs2 pcs3\r\n expect \"Use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1824, "all_permissive": false }
ansible_role
z1onobdy/otus
64bd58c63b726177e7a85e1ce29ec1016de4ce81
0
2/roles/system
7,293
[ "no_license" ]
[ { "path": "2/roles/system/tasks/main.yml", "content": "---\r\n\r\n- name: Install epel-release\r\n yum:\r\n name: \"{{ packages }}\"\r\n state: present\r\n vars:\r\n packages:\r\n - epel-release\r\n\r\n- name: Time synchronization\r\n shell: \"chronyc -a makestep\"\r\n\r\n- name: Install Addi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2957, "all_permissive": false }
ansible_role
z1onobdy/otus
64bd58c63b726177e7a85e1ce29ec1016de4ce81
0
3/roles/backend
7,293
[ "no_license" ]
[ { "path": "3/roles/backend/tasks/main.yml", "content": "---\r\n - name: Backend configuration\r\n block:\r\n - name: Configure php-fpm\r\n community.general.ini_file:\r\n path: /etc/php-fpm.d/www.conf\r\n section: www\r\n option: listen\r\n value: '8080'\r\n\r\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1240, "all_permissive": false }
ansible_role
z1onobdy/otus
64bd58c63b726177e7a85e1ce29ec1016de4ce81
0
3/roles/db
7,293
[ "no_license" ]
[ { "path": "3/roles/db/templates/mysql-root-my.cnf.j2", "content": "[client]\r\nuser=\"{{ mysql_root_username }}\"\r\npassword=\"{{ <PASSWORD> }}\"\r\n\r\n[mysqld]\r\ncharacter-set-server = utf8\r\ncollation-server = utf8_bin", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2162, "all_permissive": false }
ansible_role
z1onobdy/otus
64bd58c63b726177e7a85e1ce29ec1016de4ce81
0
3/roles/frontend
7,293
[ "no_license" ]
[ { "path": "3/roles/frontend/templates/keepalived.conf.j2", "content": "vrrp_instance vrrp1 {\r\n\tstate {{ vrrp_state }}\r\n\tinterface eth1\r\n\tadvert_int 1\r\n\tvirtual_router_id 2\r\n\tpriority {{ vrrp_priority }}\r\n\tauthentication {\r\n\t auth_type PASS\r\n\t auth_pass <PASSWORD>\r\n\t}\r\n\tvirtua...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3113, "all_permissive": false }
ansible_role
z1onobdy/otus
64bd58c63b726177e7a85e1ce29ec1016de4ce81
0
3/roles/system
7,293
[ "no_license" ]
[ { "path": "3/roles/system/tasks/main.yml", "content": "---\r\n\r\n- name: Install epel-release\r\n yum:\r\n name: \"{{ packages }}\"\r\n state: present\r\n vars:\r\n packages:\r\n - epel-release\r\n\r\n- name: Time synchronization\r\n shell: \"chronyc -a makestep\"\r\n\r\n- name: Disable fire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1861, "all_permissive": false }
ansible_role
z1onobdy/otus
64bd58c63b726177e7a85e1ce29ec1016de4ce81
0
5/roles/pxc
7,293
[ "no_license" ]
[ { "path": "5/roles/pxc/handlers/main.yml", "content": "--- \r\n- name: Restart PCSD\r\n systemd:\r\n name: \"{{ item }}\"\r\n state: restarted\r\n enabled: true\r\n with_items:\r\n - pcsd\r\n when: inventory_hostname is match(\"pcs*\")\r\n...\r\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7403, "all_permissive": false }
ansible_role
AndreiRutty/Ansible-Automation
3a5ab0e43ff4145f4081d268a42a004d513772d4
0
playbooks/roles/configure_lamp
7,293
[ "no_license" ]
[ { "path": "playbooks/roles/configure_lamp/tasks/main.yml", "content": "---\n# Add tasks to automate the steps done during weeks 5 and 6 here\n# Use the defaults/ and files/ directories too\n\n- name: \"Get Variables\"\n include_vars:\n file: \"../defaults/main.yml\"\n\n- name: Checking if repo was alrea...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2745, "all_permissive": false }
ansible_role
AndreiRutty/Ansible-Automation
3a5ab0e43ff4145f4081d268a42a004d513772d4
0
playbooks/roles/prerequisites
7,293
[ "no_license" ]
[ { "path": "playbooks/roles/prerequisites/defaults/main.yml", "content": "---\n# Packages\npython_package: python3\npython_venv: python3-venv\npython_virtualenv: python3-virtualenv\nnginx_package: nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1190, "all_permissive": false }
ansible_role
AndreiRutty/Ansible-Automation
3a5ab0e43ff4145f4081d268a42a004d513772d4
0
playbooks/roles/reverse_proxy
7,293
[ "no_license" ]
[ { "path": "playbooks/roles/reverse_proxy/defaults/main.yml", "content": "certificate_dir: /etc/nginx/ssl/nginx-certificate.crt\npk_dir: /etc/nginx/ssl/nginx-pk.key", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "playbooks/roles/reverse_proxy/tasks...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1252, "all_permissive": false }
ansible_role
rubenslj00/config-mgt-ansible
dd468fb89e031c5f593a25711d768a1042657f26
0
playbooks/roles/webservers
7,293
[ "no_license" ]
[ { "path": "playbooks/roles/webservers/tasks/main.yml", "content": " \n---\n\n\n - name: install webserver servers\n package:\n name: \"{{ apache_package }}\"\n state: present\n update_cache: yes\n# register: foo\n when: \n - ansible_os_family == \"Debian\"\n notify: st...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4230, "all_permissive": false }
ansible_role
rikichrisoliva/linux_tweet_app-playbook
34a161cd5d6e87a55bb7ca710304dcd6031917ee
0
roles/docker-compose
7,293
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: Run docker-compose\n docker_compose:\n project_name: docker-compose\n definition:\n version: '3'\n services:\n myapp:\n image: linux_tweet_app\n myproxy:\n container_name: myproxy\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
rikichrisoliva/linux_tweet_app-playbook
34a161cd5d6e87a55bb7ca710304dcd6031917ee
0
roles/linux_tweet_app
7,293
[ "no_license" ]
[ { "path": "roles/linux_tweet_app/tasks/main.yml", "content": "---\n- name: create build directory\n file:\n path: /var/tmp/linux_tweet_app\n state: directory\n owner: rikichrisoliva\n group: rikichrisoliva\n mode: '0755'\n- name: copy Dockerfile\n copy:\n src: Dockerfile\n dest: /var/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 823, "all_permissive": false }
ansible_role
rikichrisoliva/linux_tweet_app-playbook
34a161cd5d6e87a55bb7ca710304dcd6031917ee
0
roles/nginx
7,293
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: create build directory\n file:\n path: /var/tmp/nginx\n state: directory\n owner: rikichrisoliva\n group: rikichrisoliva\n mode: '0755'\n- name: copy Dockerfile\n copy:\n src: Dockerfile\n dest: /var/tmp/nginx/Dockerfile...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1192, "all_permissive": false }
ansible_role
rikichrisoliva/linux_tweet_app-playbook
34a161cd5d6e87a55bb7ca710304dcd6031917ee
0
roles/openssl
7,293
[ "no_license" ]
[ { "path": "roles/openssl/tasks/main.yml", "content": "---\n- name: create openssl directory\n file:\n path: \"{{ openssldir }}\"\n state: directory\n owner: rikichrisoliva\n group: rikichrisoliva\n mode: '0755'\n\n- name: Generate an OpenSSL private key with the default values (4096 bits, RS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 895, "all_permissive": false }
ansible_role
koenverburg/dotfiles
dd92efce78e9ac0f65f7745606334de21ff34de7
11
ansible/playbooks/roles/docker
7,293
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker/tasks/main.yml", "content": "- name: Docker | Install packages that allow apt to be used over HTTPS\n apt:\n state: present\n update_cache: yes\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - softwa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 734, "all_permissive": false }
ansible_role
koenverburg/dotfiles
dd92efce78e9ac0f65f7745606334de21ff34de7
11
ansible/playbooks/roles/fish
7,293
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/fish/tasks/main.yml", "content": "- name: Installing Fish Shell | apt\n apt:\n name: fish\n state: present\n\n- name: Check if Fish is already setup\n register: fish_local\n stat:\n path: \"~/.config/fish\"\n\n- name: Create fish folder in ~/.config file\n whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1799, "all_permissive": false }
ansible_role
koenverburg/dotfiles
dd92efce78e9ac0f65f7745606334de21ff34de7
11
ansible/playbooks/roles/kubernetes
7,293
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/kubernetes/tasks/main.yml", "content": "- name: Kubernetes | Add an apt signing key for Kubernetes\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Kubernetes | Adding apt repository for Kubernetes\n apt_repository...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
koenverburg/dotfiles
dd92efce78e9ac0f65f7745606334de21ff34de7
11
ansible/playbooks/roles/language-servers
7,293
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/language-servers/tasks/main.yml", "content": "- name: Language Servers | vim-language-server\n shell: |\n npm install -g vim-language-server\n\n- name: Language Servers | typescript-language-server\n shell: |\n npm install -g typescript-language-server\n\n- name: L...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 867, "all_permissive": false }
ansible_role
koenverburg/dotfiles
dd92efce78e9ac0f65f7745606334de21ff34de7
11
ansible/playbooks/roles/packages
7,293
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/packages/tasks/main.yml", "content": "- name: General | Install a list of packages\n apt:\n state: present\n name:\n - git\n - wget\n - ca-certificates\n - postgresql\n - postgresql-contrib\n - fzf\n - tmux\n - delta\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
koenverburg/dotfiles
dd92efce78e9ac0f65f7745606334de21ff34de7
11
ansible/playbooks/roles/tmux
7,293
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/tmux/tasks/main.yml", "content": "- name: Installing Tmux | api\n apt:\n name: tmux\n state: present\n\n- name: Link ~/.tmux.conf\n file:\n src: \"{{ lookup('env', 'ROOTDIR') }}/ansible/playbooks/roles/tmux/files/.tmux.conf\"\n dest: ~/.tmux.conf\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4068, "all_permissive": false }
ansible_role
koenverburg/dotfiles
dd92efce78e9ac0f65f7745606334de21ff34de7
11
ansible/playbooks/roles/wsl
7,293
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/wsl/tasks/main.yml", "content": "- name: wsl | creating /etc/shadow\n become: yes\n become_user: root\n shell: |\n pwconv\n chmod 0744 /etc/shadow\n\n- name: wsl | creating /etc/gshadow\n become: yes\n become_user: root\n shell: |\n grpconv\n chmod 0744 /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
amedio77/ansible-roles
7c662e0be47aa335a785dc98ccaa2fd5c9242b93
0
roles/hosts_autopass
7,293
[ "no_license" ]
[ { "path": "roles/hosts_autopass/tasks/add_all_host.yml", "content": " - name: worker add etc hosts\n blockinfile:\n dest: /etc/hosts\n content: \"{{ lookup('template', 'templates/hosts.j2') }}\"\n state: present \n become: yes\n\n - name: worker copy pem key to host\n templa...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2481, "all_permissive": false }
ansible_role
chuckersjp/acm-managed-cluster-gen
d624f076d13c92ddba193e59493b151ca8242d22
2
roles/managed-clusters-role
7,293
[ "no_license" ]
[ { "path": "roles/managed-clusters-role/templates/aws-worker-machinepool.yaml.j2", "content": "---\napiVersion: hive.openshift.io/v1\nkind: MachinePool\nmetadata:\n name: {{ clustername }}-worker\n namespace: {{ clustername }}\nspec:\n labels:\n node-role.kubernetes.io/worker: ''\n clusterDeploymentRe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 29, "total_bytes": 20476, "all_permissive": false }
ansible_role
theatlantic/osp-deploy
2d18b66ccac6697270e9dbc9617db39c91491528
0
roles/common
7,293
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install generic dependencies\n apt:\n pkg: \"{{ item }}\"\n update_cache: yes\n state: latest\n with_items:\n - git\n - htop\n\n- name: Mount the OSP volume\n ignore_errors: yes\n mount:\n fstype: ext4\n src: /dev/x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
theatlantic/osp-deploy
2d18b66ccac6697270e9dbc9617db39c91491528
0
roles/elasticsearch
7,293
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/copy_data.yml", "content": "---\n\n- name: Stop Elasticsearch\n service:\n name: elasticsearch\n state: stopped\n\n# TODO: Copy module?\n\n- name: Sync the data dir to SSD\n command: cp -r {{ es_prod_data_dir }} {{ es_ssd_data_dir }}\n when: es_prod_data_dir != ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2348, "all_permissive": false }
ansible_role
theatlantic/osp-deploy
2d18b66ccac6697270e9dbc9617db39c91491528
0
roles/nginx
7,293
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install nginx\n apt:\n pkg: nginx\n update_cache: yes\n state: latest\n\n- name: Remove the default configuration\n file:\n path: '{{ nginx_sites_enabled }}/default'\n state: absent\n\n- name: Push site configurations\n not...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1043, "all_permissive": false }
ansible_role
theatlantic/osp-deploy
2d18b66ccac6697270e9dbc9617db39c91491528
0
roles/osp
7,293
[ "no_license" ]
[ { "path": "roles/osp/tasks/main.yml", "content": "---\n\n- include: install_packages.yml\n\n- include: config_env.yml\n\n- include: deploy_code.yml\n\n- include: install_tika.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/osp/meta/mai...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5376, "all_permissive": false }
ansible_role
theatlantic/osp-deploy
2d18b66ccac6697270e9dbc9617db39c91491528
0
roles/osp-www
7,293
[ "no_license" ]
[ { "path": "roles/osp-www/defaults/main.yml", "content": "---\n\nosp_www_src: '{{ osp_src }}/osp/www'\n\nosp_www_start_prod: >\n {{ osp_src }}/env/bin/uwsgi --ini\n {{ uwsgi_config }}/osp-www.ini\n\nosp_www_start_dev: >\n {{ osp_src }}/env/bin/python\n {{ osp_src }}/osp/www/app.py\n\nosp_www_procs:\n - ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2111, "all_permissive": false }
ansible_role
theatlantic/osp-deploy
2d18b66ccac6697270e9dbc9617db39c91491528
0
roles/supervisor
7,293
[ "no_license" ]
[ { "path": "roles/supervisor/templates/program.conf.j2", "content": "\n[program:{{ item.name }}]\n\ncommand={{ item.command }}\n\nautostart={{ item.autostart | default(false) }}\n\n{% if item.numprocs is defined %}\nnumprocs={{ item.numprocs }}\nprocess_name=%(program_name)s_%(process_num)02d\n{% endif %}\n"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 784, "all_permissive": false }
ansible_role
theatlantic/osp-deploy
2d18b66ccac6697270e9dbc9617db39c91491528
0
roles/uwsgi
7,293
[ "no_license" ]
[ { "path": "roles/uwsgi/defaults/main.yml", "content": "---\n\nuwsgi_config: /etc/uwsgi\nuwsgi_programs: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/uwsgi/tasks/main.yml", "content": "---\n\n- name: Create the uWSGI config directo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 742, "all_permissive": false }
ansible_role
snapserv/ansible-collection-debian
3020c96fbca24ed9f71dc47765a3d1df4d947793
0
roles/apt
7,293
[ "no_license" ]
[ { "path": "roles/apt/molecule/default/verify.yml", "content": "---\n- hosts: all\n tasks:\n - name: Ensure gnupg is installed\n ansible.builtin.apt:\n state: present\n pkg: gnupg\n check_mode: true\n\n - name: Ensure primary sources.list is empty\n ansible.builtin.templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3348, "all_permissive": false }
ansible_role
thangnguyennnn/udacityProject3
9ffbc8f2af145353ec647c0480d508097c8cab20
0
.circleci/ansible/roles/configure-server
7,292
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n# tasks file for configure-server\n# Update and upgrade packages on the server\n- name: 'Update and upgrade packages on server.'\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
thangnguyennnn/udacityProject3
9ffbc8f2af145353ec647c0480d508097c8cab20
0
.circleci/ansible/roles/deploy
7,292
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n# Tasks file for deploy\n# Update and upgrade packages on the server (sudo apt update && sudo apt upgrade)\n- name: 'update and upgrade packages.'\n become: yes\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1094, "all_permissive": false }
ansible_role
theophanee/DevOps
bd9e5a5eac4dc41ec93e40dcd50f168c96873c48
0
ansible/roles/create_network
7,292
[ "no_license" ]
[ { "path": "ansible/roles/create_network/tasks/main.yml", "content": "---\n# tasks file for roles/create_network\n\n# roles/create_network/tasks/main.yml\n\n- name: Create Docker network\n docker_network:\n name: my_network\n driver: bridge\n vars:\n ansible_python_interpreter: /usr/bin/python3\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
theophanee/DevOps
bd9e5a5eac4dc41ec93e40dcd50f168c96873c48
0
ansible/roles/docker
7,292
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker\n\n# roles/docker/tasks/main.yml\n\n# Install Docker\n\n- name: Install device-mapper-persistent-data\n yum:\n name: device-mapper-persistent-data\n state: latest\n notify: restart docker\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1028, "all_permissive": false }
ansible_role
theophanee/DevOps
bd9e5a5eac4dc41ec93e40dcd50f168c96873c48
0
ansible/roles/launch_app
7,292
[ "no_license" ]
[ { "path": "ansible/roles/launch_app/tasks/main.yml", "content": "- name: Run Application\n docker_container:\n name: simple-api-student\n image: tcaraux/simple-api-student:latest\n env_file: /home/centos/application.yml\n networks:\n - name: my_network\n state: started\n vars:\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
theophanee/DevOps
bd9e5a5eac4dc41ec93e40dcd50f168c96873c48
0
ansible/roles/launch_database
7,292
[ "no_license" ]
[ { "path": "ansible/roles/launch_database/tasks/main.yml", "content": "---\n# tasks file for roles/launch_database\n\n- name: Run Database\n docker_container:\n name: my_database\n image: postgres:latest\n env_file: /home/centos/.env \n networks:\n - name: my_network\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
theophanee/DevOps
bd9e5a5eac4dc41ec93e40dcd50f168c96873c48
0
ansible/roles/launch_proxy
7,292
[ "no_license" ]
[ { "path": "ansible/roles/launch_proxy/tasks/main.yml", "content": "---\n# tasks file for roles/launch_proxy\n\n# roles/launch_proxy/tasks/main.yml\n\n- name: Run Proxy\n docker_container:\n name: my_proxy\n image: nginx:latest\n ports:\n - \"80:80\"\n networks:\n - name: my_network\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
T-NOVA/netfloc
90c35d9bcbab7fea157798ef7b929fe01ef63844
2
ansible_installation/roles/maven
7,292
[ "no_license" ]
[ { "path": "ansible_installation/roles/maven/vars/main.yml", "content": "MAVEN_DIRECTORY:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "ansible_installation/roles/maven/tasks/main.yml", "content": "---\n\n- name: Check if Maven tar.gz is alrea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 838, "all_permissive": false }
ansible_role
T-NOVA/netfloc
90c35d9bcbab7fea157798ef7b929fe01ef63844
2
ansible_installation/roles/netfloc
7,292
[ "no_license" ]
[ { "path": "ansible_installation/roles/netfloc/tasks/main.yml", "content": "---\n- name: Update APT and Install unzip\n apt: pkg={{item}} update_cache=yes\n with_items:\n# - git\n - unzip\n become: yes\n become_method: sudo\n tags: dependencies_setup\n\n- name: Set JAVA_HOME environment variable\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1046, "all_permissive": false }
ansible_role
T-NOVA/netfloc
90c35d9bcbab7fea157798ef7b929fe01ef63844
2
ansible_installation/roles/openjdk-7
7,292
[ "no_license" ]
[ { "path": "ansible_installation/roles/openjdk-7/tasks/main.yml", "content": "---\n- name: Update APT and Install openjdk7\n apt: pkg={{item}} update_cache=yes\n with_items:\n - openjdk-7-jdk\n become: yes\n become_method: sudo\n tags: dependencies_setup\n\n- name: Set JAVA_HOME environment variable\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
T-NOVA/netfloc
90c35d9bcbab7fea157798ef7b929fe01ef63844
2
ansible_installation/roles/openstack-sfc-installation
7,292
[ "no_license" ]
[ { "path": "ansible_installation/roles/openstack-sfc-installation/files/netfloc.py", "content": "from oslo_log import log as logging\nfrom heat.engine import properties\nfrom heat.engine import resource\nfrom gettext import gettext as _\nimport requests\nimport json\nimport time\nfrom time import sleep\n\nLO...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6856, "all_permissive": false }
ansible_role
T-NOVA/netfloc
90c35d9bcbab7fea157798ef7b929fe01ef63844
2
ansible_installation/roles/openstack-vm-provision
7,292
[ "no_license" ]
[ { "path": "ansible_installation/roles/openstack-vm-provision/vars/main.yml", "content": "# Openstack Identity URL\nOS_AUTH_URL: http://10.143.0.240:5000/v2.0\n# Openstack Username & Password\nOS_USERNAME: admin\nOS_PASSWORD: <PASSWORD>\n# Openstack Tenant name\nOS_TENANT_NAME: admin\n\nOS_AUTH:\n auth_url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3238, "all_permissive": false }
ansible_role
HieronyM/Ansible-Roles
52da389b9bdda1e1b49c03bfba7220d2794764db
0
roles/Docker-Engine-v1.12.6
7,292
[ "no_license" ]
[ { "path": "roles/Docker-Engine-v1.12.6/tasks/main.yml", "content": "---\n - name: Register docker gpg key\n apt_key: keyserver=pgp.mit.edu id=58118E89F3A912897C070ADBF76221572C52609D\n\n - name: Add docker engine repository\n apt_repository: repo='deb https://apt.dockerproject.org/repo ubuntu-trusty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
HieronyM/Ansible-Roles
52da389b9bdda1e1b49c03bfba7220d2794764db
0
roles/collectd
7,292
[ "no_license" ]
[ { "path": "roles/collectd/defaults/main.yml", "content": "---\ncollectd_version: \"5.5.2-1ubuntu0~ppa14.04.1\"\ncollectd_install_recommends: No\ncollectd_interval: 60\ncollectd_load_plugins: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 551, "all_permissive": false }
ansible_role
mani-durai/ansible-playbooks
ff219c0e37cce9865b41a68985168affbeb4f453
0
s3_using_ansible/roles/s3
7,292
[ "no_license" ]
[ { "path": "s3_using_ansible/roles/s3/tasks/s3_bucket_creation.yaml", "content": "---\n- name: Create S3 bucket\n aws_s3:\n bucket: \"{{your_bucket_name}}\"\n mode: create\n region: \"{{your_aws_region}}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 256, "all_permissive": false }
ansible_role
mani-durai/ansible-playbooks
ff219c0e37cce9865b41a68985168affbeb4f453
0
s3_using_ansible/roles/s3_bucket_creation
7,292
[ "no_license" ]
[ { "path": "s3_using_ansible/roles/s3_bucket_creation/tasks/main.yaml", "content": "- name: Create S3 bucket\n s3_bucket:\n name: \"{{bucket_name}}\"\n state: present\n region: \"{{aws_region}}\"\n register: s3_bucket_name\n\n- name: Print bucket name\n debug:\n var: s3_bucket_name \n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
mani-durai/ansible-playbooks
ff219c0e37cce9865b41a68985168affbeb4f453
0
s3_using_ansible/roles/s3_bucket_deletion
7,292
[ "no_license" ]
[ { "path": "s3_using_ansible/roles/s3_bucket_deletion/tasks/main.yaml", "content": "- name: Create S3 bucket\n s3_bucket:\n name: \"{{bucket_name}}\"\n state: absent\n region: \"{{aws_region}}\"\n register: s3_bucket_name\n\n- name: Print bucket name\n debug:\n var: s3_bucket_name \n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
mani-durai/ansible-playbooks
ff219c0e37cce9865b41a68985168affbeb4f453
0
s3_using_ansible/roles/s3_bucket_policy
7,292
[ "no_license" ]
[ { "path": "s3_using_ansible/roles/s3_bucket_policy/tasks/main.yaml", "content": "- name : Copy file\n copy:\n src: ~/ansible-playbooks/s3_using_ansible/roles/s3_bucket_policy/template/policy.json.org\n dest: ~/ansible-playbooks/s3_using_ansible/roles/s3_bucket_policy/template/policy.json\n mode: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
mani-durai/ansible-playbooks
ff219c0e37cce9865b41a68985168affbeb4f453
0
s3_using_ansible/roles/s3_file_download
7,292
[ "no_license" ]
[ { "path": "s3_using_ansible/roles/s3_file_download/tasks/main.yaml", "content": "- name: Download files to S3 bucket\n aws_s3:\n bucket: \"{{ bucket_name }}\"\n region: \"{{ aws_region }}\"\n #upload: yes\n mode: get\n object: \"{{ file_name }}\"\n #src: \"{{ src_path }}\"\n dest: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
mani-durai/ansible-playbooks
ff219c0e37cce9865b41a68985168affbeb4f453
0
s3_using_ansible/roles/s3_file_upload
7,292
[ "no_license" ]
[ { "path": "s3_using_ansible/roles/s3_file_upload/tasks/main.yaml", "content": "- name: Upload files to S3 bucket\n aws_s3:\n bucket: \"{{ bucket_name }}\"\n region: \"{{ aws_region }}\"\n #upload: yes\n mode: put\n object: \"{{ file_name }}\"\n src: \"{{ src_path }}\"\n dest: \"{{ dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
mani-durai/ansible-playbooks
ff219c0e37cce9865b41a68985168affbeb4f453
0
s3_using_ansible/roles/s3_obj_list
7,292
[ "no_license" ]
[ { "path": "s3_using_ansible/roles/s3_obj_list/tasks/main.yaml", "content": "- name: List contents of S3 bucket\n aws_s3:\n bucket: \"{{ bucket_name }}\"\n region: \"{{ aws_region }}\"\n mode: list\n register: s3_contents\n\n- name: Print bucket contents\n debug:\n var: s3_contents\n\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
jondoveston/k8s-vagrant-libvirt
0f446254da0c6d0c5d23b7ea8354685ed5d20515
0
roles/kubernetes
7,292
[ "no_license" ]
[ { "path": "roles/kubernetes/templates/kube-apiserver.yaml", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n annotations:\n scheduler.alpha.kubernetes.io/critical-pod: \"\"\n creationTimestamp: null\n labels:\n component: kube-apiserver\n tier: control-plane\n name: kube-apiserver\n namespac...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 14415, "all_permissive": false }
ansible_role
Evgenz-mr/ansible_roles
12090f25f6dc5a15896d90762a18dfa18c4e18ea
0
roles/java
7,292
[ "no_license" ]
[ { "path": "roles/java/handlers/main.yml", "content": "---\n# handlers file for deploy_java\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Install Java 1.8\n yum: name={{ java_version }} s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 180, "all_permissive": false }