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
zebrunner/mcloud-agent
0938a7c4ce3a09fb1982e574dd56e82a33329786
21
roles/mac-devices
6,316
[ "no_license" ]
[ { "path": "roles/mac-devices/templates/zebrunner-farm", "content": "#!/bin/bash\n\nexport DOCKER_BUILDKIT=0\nexport COMPOSE_DOCKER_CLI_BUILD=0\nexport DOCKER_DEFAULT_PLATFORM=linux/amd64\n\nif [ ! -z $ACTION ]; then\n # triggered by udev rule where device serial (udid) is a must to proceed!\n if [ -z $2 ]...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 26023, "all_permissive": false }
ansible_role
1askat9/ansible-batch5
4dc9bdf3753d974a0b15aad2e0a5ea48f80d0fd4
0
Class4/roles/apache
6,316
[ "no_license" ]
[ { "path": "Class4/roles/apache/tasks/main.yml", "content": "- name: Install Apache\n yum:\n name: \"{{ package }}\"\n state: present\n\n- name: Enable Apache\n service:\n name: \"{{ package }}\" # Specify the service name directly\n state: started\n enabled: yes\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
rahamathid/Ansible-Rahamath
b66276e3a1e5af1409de5abfb4b73ede96e489c1
0
roles/domain-join
6,316
[ "no_license" ]
[ { "path": "roles/domain-join/tasks/main.yml", "content": "---\n# tasks file for domain-join\n\n- include: domain-join.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/domain-join/tasks/domain-join.yml", "content": "---\n\n- name: chang...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 977, "all_permissive": false }
ansible_role
rahamathid/Ansible-Rahamath
b66276e3a1e5af1409de5abfb4b73ede96e489c1
0
roles/users
6,316
[ "no_license" ]
[ { "path": "roles/users/tasks/create.yml", "content": "- name: Create Groups\n win_group:\n name: newusers\n description: This is a test group\n state: present\n\n- name: create local user\n win_user:\n name: rahamath\n password: <PASSWORD>\n state: present\n groups:\n - newusers\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 831, "all_permissive": false }
ansible_role
rahamathid/Ansible-Rahamath
b66276e3a1e5af1409de5abfb4b73ede96e489c1
0
roles/webservers
6,316
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "---\n# tasks file for webservers\n- include: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/webservers/tasks/install.yml", "content": "---\n\n- name: Install web serv...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 234, "all_permissive": false }
ansible_role
rahamathid/Ansible-Rahamath
b66276e3a1e5af1409de5abfb4b73ede96e489c1
0
roles/win_updates
6,316
[ "no_license" ]
[ { "path": "roles/win_updates/tasks/main.yml", "content": "---\n\n- name: \"Install Windows updates.\"\n win_updates:\n category_names: \"{{ win_updates_category_names }}\"\n register: win_updates_result\n\n- name: \"Reboot when updates installed.\"\n win_reboot:\n shutdown_timeout_sec: 3600\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
0x-ak/FVMDataDAO
356365007661ec8352106309b9cc4b2011d01773
0
app/deploy/playbooks/roles/site
6,316
[ "no_license" ]
[ { "path": "app/deploy/playbooks/roles/site/tasks/main.yml", "content": "---\n- name: Create application directory\n become: true\n ansible.builtin.file:\n path: /var/www/{{ artifact_name }}\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Upload application\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1106, "all_permissive": false }
ansible_role
jessechahal/setup-dev-osx
cfefa19ad4cef579b36e9a2ece0c9294eaf3fd0c
0
ansible/roles/osx-base
6,316
[ "no_license" ]
[ { "path": "ansible/roles/osx-base/tasks/main.yml", "content": "---\n\n# install package managers\n- name: check for homebrew\n command: brew\n register: brew_exists\n ignore_errors: yes\n\n- name: download homebrew install script\n get_url: url=https://raw.githubusercontent.com/Homebrew/install/master/i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1358, "all_permissive": false }
ansible_role
jessechahal/setup-dev-osx
cfefa19ad4cef579b36e9a2ece0c9294eaf3fd0c
0
ansible/roles/zsh
6,316
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n\n# install package managers\n- name: Install oh-my-zsh\n command: \"sh -c '$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)'\"\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
dyingbleed/enders-kafka
f8fcc5da7fa9513ddf6ffd509aba16a63d292d25
0
roles/kafka
6,316
[ "no_license" ]
[ { "path": "roles/kafka/defaults/main.yml", "content": "---\nkafka_home: /opt/kafka\nkafka_broker_log_dirs: /data/kafka\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/kafka/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3101, "all_permissive": false }
ansible_role
dyingbleed/enders-kafka
f8fcc5da7fa9513ddf6ffd509aba16a63d292d25
0
roles/kafka-common
6,316
[ "no_license" ]
[ { "path": "roles/kafka-common/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Apache Kafka Common Role\n license: Apache-2.0\n min_ansible_version: 2.1\n galaxy_tags: ['Apache Kafka']\ndependencies: []", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1614, "all_permissive": false }
ansible_role
dyingbleed/enders-kafka
f8fcc5da7fa9513ddf6ffd509aba16a63d292d25
0
roles/kafka-connect
6,316
[ "no_license" ]
[ { "path": "roles/kafka-connect/templates/kafka-connect.service.j2", "content": "[Unit]\nDescription=Apache Kafka Connect\nAfter=network-online.target\n\n[Service]\nType=simple\nUser=kafka\nGroup=kafka\nEnvironment=LOG_DIR=/var/log/kafka\nExecStart={{ kafka_home }}/bin/connect-distributed.sh {{ kafka_home }}...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3348, "all_permissive": false }
ansible_role
dyingbleed/enders-kafka
f8fcc5da7fa9513ddf6ffd509aba16a63d292d25
0
roles/zookeeper
6,316
[ "no_license" ]
[ { "path": "roles/zookeeper/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Apache ZooKeeper Role\n license: Apache-2.0\n min_ansible_version: 2.1\n galaxy_tags: ['Apache ZooKeeper']\ndependencies: []", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3435, "all_permissive": false }
ansible_role
KazokuCo/cluster
0089c8a7ff55ae315c1f355da2b898e81d0e3ac7
0
roles/common
6,316
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# - name: enable firewall\n# ufw:\n# state: enabled\n\n# - name: allow 192.168.0.0/16 through firewall\n# ufw:\n# rule: allow\n# from: 192.168.0.0/16\n\n# - name: allow 172.16.0.0/12 through firewall\n# ufw:\n# rule: allow\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1226, "all_permissive": false }
ansible_role
KazokuCo/cluster
0089c8a7ff55ae315c1f355da2b898e81d0e3ac7
0
roles/elasticsearch
6,316
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- name: add the elastic repo signing key\n apt_key:\n state: present\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n\n- name: add the elastic repo\n apt_repository:\n state: present\n repo: deb https://artifacts.elast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2201, "all_permissive": false }
ansible_role
KazokuCo/cluster
0089c8a7ff55ae315c1f355da2b898e81d0e3ac7
0
roles/glusterfs
6,316
[ "no_license" ]
[ { "path": "roles/glusterfs/tasks/main.yml", "content": "- name: add glusterfs repo\n apt_repository: repo=ppa:gluster/glusterfs-{{ glusterfs_version }} state=present\n\n- name: install the glusterfs client\n apt: name=glusterfs-client state=present\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 822, "all_permissive": false }
ansible_role
KazokuCo/cluster
0089c8a7ff55ae315c1f355da2b898e81d0e3ac7
0
roles/k8s
6,316
[ "no_license" ]
[ { "path": "roles/k8s/node/tasks/main.yml", "content": "---\n- name: allow http through firewall\n ufw:\n rule: allow\n port: 80\n proto: tcp\n\n- name: allow https through firewall\n ufw:\n rule: allow\n port: 443\n proto: tcp\n\n- name: join k8s cluster\n shell: kubeadm reset && kubead...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4677, "all_permissive": false }
ansible_role
KazokuCo/cluster
0089c8a7ff55ae315c1f355da2b898e81d0e3ac7
0
roles/ovh
6,316
[ "no_license" ]
[ { "path": "roles/ovh/tasks/main.yml", "content": "---\n- name: configure public ipv6\n copy:\n dest: /etc/network/interfaces.d/51-ipv6.cfg\n content: |\n iface ens3 inet6 static\n address {{ public_ipv6 }}\n netmask 128\n post-up /sbin/ip -6 route add {{ public_ipv6_ga...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1158, "all_permissive": false }
ansible_role
KazokuCo/cluster
0089c8a7ff55ae315c1f355da2b898e81d0e3ac7
0
roles/postgres
6,316
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: add the postgres repo signing key\n apt_key:\n state: present\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n\n- name: add the postgres repo\n apt_repository:\n state: present\n repo: deb http://apt.postgresql.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
KazokuCo/cluster
0089c8a7ff55ae315c1f355da2b898e81d0e3ac7
0
roles/redis
6,316
[ "no_license" ]
[ { "path": "roles/redis/handlers/main.yml", "content": "- name: reload systemd units\n command: systemctl daemon-reload\n\n- name: restart redis\n service:\n name: redis-server\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
harunisiaho/cloudstack-deploy-ansible
17b188b389c6e8cb32bba80789dcfe27b26b0ace
0
roles/common
6,316
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update System Packages\n yum: name=* state=latest update_cache=yes\n\n- name: Installing Common Packages\n yum: \n name: \"{{ item }}\" \n state: latest\n update_cache: yes\n with_items: \n - mariadb\n - MySQL-python\n - li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
harunisiaho/cloudstack-deploy-ansible
17b188b389c6e8cb32bba80789dcfe27b26b0ace
0
roles/cs-manager-master
6,316
[ "no_license" ]
[ { "path": "roles/cs-manager-master/templates/cloudstack.repo.j2", "content": "[cloudstack]\nname=cloudstack\nbaseurl=http://cloudstack.apt-get.eu/rhel/7/4.10/\nenabled=1\ngpgcheck=0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/cs-manager-m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 225, "all_permissive": false }
ansible_role
harunisiaho/cloudstack-deploy-ansible
17b188b389c6e8cb32bba80789dcfe27b26b0ace
0
roles/mariadb
6,316
[ "no_license" ]
[ { "path": "roles/mariadb/defaults/main.yaml", "content": "---\nmysql_ports:\n - 3306\n\nmysql_root_username: \"root\"\nmyql_cloud_user: \"cloud\"\nmysql_cloud_password: \"<PASSWORD>!\"\nmysql_root_password: \"<PASSWORD>!\"\nmysql_remote_password: \"<PASSWORD>!\"\n\n\ncs_manager_01_ip: 172.28.20.72\ncs_mana...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3282, "all_permissive": false }
ansible_role
ltoning/dockerpi3
64fa9739a6aa06192977570a89bb7466ad330cce
0
ansible/roles/common
6,316
[ "no_license" ]
[ { "path": "ansible/roles/common/files/temporary_fix.sh", "content": "#!/bin/bash\n# Get Kiwix script\nsudo wget https://raw.githubusercontent.com/elimupi/elimupi2.0/master/files/kiwix-start.pl\n# Get Kiwix code\nsudo wget https://ftp.nluug.nl/pub/kiwix/release/kiwix-tools/kiwix-tools_linux-armhf-0.9.0.tar.g...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4773, "all_permissive": false }
ansible_role
YudjinC/testInfludbTask
f13d13bab8ad52a6594e5bef76848ef448863658
0
roles/influxdb_todo
6,316
[ "no_license" ]
[ { "path": "roles/influxdb_todo/library/influxdb.py", "content": "from ansible.module_utils.basic import AnsibleModule\nimport json\nimport urllib\nimport urllib.request as urllib2\nimport base64\nimport ssl\n\n\ndef influx_query(hostname, query, module_auth, module):\n ctx = ssl.create_default_context()\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6940, "all_permissive": false }
ansible_role
nanphani/dev_ansible
9f509b03e9dfdd52e0969720f8faf9c761a08cca
0
roles/pAppServer
6,296
[ "no_license" ]
[ { "path": "roles/pAppServer/vars/main.yml", "content": "---\n# vars file for pAppServer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/pAppServer/defaults/main.yml", "content": "---\n# defaults file for pAppServer", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 702, "all_permissive": false }
ansible_role
nanphani/dev_ansible
9f509b03e9dfdd52e0969720f8faf9c761a08cca
0
roles/pDBServer
6,296
[ "no_license" ]
[ { "path": "roles/pDBServer/handlers/main.yml", "content": "---\n# handlers file for pDBServer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/pDBServer/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 622, "all_permissive": false }
ansible_role
ArdanaCLM/glance-ansible
9354a780f74cd3b3d4d9027f2bacbea462120676
1
roles/GLA-API
6,296
[ "permissive" ]
[ { "path": "roles/GLA-API/tasks/keystone_upgrade_conf.yml", "content": "#\n# (c) Copyright 2015-2016 Hewlett Packard Enterprise Development LP\n# (c) Copyright 2017 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the Lice...
{ "task_files": 16, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 22, "total_bytes": 55454, "all_permissive": true }
ansible_role
ArdanaCLM/glance-ansible
9354a780f74cd3b3d4d9027f2bacbea462120676
1
roles/_GLA-CMN
6,296
[ "permissive" ]
[ { "path": "roles/_GLA-CMN/tasks/install.yml", "content": "#\n# (c) Copyright 2015-2017 Hewlett Packard Enterprise Development LP\n# (c) Copyright 2017 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7188, "all_permissive": true }
ansible_role
ArdanaCLM/glance-ansible
9354a780f74cd3b3d4d9027f2bacbea462120676
1
roles/glance-cloud-configure
6,296
[ "permissive" ]
[ { "path": "roles/glance-cloud-configure/defaults/main.yml", "content": "#\n# (c) Copyright 2015 Hewlett Packard Enterprise Development LP\n# (c) Copyright 2017-2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the Lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5011, "all_permissive": true }
ansible_role
ChimLin/raiff_bootcamp_ansible
9d009d2407c41780be62fd70e09c8e8170da5819
0
roles/update_os
6,296
[ "no_license" ]
[ { "path": "roles/update_os/tasks/main.yml", "content": "---\n# tasks file for update_os\n- name: Update os\n apt: upgrade=dist force_apt_get=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
ppodolny/ansible-consul
3e34bddf7aea2d0139ada51ddc7b4089eef0d386
0
playbooks/roles/aws_bootstrap_consul
6,296
[ "no_license" ]
[ { "path": "playbooks/roles/aws_bootstrap_consul/templates/cluster.hosts.j2", "content": "[cluster]\n{% for instance in ec2_consul_cluster.instances %}\n{{instance.private_ip}} instance_id={{instance.id}}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2345, "all_permissive": false }
ansible_role
ppodolny/ansible-consul
3e34bddf7aea2d0139ada51ddc7b4089eef0d386
0
playbooks/roles/consul
6,296
[ "no_license" ]
[ { "path": "playbooks/roles/consul/tasks/main.yml", "content": "---\n\n- name: Install system packages Deb\n apt: name={{ item }} \n with_items:\n - unzip\n - dnsmasq\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: Install system packages RH\n yum: name={{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3125, "all_permissive": false }
ansible_role
ppodolny/ansible-consul
3e34bddf7aea2d0139ada51ddc7b4089eef0d386
0
playbooks/roles/consul-services
6,296
[ "no_license" ]
[ { "path": "playbooks/roles/consul-services/README.md", "content": "Provision\n----------\n```\n$ ansible-playbook -i hosts provision_consul.yaml\n```\n\nVerify the cluster\n-------------------\nNow you'll want to SSH into one of the Consul servers and be sure that the cluster is in the desired state. The ou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3386, "all_permissive": false }
ansible_role
jdsoliveiraa/os-glusterfs
d69cc469fa66c404a3211abce352776bcaf7d242
0
roles/common
6,296
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n# defaults file for common\n\ngluster_user: gluster\ngluster_usergroup: gluster", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/common/templates/hosts.j2", "content": "127.0.0.1...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4640, "all_permissive": false }
ansible_role
jdsoliveiraa/os-glusterfs
d69cc469fa66c404a3211abce352776bcaf7d242
0
roles/os-glusterfs
6,296
[ "no_license" ]
[ { "path": "roles/os-glusterfs/tasks/debian.yml", "content": "---\n\n- name: Adicionar PPA à lista de repositórios \n apt_repository:\n repo: 'ppa:gluster/glusterfs-{{ glusterfs_ppa_versao }}'\n state: present\n update_cache: yes\n register: glusterfs_ppa_adicionado\n when: glusterfs_ppa_usar\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1880, "all_permissive": false }
ansible_role
KasteM34/test_app_spring
96df3f0e2c92e67dbc4ae817e7ab8917f42a6f82
0
roles/appdeploy
6,296
[ "no_license" ]
[ { "path": "roles/appdeploy/README.md", "content": "# appdeploy role\n\nThis role has been created for a test.", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/appdeploy/tasks/main.yml", "content": "---\n\n- name: Ensure app user is created...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1231, "all_permissive": false }
ansible_role
KasteM34/test_app_spring
96df3f0e2c92e67dbc4ae817e7ab8917f42a6f82
0
roles/mysql
6,296
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\n\npackages:\n - name: mariadb\n - name: mariadb-server\n - name: MySQL-python\n\nmysql_service: mariadb\n\nmysql_db:\nmysql_user:\nmysql_password: \n\nmysql_my_config: /root/.my.cnf\n\n# if those vars are defined, it's going to create an user an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1806, "all_permissive": false }
ansible_role
KasteM34/test_app_spring
96df3f0e2c92e67dbc4ae817e7ab8917f42a6f82
0
roles/nginx
6,296
[ "no_license" ]
[ { "path": "roles/nginx/templates/vhost.j2", "content": "{% if http_to_https_redirection is defined %}\nserver {\n listen 80;\n server_name {{ domain_name }};\n return 301 https://$host$request_uri;\n}\n{% endif %}\n\nserver {\n\n{% if use_ssl is defined %}\n listen 443 ssl;\n{% endi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2304, "all_permissive": false }
ansible_role
KasteM34/test_app_spring
96df3f0e2c92e67dbc4ae817e7ab8917f42a6f82
0
roles/srsp.oracle-java
6,296
[ "no_license" ]
[ { "path": "roles/srsp.oracle-java/tasks/set-role-variables.yml", "content": "---\n# file: tasks/set-role-variables.yml\n# set necessary role variables.\n#\n\n\n- name: set general internal vars\n set_fact:\n jdk_version: \"1.{{ java_version }}.0_{{ java_subversion }}\"\n\n\n#\n# platform-specific variab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9695, "all_permissive": false }
ansible_role
vit0r/ansible-samba-pdc
0dd8cbe44c3cdc03bbf5828b9a0f1ada5c53d949
0
roles/pdc
6,296
[ "no_license" ]
[ { "path": "roles/pdc/tasks/main.yml", "content": "- include_tasks: \"setup.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/pdc/tasks/setup.yml", "content": "# https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Director...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1746, "all_permissive": false }
ansible_role
anatol11k/Prj1
8e38a6b8b7c5fa76376cec7691d5dc880bb58f04
0
ansible_roles/ansible/roles/deploy
6,296
[ "no_license" ]
[ { "path": "ansible_roles/ansible/roles/deploy/vars/main.yml", "content": "\n---\n# vars file for deploy\nansible_art: \"{{ var1 }}\"\ndest: /project\nfiles: /opt/ansible/roles/deploy/files/\nport: \"{{ port }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 642, "all_permissive": false }
ansible_role
anatol11k/Prj1
8e38a6b8b7c5fa76376cec7691d5dc880bb58f04
0
ansible_roles/ansible/roles/deploy_old_ver
6,296
[ "no_license" ]
[ { "path": "ansible_roles/ansible/roles/deploy_old_ver/defaults/main.yml", "content": "---\n# defaults file for deploy_old_ver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible_roles/ansible/roles/deploy_old_ver/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 576, "all_permissive": false }
ansible_role
anatol11k/Prj1
8e38a6b8b7c5fa76376cec7691d5dc880bb58f04
0
ansible_roles/ansible/roles/docker
6,296
[ "no_license" ]
[ { "path": "ansible_roles/ansible/roles/docker/files/Dockerfile", "content": "FROM java:8-jdk-alpine\nCOPY web-ui.74.jar /usr/app/\nWORKDIR /usr/app/\nEXPOSE 8000\nCMD [\"java\", \"-jar\", \"web-ui.74.jar\", \"--server.port=8000\"]\n\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2764, "all_permissive": false }
ansible_role
anatol11k/Prj1
8e38a6b8b7c5fa76376cec7691d5dc880bb58f04
0
ansible_roles/ansible/roles/docker_old_version
6,296
[ "no_license" ]
[ { "path": "ansible_roles/ansible/roles/docker_old_version/defaults/main.yml", "content": "---\n# defaults file for docker_old_version", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible_roles/ansible/roles/docker_old_version/handlers/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 457, "all_permissive": false }
ansible_role
anatol11k/Prj1
8e38a6b8b7c5fa76376cec7691d5dc880bb58f04
0
ansible_roles/ansible/roles/provision
6,296
[ "no_license" ]
[ { "path": "ansible_roles/ansible/roles/provision/tasks/main.yml", "content": "\n---\n# tasks file for provision\n\n- name: update the system\n yum:\n name: '*'\n state: latest\n exclude: docker*\n\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1076, "all_permissive": false }
ansible_role
alacuku/docker-swarm-playbook
731dd634a1f53c4e18a26da6d9629bc5d19871b3
0
roles/bootstrap
6,296
[ "permissive" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n# tasks file for bootstrap\n#This task generates the vagrant file for the VMs to be created.\n\n- name: Template the VagrantFile.j2 configuration file to ../Vagrantfile\n template:\n src: VagrantFile.j2\n dest: Vagrantfile\n mode: 0644\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3963, "all_permissive": true }
ansible_role
alacuku/docker-swarm-playbook
731dd634a1f53c4e18a26da6d9629bc5d19871b3
0
roles/certificates
6,296
[ "permissive" ]
[ { "path": "roles/certificates/tasks/main.yml", "content": "---\n\n- name: Create a tempdir\n file:\n state: directory\n path: \"{{ dds_temp_path }}\"\n mode: 0644\n\n- name: Remove passphrase file, if it exists\n file:\n state: absent\n path: \"{{ dds_passphrase_file }}\"\n mode: 0644\n\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4103, "all_permissive": true }
ansible_role
alacuku/docker-swarm-playbook
731dd634a1f53c4e18a26da6d9629bc5d19871b3
0
roles/docker
6,296
[ "permissive" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# this role installs and configures docker on a centos machine\n\n- name: Create a new primary partition on second storage disk\n parted:\n device: \"{{ block_device }}\"\n number: 1\n state: present\n\n- name: Create an ext4 filesystem on ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2433, "all_permissive": true }
ansible_role
alacuku/docker-swarm-playbook
731dd634a1f53c4e18a26da6d9629bc5d19871b3
0
roles/manager
6,296
[ "permissive" ]
[ { "path": "roles/manager/tasks/main.yml", "content": "- name: Init sworm mode on the manager.\n command: \"docker swarm init --listen-addr {{ node_ip }}:{{ docker_swarm_port }} --advertise-addr {{ node_ip }}\"\n register: result\n changed_when: result.rc == 0\n\n- name: Get the worker join-token.\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": true }
ansible_role
alacuku/docker-swarm-playbook
731dd634a1f53c4e18a26da6d9629bc5d19871b3
0
roles/worker
6,296
[ "permissive" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "- name: Join the pending Swarm worker nodes.\n command: \"docker swarm join --token {{ lookup('file', 'token') }} {{ swarm_manager_node_ip[0] }}:{{ docker_swarm_port }}\"\n register: result\n changed_when: result.rc == 0", "license_type": "permissi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": true }
ansible_role
iocdn/ansible-sample
14fc53098afe237c8a54f79f0555aed36c734c04
0
roles/disable-selinux
6,296
[ "no_license" ]
[ { "path": "roles/disable-selinux/tasks/main.yml", "content": "---\n- name: Install libselinux-python\n yum: name=libselinux-python state=installed\n\n- name: Disable SELinux\n selinux: state=disabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
iocdn/ansible-sample
14fc53098afe237c8a54f79f0555aed36c734c04
0
roles/elasticsearch
6,296
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yaml", "content": "---\n- name: install java\n yum: name=java state=latest\n tags:\n - elasticsearch-util\n\n- name: rpm repo\n copy: src=etc/yum.repos.d/elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch.repo\n tags:\n - elasticsearch\n\n- name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
iocdn/ansible-sample
14fc53098afe237c8a54f79f0555aed36c734c04
0
roles/iocdn.httpd
6,296
[ "no_license" ]
[ { "path": "roles/iocdn.httpd/tasks/main.yaml", "content": "---\n- name: Install Apache\n yum: name=httpd state=latest\n sudo: yes\n notify: Boot Apache\n tags: \n - httpd\n\n- name: Check Httpd Version\n shell: rpm -qa |awk '/^httpd-[0123]/{print gensub(/^httpd-([0-9]\\.[0-9]).*/,\"\\\\1\",$0)}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 410, "all_permissive": false }
ansible_role
iocdn/ansible-sample
14fc53098afe237c8a54f79f0555aed36c734c04
0
roles/iocdn.wordpress
6,296
[ "no_license" ]
[ { "path": "roles/iocdn.wordpress/handlers/main.yaml", "content": "---\n- name: graceful httpd\n service: name=httpd state=restart\n tags:\n - wordpress\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/iocdn.wordpress/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2417, "all_permissive": false }
ansible_role
iocdn/ansible-sample
14fc53098afe237c8a54f79f0555aed36c734c04
0
roles/kibana
6,296
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yaml", "content": "---\n- name: download kibana\n get_url: url=\"{{ kibana.download_url}}\" dest=/tmp/kibana.tar.gz\n tags:\n - kibana\n\n- name: install kibane\n unarchive: src=/tmp/kibana.tar.gz dest=/usr/local/ copy=no\n tags:\n - kibana\n\n- name: kibane_path\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1026, "all_permissive": false }
ansible_role
iocdn/ansible-sample
14fc53098afe237c8a54f79f0555aed36c734c04
0
roles/td-agent
6,296
[ "no_license" ]
[ { "path": "roles/td-agent/vars/main.yml", "content": "---\ntd_agent:\n rpms:\n - { name: 'td-agent', state: 'latest' }\n plugins:\n - { name: 'fluent-plugin-elasticsearch' }\n position_path: /var/log/td-agent/position\n aggregator:\n ipaddr: 127.0.0.1\n port: 24224\n", "license_type": "no...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1537, "all_permissive": false }
ansible_role
ansarpalakottal/user
0a90bb33e7af35614247fd62405b29ea3efbeb9e
0
roles/user
5,757
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n# tasks file for user\n\n- name: restarting the service\n service:\n name: tomcat\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
validatedpatterns-demos/workshop
fd359157a72c9374ba5f75cd9f1d9a7d9a02b9c4
0
scripts/bastion-setup/roles/fetch-clients
5,757
[ "no_license" ]
[ { "path": "scripts/bastion-setup/roles/fetch-clients/tasks/main.yml", "content": "---\n- name: OCP Version\n ansible.builtin.debug:\n msg: \"Downloading clients for OCP: {{ ocp_version }} - Running in folder: {{ base_dir }}\"\n\n# Download the sha file for the OpenShift Version\n# This should handle ocp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3384, "all_permissive": false }
ansible_role
validatedpatterns-demos/workshop
fd359157a72c9374ba5f75cd9f1d9a7d9a02b9c4
0
scripts/bastion-setup/roles/setup-nginx
5,757
[ "no_license" ]
[ { "path": "scripts/bastion-setup/roles/setup-nginx/tasks/main.yml", "content": "---\n- name: Installing Epel\n ansible.builtin.dnf:\n name: \"epel-release\"\n state: latest\n\n- name: Installing certbot and certbot-nginx\n ansible.builtin.dnf:\n name: [\"certbot\", \"python3-certbot-nginx.noarch\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2006, "all_permissive": false }
ansible_role
validatedpatterns-demos/workshop
fd359157a72c9374ba5f75cd9f1d9a7d9a02b9c4
0
scripts/lab-setup/roles/check-requirements
5,757
[ "no_license" ]
[ { "path": "scripts/lab-setup/roles/check-requirements/defaults/main.yml", "content": "---\n# defaults file for check-requiements\naws_cred_file: ~/.aws/credentials\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "scripts/lab-setup/roles/check-requ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 767, "all_permissive": false }
ansible_role
validatedpatterns-demos/workshop
fd359157a72c9374ba5f75cd9f1d9a7d9a02b9c4
0
scripts/lab-setup/roles/deploy-clusters
5,757
[ "no_license" ]
[ { "path": "scripts/lab-setup/roles/deploy-clusters/tasks/main.yml", "content": "---\n- name: OS-based overrides\n include_vars: \"{{ item }}\"\n with_first_found:\n - skip: true\n files:\n - \"{{ ansible_facts['os_family'] | lower }}.yml\"\n\n- name: OCP Version\n ansible.builtin.debug:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8334, "all_permissive": false }
ansible_role
validatedpatterns-demos/workshop
fd359157a72c9374ba5f75cd9f1d9a7d9a02b9c4
0
scripts/lab-setup/roles/fetch-ocp-clients
5,757
[ "no_license" ]
[ { "path": "scripts/lab-setup/roles/fetch-ocp-clients/defaults/darwin.yml", "content": "distro: \"mac\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "scripts/lab-setup/roles/fetch-ocp-clients/README.md", "content": "Role Name\n=========\n\nR...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2907, "all_permissive": false }
ansible_role
bonedaddy/homelabos
039defc85abe9128f7dc9ba8acb7c518e4d3047e
1
roles/authelia
5,757
[ "no_license" ]
[ { "path": "roles/authelia/templates/docker-compose.authelia.yml.j2", "content": "---\nversion: '3'\n\n# This networks section required for the package to be visible to Traefik.\n# DO NOT Remove\nnetworks:\n traefik_network:\n external:\n name: homelabos_traefik\n\nservices:\n auth:\n image: aut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5215, "all_permissive": false }
ansible_role
bonedaddy/homelabos
039defc85abe9128f7dc9ba8acb7c518e4d3047e
1
roles/grocy
5,757
[ "no_license" ]
[ { "path": "roles/grocy/tasks/main.yml", "content": "---\n- name: Make grocy directory.\n file:\n path: \"/var/homelabos/grocy\"\n state: directory\n\n- name: Copy grocy docker-compose.yml file into place.\n template:\n src: docker-compose.grocy.yml.j2\n dest: /var/homelabos/grocy/docker-compos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2513, "all_permissive": false }
ansible_role
bonedaddy/homelabos
039defc85abe9128f7dc9ba8acb7c518e4d3047e
1
roles/homeassistant
5,757
[ "no_license" ]
[ { "path": "roles/homeassistant/templates/docker-compose.homeassistant.yml.j2", "content": "---\nversion: '3'\n\nnetworks:\n traefik_network:\n external:\n name: homelabos_traefik\n\nservices:\n # Home Automation\n homeassistant:\n image: homeassistant/home-assistant\n volumes:\n - \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2988, "all_permissive": false }
ansible_role
bonedaddy/homelabos
039defc85abe9128f7dc9ba8acb7c518e4d3047e
1
roles/homelabos_common
5,757
[ "no_license" ]
[ { "path": "roles/homelabos_common/tasks/main.yml", "content": "---\n- name: Install necessities and nice-to-haves\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - cifs-utils\n - curl\n - software-properties-common\n - git\n - htop\n - iftop\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1402, "all_permissive": false }
ansible_role
bonedaddy/homelabos
039defc85abe9128f7dc9ba8acb7c518e4d3047e
1
roles/homelabos_config
5,757
[ "no_license" ]
[ { "path": "roles/homelabos_config/tasks/main.yml", "content": "---\n- name: Copy HomelabOS config file into place\n template:\n src: \"config.yml\"\n dest: \"{{ playbook_dir }}/settings/config.yml\"\n\n- name: Copy HomelabOS vault file into place\n template:\n src: \"vault.yml\"\n dest: \"{{ p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7616, "all_permissive": false }
ansible_role
bonedaddy/homelabos
039defc85abe9128f7dc9ba8acb7c518e4d3047e
1
roles/homelabos_restore
5,757
[ "no_license" ]
[ { "path": "roles/homelabos_restore/tasks/main.yml", "content": "---\n- name: Be sure HomelabOS is not running.\n systemd:\n name: homelabos\n state: stopped\n\n- name: Ensure enable services are not running\n systemd:\n name: \"{{ service_item }}\"\n state: stopped\n enable: false\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1533, "all_permissive": false }
ansible_role
NeleVeyt/Nagios
36214880eafa25e2d8f1f0a7b168c36603be4f60
0
ansible/roles/common
5,757
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# roles/common/main.yml\n---\n- name: Install extra repositories\n yum: pkg={{item}} state=installed\n with_items:\n - http://epel.mirror.nucleus.be/7/x86_64/e/epel-release-7-2.noarch.rpm\n \n- name: Install common packages\n yum: pkg={{i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
NeleVeyt/Nagios
36214880eafa25e2d8f1f0a7b168c36603be4f60
0
ansible/roles/nagios
5,757
[ "no_license" ]
[ { "path": "ansible/roles/nagios/tasks/main.yml", "content": "# roles/web/tasks/main.yml\n---\n- name: Install nagios\n yum: pkg={{item}} state=installed\n with_items:\n - nagios\n - nagios-common\n - nagios-devel\n - nagios-plugins-all\n\n- name: Start nagios service\n service: name=nagios st...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2512, "all_permissive": false }
ansible_role
NeleVeyt/Nagios
36214880eafa25e2d8f1f0a7b168c36603be4f60
0
ansible/roles/ssl
5,757
[ "no_license" ]
[ { "path": "ansible/roles/ssl/handlers/main.yml", "content": "# file roles/Wordpress/handlers/main.yml\n---\n- name: Restart Apache\n service: name=httpd state=reloaded", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/roles/ssl/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1317, "all_permissive": false }
ansible_role
NeleVeyt/Nagios
36214880eafa25e2d8f1f0a7b168c36603be4f60
0
ansible/roles/web
5,757
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "# roles/web/tasks/main.yml\n---\n- name: Install Apache\n yum: pkg={{item}} state=installed\n with_items:\n - httpd\n - php\n - php-xml\n - php-mysql\n\n- name: Start Apache service\n service: name=httpd state=running enabled=yes\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
onyeka-hub/ansible-deploy-pro-19
7c230821561bfaef3ade97cf43c34de87bdea570
0
ansible/roles/tooling
5,757
[ "no_license" ]
[ { "path": "ansible/roles/tooling/tasks/setup-db.yml", "content": "---\r\n- name: Install PyMySQL\r\n pip:\r\n name: pymysql\r\n state: present\r\n \r\n- name: create database\r\n community.mysql.mysql_db:\r\n login_host: \"terraform-20220713170417381300000006.cxddihah2qtf.us-east-2.rds.amazona...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 847, "all_permissive": false }
ansible_role
onyeka-hub/ansible-deploy-pro-19
7c230821561bfaef3ade97cf43c34de87bdea570
0
ansible/roles/wordpress
5,757
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/setup-db.yml", "content": "---\r\n- name: Install PyMySQL\r\n pip:\r\n name: pymysql\r\n state: present\r\n \r\n- name: create database\r\n community.mysql.mysql_db:\r\n login_host: \"terraform-20220713170417381300000006.cxddihah2qtf.us-east-2.rds.amazo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": false }
ansible_role
tkuspanov/semaphore
806eff1619fa2f8cda10e4308a74a7b28b6bc8ea
0
roles/postgres
5,757
[ "no_license" ]
[ { "path": "roles/postgres/defaults/main.yml", "content": "postgresql_data_dir: \"/var/lib/pgsql/17/data/\"\npostgresql_bin_path: \"/usr/pgsql-17/bin\"\npostgresql_config_path: \"/var/lib/pgsql/17/data/\"\npostgresql_daemon: postgresql-17\npostgresql_packages:\n- postgresql17\n- postgresql17-server\n- postgr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2649, "all_permissive": false }
ansible_role
tkuspanov/semaphore
806eff1619fa2f8cda10e4308a74a7b28b6bc8ea
0
roles/semaphore
5,757
[ "no_license" ]
[ { "path": "roles/semaphore/files/service.j2", "content": "[Unit]\nDescription=Semaphore Ansible\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=simple\nUser=root\nExecReload=/bin/kill -HUP $MAINPID\nExecStart=/usr/bin/semaphore service --config=/etc/semaphore/config.json\nSyslog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2311, "all_permissive": false }
ansible_role
Sylvain6363/Script-de-sauvegarde-avec-Ansible
0d768b50e476e9daf1157c5d2b238395e3221157
0
roles/serveurs_sauvegardes
5,757
[ "no_license" ]
[ { "path": "roles/serveurs_sauvegardes/tasks/main.yml", "content": "---\n- name: \"Installe le paquet ftp s'il n'est pas présent sur le serveur\"\n # Installe le paquet ftp (equivalent à apt install ftp)\n apt:\n name: ftp\n # Met à jour le gestionnaire de package (équivalent à apt update)\n updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
saulius/playbox
9ac4afa742d948eb41bcb0f448e056ffcb38e634
0
provisioning/roles/playbox
5,757
[ "no_license" ]
[ { "path": "provisioning/roles/playbox/tasks/ag.yml", "content": "---\n# ag.yml\n- name: ag | install dependencies\n apt: pkg=$item state=installed\n with_items: [ automake,pkg-config,libpcre3-dev,zlib1g-dev,liblzma-dev, git, build-essential]\n- name: ag | checkout\n git: repo=https://github.com/ggreer/th...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3502, "all_permissive": false }
ansible_role
ben-gutman/hw-14
5ed7d76fc03ff2bf2cc96a9679e7cfe90a541bc1
0
roles/common
5,757
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install vim and zip\n apt: name=zip,vim state=present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
Bloodouts/Ansible_utilities
4fd19ce139afe014c1cd1d208f4ea31a79ecaf89
0
roles/copy_homedir
5,757
[ "no_license" ]
[ { "path": "roles/copy_homedir/tasks/main.yml", "content": "---\r\n#############################################################################################\r\n#\r\n# Uses Synchronize module to pull directory from src_server to destination \r\n#\r\n########################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
Bloodouts/Ansible_utilities
4fd19ce139afe014c1cd1d208f4ea31a79ecaf89
0
roles/create_homedir
5,757
[ "no_license" ]
[ { "path": "roles/create_homedir/tasks/main.yml", "content": "---\r\n#############################################################################################\r\n#\r\n# Uses user module to create directory and template module to copy default file into it \r\n#\r\n#########################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1019, "all_permissive": false }
ansible_role
Bloodouts/Ansible_utilities
4fd19ce139afe014c1cd1d208f4ea31a79ecaf89
0
roles/get_info
5,757
[ "no_license" ]
[ { "path": "roles/get_info/tasks/main.yml", "content": "---\r\n#############################################################################################\r\n#\r\n# Use Shell module to reach out to get user information\r\n#\r\n################################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1589, "all_permissive": false }
ansible_role
riweston/dotfiles-archive
663e9fc4dd4081b98297a29517bb0abb464592a2
0
ansible/roles/dotfiles
5,757
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/tasks/fzf.yml", "content": "---\n- name: Download fzf install script\n git:\n repo: https://github.com/junegunn/fzf.git\n dest: /tmp/fzf\n\n- name: Execute fzf install script\n shell:\n cmd: ./install --bin\n chdir: /tmp/fzf/\n\n- name: Remove fzf install scri...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 887, "all_permissive": false }
ansible_role
mist941/server-prep
a260220620642e1ee10fe06cd580f4b49a7a66d2
3
roles/bash_config
5,757
[ "no_license" ]
[ { "path": "roles/bash_config/tasks/main.yml", "content": "- name: \"🏠 Verify user home directory exists\"\n ansible.builtin.stat:\n path: \"/home/{{ NEW_USER }}\"\n register: home_dir_stat\n\n- name: \"📁 Home directory status\"\n ansible.builtin.debug:\n msg: \"Home directory /home/{{ NEW_USER }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1783, "all_permissive": false }
ansible_role
mist941/server-prep
a260220620642e1ee10fe06cd580f4b49a7a66d2
3
roles/packages_installation
5,757
[ "no_license" ]
[ { "path": "roles/packages_installation/tasks/main.yml", "content": "- name: \"📦 Display packages to be installed\"\n ansible.builtin.debug:\n msg: |\n Installing essential packages:\n - htop: System monitoring tool\n - git: Version control system\n - curl: Command line HTTP client\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1869, "all_permissive": false }
ansible_role
mist941/server-prep
a260220620642e1ee10fe06cd580f4b49a7a66d2
3
roles/ssh_setup
5,757
[ "no_license" ]
[ { "path": "roles/ssh_setup/tasks/main.yml", "content": "- name: \"🔒 Display current SSH security settings\"\n ansible.builtin.debug:\n msg: |\n Configuring SSH for enhanced security:\n - Disabling root login\n - Disabling password authentication\n - Enabling public key authenticatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3247, "all_permissive": false }
ansible_role
mist941/server-prep
a260220620642e1ee10fe06cd580f4b49a7a66d2
3
roles/system_updates
5,757
[ "no_license" ]
[ { "path": "roles/system_updates/tasks/main.yml", "content": "- name: \"📦 Update package cache\"\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n register: apt_update_result\n\n- name: \"📈 Display update information\"\n ansible.builtin.debug:\n msg: \"Package cache updated...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": false }
ansible_role
mist941/server-prep
a260220620642e1ee10fe06cd580f4b49a7a66d2
3
roles/time_configuration
5,757
[ "no_license" ]
[ { "path": "roles/time_configuration/tasks/main.yml", "content": "- name: \"🕒 Display current system time before configuration\"\n ansible.builtin.debug:\n msg: |\n Current system information:\n - Date: {{ ansible_date_time.date }}\n - Time: {{ ansible_date_time.time }}\n - Current t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1655, "all_permissive": false }
ansible_role
mist941/server-prep
a260220620642e1ee10fe06cd580f4b49a7a66d2
3
roles/user_management
5,757
[ "no_license" ]
[ { "path": "roles/user_management/tasks/main.yml", "content": "- name: \"🔐 Generate secure password hash\"\n ansible.builtin.set_fact:\n hashed_password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n no_log: true\n\n- name: \"👥 Create admin group\"\n ansible.builtin.group:\n name: admin\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1322, "all_permissive": false }
ansible_role
mist941/server-prep
a260220620642e1ee10fe06cd580f4b49a7a66d2
3
roles/vim_setup
5,757
[ "no_license" ]
[ { "path": "roles/vim_setup/templates/vimrc.j2", "content": "\" Common adjustments\nset nocompatible \" Turn off compatible with vi mode\nset number \" Show line numbers\nset relativenumber \" Show relative line numbers\nsyntax on \" Turn on syntax highlighting\nse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4615, "all_permissive": false }
ansible_role
accanto-systems/devstack-environment
f927edf6c003efb3277a2e618e5ca2c0486506c5
1
roles/devstack
5,757
[ "permissive" ]
[ { "path": "roles/devstack/tasks/main.yaml", "content": "- name: Check for an 'openstack' group\n group:\n name: openstack\n state: present\n\n- name: Allow 'openstack' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%openstack'\n line: '%op...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1175, "all_permissive": true }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/agama
5,757
[ "no_license" ]
[ { "path": "roles/agama/tasks/main.yaml", "content": "- name: Creating /opt/agama \n file:\n path: /opt/agama\n state: directory\n \n- name: Add the user agama\n user:\n name: agama\n system: yes\n state: present\n\n- name: Download agama container from URL\n get_url:\n url: https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/backup
5,757
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yaml", "content": "- name: Add the user \"backup\" and generate keys\n user:\n name: backup\n home: /home/backup\n shell: /bin/bash\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: .ssh/id_rsa\n no_log: true\n\n- name: Uploads /home/backup/....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 520, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/bind
5,757
[ "no_license" ]
[ { "path": "roles/bind/templates/db.farkas.fp.j2", "content": "$TTL\t604800\n{{startup}}.\tIN\tSOA\t{{master_dns}}.{{startup}}. logan.{{startup}}. (\n\t\t\t 2\t\t; Serial\n\t\t\t 604800\t\t; Refresh\n\t\t\t 86400\t\t; Retry\n\t\t\t2419200\t\t; Expire\n\t\t\t 604800 )\t; Negative Cache TTL\n;\n{% for vm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5162, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/bind_exporter
5,757
[ "no_license" ]
[ { "path": "roles/bind_exporter/tasks/main.yaml", "content": "- name: Install 'prometheus-bind-exporter'\n apt:\n name: prometheus-bind-exporter\n\n- name: Enable Bind9 exporter\n service:\n name: prometheus-bind-exporter\n state: restarted\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/docker
5,757
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install docker.io and python3-docker\n apt:\n name:\n - python3-docker\n - docker.io\n\n- name: create folder\n file:\n path: /etc/docker\n state: directory\n\n- name: copy dns\n template:\n src: \"daemon.json\"\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/grafana
5,757
[ "no_license" ]
[ { "path": "roles/grafana/templates/datasource.yaml.j2", "content": "\napiVersion: 1\n\ndatasources:\n - name: prometheus\n type: prometheus\n\n url: http://{{groups['prometheus'][0]}}:9090/prometheus\n password:\n user:\n database:\n isDefault: true\n editable: true\n\n - name: InfluxDB\n ty...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3247, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/influxdb
5,757
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yaml", "content": "- name: Add influx and telegraf key\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n\n- name: Add influx and telegraf repository into sources list\n apt_repository:\n repo: deb https://repos.influxdata.com/debian focal stable\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 995, "all_permissive": false }
ansible_role
pongraczfarkas/ica0002---IT-Infrastructure
3f34115d63331a7c194fac24500181332a9cf7cd
0
roles/influxdb_backup
5,757
[ "no_license" ]
[ { "path": "roles/influxdb_backup/tasks/main.yaml", "content": "- name: Install duplicity\n apt:\n name: duplicity\n \n- name: Add the user agama\n user:\n name: agama\n system: yes\n state: present\n\n- name: Create the backup directory for influxdb\n file:\n path: /home/backup/influxdb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1014, "all_permissive": false }