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
bharathikalai/ansible
482780a4072c135864f63ea0fd02dcd41535f82e
0
day28/project2_roles/roles/webserver
7,806
[ "no_license" ]
[ { "path": "day28/project2_roles/roles/webserver/templates/webserver.conf.j2", "content": "# roles/webserver/templates/webserver.conf.j2\n<VirtualHost *:{{ web_port }}>\n DocumentRoot /var/www/html\n <Directory /var/www/html>\n Options Indexes FollowSymLinks\n AllowOverride None\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 837, "all_permissive": false }
ansible_role
esterbraga/aws-ansible
5ff772467e0adeca0b30d30a3fe19148ad6e9b60
0
roles/webserver
7,806
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: Installing nginx\n command: amazon-linux-extras install nginx1.12\n\n- name: Starting nginx\n command: systemctl start nginx.service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
cptLamo/ansible-test-assignment
21522b4ddf5e26980552e60b04578dbb4f7d991c
0
roles/cpu_tuning
7,806
[ "no_license" ]
[ { "path": "roles/cpu_tuning/tasks/main.yml", "content": "---\n- name: Import cpu c-state tasks\n ansible.builtin.import_tasks: disable_c_states.yml\n tags: cstate\n\n- name: Import performance tasks\n ansible.builtin.import_tasks: set_performance_mode.yml\n tags: performance\n", "license_type": "no_...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4774, "all_permissive": false }
ansible_role
cptLamo/ansible-test-assignment
21522b4ddf5e26980552e60b04578dbb4f7d991c
0
roles/encryption
7,806
[ "no_license" ]
[ { "path": "roles/encryption/tasks/main.yml", "content": "---\n- name: Import disk encryption tasks\n ansible.builtin.import_tasks: encrypt_disk.yml\n tags: disk\n\n- name: Import partition encryption tasks\n ansible.builtin.import_tasks: encrypt_partition.yml\n tags: encryption\n", "license_type": "...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6675, "all_permissive": false }
ansible_role
cptLamo/ansible-test-assignment
21522b4ddf5e26980552e60b04578dbb4f7d991c
0
roles/network
7,806
[ "no_license" ]
[ { "path": "roles/network/README.md", "content": "# Network Role\n\nThis role manages network interface configuration for Ubuntu server:\n- Renaming active network interface to \"net0\"\n- Displaying network interface information\n- Showing processor and threading information\n\n## Requirements\n\n- NetworkM...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7561, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/app
7,806
[ "no_license" ]
[ { "path": "roles/app/defaults/main/papertrail.yml", "content": "---\n# prepend with role name to avoid overwriting original variables\n# in gabops.papertrail role\n\napp_papertrail_files_to_log:\n - \"/var/log/syslog\"\n - \"/var/log/nginx/error.log\"\n - \"/var/log/php7.3-fpm.log\"\n", "license_type...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7835, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/appworker
7,806
[ "no_license" ]
[ { "path": "roles/appworker/tasks/logrotate.yml", "content": "---\n- name: Include logrotate role\n ansible.builtin.include_role:\n name: arillso.logrotate\n vars:\n logrotate_global_config: false # TODO: check if correct\n logrotate_applications:\n - name: \"application_{{ cert_name }}\...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 12353, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/common
7,806
[ "no_license" ]
[ { "path": "roles/common/tasks/sysctl.yml", "content": "---\n- name: enable conntrack modules\n community.general.modprobe:\n name: nf_conntrack\n state: present\n\n- name: persist enabling conntrack modules\n ansible.builtin.copy:\n dest: /etc/modules-load.d/nf_conntrack.conf\n mode: \"0644\"\...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 8126, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/database
7,806
[ "no_license" ]
[ { "path": "roles/database/defaults/main.yml", "content": "num_dba_hosts: \"{{ groups.dba | length }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/database/templates/netdata_user_mysql.conf.j2", "content": "{{ vault_netdata_mysql_pass...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7688, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/loadbalancer
7,806
[ "no_license" ]
[ { "path": "roles/loadbalancer/defaults/main/papertrail.yml", "content": "---\n# prepend with role name to avoid overwriting original variables\n# in gabops.papertrail role\n\nloadbalancer_papertrail_files_to_log:\n - \"/var/log/syslog\"\n - \"/var/log/nginx/sslendpoint-ssl-error.log\"\n - \"/var/log/ngin...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8238, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/redis
7,806
[ "no_license" ]
[ { "path": "roles/redis/defaults/main/redis.yml", "content": "---\nredis_daemon: redis-server\nredis_port: 6379\nredis_bind_interface: 0.0.0.0\nredis_tcp_keepalive: 60\nredis_unixsocket: ''\nredis_timeout: 300\n\nredis_loglevel: \"notice\"\nredis_logfile: /var/log/redis/redis-server.log\n\nredis_databases: 1...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2026, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/sqlbalancer
7,806
[ "no_license" ]
[ { "path": "roles/sqlbalancer/templates/keepalived.conf.j2", "content": "{{ ansible_managed | comment }}\n\nglobal_defs {\n lvs_id proxy_HA\n}\n\nvrrp_script check_proxy {\n script \"killall -0 proxysql\"\n interval 1\n}\n\nvrrp_instance VI_01 {\n state {{ state }}\n interface {{ ansible_default_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7175, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/storage
7,806
[ "no_license" ]
[ { "path": "roles/storage/tasks/nfs.yml", "content": "---\n- name: create directories for nfs\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: www-data\n group: www-data\n mode: '0775'\n loop:\n \"{{ nfs_directories }}\"\n\n- name: Include nfs role\n ansible.bui...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1887, "all_permissive": false }
ansible_role
bctorreira/ansible-tfg
b41c250d14285160cf9d97f6e89aad1fe368f0a3
0
roles/worker
7,806
[ "no_license" ]
[ { "path": "roles/worker/templates/10_database_dump.mysql.j2", "content": "user = root\ndbusername = root\ndbpassword = {{ vault_mysql_root_pass }}\ndbhost = {{ servers.dba }}\ndatabases = all\nbackupdir = {{ backupdir }}\nconfigfile = /etc/mysql/debian.cnf\nnodata = information_schema.INNODB_BUFFER_PAGE_LRU...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 6438, "all_permissive": false }
ansible_role
geri4/devops-test-task
360c193d84ddcce78427012a503b8f723c1c3327
0
roles/django
7,806
[ "permissive" ]
[ { "path": "roles/django/tasks/main.yml", "content": "- name: create dir for django files\n file: path=/opt/data/django state=directory\n- name: copy config file\n template: src=settings.py dest=/opt/data/django/settings.py\n- name: create postgres container\n docker_container:\n name: django\n imag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": true }
ansible_role
geri4/devops-test-task
360c193d84ddcce78427012a503b8f723c1c3327
0
roles/docker-network
7,806
[ "permissive" ]
[ { "path": "roles/docker-network/tasks/main.yml", "content": "- name: create network\n docker_network: name=django\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 53 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 53, "all_permissive": true }
ansible_role
geri4/devops-test-task
360c193d84ddcce78427012a503b8f723c1c3327
0
roles/postgres
7,806
[ "permissive" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "- name: create postgres data dir\n file: path=/opt/data/postgres state=directory\n- name: create postgres container\n docker_container:\n name: postgres\n image: postgres:9.6\n restart_policy: always\n volumes:\n - /opt/data/postgres:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": true }
ansible_role
EmanueleRosa99/sou-lab-cni
d6cdf74cddbbb015ca1c6a5b7262394e5cdce775
0
roles/sou_haproxy
7,807
[ "no_license" ]
[ { "path": "roles/sou_haproxy/README.md", "content": "sou_haproxy\n=========\n\nRuolo per l'esecuzione di container HaProxy all'interno della VM target", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/sou_haproxy/defaults/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2781, "all_permissive": false }
ansible_role
EmanueleRosa99/sou-lab-cni
d6cdf74cddbbb015ca1c6a5b7262394e5cdce775
0
roles/sou_monitoring
7,807
[ "no_license" ]
[ { "path": "roles/sou_monitoring/templates/grafana.ini.j2", "content": "[server]\nhttp_port = 3000\nroot_url = %(protocol)s://%(domain)s:%(http_port)s/\n\n[database]\ntype = sqlite3\npath = grafana.db\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2258, "all_permissive": false }
ansible_role
EmanueleRosa99/sou-lab-cni
d6cdf74cddbbb015ca1c6a5b7262394e5cdce775
0
roles/sou_podman
7,807
[ "no_license" ]
[ { "path": "roles/sou_podman/README.md", "content": "sou_podman\n=========\n\nRuolo per l'installazione di podman all'interno della VM target\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/sou_podman/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 984, "all_permissive": false }
ansible_role
bdevops99b/roboshop-jenkins
90019ac54abd6d7100830be18e99f8c75a73d692
0
roles/jenkins
7,807
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/sjob.yml", "content": "- name: Check if the jenkins job exists or not\n community.general.jenkins_job_info:\n name: \"{{item.job_name}}\"\n user: admin123\n password: <PASSWORD>\n url: http://172.31.17.109:8080\n register: jenkins_job_status\n ignore_errors: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2005, "all_permissive": false }
ansible_role
scarlet0725/HomeInfra-keycloak-deploy
33f4d53449f418e30fe1246a5139b265de631fd0
0
roles/docker
7,807
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install dependency package\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - lsb-release\n - gnupg\n state: present\n become: yes\n tags: docker\n\n- name: Add Apt key\n ansible.builtin.ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1215, "all_permissive": false }
ansible_role
scarlet0725/HomeInfra-keycloak-deploy
33f4d53449f418e30fe1246a5139b265de631fd0
0
roles/keycloak
7,807
[ "no_license" ]
[ { "path": "roles/keycloak/tasks/main.yml", "content": "- name: Create a volume\n community.docker.docker_volume:\n name: letsencrypt \n state: present\n recreate: options-changed\n\n- name: Create a network\n community.docker.docker_network:\n name: \"{{ traefik_docker_network_name }}\"\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1940, "all_permissive": false }
ansible_role
scarlet0725/HomeInfra-keycloak-deploy
33f4d53449f418e30fe1246a5139b265de631fd0
0
roles/postgresql
7,807
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "- name: Create a volume\n community.docker.docker_volume:\n name: postgresql\n state: present\n recreate: options-changed\n\n- name: Create a network\n community.docker.docker_network:\n name: postgresql\n\n- name: Create a postgresql co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
krsacme/ose-env-prep
fe2123284903304e40792267e5779612a8629170
1
aws/roles/aws_launch
7,807
[ "no_license" ]
[ { "path": "aws/roles/aws_launch/tasks/launch_node.yml", "content": "- name: \"node - get subnet id of VPC with region us-west-2b\"\n ec2_vpc_subnet_facts:\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n region: \"{{ aws_region }}\"\n register: ose_vpc_subne...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10060, "all_permissive": false }
ansible_role
krsacme/ose-env-prep
fe2123284903304e40792267e5779612a8629170
1
aws/roles/aws_secgroup
7,807
[ "no_license" ]
[ { "path": "aws/roles/aws_secgroup/tasks/main.yml", "content": "---\n- include: secgroup.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "aws/roles/aws_secgroup/tasks/secgroup.yml", "content": "- name: \"VPC Facts to verify\"\n ec2_vpc_net_f...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1922, "all_permissive": false }
ansible_role
krsacme/ose-env-prep
fe2123284903304e40792267e5779612a8629170
1
aws/roles/dns
7,807
[ "no_license" ]
[ { "path": "aws/roles/dns/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n\n{% if 'nodes' in groups %}\n{% for host in groups['nodes'] %}\n{{ hostvars[host]['fixe...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1511, "all_permissive": false }
ansible_role
krsacme/ose-env-prep
fe2123284903304e40792267e5779612a8629170
1
aws/roles/prepare
7,807
[ "no_license" ]
[ { "path": "aws/roles/prepare/templates/resolv.conf.j2", "content": "{% if 'dns' in groups %}\n{% for host in groups['dns'] %}\nnameserver {{ hostvars[host]['fixed_ip'] }}\n{% endfor %}\n{% endif %}\n{% if 'labs' in groups %}\n{% for host in groups['labs'] %}\nnameserver {{ hostvars[host]['fixed_ip'] }}\n{% ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3316, "all_permissive": false }
ansible_role
krsacme/ose-env-prep
fe2123284903304e40792267e5779612a8629170
1
openstack/roles/config
7,807
[ "no_license" ]
[ { "path": "openstack/roles/config/tasks/main.yml", "content": "---\n- include: config.yml\n when: not l_is_atomic_host\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "openstack/roles/config/tasks/config.yml", "content": "---\n- name: \"set a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1149, "all_permissive": false }
ansible_role
krsacme/ose-env-prep
fe2123284903304e40792267e5779612a8629170
1
openstack/roles/dns
7,807
[ "no_license" ]
[ { "path": "openstack/roles/dns/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n# TODO: Masters IP should be public - need to verify if etcd works with this chang...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1780, "all_permissive": false }
ansible_role
krsacme/ose-env-prep
fe2123284903304e40792267e5779612a8629170
1
openstack/roles/list
7,807
[ "no_license" ]
[ { "path": "openstack/roles/list/templates/hosts.j2", "content": "# Create an OSEv3 group that contains the master, nodes, etcd, and lb groups.\n# The lb group lets Ansible configure HAProxy as the load balancing solution.\n# Comment lb out if your load balancer is pre-configured.\n[OSEv3:children]\nmasters\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6325, "all_permissive": false }
ansible_role
krsacme/ose-env-prep
fe2123284903304e40792267e5779612a8629170
1
openstack/roles/prepare
7,807
[ "no_license" ]
[ { "path": "openstack/roles/prepare/templates/resolv.conf.j2", "content": "{% if 'dns' in groups %}\n{% for host in groups['dns'] %}\nnameserver {{ hostvars[host]['fixed_ip'] }}\n{% endfor %}\n{% endif %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 830, "all_permissive": false }
ansible_role
marouan-chane/ansible-project
b8abbc01d4ac07ecc4fbf6ee41d037a4a972c58f
0
roles/apache
7,807
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "\n- name: Restart apache\n ansible.builtin.sysvinit:\n name: apache2\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/apache/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 886, "all_permissive": false }
ansible_role
marouan-chane/ansible-project
b8abbc01d4ac07ecc4fbf6ee41d037a4a972c58f
0
roles/base
7,807
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n - name: Update PAT cach\n apt: update_cache=true cache_valid_time=3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
neurosis69/chia-sync-test
3ab932912fe58010583ade9a7af1a58b28c50560
0
roles/change_sqlite_page_size
7,807
[ "permissive" ]
[ { "path": "roles/change_sqlite_page_size/tasks/main.yml", "content": "---\n- name: \"Get current page_size configuration\"\n ansible.builtin.shell: |\n sqlite3 {{ BLOCKCHAIN_DB_PATH }}/{{ BLOCKCHAIN_DB_NAME }} 'PRAGMA page_size;'\n register: db_page_size\n- name: \"Vacuum db to write with different pag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": true }
ansible_role
neurosis69/chia-sync-test
3ab932912fe58010583ade9a7af1a58b28c50560
0
roles/copy_sync_test_script
7,807
[ "permissive" ]
[ { "path": "roles/copy_sync_test_script/templates/run_synctest.sh.j2", "content": "#!/bin/bash\nexport CHIA_PASSPHRASE_SUPPORT={{ CHIA_PASSPHRASE_SUPPORT }}\nexport ANSIBLE_CALLBACKS_ENABLED={{ ANSIBLE_CALLBACKS_ENABLED }}\nexport ANSIBLE_LOG_PATH={{ ANSIBLE_LOG_PATH }}/{{ ANSIBLE_LOG_FILENAME }}\nexport ANS...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4116, "all_permissive": true }
ansible_role
neurosis69/chia-sync-test
3ab932912fe58010583ade9a7af1a58b28c50560
0
roles/install_os_package
7,807
[ "permissive" ]
[ { "path": "roles/install_os_package/tasks/Archlinux.yml", "content": "---\n- name: \"Install packages\"\n become: yes\n become_user: root\n become_method: sudo\n ansible.builtin.package:\n name:\n - bind\n", "license_type": "permissiv...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 678, "all_permissive": true }
ansible_role
neurosis69/chia-sync-test
3ab932912fe58010583ade9a7af1a58b28c50560
0
roles/loop_over_testcases
7,807
[ "permissive" ]
[ { "path": "roles/loop_over_testcases/meta/argument_specs.yml", "content": "---\nargument_specs:\n # roles/setup_chia/tasks/main.yml entry point\n main:\n short_description: The main entry point for the loop_over_testcases role.\n description: Helper role to loop over given testcases.\n auth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 726, "all_permissive": true }
ansible_role
neurosis69/chia-sync-test
3ab932912fe58010583ade9a7af1a58b28c50560
0
roles/run_testcase
7,807
[ "permissive" ]
[ { "path": "roles/run_testcase/tasks/main.yml", "content": "---\n- name: \"Set ansible facts\"\n import_tasks: vars/set_facts/set_facts_for_testcase.yml\n- name: \"Run live mainnet peer sync tests\"\n when: \"'CHIA_FULLSYNC_BENCHMARK' not in ACTIVE_SCENARIO\"\n include_tasks: p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 16185, "all_permissive": true }
ansible_role
neurosis69/chia-sync-test
3ab932912fe58010583ade9a7af1a58b28c50560
0
roles/setup_chia
7,807
[ "permissive" ]
[ { "path": "roles/setup_chia/meta/argument_specs.yml", "content": "---\nargument_specs:\n # roles/setup_chia/tasks/main.yml entry point\n main:\n short_description: The main entry point for the setup_chia role.\n description: Clone given chia branch and run install.\n author: neur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1879, "all_permissive": true }
ansible_role
gorgonzola5000/linux-hardening
dbef5a5f5640580f142593917ec07c5c5c9f5d65
0
roles/firewalld
7,807
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "---\n- name: Install firewalld\n ansible.builtin.apt:\n name: firewalld\n state: present\n\n- name: Set internal zone\n ansible.posix.firewalld:\n source: 192.168.122.0/24\n zone: internal\n state: enabled\n permanent: true\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
gorgonzola5000/linux-hardening
dbef5a5f5640580f142593917ec07c5c5c9f5d65
0
roles/sshd
7,807
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n- name: Install openSSH server\n ansible.builtin.apt:\n name:\n - ssh\n - sshpass\n state: present\n\n- name: Disallow SSH password authentication\n ansible.builtin.lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^PasswordA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
gorgonzola5000/linux-hardening
dbef5a5f5640580f142593917ec07c5c5c9f5d65
0
roles/unattended_upgrades
7,807
[ "no_license" ]
[ { "path": "roles/unattended_upgrades/tasks/main.yml", "content": "---\n- name: Full system upgrade\n ansible.builtin.apt:\n update_cache: true\n upgrade: full\n\n- name: Ensure unattended_upgrades, debconf are present\n ansible.builtin.package:\n name:\n - debconf\n - debconf-utils\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 888, "all_permissive": false }
ansible_role
gorgonzola5000/linux-hardening
dbef5a5f5640580f142593917ec07c5c5c9f5d65
0
roles/user_access
7,807
[ "no_license" ]
[ { "path": "roles/user_access/tasks/main.yml", "content": "---\n- name: Ensure sudo is installed\n ansible.builtin.package:\n name:\n - sudo\n state: present\n\n- name: Ensure group \"sudo\" exists\n ansible.builtin.group:\n name: sudo\n state: present\n\n- name: \"Ensure existance of user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": false }
ansible_role
SaiVivek21/expense-ansible-roles
a89f987f7519eb99d755964954facb1273ad90cc
1
roles/common
7,807
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: remove existing directory\n tags: \n - deployment\n ansible.builtin.file:\n path: \"{{ APP_LOCAION }}\" # backend folder is /app, frontend /usr/share/nginx/html\n state: absent\n\n- name: create app directory\n tags: \n - deployment\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
JSaadat01/movie_generator_project
b39055308031410e6ad4b74b1a627d5b7a9343f6
0
ansible/roles/worker
7,807
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yml", "content": "---\n# tasks file for worker\n- name: Add worker to swarm\n docker_swarm:\n state: join\n advertise_addr: \n join_token: \"{{ hostvars['manager']['swarm_info']['swarm_facts']['JoinTokens']['Worker'] }}\"\n remote_addrs: [ 'manager:237...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
michaelagbiaowei/Deploying-a-Simple-Webpage-Using-Terraform-and-Ansible
f3e8e097d44f18f43ca5c860ca101393890f6f69
1
config_mgt_with_ansible/roles/configs
7,807
[ "no_license" ]
[ { "path": "config_mgt_with_ansible/roles/configs/tasks/main.yml", "content": "---\n# tasks file for configs\n\n- name: update and upgrade the servers\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: install apache2\n tags: apache, apache2, ubuntu\n apt:\n name:\n - apache2\n state: l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 746, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/application
7,807
[ "no_license" ]
[ { "path": "roles/application/tasks/03-app_dir.yml", "content": "---\n\n- name: create document root for the application\n file: path={{ app_dir }} state=directory owner={{ app_user }} group={{ app_user }} recurse=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 4923, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/backup
7,807
[ "no_license" ]
[ { "path": "roles/backup/templates/cleanup_files.sh", "content": "#!/bin/bash\n\nBACKUP_DEST={{ backup_files_dest }}\nLOG_FILE=/var/log/cleanup_files.log\n\necho \"Starting cleanup procedure at `date`\" >> $LOG_FILE\necho \"====================================\" >> $LOG_FILE\nfind $BACKUP_DEST -mtime +{{ cle...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3845, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/common
7,807
[ "no_license" ]
[ { "path": "roles/common/tasks/swap.yml", "content": "---\n\n- name: Create a swapfile\n command: creates={{ swap_path}} dd if=/dev/zero of={{ swap_path }} bs=1M count={{ swap_size }} \n register: swap_result\n \n- name: Make swap\n command: mkswap {{ swap_path }}\n register: mkswap_result\n when: swap...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1638, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/fail2ban
7,807
[ "no_license" ]
[ { "path": "roles/fail2ban/templates/jail.local.j2", "content": "[DEFAULT]\n\nignoreip = 127.0.0.1/8\nbantime = {{ fail2ban_bantime }}\nfindtime = {{ fail2ban_findtime }}\nmaxretry = {{ fail2ban_maxretry }}\nbackend = auto\nusedns = warn\ndestemail = {{ fail2ban_destmail }}\nsendername = Fail2Ban\n\nbanacti...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1475, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/haproxy
7,807
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Add haproxy (1.6) apt repository\n apt_repository: repo=\"ppa:vbernat/haproxy-1.6\"\n\n- name: Install haproxy package\n apt: name=haproxy update_cache=yes state=present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/hhvm
7,807
[ "no_license" ]
[ { "path": "roles/hhvm/tasks/main.yml", "content": "---\n\n- name: Add apt key for hhvm\n apt_key: url=http://dl.hhvm.com/conf/hhvm.gpg.key state=present\n\n- name: Add apt repo for hhvm\n apt_repository: state=present repo=\"deb http://dl.hhvm.com/ubuntu {{ ansible_distribution_release }} main\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 423, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/iptables
7,807
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yml", "content": "---\n- name: Copy iptables init script\n template: src=iptables.init dest=/etc/init.d/iptables mode=0700\n\n- name: Enable iptables init script\n command: update-rc.d iptables defaults\n\n- name: Add iptables script\n template: src=iptables.sh dest=/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8063, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/mysql
7,807
[ "no_license" ]
[ { "path": "roles/mysql/vars/Debian.yml", "content": "---\n__mysql_daemon: mysql\n__mysql_packages:\n - mysql-common\n - mysql-server\n__mysql_slow_query_log_file: /var/log/mysql/mysql-slow.log\nmysql_config_file: /etc/mysql/my.cnf\nmysql_socket: /var/run/mysqld/mysqld.sock\n", "license_type": "no_lice...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1546, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/nginx
7,807
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\nnginx_version: \"stable\"\nnginx_delete_default: False\n\n# Nginx Configuration\nnginx_user: www-data\nnginx_group: www-data\nnginx_pid: /var/run/nginx.pid\nnginx_daemon: \"on\"\n\nnginx_worker_connections: 1024\nnginx_worker_aio_requests: 32\nngin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5528, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/openssh
7,807
[ "no_license" ]
[ { "path": "roles/openssh/defaults/main.yml", "content": "---\n\nopenssh_client:\n Port: \"22\"\n Host: \"*\"\n ForwardAgent: \"no\"\n ForwardX11: \"no\"\n ForwardX11Trusted: \"yes\"\n RhostsRSAAuthentication: \"no\"\n RSAAuthentication: \"yes\"\n PasswordAuthentication: \"yes\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3265, "all_permissive": false }
ansible_role
slash4-de/install-wordpress-ansible
a48eec07c73a771422ffecc19a3333c120c36f3b
10
roles/rkhunter
7,807
[ "no_license" ]
[ { "path": "roles/rkhunter/handlers/main.yml", "content": "---\n- name: update rkhunter\n command: \"{{ item }}\"\n with_items:\n - rkhunter --update\n - rkhunter --propupd\n - rkhunter --nomow --rwo -c\n ignore_errors: yes\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1532, "all_permissive": false }
ansible_role
jimrippon/ttest
0169259c423736c600110b5f5d6cbc60bcfc4a1a
0
roles/reboot
7,805
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n\n- name: reboot host\n shell: sleep 2 && shutdown -r now \"Ansible updates and firewall config applied, reboot requested\"\n async: 1\n poll: 0\n sudo: true\n ignore_errors: true\n\n- name: Wait for host to come back up\n local_action: wait_fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
jimrippon/ttest
0169259c423736c600110b5f5d6cbc60bcfc4a1a
0
roles/ufw
7,805
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n\n- name: enable ufw logging\n ufw: logging=on\n sudo: true\n\n- name: ufw rate-limited ssh rule\n ufw: rule=limit port=ssh proto=tcp\n sudo: true\n\n- name: ufw permit rfc1918 rule\n ufw: rule=allow src={{ item }}\n with_items:\n - 10.0.0.0/8\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
jimrippon/ttest
0169259c423736c600110b5f5d6cbc60bcfc4a1a
0
roles/update
7,805
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yml", "content": "---\n\n- name: update system\n apt: upgrade=dist update_cache=yes cache_valid_time=86400 dpkg_options='force-confold,force-confdef'\n sudo: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
Max-Hu/cloudpatterns
eda6201505c5be67d0caffcb59934db1f8bf0413
0
aws/week1/roles/week1-1
7,805
[ "no_license" ]
[ { "path": "aws/week1/roles/week1-1/tasks/main.yml", "content": "---\n - name: week1-1\n cloudformation:\n stack_name: \"Week-1-1\"\n state: present\n region: \"ap-southeast-1\"\n disable_rollback: true\n template: \"cfn-templates/week1-1.yml\"\n stack_policy: \"policies/clo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
Max-Hu/cloudpatterns
eda6201505c5be67d0caffcb59934db1f8bf0413
0
aws/week1/roles/week1-2
7,805
[ "no_license" ]
[ { "path": "aws/week1/roles/week1-2/tasks/main.yml", "content": "---\n - name: week1-2\n cloudformation:\n stack_name: \"Week-1-2\"\n state: present\n region: \"ap-southeast-1\"\n disable_rollback: true\n template: \"cfn-templates/week1-2.yml\"\n stack_policy: \"policies/clo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
rostyslav/rostyslav.mysql
1349523e927c10e457253a1f3733788ea8235d54
1
roles/mysql_apt
7,805
[ "no_license" ]
[ { "path": "roles/mysql_apt/defaults/main.yml", "content": "---\n# defaults file for roles/mysql_apt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/mysql_apt/tasks/main.yml", "content": "---\n- name: Display Ansible distribution\n ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 5089, "all_permissive": false }
ansible_role
rostyslav/rostyslav.mysql
1349523e927c10e457253a1f3733788ea8235d54
1
roles/mysql_client
7,805
[ "no_license" ]
[ { "path": "roles/mysql_client/tasks/main.yml", "content": "- name: Install MySQL Client\n become: true\n apt:\n name: mysql-community-client\n state: present\n when: >\n (ansible_distribution == 'Ubuntu' and ansible_distribution_version == '24.04') or\n (ansible_distribution == 'Debian' and a...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 1461, "all_permissive": false }
ansible_role
rostyslav/rostyslav.mysql
1349523e927c10e457253a1f3733788ea8235d54
1
roles/mysql_server
7,805
[ "no_license" ]
[ { "path": "roles/mysql_server/defaults/main.yml", "content": "---\n# defaults file for mysql_server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/mysql_server/handlers/main.yml", "content": "---\n# handlers file for mysql_server\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 6381, "all_permissive": false }
ansible_role
rostyslav/rostyslav.mysql
1349523e927c10e457253a1f3733788ea8235d54
1
roles/percona_apt
7,805
[ "no_license" ]
[ { "path": "roles/percona_apt/playbooks/percona_apt_playbook.yml", "content": "---\n- name: Test Percona APT role\n hosts: localhost\n gather_facts: true\n tasks:\n - name: Include Percona APT role\n ansible.builtin.include_role:\n name: ../../../roles/percona_apt\n tasks_from: main....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 3396, "all_permissive": false }
ansible_role
rostyslav/rostyslav.mysql
1349523e927c10e457253a1f3733788ea8235d54
1
roles/percona_client
7,805
[ "no_license" ]
[ { "path": "roles/percona_client/vars/main.yml", "content": "---\n# vars file for roles/percona_client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/percona_client/handlers/main.yml", "content": "---\n# handlers file for roles/percona_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1483, "all_permissive": false }
ansible_role
rostyslav/rostyslav.mysql
1349523e927c10e457253a1f3733788ea8235d54
1
roles/percona_server
7,805
[ "no_license" ]
[ { "path": "roles/percona_server/tasks/main.yml", "content": "---\n- name: Generate MySQL root password\n command: openssl rand -base64 12\n register: root_pass\n when: supported_distributions\n changed_when: false\n\n- name: Set the MySQL root password as a fact\n set_fact:\n my_root_pass: \"{{ root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5945, "all_permissive": false }
ansible_role
calavelas/ansible-gcp
a33801ee45a9f12e427285a25b751036d4b9027f
0
roles/k8s
7,805
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yaml", "content": "- name: create GCP network\n google.cloud.gcp_compute_network:\n name: network-{{cluster_name}}-vpc\n project: \"{{network_project_id}}\"\n auto_create_subnetworks: 'true'\n auth_kind: serviceaccount\n service_account_file: \"{{network_proje...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
FabOS-AI/fabos-slm-vrp-kvm
6a99a42ecc7f6ed2e3329e42b42f846ad1d3c359
0
roles/setup
7,805
[ "permissive" ]
[ { "path": "roles/setup/molecule/default-uninstall/converge.yml", "content": "- name: Converge - Uninstall kvm\n hosts: all\n gather_facts: yes\n become: yes\n collections:\n - fabos.kvm\n tasks:\n - name: \"Include fabos.kvm.setup - uninstall\"\n include_role:\n name: fabos.kvm.setup\...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 9647, "all_permissive": true }
ansible_role
FabOS-AI/fabos-slm-vrp-kvm
6a99a42ecc7f6ed2e3329e42b42f846ad1d3c359
0
roles/use
7,805
[ "permissive" ]
[ { "path": "roles/use/tasks/delete_vm.yml", "content": "- name: Check input vars\n ansible.builtin.assert:\n that:\n - resource_id is defined and resource_id | length > 0\n\n- name: Get VMs list\n community.libvirt.virt:\n command: list_vms\n register: existing_vms\n changed_when: no\n\n- name...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 8806, "all_permissive": true }
ansible_role
cleberband/infraDomingo
7505f0e9f00888d3e41d96534d38974cef881409
0
Arqs_ANSIBLE/ansible/roles/marvin
7,805
[ "no_license" ]
[ { "path": "Arqs_ANSIBLE/ansible/roles/marvin/tasks/main.yml", "content": "---\n# tasks file for marvin\n- name: Garantindo estrutura Web\n hosts: all\n vars:\n - texto: \"Deploy Funcionando\"\n tasks:\n - include: prerequisitos.yml\n - include: install_apache.yml\n - include: install_httpd.yml\n - i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
cleberband/infraDomingo
7505f0e9f00888d3e41d96534d38974cef881409
0
Arqs_ANSIBLE/ansible/roles/puppet
7,805
[ "no_license" ]
[ { "path": "Arqs_ANSIBLE/ansible/roles/puppet/tasks/install_ubuntu.yml", "content": " - name: Instalar repositorio PUPPET - Ubuntu\n apt: deb=/tmp/puppet5-release-xenial.deb \n when: ansible_os_family == \"Debian\"\n\n - name: Instalar o Puppet Agent - Debian\n apt: name=puppet-agent state=present upda...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1080, "all_permissive": false }
ansible_role
ironicbadger/ansible
8fdb8ea7b16350764ad541f0ff0bce0c554090d1
180
roles/arch-postinstall
7,805
[ "no_license" ]
[ { "path": "roles/arch-postinstall/tasks/main.yml", "content": "---\n# things to do on an Arch box post-install, no matter it's role\n- name: configure baseos\n include: baseos.yml\n when: baseos\n tags: baseos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1243, "all_permissive": false }
ansible_role
ironicbadger/ansible
8fdb8ea7b16350764ad541f0ff0bce0c554090d1
180
roles/docker
7,805
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n- name: start docker service\n service:\n name: docker\n state: started\n\n- name: systemd daemon-reload\n command: systemctl daemon-reload\n\n- name: restart docker service\n service:\n name: docker\n state: restarted\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1820, "all_permissive": false }
ansible_role
ironicbadger/ansible
8fdb8ea7b16350764ad541f0ff0bce0c554090d1
180
roles/docker-compose
7,805
[ "no_license" ]
[ { "path": "roles/docker-compose/defaults/main.yml", "content": "---\n\n# version\ndocker_compose_version:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n\n- name: install packages requir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 434, "all_permissive": false }
ansible_role
ironicbadger/ansible
8fdb8ea7b16350764ad541f0ff0bce0c554090d1
180
roles/docker-cs
7,805
[ "no_license" ]
[ { "path": "roles/docker-cs/tasks/main.yml", "content": "---\n- name: install packages required by docker\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - linux-image-extra-virtual\n - apt-transport-https\n\n- name: add docker repository key\n apt_key:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1688, "all_permissive": false }
ansible_role
ironicbadger/ansible
8fdb8ea7b16350764ad541f0ff0bce0c554090d1
180
roles/epsilon
7,805
[ "no_license" ]
[ { "path": "roles/epsilon/files/usr/bin/dtail", "content": "#!/bin/bash\n#\n# Shows last 50 lines of logs for specified container and continues\n# showing log output in realtime.\n\ndocker logs -tf --tail=\"50\" \"$@\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 16678, "all_permissive": false }
ansible_role
ironicbadger/ansible
8fdb8ea7b16350764ad541f0ff0bce0c554090d1
180
roles/lonix
7,805
[ "no_license" ]
[ { "path": "roles/lonix/templates/etc/rsnapshot.j2", "content": "include_conf\\t/etc/rsnapshot-common.conf\n\nsnapshot_root /var/backup/{{ ansible_hostname }}/\n\ninterval\\thourly\\t24\ninterval\\tdaily\\t7\ninterval\\tweekly\\t4\ninterval\\tmonthly\\t120\n\nlogfile\\t/var/backup/{{ ansible_hostname }}/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1904, "all_permissive": false }
ansible_role
ironicbadger/ansible
8fdb8ea7b16350764ad541f0ff0bce0c554090d1
180
roles/mergerfs
7,805
[ "no_license" ]
[ { "path": "roles/mergerfs/defaults/main.yml", "content": "---\n# if set to yes mergerfs will be compiled from source\ninstall_from_source: yes\n\n# the version will only be used if install_from_source is no\nmergerfs_version: 2.8.0\n\n# mergerfs releases URL (target)\nrelease_url: https://github.com/trapexi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2274, "all_permissive": false }
ansible_role
ironicbadger/ansible
8fdb8ea7b16350764ad541f0ff0bce0c554090d1
180
roles/snapraid
7,805
[ "no_license" ]
[ { "path": "roles/snapraid/files/Dockerfile", "content": "FROM debian:jessie\nMAINTAINER IronicBadger <<EMAIL>>\nENV SNAPRAID_VERSION=10.0\n\n# Builds SnapRAID from source\nRUN apt-get update && \\\n apt-get upgrade -y && \\\n apt-get install -y \\\n gcc \\\n git \\\n make \\\n checkinstall \\\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1839, "all_permissive": false }
ansible_role
coolbry95/bootstrap
79d66b9427f9c157809cb65a83f69bae8c7eaac3
0
roles/common
7,805
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name:\n dnf:\n name: \"*\"\n state: latest\n update_cache: true\n\n- name:\n dnf:\n name: '{{ item }}'\n state: latest\n loop: '{{ packages }}'\n\n- name: Set hostname '{{ hostname }}'\n hostname:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
coolbry95/bootstrap
79d66b9427f9c157809cb65a83f69bae8c7eaac3
0
roles/dns-encrypted
7,805
[ "no_license" ]
[ { "path": "roles/dns-encrypted/tasks/main.yml", "content": "---\n- name: Allow Nginx to listen on tcp port 853\n community.general.seport:\n ports: 853\n proto: tcp\n setype: http_port_t\n state: present\n\n- name: Enable firewall ports for plex\n ansible.posix.firewalld:\n port: '{{ item }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4296, "all_permissive": false }
ansible_role
coolbry95/bootstrap
79d66b9427f9c157809cb65a83f69bae8c7eaac3
0
roles/goinstall
7,805
[ "no_license" ]
[ { "path": "roles/goinstall/tasks/main.yml", "content": "---\n- name: Register the current Go version (if any)\n command: /usr/local/go/bin/go version\n ignore_errors: yes\n register: go_version_current\n changed_when: false\n\n- name: Download the Go tarball\n get_url:\n url: \"{{ go_download_locati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 738, "all_permissive": false }
ansible_role
coolbry95/bootstrap
79d66b9427f9c157809cb65a83f69bae8c7eaac3
0
roles/nginx
7,805
[ "no_license" ]
[ { "path": "roles/nginx/templates/renew.sh.j2", "content": "systemctl stop nginx\n\nlego --email=\"<EMAIL>\" --domains=\"{{ cert_file }}\" --accept-tos --http --tls --path /root/.lego renew --days 45\n\ncp /root/.lego/certificates/{{ cert_file }}.key /etc/nginx/ssl/\ncp /root/.lego/certificates/{{ cert_file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5286, "all_permissive": false }
ansible_role
amleshkov/apt_rpm_molecule
0a5d2ab28d80cf4f08b5782b5cadf229abf9e46b
0
test/apt_rpm/roles/main
7,805
[ "no_license" ]
[ { "path": "test/apt_rpm/roles/main/molecule/default/converge.yml", "content": "---\n- name: Include a role from a collection\n hosts: molecule\n gather_facts: false\n tasks:\n - name: Update cache\n raw: \"apt-get update\"\n\n - name: Install Python3 package\n raw: \"apt-get install -y py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3233, "all_permissive": false }
ansible_role
mtaktashov/iconserver
eb718a5fd18fe645b6ea7b3e7969018f67f74c68
0
roles/app-install
7,805
[ "no_license" ]
[ { "path": "roles/app-install/tasks/main.yaml", "content": "- name: Create a directory for app\n ansible.builtin.file:\n path: /app\n state: directory\n mode: '0755'\n\n- name: Copy docker-compose.yaml\n copy:\n src: ./files/docker-compose.yaml\n dest: /app/docker-compose.yaml\n\n- name: Cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1066, "all_permissive": false }
ansible_role
mtaktashov/iconserver
eb718a5fd18fe645b6ea7b3e7969018f67f74c68
0
roles/docker-install
7,805
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/Debian.yaml", "content": "- name: Install required packages\n apt:\n update_cache: yes\n state: present\n pkg:\n - ca-certificates\n - curl\n - gpg\n when: ansible_os_family == \"Debian\"\n\n- name: Add Docker GPG key\n apt_key:\n url: http...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1886, "all_permissive": false }
ansible_role
wefcser/haproxy-3-tomcat-2-memcached
e50b215a82ef2afe8be313447fb8ffee8934b445
0
roles/tomcat
7,805
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n - name: Install OpenJDK\n yum: name=java-1.7.0-openjdk state=present\n\n - name: add group \"tomcat\"\n group: name=tomcat\n\n - name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n sudo: T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2090, "all_permissive": false }
ansible_role
rzfeeser/acme_inc_ansiblesolutions
ca5a05a1273bec1a385fa5680c5114e5607046ac
0
playbooks/roles/proautomate_powermax
7,809
[ "no_license" ]
[ { "path": "playbooks/roles/proautomate_powermax/tasks/powermax_host_create.yml", "content": "---\n- name: Create host with host_flags\n dellemc_powermax_host:\n unispherehost: \"{{unispherehost}}\"\n universion: \"{{universion}}\"\n verifycert: \"{{verifycert}}\"\n user: \"{{user}}\"\n passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 822, "all_permissive": false }
ansible_role
isucon/isucon6-final
6b7e659f3de2f455b1f76bf27531534a20f0f79f
31
ansible/playbook/roles/app
7,809
[ "no_license" ]
[ { "path": "ansible/playbook/roles/app/handlers/main.yml", "content": "- name: reload systemctl\n command: systemctl daemon-reload\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/playbook/roles/app/tasks/main.yml", "content": "---\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1211, "all_permissive": false }
ansible_role
isucon/isucon6-final
6b7e659f3de2f455b1f76bf27531534a20f0f79f
31
ansible/playbook/roles/base
7,809
[ "no_license" ]
[ { "path": "ansible/playbook/roles/base/tasks/main.yml", "content": "---\n- name: apt-get update\n raw: apt-get update -qq\n- name: Install python\n raw: apt-get install -qq python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
isucon/isucon6-final
6b7e659f3de2f455b1f76bf27531534a20f0f79f
31
ansible/playbook/roles/docker
7,809
[ "no_license" ]
[ { "path": "ansible/playbook/roles/docker/tasks/main.yml", "content": "---\n- name: apt source for docker\n copy:\n src=etc/apt/sources.list.d/docker.list\n dest=/etc/apt/sources.list.d/docker.list\n- name: apt key for docker\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
isucon/isucon6-final
6b7e659f3de2f455b1f76bf27531534a20f0f79f
31
ansible/playbook/roles/user
7,809
[ "no_license" ]
[ { "path": "ansible/playbook/roles/user/tasks/main.yml", "content": "---\n- name: create isucon user\n user:\n name=isucon\n groups=sudo,docker\n password=<PASSWORD>\n createhome=yes\n shell=/bin/bash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
bhasker-2019/Ansible_Study_Notes
4c84825de06a14899f5200e9d5b78ca0acfa3c6c
0
playbooks/roles/apache
7,809
[ "no_license" ]
[ { "path": "playbooks/roles/apache/tasks/main.yaml", "content": "---\n\n- name: Install apache2 on ubuntu server\n apt: name=apache2 state=present update_cache=yes\n when: ansible_distribution == \"Ubuntu\"\n notify: restart-apache2\n\n- name: Install httpd on CentOS serer\n yum: name=httpd state=latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
vivisidea/ansible
542cd267a28cf59f645db20e03b7105d63171f1d
0
nginx-playbook/roles/nginx
7,809
[ "no_license" ]
[ { "path": "nginx-playbook/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt: name=nginx state=present\n- name: Copy Nginx.conf\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf owner=root group=root mode=0644 backup=yes\n notify: restart nginx\n- name: Copy index.html\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
deart2k/adcm_cluster_glasterfs
203d0d93e7bdf3e3e84c77b52f5650c9e36c631b
0
roles/gluster
7,809
[ "no_license" ]
[ { "path": "roles/gluster/tasks/main.yml", "content": "---\r\n\r\n- name: Install epel release\r\n tags: [install]\r\n yum: name=centos-release-gluster310.noarch state=installed\r\n\r\n- name: Install glusterfs server packages (CentOS)\r\n tags: [install]\r\n yum: name={{item}} state=installed\r\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2360, "all_permissive": false }
ansible_role
deart2k/adcm_cluster_glasterfs
203d0d93e7bdf3e3e84c77b52f5650c9e36c631b
0
roles/repo-epel
7,809
[ "no_license" ]
[ { "path": "roles/repo-epel/tasks/main.yaml", "content": "- name: Add EPEL repo\n tags: [install]\n yum_repository:\n name: epel\n description: EPEL\n file: epel\n baseurl: \"{{ cluster.config.repos.epel }}\"\n enabled: yes\n gpgcheck: no", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
deart2k/adcm_cluster_glasterfs
203d0d93e7bdf3e3e84c77b52f5650c9e36c631b
0
roles/service
7,809
[ "no_license" ]
[ { "path": "roles/service/tasks/main.yaml", "content": "- debug:\n msg: \"Enable {{name}}\"\n\n- name: autostart on\n systemd:\n name: \"{{name}}\"\n enabled: no\n tags:\n - install\n - enable\n\n- name: autostart off\n systemd:\n name: \"{{name}}\"\n enabled: yes\n masked: no\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }