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
isopy/advanced-automation-bootcamp
d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202
0
roles/osp-keys
7,374
[ "no_license" ]
[ { "path": "roles/osp-keys/tasks/main.yml", "content": "---\n- name: generate key files\n user:\n name: \"{{ ansible_env.USER }}\"\n generate_ssh_key: yes\n ssh_key_file: .ssh/test_id_rsa\n\n- name: upload pub key to openstack\n os_keypair:\n cloud: \"{{ cloud_name }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
isopy/advanced-automation-bootcamp
d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202
0
roles/osp-network
7,374
[ "no_license" ]
[ { "path": "roles/osp-network/tasks/main.yml", "content": "---\n- name: create internal and external networks\n os_network:\n cloud: \"{{ cloud_name }}\"\n state: present\n name: \"{{ item.name }}\"\n external: \"{{ item.external }}\"\n loop:\n - { name: 'int_network', external: 'false' }\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1198, "all_permissive": false }
ansible_role
isopy/advanced-automation-bootcamp
d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202
0
roles/osp-provision
7,374
[ "no_license" ]
[ { "path": "roles/osp-provision/vars/main.yml", "content": "---\napp_stack:\n app1:\n group: apps\n deployment_name: QA\n security_group_name: app_servers\n key_name: ansible_ssh\n flavor: m2.small\n image: rhel-guest\n app2:\n group: apps\n deployment_name: QA\n security_group_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2733, "all_permissive": false }
ansible_role
isopy/advanced-automation-bootcamp
d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202
0
roles/osp-security-groups
7,374
[ "no_license" ]
[ { "path": "roles/osp-security-groups/tasks/main.yml", "content": "---\n- name: create security groups\n os_security_group:\n cloud: \"{{ cloud_name }}\"\n state: present\n name: \"{{ item }}\"\n description: \"open ports for {{ item }}\"\n loop:\n - app_servers\n - db_servers\n - fron...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2834, "all_permissive": false }
ansible_role
isopy/advanced-automation-bootcamp
d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202
0
roles/postgres
7,374
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: install postgres\n yum:\n name: postgresql-server\n state: latest\n\n- name: enable postgres at boot\n service:\n name: postgresql\n enabled: yes\n\n- name: initialize postgres\n command: postgresql-setup initdb\n args:\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
isopy/advanced-automation-bootcamp
d6a18512b2ddd960b6e846dad1d6c7b3f6bf4202
0
roles/tomcat
7,374
[ "no_license" ]
[ { "path": "roles/tomcat/defaults/main.yml", "content": "---\ntomcat_doc_root: /usr/share/tomcat/webapps/ROOT\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: install tomcat\n yum:\n na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 596, "all_permissive": false }
ansible_role
priyank2729/https-github.com-Azure-sap-hana
16be97977827190d37ff35db1e943d63b94a0ef2
0
deploy/v2/ansible/roles/hana-os-clustering
7,374
[ "no_license" ]
[ { "path": "deploy/v2/ansible/roles/hana-os-clustering/tasks/post_provision_report.yml", "content": "---\n\n- name: Pause to give cluster time to stabilize\n pause:\n seconds: \"{{ cluster_status_report_wait_in_s }}\"\n\n- name: Check the post-provisioning cluster status\n shell: \"{{ cluster_status_cmd...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 19180, "all_permissive": false }
ansible_role
priyank2729/https-github.com-Azure-sap-hana
16be97977827190d37ff35db1e943d63b94a0ef2
0
deploy/v2/ansible/roles/hana-system-replication
7,374
[ "no_license" ]
[ { "path": "deploy/v2/ansible/roles/hana-system-replication/vars/main.yml", "content": "---\n\n# Variables in this file are required by the role, but are computed from default variables (e.g. sid),\n# from the playbook/environment (e.g. hana_database), or are \"SAP standard\" values.\n#\n# They may be overri...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 16397, "all_permissive": false }
ansible_role
priyank2729/https-github.com-Azure-sap-hana
16be97977827190d37ff35db1e943d63b94a0ef2
0
deploy/v2/ansible/roles/hdb-server-install
7,374
[ "no_license" ]
[ { "path": "deploy/v2/ansible/roles/hdb-server-install/tasks/main.yml", "content": "---\n\n- import_tasks: hdb_pre_checks.yml\n- import_tasks: hana_server_installation.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
priyank2729/https-github.com-Azure-sap-hana
16be97977827190d37ff35db1e943d63b94a0ef2
0
deploy/v2/ansible/roles/os-disk-setup
7,374
[ "no_license" ]
[ { "path": "deploy/v2/ansible/roles/os-disk-setup/tasks/lvm_mount.yml", "content": "---\n\n- name: Create physical volume group\n lvg: \n vg: \"vg_{{ item.key }}\"\n pvs: \"{{ item.value.devices }}\"\n with_dict: \"{{ disk_dict }}\"\n register: physical_vg\n failed_when: physical_vg is failed\n ig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1124, "all_permissive": false }
ansible_role
priyank2729/https-github.com-Azure-sap-hana
16be97977827190d37ff35db1e943d63b94a0ef2
0
deploy/v2/ansible/roles/sap-media-download
7,374
[ "no_license" ]
[ { "path": "deploy/v2/ansible/roles/sap-media-download/tasks/main.yml", "content": "---\n\n# This is temperary solution to get bits from SMP\n\n# Due to the file permission limitation with blob (always 770), we currently only support using azure files.\n- name: Install unzip\n package: \n name: unzip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1071, "all_permissive": false }
ansible_role
priyank2729/https-github.com-Azure-sap-hana
16be97977827190d37ff35db1e943d63b94a0ef2
0
deploy/v2/ansible/roles/sap-media-transfer
7,374
[ "no_license" ]
[ { "path": "deploy/v2/ansible/roles/sap-media-transfer/tasks/media_hanadbnode_copy.yml", "content": "---\n\n- name: Install unzip\n package:\n name: unzip\n state: present\n\n- name: Check whether the installation media already exists and has been extracted\n stat: path={{ hana_software_loc }}\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
manueltarouca/iac.estgv
3413779bc9c6f18820fa01449de72e116eccef38
1
roles/iac.create-awx-resources
7,374
[ "no_license" ]
[ { "path": "roles/iac.create-awx-resources/tasks/main.yml", "content": "---\n- name: Create ESTGV organization\n awx.awx.organization:\n name: ESTGV\n description: \"ESTGV organization\"\n state: present\n controller_config_file: \"{{ tower_config_file }}\"\n\n- name: Create teams\n awx.awx.tea...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1739, "all_permissive": false }
ansible_role
manueltarouca/iac.estgv
3413779bc9c6f18820fa01449de72e116eccef38
1
roles/iac.create-openstack-resources
7,374
[ "no_license" ]
[ { "path": "roles/iac.create-openstack-resources/vars/main.yml", "content": "---\nclouds:\n openstack:\n auth:\n auth_url: http://192.168.80.204/identity\n username: \"admin\"\n password: \"<PASSWORD>\"\n project_id: 93eefee29f6e43dc9d959fa1e95ea8fa\n project_name: \"admin\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1174, "all_permissive": false }
ansible_role
manueltarouca/iac.estgv
3413779bc9c6f18820fa01449de72e116eccef38
1
roles/iac.dns-server
7,374
[ "no_license" ]
[ { "path": "roles/iac.dns-server/tasks/main.yml", "content": "---\n- name: Make sure data folder exists\n file:\n path: /root/data/coredns/\n state: directory\n\n- name: Copy configuration files\n copy:\n dest: /root/data/coredns/\n src: \"{{ item }}\"\n loop:\n - Corefile\n - db.192.168...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1732, "all_permissive": false }
ansible_role
manueltarouca/iac.estgv
3413779bc9c6f18820fa01449de72e116eccef38
1
roles/iac.gitea
7,374
[ "no_license" ]
[ { "path": "roles/iac.gitea/files/docker-compose.yml", "content": "version: \"2\"\nvolumes:\n gitea-data:\n driver: local\n gitea-config:\n driver: local\nservices:\n server:\n image: gitea/gitea:latest-rootless\n environment:\n - GITEA__database__DB_TYPE=postgres\n - GITEA__database...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1248, "all_permissive": false }
ansible_role
manueltarouca/iac.estgv
3413779bc9c6f18820fa01449de72e116eccef38
1
roles/iac.setup-awx
7,374
[ "no_license" ]
[ { "path": "roles/iac.setup-awx/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - iac.setup-awx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/iac.setup-awx/handlers/main.yml", "content": "---\n# h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1082, "all_permissive": false }
ansible_role
manueltarouca/iac.estgv
3413779bc9c6f18820fa01449de72e116eccef38
1
roles/iac.setup-devstack-vm
7,374
[ "no_license" ]
[ { "path": "roles/iac.setup-devstack-vm/defaults/main.yml", "content": "---\n# defaults file for iac.setup-devstack-vm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/iac.setup-devstack-vm/tests/test.yml", "content": "---\n- hosts: localho...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1024, "all_permissive": false }
ansible_role
manueltarouca/iac.estgv
3413779bc9c6f18820fa01449de72e116eccef38
1
roles/iac.setup-docker-vm
7,374
[ "no_license" ]
[ { "path": "roles/iac.setup-docker-vm/handlers/main.yml", "content": "---\n# handlers file for iac.setup-docker-vm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/iac.setup-docker-vm/vars/main.yml", "content": "---\n# vars file for iac.set...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 497, "all_permissive": false }
ansible_role
vfcastro/infraagil
4152d4ed58167102345c7d8a10054fcce4a0791d
0
roles/default
7,374
[ "no_license" ]
[ { "path": "roles/default/tasks/main.yml", "content": "---\n# tasks file for default\n\n- name: playbook de usuarios padrao\n include: user.yml\n\n- name: pacotes padroes debian\n include: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- name: pacotes padroes centos/redhat\n include: redhat.yml\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1311, "all_permissive": false }
ansible_role
vfcastro/infraagil
4152d4ed58167102345c7d8a10054fcce4a0791d
0
roles/puppet
7,374
[ "no_license" ]
[ { "path": "roles/puppet/tasks/repos.yml", "content": "\n- name: add puppet repo for Centos\n yum:\n name: https://yum.puppet.com/puppet6/puppet6-release-el-7.noarch.rpm\n when: ansible_os_family == \"RedHat\" and ansible_distribution_major_version == \"7\"\n\n- name: add puppet repo for Ubunto bionic\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1571, "all_permissive": false }
ansible_role
vfcastro/infraagil
4152d4ed58167102345c7d8a10054fcce4a0791d
0
roles/webserver
7,374
[ "no_license" ]
[ { "path": "roles/webserver/tasks/debian.yml", "content": "\n- name: pacote apache debian\n package:\n name:\n - apache2\n update_cache: yes\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: inicia servico\n service:\n name: apache2\n state: restarted \n", "licen...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 749, "all_permissive": false }
ansible_role
JARVIS-IS/Ops
f900cf2a01a34416a25406a9f88557148b32dbde
0
roles/int-setup
7,374
[ "no_license" ]
[ { "path": "roles/int-setup/vars/sys-vars.yml", "content": "dockers:\n - SYS-ManageData\n - SYS-Token\n - SYS-SendMail\n - SYS-Docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/int-setup/tasks/sys-github.yml", "content": "- incl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 286, "all_permissive": false }
ansible_role
JARVIS-IS/Ops
f900cf2a01a34416a25406a9f88557148b32dbde
0
roles/monitoring
7,374
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "- name: Create monitoring docker network\n docker_network:\n name: monitoring\n become: true\n\n- name: Install prometheus\n import_tasks:\n file: prometheus.yml\n tags:\n - prometheus\n\n- name: Install grafana\n import_tasks:\n file...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1746, "all_permissive": false }
ansible_role
JARVIS-IS/Ops
f900cf2a01a34416a25406a9f88557148b32dbde
0
roles/setup
7,374
[ "no_license" ]
[ { "path": "roles/setup/tasks/manage-users.yml", "content": "- include_vars: setup-vars.yml\n\n- name: Make sure we have a 'admin' group\n ansible.builtin.group:\n name: admin\n state: present\n become: true\n\n- name: Create Users\n ansible.builtin.user:\n name: \"{{ item.username }}\"\n grou...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1055, "all_permissive": false }
ansible_role
JARVIS-IS/Ops
f900cf2a01a34416a25406a9f88557148b32dbde
0
roles/sys-setup
7,374
[ "no_license" ]
[ { "path": "roles/sys-setup/vars/sys-vars.yml", "content": "dockers:\n - INT-Terminal\n - Main\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/sys-setup/tasks/sys-docker.yml", "content": "- include_vars: sys-vars.yml\n\n- name: Stop an...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 571, "all_permissive": false }
ansible_role
iliusa77/nomad-ansible-vagrant
d291c00a19d1ba9bd8230bfe891ae679115666ec
0
roles/consul-client
7,374
[ "no_license" ]
[ { "path": "roles/consul-client/templates/client_config.json.j2", "content": "{\n \"datacenter\": \"dc1\",\n \"data_dir\": \"/opt/consul\",\n \"log_level\": \"DEBUG\",\n \"node_name\": \"{{ ansible_hostname }}\",\n \"server\": false,\n \"encrypt\": \"{{ consul_key }}\",\n \"domain\": \"l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1437, "all_permissive": false }
ansible_role
iliusa77/nomad-ansible-vagrant
d291c00a19d1ba9bd8230bfe891ae679115666ec
0
roles/nomad-server
7,374
[ "no_license" ]
[ { "path": "roles/nomad-server/defaults/main.yml", "content": "---\nnomad_version: 0.9.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/nomad-server/tasks/main.yml", "content": "---\n- name: Get Nomad binary archieve\n get_url:\n ur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2397, "all_permissive": false }
ansible_role
koncybernet/project-ansible
7ffe54fbae48f82f5de23020198e1a5debf6df04
0
myplatform/roles/basic
7,374
[ "no_license" ]
[ { "path": "myplatform/roles/basic/tasks/main-v1.yml", "content": "---\n- name: Installing VIM\n apt: pkg=vim state=installed\n\n- name: Installing DNS Utils\n apt: pkg=dnsutils state=installed\n\n- name: Installing GIT\n apt: pkg=git state=installed\n", "license_type": "no_license", "detected_lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 544, "all_permissive": false }
ansible_role
koncybernet/project-ansible
7ffe54fbae48f82f5de23020198e1a5debf6df04
0
myplatform/roles/webserver
7,374
[ "no_license" ]
[ { "path": "myplatform/roles/webserver/tasks/main.yml", "content": "---\n- name: Installing Webserver Software\n apt: name={{ item }} \n with_items:\n - apache2\n\n- name: Enabling Proxy module\n apache2_module: name=proxy_http\n \n- name: Adding proxy configurtion\n template: src=../files/proxy.conf ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
yuqo2450/k3s
f8f4bd0912f24bfcf27ff4f9b2030504c85bf9d9
0
roles/install
7,374
[ "no_license" ]
[ { "path": "roles/install/templates/k3s.service.j2", "content": "[Unit]\nDescription=Lightweight Kubernetes\nDocumentation=https://k3s.io\nWants=network-online.target\nAfter=network-online.target remote-fs.target\n\n[Install]\nWantedBy=multi-user.target\n\n[Service]\nType=notify\nEnvironmentFile=-/etc/defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 18404, "all_permissive": false }
ansible_role
yuqo2450/k3s
f8f4bd0912f24bfcf27ff4f9b2030504c85bf9d9
0
roles/uninstall
7,374
[ "no_license" ]
[ { "path": "roles/uninstall/tests/test.yml", "content": "---\n- name: Test yuqo2450.k3s.uninstall\n hosts: all\n remote_user: root\n roles:\n - yuqo2450.k3s.uninstall\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/uninstall/meta/argu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4437, "all_permissive": false }
ansible_role
tnbach1712/udacity-03
c6ef2ab01583e2d1bf94eb58f6b58b76af540563
0
.circleci/ansible/roles/deploy
7,374
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "\n- name: Extract artifact.tar.gz\n ansible.builtin.unarchive:\n src: files/artifact.tar.gz\n dest: $HOME/\n\n- name: Executing node\n become: yes\n ansible.builtin.shell: |\n echo $TYPEORM_CONNECTION2 >> text.txt\n echo $...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
tnbach1712/udacity-03
c6ef2ab01583e2d1bf94eb58f6b58b76af540563
0
.circleci/ansible/roles/setup
7,374
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/setup/tasks/main.yml", "content": "\n# - name: update apt package\n# become: yes\n# apt:\n# update_cache: yes\n\n# - name: \"upgrade packages\"\n# become: yes\n# apt:\n# upgrade: yes\n\n- name: Install nvm\n become: no\n ansible.builtin.shell: >\n curl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1792, "all_permissive": false }
ansible_role
concord-workflow/concord-playbook
e18cc168a2a4fa23f6a1382c32c80cdfa327cefd
0
roles/concord-agent
7,374
[ "no_license" ]
[ { "path": "roles/concord-agent/handlers/main.yml", "content": "---\n- name: restart concord_agent\n docker_container:\n name: agent\n restart: yes\n when: docker_container_concord_agent.changed == false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, {...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1529, "all_permissive": false }
ansible_role
concord-workflow/concord-playbook
e18cc168a2a4fa23f6a1382c32c80cdfa327cefd
0
roles/concord-base
7,374
[ "no_license" ]
[ { "path": "roles/concord-base/meta/main.yml", "content": "---\ndependencies:\n - role: \"geerlingguy.pip\"\n become: yes\n vars:\n pip_install_packages:\n - name: docker\n\n - role: \"geerlingguy.docker\"\n become: yes\n vars:\n docker_install_compose: false\n docker_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 487, "all_permissive": false }
ansible_role
concord-workflow/concord-playbook
e18cc168a2a4fa23f6a1382c32c80cdfa327cefd
0
roles/concord-server
7,374
[ "no_license" ]
[ { "path": "roles/concord-server/defaults/main.yml", "content": "---\n# maximum number of connections to the main DB\nmain_db_max_pool_size: 5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/concord-server/meta/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1500, "all_permissive": false }
ansible_role
aplatform64/infrastructure
1c026cda4df6eef8c529cb48533b4ae6d16df80a
0
roles/infra_helm
7,374
[ "no_license" ]
[ { "path": "roles/infra_helm/vars/main.yml", "content": "---\n# Define supported platforms\ninfra_helm_platforms:\n - \"CentOS8\"\n - \"RedHat8\"\n - \"AlmaLinux8\"\n - \"Rocky8\"\n - \"OracleLinux8\"\n - \"OracleLinux9\"\n - \"Ubuntu20\"\n - \"Ubuntu21\"\n - \"Ubuntu22\"\n - \"Fedora33\"\n - \"Fe...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 9895, "all_permissive": false }
ansible_role
aplatform64/infrastructure
1c026cda4df6eef8c529cb48533b4ae6d16df80a
0
roles/infra_terraform
7,374
[ "no_license" ]
[ { "path": "roles/infra_terraform/defaults/main/action_parameters.yml", "content": "---\ninfra_terraform:\n prepare: false\n deploy: false\n setup: false\n control: false\n provision: false\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path":...
{ "task_files": 16, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 18977, "all_permissive": false }
ansible_role
aplatform64/infrastructure
1c026cda4df6eef8c529cb48533b4ae6d16df80a
0
roles/infra_terragrunt
7,374
[ "no_license" ]
[ { "path": "roles/infra_terragrunt/tasks/infra_terragrunt_initialize.yml", "content": "---\n- name: \"Infrastructure / Terragrunt / Initialize / Check Platform compatibility\"\n ansible.builtin.assert:\n quiet: true\n fail_msg: \"Target Platform not supported: {{ ansible_distribution + ansible_distrib...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 4336, "all_permissive": false }
ansible_role
aplatform64/infrastructure
1c026cda4df6eef8c529cb48533b4ae6d16df80a
0
roles/infra_vagrant
7,374
[ "no_license" ]
[ { "path": "roles/infra_vagrant/tasks/main.yml", "content": "---\n- name: \"Infrastructure / Vagrant / Initialize\"\n ansible.builtin.include_tasks:\n file: \"infra_vagrant_initialize.yml\"\n\n- name: \"Infrastructure / Vagrant / Deploy\"\n ansible.builtin.include_tasks:\n file: \"infra_vagrant_deplo...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 5727, "all_permissive": false }
ansible_role
Simeon-muyiwa/Nest-auth
c01b7a3d78b16dbd1e3ed07e457e5df5d4b15c5d
0
backend/myportal/roles/install-nodejs
7,374
[ "no_license" ]
[ { "path": "backend/myportal/roles/install-nodejs/vars/main.yml", "content": "---\nNODEJS_VERSION: \"20.x\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "backend/myportal/roles/install-nodejs/tasks/main.yml", "content": "- name: Update and upg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1434, "all_permissive": false }
ansible_role
Simeon-muyiwa/Nest-auth
c01b7a3d78b16dbd1e3ed07e457e5df5d4b15c5d
0
backend/myportal/roles/myportal
7,374
[ "no_license" ]
[ { "path": "backend/myportal/roles/myportal/tasks/main.yml", "content": "- name: Include Node.js installation role\n include_role:\n name: pre-nestjs\n\n# - name: Include Node.js installation role\n# include_role:\n# name: install-nodejs\n\n- name: Include PostgreSQL role\n include_role:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 623, "all_permissive": false }
ansible_role
Simeon-muyiwa/Nest-auth
c01b7a3d78b16dbd1e3ed07e457e5df5d4b15c5d
0
backend/myportal/roles/nestjs-ouath-token
7,374
[ "no_license" ]
[ { "path": "backend/myportal/roles/nestjs-ouath-token/vars/main.yml", "content": "{ \"email\": \"<EMAIL>\", \"password\": \"<PASSWORD>\" }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "backend/myportal/roles/nestjs-ouath-token/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4948, "all_permissive": false }
ansible_role
Simeon-muyiwa/Nest-auth
c01b7a3d78b16dbd1e3ed07e457e5df5d4b15c5d
0
backend/myportal/roles/nestjs-service-setup
7,374
[ "no_license" ]
[ { "path": "backend/myportal/roles/nestjs-service-setup/vars/main.yml", "content": "---\nservice_path: \"/nestjs\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "backend/myportal/roles/nestjs-service-setup/tasks/main.yml", "content": "---\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
Simeon-muyiwa/Nest-auth
c01b7a3d78b16dbd1e3ed07e457e5df5d4b15c5d
0
backend/myportal/roles/postgresql
7,374
[ "no_license" ]
[ { "path": "backend/myportal/roles/postgresql/templates/postgresql-configmap.yml", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: postgresql-configmap\n namespace: portal1\ndata:\n POSTGRES_HOST: \"postgres.portal1.svc.cluster.local\"\n POSTGRES_PORT: \"5432\"\n POSTGRES_USER: \"postgres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4273, "all_permissive": false }
ansible_role
Simeon-muyiwa/Nest-auth
c01b7a3d78b16dbd1e3ed07e457e5df5d4b15c5d
0
backend/myportal/roles/pre-nestjs
7,374
[ "no_license" ]
[ { "path": "backend/myportal/roles/pre-nestjs/vars/main.yml", "content": "---\nservice_path: \"/nestjs\"\ndockerfile_path: \"{{ service_path }}/Dockerfile\"\ndocker_image_tag: \"latest\"\ndocker_image_name: \"nestjs-app\"\nrepo_path: \"https://github.com/Simeon-muyiwa/Nest-auth/tree/main/backend\"\nnamespace...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11219, "all_permissive": false }
ansible_role
Simeon-muyiwa/Nest-auth
c01b7a3d78b16dbd1e3ed07e457e5df5d4b15c5d
0
backend/myportal/roles/redis
7,374
[ "no_license" ]
[ { "path": "backend/myportal/roles/redis/vars/main.yml", "content": "# namespace: \"{{ ansible_operator_meta.namespace | default('default') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "backend/myportal/roles/redis/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1386, "all_permissive": false }
ansible_role
Simeon-muyiwa/Nest-auth
c01b7a3d78b16dbd1e3ed07e457e5df5d4b15c5d
0
backend/myportal/roles/test
7,374
[ "no_license" ]
[ { "path": "backend/myportal/roles/test/tasks/main.yml", "content": "- name: Print Minikube IP\n debug:\n msg: \"Minikube IP is {{ ansible_host }}\"\n delegate_to: localhost\n\n- name: Verify inventory_hostname\n debug:\n msg: \"Current host is: {{ inventory_hostname }}\"\n delegate_to: localhost\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
fuhuo/hi-ansible
7af2074ae9de75b4f96ccc5e0c280d849c7c197b
0
nginx-centos/roles/nginx
7,373
[ "no_license" ]
[ { "path": "nginx-centos/roles/nginx/tasks/config_nginx.yml", "content": "- name: 配置nginx\n template:\n src: nginx.conf.j2\n dest: \"{{ nginx_install_path }}/conf/nginx.conf\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "nginx-centos/role...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1321, "all_permissive": false }
ansible_role
justrollgit/freeipa
c31cf728e40ac59748c905d22d0dc92a4f52bf58
0
roles/ipareplica
7,373
[ "no_license" ]
[ { "path": "roles/ipareplica/library/ipareplica_setup_dns.py", "content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n\n# Authors:\n# <NAME> <<EMAIL>>\n#\n# Based on ipa-replica-install code\n#\n# Copyright (C) 2018 Red Hat\n# see file 'COPYING' for use and warranty information\n#\n# This program is free...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 91538, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-1.0
2a234380bbb714f8fa1996b2a1143b3293d6eb6e
0
roles/pacemaker-install
7,373
[ "no_license" ]
[ { "path": "roles/pacemaker-install/tasks/rsyslog-config-rhel6.yml", "content": "- name: config /etc/rsyslog.conf; exclude cluster logs from /var/log/message\n lineinfile:\n dest=\"/etc/rsyslog.conf\"\n regexp=\"{{ item.regexp }}\"\n line=\"{{ item.line }}\"\n state=present\n backup=yes\n wi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3193, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-1.0
2a234380bbb714f8fa1996b2a1143b3293d6eb6e
0
roles/pacemaker-start
7,373
[ "no_license" ]
[ { "path": "roles/pacemaker-start/tasks/main.yml", "content": "- name: start Heartbeat service\n service:\n name=\"heartbeat\"\n state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-1.0
2a234380bbb714f8fa1996b2a1143b3293d6eb6e
0
roles/pacemaker-stop
7,373
[ "no_license" ]
[ { "path": "roles/pacemaker-stop/tasks/main.yml", "content": "- name: check if Heartbeat service is presented\n stat:\n path=/etc/init.d/heartbeat\n register: heartbeat_service_file\n\n- name: stop Heartbeat service if exists\n service:\n name=\"heartbeat\"\n state=stopped\n when: heartbeat_serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
kskmori/ansible-pacemaker-1.0
2a234380bbb714f8fa1996b2a1143b3293d6eb6e
0
roles/pacemaker-uninstall
7,373
[ "no_license" ]
[ { "path": "roles/pacemaker-uninstall/tasks/rsyslog-unconfig-rhel6.yml", "content": "- name: restore /etc/rsyslog.conf for /var/log/messages\n lineinfile:\n dest=\"/etc/rsyslog.conf\"\n regexp=\"{{ item.regexp }}\"\n line=\"{{ item.line }}\"\n state=present\n backup=yes\n with_items:\n - ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1854, "all_permissive": false }
ansible_role
rocky11030/docker-cloudboot
8e6e29e4817c211b8ca1ee81bc917baf2eceadec
0
roles/setup-cloudboot
7,373
[ "no_license" ]
[ { "path": "roles/setup-cloudboot/tasks/ubuntu_docker_install.yml", "content": "---\n- name: copy the ubuntu docker file\n copy: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - {src: 'ubuntu/libltdl7_2.4.2-1.7ubuntu1_amd64.deb', dest: '/tmp/libltdl7_2.4.2-1.7ubuntu1_amd64.deb'}\n - {src: 'u...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7178, "all_permissive": false }
ansible_role
d191gorelikov/ansible_docker
d25e433ad8d5596a25a1e8b439fc3abc58ede1e9
0
ansible/roles/apt
7,373
[ "no_license" ]
[ { "path": "ansible/roles/apt/tasks/main.yml", "content": "- name: Update package list\n apt:\n update_cache: yes\n become: true\n\n- name: Upgrade all packages\n apt:\n upgrade: dist\n become: true\n\n- name: Install additional utilities\n apt:\n name: \"{{ packages_to_install }}\"\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
d191gorelikov/ansible_docker
d25e433ad8d5596a25a1e8b439fc3abc58ede1e9
0
ansible/roles/nginx
7,373
[ "no_license" ]
[ { "path": "ansible/roles/nginx/handlers/main.yml", "content": "- name: Validate Nginx configuration\n command: nginx -t\n notify: Reload Nginx\n\n- name: Reload Nginx\n command: nginx -s reload\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1725, "all_permissive": false }
ansible_role
d191gorelikov/ansible_docker
d25e433ad8d5596a25a1e8b439fc3abc58ede1e9
0
ansible/roles/ssh
7,373
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "- name: Configure SSH settings\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n state: present\n loop:\n - { regexp: '^PermitRootLogin', line: 'PermitRootLogin no' }\n - { re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 661, "all_permissive": false }
ansible_role
d191gorelikov/ansible_docker
d25e433ad8d5596a25a1e8b439fc3abc58ede1e9
0
ansible/roles/static
7,373
[ "no_license" ]
[ { "path": "ansible/roles/static/defaults/main.yml", "content": "static_root: \"{{ nginx_root | default('/var/www/static') }}\"\nstatic_archive_url: https://drive.usercontent.google.com/u/0/uc?id=1L9hsq9ZFB5VbXYJ3kEKH47x9nhxxZEnI&export=download\n\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1323, "all_permissive": false }
ansible_role
d191gorelikov/ansible_docker
d25e433ad8d5596a25a1e8b439fc3abc58ede1e9
0
ansible/roles/usermanager
7,373
[ "no_license" ]
[ { "path": "ansible/roles/usermanager/tasks/users.yml", "content": "- name: Users_Manager\n user:\n name: \"{{ item.name }}\"\n shell: \"{{ item.shell | default('/bin/bash') }}\" #если оболочка не указана, то по дефолту будет оболочка bash\n state: \"{{ item.state }}\"\n groups: \"{{ item.groups...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1926, "all_permissive": false }
ansible_role
d191gorelikov/ansible_docker
d25e433ad8d5596a25a1e8b439fc3abc58ede1e9
0
ansible/roles/zsh
7,373
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": " - name: Install Zsh\n apt:\n name: zsh\n state: present\n update_cache: true\n\n - name: Temporarily open home directory for Oh My Zsh installation\n file:\n path: \"/home/{{ item.name }}\"\n mode: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1346, "all_permissive": false }
ansible_role
mrako/ruuvitag-raspberrypi-zero
7aa4a0f4d39f46941258c833a5b6c32257fbb37a
0
provisioning/roles/base
7,373
[ "no_license" ]
[ { "path": "provisioning/roles/base/tasks/main.yml", "content": "- name: Update apt package cache\n apt:\n update_cache: yes\n\n- name: Install essential packages\n apt:\n pkg: ['git-core', 'screen']\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
mrako/ruuvitag-raspberrypi-zero
7aa4a0f4d39f46941258c833a5b6c32257fbb37a
0
provisioning/roles/node-arm6l
7,373
[ "no_license" ]
[ { "path": "provisioning/roles/node-arm6l/vars/main.yml", "content": "node_version: \"node-v10.18.1-linux-armv6l\"\nnode_url: \"https://nodejs.org/dist/latest-v10.x/{{ node_version }}.tar.xz\"\ntarget_root: \"/home/{{ ansible_user }}\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 875, "all_permissive": false }
ansible_role
mrako/ruuvitag-raspberrypi-zero
7aa4a0f4d39f46941258c833a5b6c32257fbb37a
0
provisioning/roles/node-libudev
7,373
[ "no_license" ]
[ { "path": "provisioning/roles/node-libudev/tasks/main.yml", "content": "- name: Install libudev\n apt:\n pkg: ['libudev-dev']\n state: latest\n\n- name: Add reading bluetooth rights to node\n command: \"setcap cap_net_raw+eip /usr/local/bin/node\"\n\n- name: Install node-ruuvitag\n command: \"npm i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
qdzlug/jaydev-tooling
7c16f816537fdb1740df1f44e13098c0366004b7
0
oxide/env-setup/roles/chezmoi
7,373
[ "permissive" ]
[ { "path": "oxide/env-setup/roles/chezmoi/tasks/main.yml", "content": "- name: Install chezmoi\n shell: sh -c \"$(curl -fsLS get.chezmoi.io)\"\n args:\n creates: /usr/local/bin/chezmoi\n\n- name: Init chezmoi with dotfiles\n become: no\n shell: |\n chezmoi init {{ chezmoi_source_repo }}\n chezmo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": true }
ansible_role
qdzlug/jaydev-tooling
7c16f816537fdb1740df1f44e13098c0366004b7
0
oxide/env-setup/roles/tools
7,373
[ "permissive" ]
[ { "path": "oxide/env-setup/roles/tools/tasks/main.yml", "content": "- name: Install Rust\n shell: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\n args:\n creates: \"{{ ansible_env.HOME }}/.cargo/bin/rustc\"\n\n- name: Add Rust to PATH\n shell: echo 'source $HOME/.cargo/env' >...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1428, "all_permissive": true }
ansible_role
qdzlug/jaydev-tooling
7c16f816537fdb1740df1f44e13098c0366004b7
0
oxide/workstation/ansible/roles/chezmoi
7,373
[ "permissive" ]
[ { "path": "oxide/workstation/ansible/roles/chezmoi/tasks/main.yml", "content": "- name: Create local bin directory for user\n become: true\n become_user: \"{{ new_user }}\"\n file:\n path: \"/home/{{ new_user }}/.local/bin\"\n state: directory\n\n- name: Download chezmoi binary\n become: true\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1522, "all_permissive": true }
ansible_role
qdzlug/jaydev-tooling
7c16f816537fdb1740df1f44e13098c0366004b7
0
oxide/workstation/ansible/roles/finalize
7,373
[ "permissive" ]
[ { "path": "oxide/workstation/ansible/roles/finalize/tasks/main.yml", "content": "- name: Get path to zsh\n command: which zsh\n register: zsh_path\n changed_when: false\n failed_when: zsh_path.rc != 0\n\n- name: Set zsh as default shell for user if not already\n user:\n name: \"{{ new_user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": true }
ansible_role
qdzlug/jaydev-tooling
7c16f816537fdb1740df1f44e13098c0366004b7
0
oxide/workstation/ansible/roles/tailscale
7,373
[ "permissive" ]
[ { "path": "oxide/workstation/ansible/roles/tailscale/tasks/main.yml", "content": "- name: Add Tailscale apt key (Debian/Ubuntu)\n apt_key:\n url: https://pkgs.tailscale.com/stable/ubuntu/focal.gpg\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Add Tailscale apt repository (Debia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1452, "all_permissive": true }
ansible_role
qdzlug/jaydev-tooling
7c16f816537fdb1740df1f44e13098c0366004b7
0
oxide/workstation/ansible/roles/tools
7,373
[ "permissive" ]
[ { "path": "oxide/workstation/ansible/roles/tools/tasks/main.yml", "content": "- name: Install Rust\n shell: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\n args:\n creates: \"{{ ansible_env.HOME }}/.cargo/bin/rustc\"\n when: install_rust\n\n- name: Add Rust to PATH\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2147, "all_permissive": true }
ansible_role
qdzlug/jaydev-tooling
7c16f816537fdb1740df1f44e13098c0366004b7
0
oxide/workstation/ansible/roles/user_add
7,373
[ "permissive" ]
[ { "path": "oxide/workstation/ansible/roles/user_add/tasks/main.yml", "content": "- name: Create user \"{{ new_user }}\"\n user:\n name: \"{{ new_user }}\"\n shell: /bin/bash\n groups: \"{{ admin_group }}\"\n append: yes\n state: present\n create_home: yes\n\n- name: Set up .ssh directory ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": true }
ansible_role
OlivierDjatchue/mini-projet-ansible
82999a67000a59c1b98d290bde095421456d58c0
0
roles/install-apache
7,373
[ "no_license" ]
[ { "path": "roles/install-apache/defaults/main.yml", "content": "---\n# defaults file for install-apache\n\nsystem_user: admin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/install-apache/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 543, "all_permissive": false }
ansible_role
abhi5232/Mediawiki
2c2880af21c8e11d9e106aa9e42e6fb836d20962
0
roles/mediawiki
7,373
[ "no_license" ]
[ { "path": "roles/mediawiki/vars/variable.yml", "content": "---\nResources:\n AMI:\n mediawikilc: ami-xxxxxxxxx\n DesiredCapacity:\n mediawikiasg:\n DesiredCapacity: 1\n MinSize: 1\n MaxSize: 2\n LaunchConfigurations:\n mediawikilc:\n Properties:\n InstanceType: t2.large\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2545, "all_permissive": false }
ansible_role
actiago/ansible-oracle-linux
d49fa352b73b43490829f722910695c8e7e30ba3
1
roles/install-ksplice
7,373
[ "no_license" ]
[ { "path": "roles/install-ksplice/tasks/main.yml", "content": "---\n\n- name: Download KSplice\n get_url:\n url: https://www.ksplice.com/uptrack/install-uptrack\n dest: ~/install-uptrack\n\n- name: Install KSPlice\n command:\n cmd: 'sh install-uptrack < UPTRACK ID CODE > --autoinstall'\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
actiago/ansible-oracle-linux
d49fa352b73b43490829f722910695c8e7e30ba3
1
roles/nginx
7,373
[ "no_license" ]
[ { "path": "roles/nginx/tasks/nginx.yml", "content": "- name: Install the latest version of Nginx\n yum:\n name: nginx\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
actiago/ansible-oracle-linux
d49fa352b73b43490829f722910695c8e7e30ba3
1
roles/oracle-registration
7,373
[ "no_license" ]
[ { "path": "roles/oracle-registration/tasks/main.yml", "content": "---\n\n- name: Automating Unbreakable Linux Network (ULN) registration\n command:\n cmd: 'ulnreg_ks --username=<EMAIL> --password=<PASSWORD> --csi=CSI'\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": 152, "all_permissive": false }
ansible_role
actiago/ansible-oracle-linux
d49fa352b73b43490829f722910695c8e7e30ba3
1
roles/system
7,373
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n- name: Update YUM\n yum:\n name: \"*\"\n state: latest\n update_cache: yes\n\n- name: Install system tools\n include: system-tools.yml\n tags: system-tools\n\n- name: Install environment dependencies\n include: environment-dependencies....
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1163, "all_permissive": false }
ansible_role
dafuk/bardak
e47d27d0523cc9f396a9ad9ce4617289e1d84e80
0
roles/docker
7,375
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\npackages_preparation:\n - python-pip\n - apt-transport-https\n - curl\n - gnupg2\n - software-properties-common\n - docker-ce\npip_dependencies:\n - docker-pycreds\n - dockerpty\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2000, "all_permissive": false }
ansible_role
dafuk/bardak
e47d27d0523cc9f396a9ad9ce4617289e1d84e80
0
roles/elk-docker
7,375
[ "no_license" ]
[ { "path": "roles/elk-docker/templates/kibana.yml.j2", "content": "server.name: kibana\nserver.host: \"0\"\nelasticsearch.url: http://10.0.2.15:9200\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/elk-docker/templates/logstash.yml.j2", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4592, "all_permissive": false }
ansible_role
dafuk/bardak
e47d27d0523cc9f396a9ad9ce4617289e1d84e80
0
roles/filebeat
7,375
[ "no_license" ]
[ { "path": "roles/filebeat/templates/filebeat.yml.j2", "content": "filebeat.prospectors:\n- type: log\n paths:\n - '/var/lib/docker/containers/*/*.log'\n json.message_key: log\n json.keys_under_root: true\n processors:\n - add_docker_metadata: ~\nfilebeat.config.modules:\n path: ${path.config}/module...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1237, "all_permissive": false }
ansible_role
dafuk/bardak
e47d27d0523cc9f396a9ad9ce4617289e1d84e80
0
roles/sqlcluster
7,375
[ "no_license" ]
[ { "path": "roles/sqlcluster/defaults/main.yml", "content": "---\n# defaults file for containers\n servers: 1 \n\n# cnf template\n mysql_server_id: 1\n mysql_expire_logs_days: \"1\"\n mysql_binlog_format: \"ROW\"\n mysql_max_binlog_size: \"10M\"\n\n", "license_type": "no_license", "detected_lice...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2300, "all_permissive": false }
ansible_role
Lavikavi/learn-ansible
68a07acc127f55a666e1370d351402032211abf6
0
roles/sample
7,375
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: Print Hello World\n ansible.builtin.debug:\n msg: Hello from Role Sample\n\n- name: Print Role from Variable\n ansible.builtin.debug:\n msg: URL - {{ URL }}\n\n- name: Print Role from Play\n ansible.builtin.debug:\n msg: URL_PLAY - {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
Chrislevi/ansible-docker-jenkins
03a8c900fd3923d4f3a1df0c9dfd980789d9f44c
0
roles/docker-daemon
7,375
[ "no_license" ]
[ { "path": "roles/docker-daemon/tasks/main.yml", "content": "---\n- block:\n - apt_key:\n data: \"{{ lookup('file', 'docker-apt-key') }}\"\n state: present\n\n - name: \"Add repository\"\n apt_repository:\n repo: '{{ docker_repo }} {{ ansible_distribution_release }} stable'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1597, "all_permissive": false }
ansible_role
Chrislevi/ansible-docker-jenkins
03a8c900fd3923d4f3a1df0c9dfd980789d9f44c
0
roles/jenkins-master
7,375
[ "no_license" ]
[ { "path": "roles/jenkins-master/tasks/context.yml", "content": "---\n- name: \"Delete previous context files\"\n shell: 'rm -rf {{ context_dir }}/*'\n\n- name: \"Copy context files\"\n copy:\n src: \"{{ item }}\"\n dest: \"{{ context_dir }}/\"\n mode: \"u=rwx,g=rx,o=rx\"\n # owner: \"{{ jenkins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 16561, "all_permissive": false }
ansible_role
Chrislevi/ansible-docker-jenkins
03a8c900fd3923d4f3a1df0c9dfd980789d9f44c
0
roles/jenkins-slave
7,375
[ "no_license" ]
[ { "path": "roles/jenkins-slave/tasks/main.yml", "content": "---\n- name: \"Install Slave packages\"\n package:\n name: \"{{ item }}\"\n with_items:\n - default-jre\n - openssh-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
Chrislevi/ansible-docker-jenkins
03a8c900fd3923d4f3a1df0c9dfd980789d9f44c
0
roles/juseppe
7,375
[ "no_license" ]
[ { "path": "roles/juseppe/tasks/run-container.yml", "content": "---\n- set_fact:\n juseppe_container_image: \"{{ juseppe_container_prefix }}\"\n\n- name: \"Run juseppe container\"\n docker_container:\n name: \"{{ juseppe_container_name }}\"\n image: \"{{ juseppe_container_image }}:{{ juseppe_contai...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 843, "all_permissive": false }
ansible_role
Chrislevi/ansible-docker-jenkins
03a8c900fd3923d4f3a1df0c9dfd980789d9f44c
0
roles/reqs
7,375
[ "no_license" ]
[ { "path": "roles/reqs/tasks/plugins.yml", "content": "---\n- name: \"Create cache dir\"\n file:\n name: \"{{ juseppe_plugin_cache_dir }}\"\n state: directory\n\n# Downloads all latest plugins to jenkins_version\n- name: \"Download Plugins\"\n shell: \"cd {{ juseppe_plugin_cache_dir }} ; wget -r -nd ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1559, "all_permissive": false }
ansible_role
haboy52584/cicd-cloud
43e52cc31e737fadb41c31a970905d1d9d55ee67
0
ansible/roles/backend
7,375
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "- name: Install PostgreSQL\n apt:\n name: postgresql\n state: present\n\n- name: Ensure PostgreSQL is running\n systemd:\n name: postgresql\n state: started\n enabled: yes\n\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
haboy52584/cicd-cloud
43e52cc31e737fadb41c31a970905d1d9d55ee67
0
ansible/roles/common
7,375
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Update and upgrade packages\n apt:\n update_cache: yes\n upgrade: safe\n\n- name: Install Python and pip\n apt:\n name:\n - python3\n - python3-pip\n state: present\n\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
haboy52584/cicd-cloud
43e52cc31e737fadb41c31a970905d1d9d55ee67
0
ansible/roles/frontend
7,375
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "- name: Install Flask and Gunicorn\n pip:\n name:\n - Flask\n - gunicorn\n executable: pip3\n\n- name: Create app directory\n file:\n path: /var/www/app\n state: directory\n\n- name: Copy app files\n copy:\n src: /pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
rahulrai-in/terraform-ansible
10ba7828a788fc8dfef97b4cf95ceab3c301fb72
8
infra/roles/plan
7,375
[ "no_license" ]
[ { "path": "infra/roles/plan/templates/tfvars.j2", "content": "rg_name = \"{{ terraform['%s' | format(env)].rg_name }}\"\nregion = \"{{ terraform['%s' | format(env)].region }}\"\nacr_name = \"{{ terraform['%s' | format(env)].acr_name }}\"\nenvironment = \"{{ terraform['%s' | format(env)].environment }}\"", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1724, "all_permissive": false }
ansible_role
bygui86/ch-open-workshop_devops-cloud-kafka
3e6d365a594209c92971a6c534560aabe784cb35
0
roles/checkout_demo_app
7,375
[ "no_license" ]
[ { "path": "roles/checkout_demo_app/tasks/main.yml", "content": "---\n- name: checkout backend (sink)\n git:\n repo: 'https://github.com/khinkali/sink'\n dest: '{{ dest_folder }}/sink'\n\n- name: checkout frontend (cockpit)\n git:\n repo: 'https://github.com/khinkali/cockpit'\n dest: '{{ dest_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
bygui86/ch-open-workshop_devops-cloud-kafka
3e6d365a594209c92971a6c534560aabe784cb35
0
roles/start_demo_app
7,375
[ "no_license" ]
[ { "path": "roles/start_demo_app/tasks/main.yml", "content": "---\n- name: create docker network\n command: \"docker network create cryptowatch\"\n become: yes\n\n- name: start zipkin\n command: \"{{ dest_folder }}/sink/startZipkin.sh\"\n become: yes\n\n- name: start kafka\n command: \"{{ dest_folder }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1066, "all_permissive": false }
ansible_role
NashTech-Labs/rds-psql-cluster-creation-using-ansible
99180ebef8ed5c17cae00a2a2e159ac47278952c
0
roles/rds_role
7,375
[ "no_license" ]
[ { "path": "roles/rds_role/tasks/rds_instance.yml", "content": "---\n- name: create minimal aurora instance in default VPC and default subnet group\n amazon.aws.rds_instance:\n engine: \"{{ engine }}\"\n db_instance_identifier: ansible-test-aurora-db-instance\n instance_type: \"{{ intance_type }}\"...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 2463, "all_permissive": false }
ansible_role
manjunath-start/infra-setup-php
9760104861647fc2cfe40b4115106c6da641a1dd
0
ansible/roles/docker
7,375
[ "no_license" ]
[ { "path": "ansible/roles/docker/templates/nginx.conf.j2", "content": "server {\r\n listen 80;\r\n server_name {{ domain_name }};\r\n\r\n location / {\r\n proxy_pass http://127.0.0.1:8000;\r\n proxy_set_header Host $host;\r\n proxy_set_header X-Real-IP $remote_addr;\r\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2567, "all_permissive": false }
ansible_role
manjunath-start/infra-setup-php
9760104861647fc2cfe40b4115106c6da641a1dd
0
ansible/roles/swarm
7,375
[ "no_license" ]
[ { "path": "ansible/roles/swarm/tasks/main.yml", "content": "---\r\n- name: Initialize Docker Swarm\r\n command: docker swarm init --advertise-addr {{ ansible_default_ipv4.address }}:{{ swarm_port }}\r\n register: swarm_result\r\n changed_when: \"'This node is already part of a swarm' not in swarm_result....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
cheemon2212/pms-ansible
7d1f9bb9ec07616e40f3f5bca1e7a59ddb5f0d08
0
apache-dep/roles/hooks
7,375
[ "no_license" ]
[ { "path": "apache-dep/roles/hooks/tasks/after_symlink_shared.yml", "content": "---\n- name: ANSISTRANO | HOOKS | Create Revision.info\n shell: \"cat /linux-config2/current/REVISION > /linux-config2/current/REVISION.info\"\n\n- name: ANSISTRANO | HOOKS | Edit Revision.info\n shell: \"echo -e \\\"\\n\\\" >>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
cheemon2212/pms-ansible
7d1f9bb9ec07616e40f3f5bca1e7a59ddb5f0d08
0
app-dep/roles/hooks
7,375
[ "no_license" ]
[ { "path": "app-dep/roles/hooks/tasks/after_update_code.yml", "content": "---\n- name: ANSISTRANO | HOOKS | Vendor Module Copy\n shell: \"cp -pr /var/www/product-management-system/vendor {{ ansistrano_release_path.stdout }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
pinklisaped/Ansible
6c8ee7de30f08928b197d7a259c137ac11a8f08c
1
roles/docker
7,370
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for roles/docker\n- name: Import OS specific tasks\n ansible.builtin.include_tasks: \"{{ ansible_os_family | lower }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path": "r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1420, "all_permissive": false }