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
atlurisiva/aws_disk_report
98c861cfad416a98cd48eaf619a5aa0b90e9345a
0
ansible/roles/collect_disk
7,834
[ "no_license" ]
[ { "path": "ansible/roles/collect_disk/tasks/main.yml", "content": "- name: Wait for SSM command completion (Linux)\n amazon.aws.aws_ssm_command_result:\n region: \"{{ aws_region }}\"\n aws_access_key: \"{{ aws_creds.aws_access_key }}\"\n aws_secret_key: \"{{ aws_creds.aws_secret_key }}\"\n aws_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1533, "all_permissive": false }
ansible_role
atlurisiva/aws_disk_report
98c861cfad416a98cd48eaf619a5aa0b90e9345a
0
ansible/roles/consolidate_report
7,834
[ "no_license" ]
[ { "path": "ansible/roles/consolidate_report/tasks/main.yml", "content": "- name: Collect all disk report rows from all hosts\n set_fact:\n all_rows: |\n InstanceId,OS,Output\n {% for host in groups['accounts'] %}\n {{ hostvars[host].disk_report_rows | default('') }}\n {% endfor %}\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
atlurisiva/aws_disk_report
98c861cfad416a98cd48eaf619a5aa0b90e9345a
0
ansible/roles/gather_ec2
7,834
[ "no_license" ]
[ { "path": "ansible/roles/gather_ec2/tasks/main.yml", "content": "- name: Gather running EC2 instances\n amazon.aws.ec2_instance_info:\n region: \"{{ aws_region }}\"\n aws_access_key: \"{{ aws_creds.aws_access_key }}\"\n aws_secret_key: \"{{ aws_creds.aws_secret_key }}\"\n aws_session_token: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
atlurisiva/aws_disk_report
98c861cfad416a98cd48eaf619a5aa0b90e9345a
0
ansible/roles/run_ssm
7,834
[ "no_license" ]
[ { "path": "ansible/roles/run_ssm/tasks/main.yml", "content": "---\n- name: Run disk report on Linux instances\n amazon.aws.aws_ssm_send_command:\n region: \"{{ aws_region }}\"\n aws_access_key: \"{{ aws_creds.aws_access_key }}\"\n aws_secret_key: \"{{ aws_creds.aws_secret_key }}\"\n aws_session...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1072, "all_permissive": false }
ansible_role
huyboy204/ansible-roles
e74d892f0a573edb67f9729a3abce809b149ac33
0
roles/centos_update
7,834
[ "no_license" ]
[ { "path": "roles/centos_update/tasks/main.yml", "content": "---\n- name: Update and upgrade CentOS\n yum:\n name: '*'\n state: latest\n\n- name: Reboot the system if required\n command: shutdown -r now\n when: yum_update.changed | default(false)\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
huyboy204/ansible-roles
e74d892f0a573edb67f9729a3abce809b149ac33
0
roles/nexus
7,834
[ "no_license" ]
[ { "path": "roles/nexus/handlers/main.yml", "content": "---\n- name: Start Nexus Service\n ansible.builtin.service:\n name: nexus\n state: started\n enabled: yes\n\n- name: Restart firewalld\n service:\n name: firewalld\n state: restarted", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5862, "all_permissive": false }
ansible_role
huyboy204/ansible-roles
e74d892f0a573edb67f9729a3abce809b149ac33
0
roles/ubuntu_update
7,834
[ "no_license" ]
[ { "path": "roles/ubuntu_update/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Update and upgrade Ubuntu\n apt:\n upgrade: dist\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
raphaeldevs/elven-bootcamp-sre-challenge
b81f86cbb8551da4aa5d4d6217fc7bd822ceb450
0
ansible-modules/blog/roles/aws_secrets_manager
7,834
[ "no_license" ]
[ { "path": "ansible-modules/blog/roles/aws_secrets_manager/tasks/main.yml", "content": "---\n- name: Install pip\n apt:\n name:\n - python3-pip\n state: present\n\n- name: Install botocore and boto3\n pip:\n name:\n - boto3\n - botocore\n\n- name: Try fetch secrets from AWS Secrets ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
radamanthys26/automacao_magento
652da76f4504652f8f276cf1ae670ab1cb50f74e
0
ansible/roles/composer
7,834
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "---\n- name: Instalando o composer\n become: yes\n ansible.builtin.command: \"{{ item }}\"\n with_items:\n - php -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"\n - php -r \"if (hash_file('sha384', 'composer-setu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
radamanthys26/automacao_magento
652da76f4504652f8f276cf1ae670ab1cb50f74e
0
ansible/roles/configs
7,834
[ "no_license" ]
[ { "path": "ansible/roles/configs/tasks/main.yml", "content": "- name: Generate an OpenSSH keypair with the default values (4096 bits, rsa)\n community.crypto.openssh_keypair:\n path: ~/.ssh/id_rsa\n\n- name: Atualizando as chaves ssh publica no arquivo autorized_keys e travando um backup\n become: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
radamanthys26/automacao_magento
652da76f4504652f8f276cf1ae670ab1cb50f74e
0
ansible/roles/magento2
7,834
[ "no_license" ]
[ { "path": "ansible/roles/magento2/tasks/main.yml", "content": "---\n- name: Definindo chaves para instalação do magento via composer\n command: composer global config http-basic.repo.magento.com \"{{ magento_public_key }}\" \"{{ magento_private_key }}\"\n\n- name: Criando o projeto Magento Open Source\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2529, "all_permissive": false }
ansible_role
radamanthys26/automacao_magento
652da76f4504652f8f276cf1ae670ab1cb50f74e
0
ansible/roles/mysql
7,834
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Instalando o Python PIP\n become: yes\n apt:\n name: python3-pip\n update_cache: yes\n\n- name: Instalando pacote do Python - PyMySQL\n become: yes\n pip:\n name: PyMySQL\n\n- name: Instalando mysql-server\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1061, "all_permissive": false }
ansible_role
radamanthys26/automacao_magento
652da76f4504652f8f276cf1ae670ab1cb50f74e
0
ansible/roles/nginx
7,834
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Instalando webserver nginx\n become: yes\n apt: name=nginx state=present\n\n- name: Iniciando o serviço mysql\n become: yes\n service:\n name: nginx\n state: started\n enabled: True\n\n- name: Configurando o arquivo /etc/nginx/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
radamanthys26/automacao_magento
652da76f4504652f8f276cf1ae670ab1cb50f74e
0
ansible/roles/php
7,834
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "- name: Adicionando PPA do php 7.1\n become: yes\n apt_repository:\n validate_certs: no\n repo: 'ppa:ondrej/php'\n state: present\n update_cache: yes\n\n- name: Instalando php e dependências\n become: yes\n apt:\n pkg:\n - php7....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
encryptme/cloak-server-demo
4855e13e9d7856ab378290580abf31f44cd9c46d
9
ansible/roles/dns
7,834
[ "no_license" ]
[ { "path": "ansible/roles/dns/tasks/main.yaml", "content": "- name: Install unbound\n apt: name=unbound\n\n- name: Configure unbound\n copy: dest=/etc/unbound/unbound.conf src=unbound.conf\n notify: Restart unbound\n\n- meta: flush_handlers\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
encryptme/cloak-server-demo
4855e13e9d7856ab378290580abf31f44cd9c46d
9
ansible/roles/maintenance
7,834
[ "no_license" ]
[ { "path": "ansible/roles/maintenance/files/bin/refresh-crls.sh", "content": "#!/bin/sh\n\ncd /home/cloak/pki\n\n/home/cloak/bin/cloak-server --quiet crls \\\n --infile crl_urls.txt \\\n --out crls \\\n --post-hook \"cat crls/*.pem > new-crls.pem; mv new-crls.pem crls.pem; sudo /usr/sbin/ipsec rerea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 859, "all_permissive": false }
ansible_role
encryptme/cloak-server-demo
4855e13e9d7856ab378290580abf31f44cd9c46d
9
ansible/roles/network
7,834
[ "no_license" ]
[ { "path": "ansible/roles/network/handlers/main.yaml", "content": "- name: Restore iptables\n command: /etc/network/if-up.d/iptables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/network/tasks/main.yaml", "content": "# Linux w...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 584, "all_permissive": false }
ansible_role
encryptme/cloak-server-demo
4855e13e9d7856ab378290580abf31f44cd9c46d
9
ansible/roles/openvpn
7,834
[ "no_license" ]
[ { "path": "ansible/roles/openvpn/tasks/main.yaml", "content": "- name: Install OpenVPN\n apt: name=openvpn\n\n# The API is permitted to return multiple OpenVPN configurations. Initially,\n# private team targets will only have a single config, but it's easy enough to\n# be future-proof.\n- name: Configure o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
encryptme/cloak-server-demo
4855e13e9d7856ab378290580abf31f44cd9c46d
9
ansible/roles/pki
7,834
[ "no_license" ]
[ { "path": "ansible/roles/pki/tasks/main.yaml", "content": "- name: Upgrade cloak-server\n pip: name=cloak-server virtualenv=/home/cloak/venv state=latest\n\n- name: Download the PKI (will wait for certificate approval)\n command: /home/cloak/bin/cloak-server pki --out /home/cloak/pki --wait\n async: 300\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
encryptme/cloak-server-demo
4855e13e9d7856ab378290580abf31f44cd9c46d
9
ansible/roles/strongswan
7,834
[ "no_license" ]
[ { "path": "ansible/roles/strongswan/templates/.editorconfig", "content": "root = false\n\n[ipsec.conf]\ntrim_trailing_whitespace = false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/strongswan/tasks/main.yaml", "content": "- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2432, "all_permissive": false }
ansible_role
pgraffigna/ansible_role_proxmox_deploy
1975715266a0276b48b1947ea351544ce57be5b6
1
roles/creacion_ct
7,834
[ "no_license" ]
[ { "path": "roles/creacion_ct/tasks/main.yml", "content": "---\n- include_vars: ../../../vars_main.yml\n\n- name: Creacion de nuevo contenedor\n proxmox:\n vmid: \"{{ vmid }}\"\n node: \"{{ node }}\"\n api_user: \"{{ api_user }}\"\n api_password: \"{{ api_password }}\"\n api_host: \"{{ api_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
pgraffigna/ansible_role_proxmox_deploy
1975715266a0276b48b1947ea351544ce57be5b6
1
roles/creacion_vms
7,834
[ "no_license" ]
[ { "path": "roles/creacion_vms/tasks/main.yml", "content": "---\n- include_vars: ../../../vars_main.yml\n\n- name: Creacion de VM\n proxmox_kvm:\n api_user: \"{{ api_user }}\"\n api_password: \"{{ api_password }}\"\n api_host: \"{{ api_host }}\"\n node: \"{{ node }}\"\n vmid:\n name: testi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
pgraffigna/ansible_role_proxmox_deploy
1975715266a0276b48b1947ea351544ce57be5b6
1
roles/dependencias
7,834
[ "no_license" ]
[ { "path": "roles/dependencias/tasks/main.yml", "content": "---\n- name: Elimina repos enterprise\n file:\n path: /etc/apt/sources.list.d/pve-enterprise.list\n state: absent\n\n- name: Agrega repos community\n apt_repository:\n repo: deb \"{{ repo }}\" buster pve-no-subscription\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
pgraffigna/ansible_role_proxmox_deploy
1975715266a0276b48b1947ea351544ce57be5b6
1
roles/destruir_ct
7,834
[ "no_license" ]
[ { "path": "roles/destruir_ct/tasks/main.yml", "content": "---\n- include_vars: ../../../vars_main.yml\n\n- name: Stopea contenedor\n proxmox:\n api_host: \"{{ api_host }}\"\n api_user: \"{{ api_user }}\"\n api_password: \"{{ api_password }}\"\n node: \"{{ node }}\"\n vmid: \"{{ custom_vmid }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
pgraffigna/ansible_role_proxmox_deploy
1975715266a0276b48b1947ea351544ce57be5b6
1
roles/destruir_vm
7,834
[ "no_license" ]
[ { "path": "roles/destruir_vm/tasks/main.yml", "content": "---\n- include_vars: ../../../vars_main.yml\n\n- name: Stopea contenedor\n proxmox_kvm:\n api_host: \"{{ api_host }}\"\n api_user: \"{{ api_user }}\"\n api_password: \"{{ api_password }}\"\n node: \"{{ node }}\"\n vmid: \"{{ custom_vm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
xvzf/lanarama-infra
1890016b6e56ba197456375fb4a015ae6f419d2c
0
roles/base
7,834
[ "no_license" ]
[ { "path": "roles/base/files/sshd_config", "content": "# Ansible Managed\n\nPort 22\nListenAddress 0.0.0.0\nListenAddress ::\n\nPermitRootLogin no\nMaxAuthTries 6\nMaxSessions 10\n\nPubkeyAuthentication yes\n\nPasswordAuthentication no\nPermitEmptyPasswords no\n\nChallengeResponseAuthentication no\n\nUsePAM ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1496, "all_permissive": false }
ansible_role
xvzf/lanarama-infra
1890016b6e56ba197456375fb4a015ae6f419d2c
0
roles/coredns
7,834
[ "no_license" ]
[ { "path": "roles/coredns/tasks/install.yaml", "content": "---\n- name: Create the CoreDNS group\n group:\n name: \"{{ coredns_system_group }}\"\n state: present\n system: true\n\n- name: Create the CoreDNS user\n user:\n name: \"{{ coredns_system_user }}\"\n groups: \"{{ coredns_system_grou...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2959, "all_permissive": false }
ansible_role
xvzf/lanarama-infra
1890016b6e56ba197456375fb4a015ae6f419d2c
0
roles/dhcpd
7,834
[ "no_license" ]
[ { "path": "roles/dhcpd/tasks/main.yml", "content": "---\n- name: install dhcp package\n package:\n name: isc-dhcp-server\n state: present\n\n# DHCP\n- name: DHCP-server configuration\n template:\n src: dhcpd.conf\n dest: /etc/dhcp/dhcpd.conf\n owner: root\n group: root\n mode: 0644\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
xvzf/lanarama-infra
1890016b6e56ba197456375fb4a015ae6f419d2c
0
roles/docker
7,834
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: check if docker-ce is installed\n command: dpkg -l docker-ce\n ignore_errors: yes\n register: docker_ce_check\n\n- include: setup.yml\n when: docker_ce_check.rc == 1\n\n- name: install docker\n package:\n name: \"{{ item }}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
xvzf/lanarama-infra
1890016b6e56ba197456375fb4a015ae6f419d2c
0
roles/firewall
7,834
[ "no_license" ]
[ { "path": "roles/firewall/tasks/packages.yaml", "content": "---\n- name: install routing packages\n package:\n name:\n - iproute2\n - nftables\n - frr\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/f...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 936, "all_permissive": false }
ansible_role
xvzf/lanarama-infra
1890016b6e56ba197456375fb4a015ae6f419d2c
0
roles/frr
7,834
[ "no_license" ]
[ { "path": "roles/frr/tasks/main.yaml", "content": "---\n- name: Install packages required for routing\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - iproute2\n - frr\n\n- name: Enable IPv4 routing\n sysctl:\n name: net.ipv4.conf.all.forwarding\n value: \"1\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
xvzf/lanarama-infra
1890016b6e56ba197456375fb4a015ae6f419d2c
0
roles/k8s
7,834
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yaml", "content": "---\n- name: Check if k3s exists\n stat:\n path: /usr/local/bin/k3s\n register: k3s_installed\n\n- name: Install curl\n package:\n name:\n - curl\n state: present\n\n- pip:\n name:\n - openshift\n - pyhelm\n state: present\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3001, "all_permissive": false }
ansible_role
xvzf/lanarama-infra
1890016b6e56ba197456375fb4a015ae6f419d2c
0
roles/kvm
7,834
[ "no_license" ]
[ { "path": "roles/kvm/tasks/packages.yaml", "content": "---\n- name: Install KVM requirements and tools\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libvirt-daemon\n - libosinfo-bin\n - libguestfs-tools\n - libvirt-daemon-system\n - qemu-kvm\n - virtinst\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 864, "all_permissive": false }
ansible_role
GopiBharadwajp/ansiblesroboshop-roles
21a64edc5f60a85c3d3c88bdf617858de5ab9684
0
roles/catalogue
7,834
[ "no_license" ]
[ { "path": "roles/catalogue/vars/main.yaml", "content": "MONGODB_HOST: \"mongodb-{{ env }}.gorobo.site\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/catalogue/tasks/main.yaml", "content": "- name : app setup\n include_role:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 928, "all_permissive": false }
ansible_role
GopiBharadwajp/ansiblesroboshop-roles
21a64edc5f60a85c3d3c88bdf617858de5ab9684
0
roles/common
7,834
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yaml", "content": "- name: disable default nordejs\n ansible.builtin.command: dnf module disable nodejs -y\n \n- name: disable default nordejs\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: install nodejs\n ansible.builtin.dnf:\n name: nodejs...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 726, "all_permissive": false }
ansible_role
GopiBharadwajp/ansiblesroboshop-roles
21a64edc5f60a85c3d3c88bdf617858de5ab9684
0
roles/mysql
7,834
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name : install my sql sever\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n \n- name: start and enable mysql server\n ansible.builtin.service:\n name: mysqld\n state: started\n enabled: yes\n \n- name: install boto3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
tesap/my-scripts
02dcb1a7c6131d2962d054d02850c6fb243a8001
0
uni/3.2-de/ansible/roles/docker
7,834
[ "no_license" ]
[ { "path": "uni/3.2-de/ansible/roles/docker/tasks/main.yml", "content": "- name: Install pip\n become: true\n apt:\n name: python3-pip\n state: present\n tags: [pip]\n\n- name: Install Docker dependencies\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - apt-trans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1303, "all_permissive": false }
ansible_role
tesap/my-scripts
02dcb1a7c6131d2962d054d02850c6fb243a8001
0
uni/3.2-de/ansible/roles/web_app
7,834
[ "no_license" ]
[ { "path": "uni/3.2-de/ansible/roles/web_app/tasks/main.yml", "content": "- include: 0-wipe.yml\n tags: [wipe]\n\n- name: Pull the latest Docker image\n docker_image:\n name: tsepanx/app_python\n state: present\n tags: [image-pull]\n\n- name: Run Docker container\n docker_container:\n name: app_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1764, "all_permissive": false }
ansible_role
AleksandrShkraba/k8s
cff70b1c9ec1d83b474fc73f1323f1f7b4413b2a
0
roles/k8s
7,834
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "---\r\n- name: off selinux\r\n shell: setenforce 0\r\n\r\n- name: disable selinux\r\n lineinfile:\r\n path: /etc/selinux/config\r\n regexp: '^SELINUX='\r\n line: SELINUX=disable\r\n\r\n- name: stop and disable firewalld\r\n systemd:\r\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2206, "all_permissive": false }
ansible_role
RootShell-coder/Kubernetes-lab
b30354cde33c5ea619f1eb7f487ffc8856deee12
1
roles/common
7,834
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: Reload sysctl\n ansible.builtin.command: sysctl -p /etc/sysctl.d/10-sysctl.conf\n\n- name: Reload sshd\n ansible.builtin.service:\n name: sshd\n state: restarted\n\n- name: Reload chrony\n ansible.builtin.service:\n name: chron...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3223, "all_permissive": false }
ansible_role
RootShell-coder/Kubernetes-lab
b30354cde33c5ea619f1eb7f487ffc8856deee12
1
roles/containerd_install
7,834
[ "no_license" ]
[ { "path": "roles/containerd_install/meta/main.yml", "content": "galaxy_info:\n author: RootShell-coder\n description: Containerd install\n license: BSD\n min_ansible_version: '2.14'\n platforms:\n - name: Debian\n versions:\n - bullseye\n galaxy_tags: []\ndependencies: []\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2449, "all_permissive": false }
ansible_role
RootShell-coder/Kubernetes-lab
b30354cde33c5ea619f1eb7f487ffc8856deee12
1
roles/grub_disable_ipv6
7,834
[ "no_license" ]
[ { "path": "roles/grub_disable_ipv6/README.md", "content": "# Grub disable ipv6 Role\n\n## Role Variables\n\n| Name | Description | Default | Required |\n| ---- | ----------- | ------- | :------: |\n| | | | X |\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 628, "all_permissive": false }
ansible_role
RootShell-coder/Kubernetes-lab
b30354cde33c5ea619f1eb7f487ffc8856deee12
1
roles/kube_install
7,834
[ "no_license" ]
[ { "path": "roles/kube_install/meta/main.yml", "content": "galaxy_info:\n author: RootShell-coder\n description: Kubernetes add repository and install\n license: BSD\n min_ansible_version: '2.14'\n platforms:\n - name: Debian\n versions:\n - bullseye\n galaxy_tags: []\ndependencies: []\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1518, "all_permissive": false }
ansible_role
RootShell-coder/Kubernetes-lab
b30354cde33c5ea619f1eb7f487ffc8856deee12
1
roles/kube_preconf
7,834
[ "no_license" ]
[ { "path": "roles/kube_preconf/README.md", "content": "# Kube preconf Role\n\n## Role Variables\n\n| Name | Description | Default | Required |\n| ---- | ----------- | ------- | :------: |\n| | | | X |\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1063, "all_permissive": false }
ansible_role
RootShell-coder/Kubernetes-lab
b30354cde33c5ea619f1eb7f487ffc8856deee12
1
roles/kubelet
7,834
[ "no_license" ]
[ { "path": "roles/kubelet/meta/main.yml", "content": "galaxy_info:\n author: RootShell-coder\n description: Kubelet\n license: BSD\n min_ansible_version: '2.14'\n platforms:\n - name: Debian\n versions:\n - bullseye\n galaxy_tags: []\ndependencies: []\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 317, "all_permissive": false }
ansible_role
RootShell-coder/Kubernetes-lab
b30354cde33c5ea619f1eb7f487ffc8856deee12
1
roles/prepare
7,834
[ "no_license" ]
[ { "path": "roles/prepare/defaults/main.yml", "content": "---\nhosts_entries:\n - { ip: '192.168.0.2', hostname: 'k8s0-master', domain: 'example.local' }\n - { ip: '192.168.0.3', hostname: 'k8s1-master', domain: 'example.local' }\n - { ip: '192.168.0.4', hostname: 'k8s2-master', domain: 'example.local' }\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4538, "all_permissive": false }
ansible_role
sravaniab28/ansible-roboshop-roles
55af8af516b78ef472042807b84603f3c79e8316
0
roles/common
7,825
[ "no_license" ]
[ { "path": "roles/common/tasks/load-mysql-schema.yaml", "content": "- name: Install MySQL client\n ansible.builtin.yum:\n name: mysql\n state: installed\n\n- name: load mysql schema\n ansible.builtin.shell: mysql -h mysql.joindevops.fun -uroot -pRoboShop@1 < /app/schema/{{component}}.sql \n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
kulinacs/pentest-lab
a3e398ba6839e034dac4d755fc36ec73eff2ed48
0
ansible/roles/exploits
7,825
[ "no_license" ]
[ { "path": "ansible/roles/exploits/files/.bash_history", "content": "ls\ncd ..\nls\ncd /home/john\npwn -NSA\nsshpass -p 22 darlene@localhost Yqy28K4stPrpMo1HjP2S@$%^\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "ansible/roles/exploits/tasks/main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }
ansible_role
kulinacs/pentest-lab
a3e398ba6839e034dac4d755fc36ec73eff2ed48
0
ansible/roles/gwforward
7,825
[ "no_license" ]
[ { "path": "ansible/roles/gwforward/tasks/main.yml", "content": "---\n- name: Configure ferm forward rules\n copy:\n src: forwarding.conf\n dest: /etc/ferm.d\n owner: root\n group: root\n mode: 0644\n notify:\n - ferm\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
kulinacs/pentest-lab
a3e398ba6839e034dac4d755fc36ec73eff2ed48
0
ansible/roles/home
7,825
[ "no_license" ]
[ { "path": "ansible/roles/home/tasks/main.yml", "content": "---\n- name: Copy private key for elliot\n copy:\n src: id_rsa\n dest: /home/elliot/.ssh\n mode: 0600\n owner: elliot\n group: elliot\n\n- name: Copy public key for elliot\n copy:\n src: id_rsa.pub\n dest: /home/elliot/.ssh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 868, "all_permissive": false }
ansible_role
kulinacs/pentest-lab
a3e398ba6839e034dac4d755fc36ec73eff2ed48
0
ansible/roles/vsftpd
7,825
[ "no_license" ]
[ { "path": "ansible/roles/vsftpd/tasks/main.yml", "content": "---\n- name: Install vsftpd\n xbps:\n pkg: vsftpd\n \n state: present\n\n- name: Configure vsftpd\n copy:\n src: vsftpd.conf\n dest: /etc/\n owner: root\n group: root\n mode: 0644\n notify: ftp\n\n- name: Enable vsftpd a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 365, "all_permissive": false }
ansible_role
AnastasiyaGapochkina01/valdemar_ansible
997b6c0ddec4c172f9cf5ae3151ca9fe09f0a4b8
0
ansible/roles/setup_nginx
7,825
[ "no_license" ]
[ { "path": "ansible/roles/setup_nginx/tasks/main.yaml", "content": "- name: Install nginx on RedHat\n yum:\n name: nginx\n state: present\n when:\n ansible_os_family == \"RedHat\"\n notify:\n - Enable nginx\n\n- name: Install nginx on Debian\n apt:\n name: nginx\n state: present\n when...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
AnastasiyaGapochkina01/valdemar_ansible
997b6c0ddec4c172f9cf5ae3151ca9fe09f0a4b8
0
ansible/roles/setup_postgres
7,825
[ "no_license" ]
[ { "path": "ansible/roles/setup_postgres/vars/main.yaml", "content": "postgresql_package: postgresql\npostgresql_version: 13", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/roles/setup_postgres/tasks/main.yaml", "content": "- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 804, "all_permissive": false }
ansible_role
AnastasiyaGapochkina01/valdemar_ansible
997b6c0ddec4c172f9cf5ae3151ca9fe09f0a4b8
0
ansible/roles/setup_python3.10
7,825
[ "no_license" ]
[ { "path": "ansible/roles/setup_python3.10/tasks/main.yaml", "content": "- name: Install software\n apt:\n name:\n - build-essential\n - zlib1g-dev\n - libncurses5-dev\n - libgdbm-dev\n - libnss3-dev\n - libssl-dev\n - libreadline-dev\n - libffi-dev\n - libsql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 964, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/banner
7,825
[ "no_license" ]
[ { "path": "roles/banner/tasks/main.yml", "content": "- name: Setting up banner\n template:\n src: '{{ item.src }}'\n dest: '{{ item.dest }}'\n with_items:\n - { src: 'banner.j2', dest: '/etc/issue' }\n - { src: 'banner.j2', dest: '/etc/motd' }", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/chkconfig
7,825
[ "no_license" ]
[ { "path": "roles/chkconfig/tasks/main.yml", "content": "- name: Disabling services which are not needed\r\n service: name={{ item }} state=stopped enabled=no\r\n with_items:\r\n - ip6tables\n - iptables\n - postfix", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/logwatch
7,825
[ "no_license" ]
[ { "path": "roles/logwatch/tasks/main.yml", "content": "- name: Installing logwatch\n yum: name=logwatch state=installed\n \n- name: Setting up logwatch\r\n copy:\n src: logwatch.conf\n dest: /etc/logwatch/conf/logwatch.conf\n mode: 0644\n owner: root\n group: root\n notify: restart crond", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/mail
7,825
[ "no_license" ]
[ { "path": "roles/mail/tasks/main.yml", "content": "- name: Sending completion report via email\r\n mail:\r\n to: '{{ receipient }}'\r\n subject: System Configuration completion email for {{ ansible_hostname }}\r\n body: \"{{ lookup('template', 'mail.j2') }}\"", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/profile
7,825
[ "no_license" ]
[ { "path": "roles/profile/tasks/main.yml", "content": "- name: Setting up system profile\r\n copy:\r\n src: '{{ playbook_dir }}/files/histenv.sh'\r\n dest: /etc/profile.d/histenv.sh\r\n owner: root\r\n group: root\r\n mode: 0755\r\n\r\n- name: Updating system profile\r\n shell: \"source '/etc/pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/rootpw
7,825
[ "no_license" ]
[ { "path": "roles/rootpw/tasks/main.yml", "content": "- name: Updating root password\r\n user:\r\n name: root\r\n update_password: <PASSWORD>\r\n password: <PASSWORD>.\r\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/rpms
7,825
[ "no_license" ]
[ { "path": "roles/rpms/tasks/main.yml", "content": "- name: Installing additional packages\r\n yum: name={{ item }} state=latest\r\n with_items:\r\n - aide\r\n - autofs\r\n - collectl\r\n - device-mapper-multipath\r\n - dos2unix\r\n - facter\r\n - git\r\n - ksh\r\n - logrotate\r\n - log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/selinux
7,825
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yml", "content": "- name: Disabling selinux\r\n lineinfile:\r\n path: /etc/sysconfig/selinux\r\n regexp: '^SELINUX='\r\n line: 'SELINUX=disabled'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/ssh
7,825
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Configuring SSH\r\n template:\r\n src: ssh_config.j2\r\n dest: /etc/ssh/ssh_config\n mode: 0644\n owner: root\n group: root", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/sshd
7,825
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "- name: Configuring SSH daemon\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n mode: 0644\n owner: root\n group: root\n notify: restart sshd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 162 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/timezone
7,825
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "- name: Removing current Timezone\n file:\n path: /etc/localtime\n state: absent\n \n- name: Setting up system Timezone to Kolkata\n file:\n src: /usr/share/zoneinfo/Asia/Kolkata\n dest: /etc/localtime\n state: link", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/vmware
7,825
[ "no_license" ]
[ { "path": "roles/vmware/tasks/main.yml", "content": "- name: Copying VMWare Tools source\n copy:\n src: VMwareTools-10.0.10-4301679.tar.gz\n dest: /tmp\n\n- name: Configuring & Installing VMWare Tools\n command: '{{ item }} chdir=/tmp/ warn=no'\n with_items:\n - tar -zxvf VMwareTools-10.0.10-430167...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
diptajeet/linux-base-setup
11a7644da822818e63bd1859e9479860a404cb6d
0
roles/yum
7,825
[ "no_license" ]
[ { "path": "roles/yum/tasks/main.yml", "content": " - name: Installing & enabling EPEL Repo\r\n yum:\r\n name: epel-release\r\n state: installed\r\n\r\n - name: Performing yum updates\r\n yum:\r\n name: '*'\r\n state: latest\r\n update_cache: yes", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
omaraladin/ansible
30de91f6818b78dcf6b8b415a252f90e0e6d1c86
0
ansible_roles/roles/Apache_role
7,825
[ "no_license" ]
[ { "path": "ansible_roles/roles/Apache_role/tasks/main.yml", "content": "---\n# tasks file for OmarAladdin\n - name: Deploy Apache in RedHat\n yum:\n name: httpd\n state: latest\n when: ansible_os_family == 'Redhat'\n - name: Setting Variables for RedHat\n set_fact:\n RootDoc: '/var/www/htm...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1896, "all_permissive": false }
ansible_role
omaraladin/ansible
30de91f6818b78dcf6b8b415a252f90e0e6d1c86
0
ansible_roles/roles/ssh-hardening
7,825
[ "no_license" ]
[ { "path": "ansible_roles/roles/ssh-hardening/tasks/main.yml", "content": "---\n# tasks file for ssh-hardening\n - name: Create an OpenSSH 4096 bits key pair \n local_action: command sh scripts/generateKeyPair.sh {{inventory_hostname}}\n\n - name: Copy public key to server ~/.ssh/authorized_keys file\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1115, "all_permissive": false }
ansible_role
turbine-kreuzberg/mutov-slingr
7bae804054740cdcd34ca67946807a8b422dd641
1
ansible/roles/common
7,825
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/add-ppa-repositories.yml", "content": "---\n\n- name: common | ensure required package are installed\n package:\n name: python-apt\n state: present\n\n- name: common | add PPA repository for php 5.3\n apt_repository:\n repo: 'ppa:sergey-dryabzhinsky/php53'\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2929, "all_permissive": false }
ansible_role
turbine-kreuzberg/mutov-slingr
7bae804054740cdcd34ca67946807a8b422dd641
1
ansible/roles/votum.configure
7,825
[ "no_license" ]
[ { "path": "ansible/roles/votum.configure/templates/settings.php", "content": "<?php\n\n/**\n * This file contains an example of what your settings.php file should contain. The installation script will\n * in most cases automatically create this file, but worst-case scenario (no permissions, for example) it ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2581, "all_permissive": false }
ansible_role
DhanvannthVP/Patch
4a0dea81278dd7c98e7c5fd536cb555c65dfad27
0
roles/servicenow
7,825
[ "no_license" ]
[ { "path": "roles/servicenow/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - servicenow", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/servicenow/tasks/main.yml", "content": "---\n- shell: xlsx2c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1757, "all_permissive": false }
ansible_role
rasputnik/dynamic-inventory-funhouse
1a98d5908b1a65c114d9d0be683be03fa9e2577c
0
roles/motd
7,825
[ "no_license" ]
[ { "path": "roles/motd/templates/etc/motd.j2", "content": "hi my name is {{ ansible_hostname }}.\nI am a {{ group }} server.\nMy favourite food is {{ food }}.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/motd/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 176, "all_permissive": false }
ansible_role
rasputnik/dynamic-inventory-funhouse
1a98d5908b1a65c114d9d0be683be03fa9e2577c
0
roles/serf
7,825
[ "no_license" ]
[ { "path": "roles/serf/defaults/main.yml", "content": "---\n\nserf_binary: /usr/local/bin/serf\nserf_config: /etc/serf.conf\nserf_interface: eth1\nserf_cluster: mycluster\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/serf/handlers/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1047, "all_permissive": false }
ansible_role
rasputnik/dynamic-inventory-funhouse
1a98d5908b1a65c114d9d0be683be03fa9e2577c
0
roles/tags
7,825
[ "no_license" ]
[ { "path": "roles/tags/tasks/main.yml", "content": "---\n\n- name: apply serf_tags to agents (non-persistent)\n command: \"{{ serf_binary }} tags -set {{ item.key }}={{ item.value }}\"\n with_dict: \"{{ serf_tags }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 160 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
PetrHar/ansible
46275e67a94c2ea38641e521fa922822e3d9f14c
0
roles/nginx
7,825
[ "no_license" ]
[ { "path": "roles/nginx/tasks/vhost.yml", "content": "- name: Configure Nginx virtual host\n template:\n src: vhost.conf.j2\n dest: /etc/nginx/sites-available/{{ vhost_name }}.conf\n owner: root\n group: root\n notify:\n - Reload Nginx\n", "license_type": "no_license", "detected_lice...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1395, "all_permissive": false }
ansible_role
oorace/analytics
8aa82d46687a824cccde11278386ffafdaa6b13b
2
ansible/roles/analytics
7,825
[ "no_license" ]
[ { "path": "ansible/roles/analytics/tasks/build.yml", "content": "- name: Build JavaScript artifact\n local_action: shell gulp dist --domain \"{{analytics_domain_name}}\" chdir=\"..\" warn=no\n become: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1029, "all_permissive": false }
ansible_role
oorace/analytics
8aa82d46687a824cccde11278386ffafdaa6b13b
2
ansible/roles/boulder
7,825
[ "no_license" ]
[ { "path": "ansible/roles/boulder/tasks/main.yml", "content": "- name: Install docker python client\n pip: name=docker-py version=1.9.0\n\n- name: \"Checkout boulder repository\"\n git:\n repo: https://github.com/letsencrypt/boulder\n dest: \"{{go_path}}/src/github.com/letsencrypt/boulder\"\n vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1546, "all_permissive": false }
ansible_role
oorace/analytics
8aa82d46687a824cccde11278386ffafdaa6b13b
2
ansible/roles/vjestin.logstash
7,825
[ "no_license" ]
[ { "path": "ansible/roles/vjestin.logstash/tasks/main.yml", "content": "---\n# tasks file for logstash-role\n\n- include: logstash_requirements.yml\n tags: [logstash, logstash-requirements]\n\n- include: logstash_installation_Debian.yml\n when: ansible_os_family == \"Debian\"\n tags: [logstash, logstash-i...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 10623, "all_permissive": false }
ansible_role
oorace/analytics
8aa82d46687a824cccde11278386ffafdaa6b13b
2
ansible/roles/williamyeh.oracle-java
7,825
[ "no_license" ]
[ { "path": "ansible/roles/williamyeh.oracle-java/prefetch.yml", "content": "- hosts: all\n become: yes\n become_method: sudo\n tasks:\n - include: tasks/set-role-variables.yml\n - name: fetch .rpm or .tar.gz files from Oracle site\n include: tasks/fetch.yml\n\n #vars_files:\n # - 'defaults/m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1349, "all_permissive": false }
ansible_role
gbwebdev/aws-vps-manager
cb497fdfbdfe91daa3a33b51fc51b5bd4dfb3fac
1
ansible/roles/setup-new-vps
7,825
[ "no_license" ]
[ { "path": "ansible/roles/setup-new-vps/tasks/main.yaml", "content": "- name: Set the hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n become: true\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n become: true\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2785, "all_permissive": false }
ansible_role
hadees/ansible_mining
b84ef7f75bc9ba6e9e58429687bcc7254e697814
1
roles/gpu-nvidia
7,825
[ "no_license" ]
[ { "path": "roles/gpu-nvidia/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install dependencies\n apt: pkg={{item}} state=present\n with_items:\n - linux-headers-generic\n\n- name: Download network installer\n get_url:\n url: ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1955, "all_permissive": false }
ansible_role
hadees/ansible_mining
b84ef7f75bc9ba6e9e58429687bcc7254e697814
1
roles/mining
7,825
[ "no_license" ]
[ { "path": "roles/mining/templates/sc-ccminer.sh", "content": "#!/bin/bash\n\n# {{ ansible_managed }}\n\n/home/mining/ccminer/ccminer -d {{ mining_devices_sc }} \\\n -a sia -o stratum+tcp://us-east.siamining.com:3333 \\\n -u \"{{ mining_address_sc }}.{{ mining_device_name }}\" \\\n -i {{ mining_sia_...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 21151, "all_permissive": false }
ansible_role
Xennis/google-assistant-on-raspberry-pi
bd5915c95cbbc35f91e4fc347a502660f6fa7a5a
0
roles/google-assistent-library
7,825
[ "no_license" ]
[ { "path": "roles/google-assistent-library/tasks/main.yml", "content": "---\n\n- name: Install Python virtual environment dependencies\n become: true\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python3-dev\n - python3-venv\n - python-setuptools # Required for Ansible only\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1569, "all_permissive": false }
ansible_role
Xennis/google-assistant-on-raspberry-pi
bd5915c95cbbc35f91e4fc347a502660f6fa7a5a
0
roles/system
7,825
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Copy audio (ALSA) configuration\n template:\n src: \"files/.asoundrc.j2\"\n dest: \".asoundrc\"\n tags: config, audio\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 513, "all_permissive": false }
ansible_role
NandaBalakrishnan/ansible_usecase
3be7af91320530321a8bb89a0e00195874f99e2a
0
roles/ec2_dbservver
7,825
[ "no_license" ]
[ { "path": "roles/ec2_dbservver/tasks/main.yml", "content": "- name: Create DBserver instances\n ec2:\n region: \"{{ ec2.region }}\"\n instance_tags: \"{{ ec2.tags }}\"\n keypair: \"{{ ec2.credentials }}\"\n image: \"{{ ec2.image }}\"\n instance_type: \"{{ ec2.instance_type }}\"\n instance...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
NandaBalakrishnan/ansible_usecase
3be7af91320530321a8bb89a0e00195874f99e2a
0
roles/ec2_webserver
7,825
[ "no_license" ]
[ { "path": "roles/ec2_webserver/tasks/main.yml", "content": "- name: Create Webserver instances\n ec2:\n region: \"{{ ec2.region }}\"\n instance_tags: \"{{ ec2.tags }}\"\n keypair: \"{{ ec2.credentials }}\"\n image: \"{{ ec2.image }}\"\n instance_type: \"{{ ec2.instance_type }}\"\n instanc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
NandaBalakrishnan/ansible_usecase
3be7af91320530321a8bb89a0e00195874f99e2a
0
roles/springboot
7,825
[ "no_license" ]
[ { "path": "roles/springboot/tasks/java.yml", "content": "---\n- name: RedHat - Ensure Java is installed\n yum:\n name: \"{{ java }}\"\n state: \"present\"\n update_cache: yes\n when: ansible_os_family == 'RedHat'\n\n- name: Debian - Ensure Java is installed\n apt: name={{ java }} state=\"present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
gorfav/ansible
3b967c892141824fce34a4850a502e6e997f3904
0
production/roles/drupal
7,825
[ "no_license" ]
[ { "path": "production/roles/drupal/tasks/main.yml", "content": "---\n- name: List scenario\n command: echo \"{{ scenario }}\"\n\n- name: Get List of Main File\n shell: \"ls -lrt {{ releasedir}}/{{ release_version }}/*{{ release_version }}.tar.gz\"\n when: scenario == \"main_no_hotfix\" or scenario == \"m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5513, "all_permissive": false }
ansible_role
gorfav/ansible
3b967c892141824fce34a4850a502e6e997f3904
0
production/roles/integration
7,825
[ "no_license" ]
[ { "path": "production/roles/integration/tasks/main.yml", "content": "- name: List scenario\n command: echo \"{{ scenario }}\"\n\n- name: Copy Current Environment Files\n fetch: src={{icenvdir}}/{{item}} dest={{ic_role_dir}}/files flat=yes validate_checksum=no\n when: scenario == \"main_no_hotfix\" or sce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4852, "all_permissive": false }
ansible_role
gorfav/ansible
3b967c892141824fce34a4850a502e6e997f3904
0
production/roles/sugarcrm
7,825
[ "no_license" ]
[ { "path": "production/roles/sugarcrm/tasks/main.yml", "content": "- name: List scenario\n command: echo \"{{ scenario }}\"\n\n- name: Copy Current Environment Files config_override.php\n fetch: src=\"{{sugar_proddocroot}}/{{item}}\" dest=\"{{sugar_role_dir}}/files\" flat=yes validate_checksum=no\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7740, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/apm_fetch_and_install
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/apm_fetch_and_install/tasks/main.yml", "content": "---\n\n# Download and install agent-java.tar\n# -----------------------------------\n\n- name: Create download directory\n file: path=\"{{ download_home }}\" state=directory\n\n- name: Clean extract directory\n file: path=\"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1501, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/common
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/common/vars/main.yml", "content": "ansible_python_interpreter: /usr/bin/python\nntp_server: 0.uk.pool.ntp.org\n\nepel5_url: http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm\nepel5_package: epel-release-5*.rpm\n\nepel6_url: http://dl.fedoraproject.org/pub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4665, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/java
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n\n- name: Check for root home dir\n file: path={{ app_home }} state=directory\n tags:\n - java\n\n- name: Add the Java group \n group: name={{ java_group }} state=present\n tags: java\n\n- name: Add the Java u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1631, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/jboss_eap_install_binary
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/jboss_eap_install_binary/templates/bash_profile.j2", "content": "# .bash_profile\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n\t. ~/.bashrc\nfi\n\n# User specific environment and startup programs\nJAVA_HOME={{ jboss_root }}/java\nJB_HOME=/opt/jboss/jbosseap\nPA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4304, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/jboss_eap_install_config
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/jboss_eap_install_config/tasks/main.yml", "content": "---\n- name: Ensure JBoss is stopped\n service: name=jboss state=stopped\n\n- name: Pull down the template file for upload to localhost\n fetch: src=\"{{ extract_home }}/{{ install_nexus_artifact_id }}/config/environments/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3317, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/jboss_eap_install_config_healthcheck
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/jboss_eap_install_config_healthcheck/tasks/main.yml", "content": "---\n- name: Copy over healthcheck.properties\n shell: \"cp -f /tmp/pcu/deploy/healthcheck-deployment-archive/config/healthcheck.properties {{ jboss_config }}/healthcheck.properties\"\n tags: jboss_eap_install_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/jboss_eap_install_module
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/jboss_eap_install_module/tasks/main.yml", "content": "---\n- name: Set the JBoss profile \n sudo: True\n sudo_user: root\n template: src=../templates/bash_profile.j2 dest=/home/jboss/.bash_profile \n\n- name: Set the JBoss bashrc \n sudo: True\n sudo_user: root\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3803, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/jboss_eap_install_package
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/jboss_eap_install_package/tasks/main.yml", "content": "---\n- name: Create extract dir\n file: path=\"{{ extract_home }}\" state=directory\n\n- name: Deploy all in bin folder\n command: ls {{ extract_home }}/{{ install_nexus_artifact_id }}/bin\n register: deployable_artifacts...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1032, "all_permissive": false }
ansible_role
gar2000b/ansible
4151f20b7d8c58d32c3f0eb80ad7c89262c4f401
1
PCU-ANSIBLE/roles/jboss_eap_uninstall_packages
7,842
[ "no_license" ]
[ { "path": "PCU-ANSIBLE/roles/jboss_eap_uninstall_packages/tasks/main.yml", "content": "---\n- name: Undeploy all (Live) artifacts\n sudo: True\n sudo_user: jboss\n shell: \"{{ jboss_home }}/bin/jboss-cli.sh --connect --command='undeploy {{ item }}*' ; true\"\n with_items:\n - \"gateway-servlet\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1020, "all_permissive": false }