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
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/firewall
329
[ "no_license" ]
[ { "path": "roles/firewall/defaults/main.yml", "content": "---\n\nfirewall_forward_packets: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/firewall/tasks/main.yml", "content": "---\n\n- name: Install 'ufw'\n pacman: name=ufw stat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1017, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/fuse
329
[ "no_license" ]
[ { "path": "roles/fuse/tasks/main.yml", "content": "---\n\n- name: Install Fuse package\n package:\n name: \"fuse-common\"\n state: present\n\n- name: add fuse configuration\n template:\n src: fuse.conf.j2\n dest: '/etc/fuse.conf'\n mode: 0644\n owner: root\n group: root\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/grafana
329
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: install grafana\n pacman: name=grafana state=present\n\n- name: install prometheus\n pacman: name=prometheus state=present\n\n- name: install prometheus exporter\n pacman: name={{ item }} state=present\n with_items:\n - prometheus-n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1282, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/hardening
329
[ "no_license" ]
[ { "path": "roles/hardening/tasks/main.yml", "content": "---\n\n- name: set restricted access to kernel logs\n copy: src=50-dmesg-restrict.conf dest=/etc/sysctl.d/50-dmesg-restrict.conf\n notify:\n - apply sysctl settings\n\n- name: set ptrace scope, restrict ptrace to CAP_SYS_PTRACE\n copy: src=50-ptr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/ipfs
329
[ "no_license" ]
[ { "path": "roles/ipfs/tasks/main.yml", "content": "---\n\n- name: install go-ipfs\n pacman: name=go-ipfs state=present\n\n- name: Install ipfs-cluster aur package\n aur: name=\"ipfs-cluster-bin\" use=yay skip_installed=true\n become: yes\n become_user: aur_builder\n\n- name: install ipfs units\n copy: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/java
329
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n- name: Install java chocolatey packages\n win_chocolatey:\n name: '{{ item }}'\n state: present\n with_items:\n - openjdk\n - openjdk12\n - openjdk11\n - openjdk8\n - jdk11\n - jdk8\n - javaruntime\n - jre8\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/lighttpd
329
[ "no_license" ]
[ { "path": "roles/lighttpd/defaults/main.yml", "content": "---\n\nlighttpd_port: '80'\nlighttpd_path: /srv/http/lighttpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/lighttpd/tasks/main.yml", "content": "---\n\n- name: Install lighttp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1166, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/mirrorslist
329
[ "no_license" ]
[ { "path": "roles/mirrorslist/tasks/main.yml", "content": "---\n\n- name: Check pacman-contrib\n pacman:\n name: pacman-contrib\n state: installed\n\n- name: Download latest mirrorlist\n shell:\n cmd: |\n curl -s \"https://www.archlinux.org/mirrorlist/?country=FR&country=GB&country=PT&country...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/mount
329
[ "no_license" ]
[ { "path": "roles/mount/tasks/main.yml", "content": "---\n\n- name: create mount directories\n file:\n path: '{{ item.mount_point }}'\n state: directory\n recurse: yes\n with_items: '{{ mount_disks }}'\n\n- name: Mount disks\n mount:\n path: '{{ item.mount_point }}'\n src: '{{ item.device }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/named
329
[ "no_license" ]
[ { "path": "roles/named/tasks/main.yml", "content": "---\n\n- name: Install named\n pacman: name=bind state=present\n\n- name: named configuration\n copy:\n src: named.conf\n dest: /etc/named.conf\n\n- name: enable and start named service\n systemd:\n name: named\n state: restarted\n enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/nextcloud
329
[ "no_license" ]
[ { "path": "roles/nextcloud/defaults/main.yml", "content": "---\nnextcloud_dir: '/usr/share/webapps/nextcloud'\nnextcloud_data_dir: '/home/nextcloud/data'\n\nnextcloud_db: 'nextcloud'\nnextcloud_db_host: 'localhost'\nnextcloud_db_user: 'nextcloud'\n\nnextcloud_socket: '/run/php7-fpm/nextcloud.socket'\nnextcl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2706, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/nginx
329
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\nletsencrypt_validation_dir: \"/var/lib/letsencrypt\"\nfastcgi_cache: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/nginx/meta/main.yml", "content": "---\n\ndependencies...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8024, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/openvpn
329
[ "no_license" ]
[ { "path": "roles/openvpn/tasks/main.yml", "content": "---\n\n- name: Allow openvpn tcp connections\n ufw:\n rule: allow\n port: '1194'\n proto: tcp\n\n- name: Allow openvpn udp connections\n ufw:\n rule: allow\n port: '1194'\n proto: udp\n\n- name: Allow openvpn public tcp connections\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2664, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/postgres
329
[ "no_license" ]
[ { "path": "roles/postgres/templates/letsencrypt.hook.d.j2", "content": "#!/bin/sh\n\ntest \"$1\" = renew || exit 0\n\npostgres_domain=\"{{ inventory_hostname }}\"\n\nfor domain in $RENEWED_DOMAINS; do\n case \"$domain\" in\n $postgres_domain)\n for pem in /etc/letsencrypt/live/$postgres...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4674, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/raid
329
[ "no_license" ]
[ { "path": "roles/raid/tasks/main.yml", "content": "---\n\n- name: create mount directories\n file:\n path: '{{ item.mount_point }}'\n state: directory\n recurse: yes\n with_items: '{{ raid_disks }}'\n\n- name: Mount RAID disks\n mount:\n path: '{{ item.mount_point }}'\n src: '{{ item.devic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/samba
329
[ "no_license" ]
[ { "path": "roles/samba/defaults/main.yml", "content": "---\n\nsamba_shares_root: '/srv/shares'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/samba/vars/samba.yml", "content": "# roles/samba/vars/os_Archlinux.yml\n---\n\nsamba_packages...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1290, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/sudo
329
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "---\n\n- name: install sudo\n pacman:\n name: sudo\n state: present\n\n- name: add wheel group\n group:\n name: wheel\n state: present\n\n# https://github.com/ansible/ansible/issues/11024\n- name: remove all users from wheel group\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/syncrepo
329
[ "no_license" ]
[ { "path": "roles/syncrepo/tasks/main.yml", "content": "---\n\n# - name: create ssl cert\n# command: certbot certonly --email <EMAIL> --agree-tos --rsa-key-size 4096 --renew-by-default --webroot -w {{letsencrypt_validation_dir}} -d '{{ mirror_domain }}' creates='/etc/letsencrypt/live/{{ mirror_domain }}/fu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2157, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/tools
329
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "- name: install sysadmin tools\n pacman:\n state: present\n name:\n - htop\n - rsync\n - tmux\n - sshfs\n - tree\n - dstat\n - dmidecode\n - net-tools\n - nmap\n - sysstat\n - screen\n - nl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/virtualgl
329
[ "no_license" ]
[ { "path": "roles/virtualgl/tasks/main.yml", "content": "---\n\n- name: Install virtualgl and dependencies explicitly\n pacman:\n name: '{{ item }}'\n state: present\n with_items:\n - inetutils\n - opencl-mesa\n - virtualgl\n - lib32-virtualgl\n\n- name: add vglusers group\n group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1170, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/visualstudio
329
[ "no_license" ]
[ { "path": "roles/visualstudio/tasks/main.yml", "content": "---\n\n- name: Install visualstudio chocolatey packages\n win_chocolatey:\n name: '{{ item }}'\n state: present\n with_items:\n - visualstudio2019buildtools\n - visualstudio2019testagent\n - visualstudio2019community\n - visualst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 978, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/vm-drivers
329
[ "no_license" ]
[ { "path": "roles/vm-drivers/tasks/main.yml", "content": "---\n\n- name: Install virtual machine related chocolatey packages\n win_chocolatey:\n name: '{{ item }}'\n state: present\n with_items:\n - virtio-drivers\n - spice-agent\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
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/win-chocolatey-packages
329
[ "no_license" ]
[ { "path": "roles/win-chocolatey-packages/tasks/main.yml", "content": "\n\n- name: Install group chocolatey packages\n win_chocolatey:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ install_group_packages.chocolatey }}\"\n when: install_group_packages is defined and install_group_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
ljmf00/home-infrastructure
e0b92688babfa087b109a3f277baf408cc983101
1
roles/windows-updates
329
[ "no_license" ]
[ { "path": "roles/windows-updates/tasks/main.yml", "content": "---\n\n- name: Upgrade installed chocolatey packages\n win_chocolatey:\n name: all\n state: latest\n\n- name: Install all critical and security updates\n win_updates:\n category_names:\n - CriticalUpdates\n - SecurityUpdates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
TrentNow/ELK_ANSIBLE
485e78c549ee57fefb002e88b82319a56705fd1f
0
install/roles/elasticsearch
329
[ "no_license" ]
[ { "path": "install/roles/elasticsearch/tasks/main.yml", "content": "---\n\n- name: Add elasticsearch key\n rpm_key: \n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Elasticsearch repo\n yum_repository:\n name: elasticsearch-6.x\n description: Enable el...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 787, "all_permissive": false }
ansible_role
TrentNow/ELK_ANSIBLE
485e78c549ee57fefb002e88b82319a56705fd1f
0
install/roles/java
329
[ "no_license" ]
[ { "path": "install/roles/java/tasks/main.yml", "content": "---\n\n- name: Install vim wget git\n yum: pkg={{ item }} state=installed\n with_items:\n - vim\n - wget\n\n- name: Check if Java has already been downloaded and unpacked\n stat:\n path: '{{ java_jdk_dir }}'\n register: dir\n\n- name: Downl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1222, "all_permissive": false }
ansible_role
TrentNow/ELK_ANSIBLE
485e78c549ee57fefb002e88b82319a56705fd1f
0
install/roles/kibana
329
[ "no_license" ]
[ { "path": "install/roles/kibana/tasks/main.yml", "content": "---\n\n- name: Add Kibana repo\n yum_repository:\n name: Kibana repository for 4.4.x packages\n description: Enable Kibana\n baseurl: https://artifacts.elastic.co/packages/5.x/yum\n gpgkey: https://artifacts.elastic.co/GPG-KEY-elastic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 641, "all_permissive": false }
ansible_role
TrentNow/ELK_ANSIBLE
485e78c549ee57fefb002e88b82319a56705fd1f
0
install/roles/logstash
329
[ "no_license" ]
[ { "path": "install/roles/logstash/tasks/main.yml", "content": "---\n\n\n- name: Add Logstash repo\n yum_repository:\n name: logstash repository for 2.2 packages\n description: Enable Logstash\n baseurl: http://packages.elasticsearch.org/logstash/2.2/centos\n gpgkey: http://packages.elasticsearc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3816, "all_permissive": false }
ansible_role
TrentNow/ELK_ANSIBLE
485e78c549ee57fefb002e88b82319a56705fd1f
0
install/roles/nginx
329
[ "no_license" ]
[ { "path": "install/roles/nginx/tasks/main.yml", "content": "---\n\n- name: pull down epel release repo\n get_url:\n url: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n dest: /tmp\n\n- name: Install epel release\n yum: name=epel-release-latest-7.noarch.rpm state=installed up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1995, "all_permissive": false }
ansible_role
0xdibm/civo-iac
80aa3f3469e70d9fa3c4c91eb660a0b01fa68fb6
0
ansible/roles/gateway
329
[ "no_license" ]
[ { "path": "ansible/roles/gateway/files/main.cnf", "content": "[req]\ndefault_bits = 2048\nreq_extensions = extension_requirements\ndistinguished_name = dn_requirements\nprompt = no\n\n[extension_requirements]\nbasicConstraints = CA:FALSE\nkeyUsage ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1916, "all_permissive": false }
ansible_role
0xdibm/civo-iac
80aa3f3469e70d9fa3c4c91eb660a0b01fa68fb6
0
ansible/roles/test
329
[ "no_license" ]
[ { "path": "ansible/roles/test/templates/values.yml.j2", "content": "\n## @param wordpressUsername WordPress username\n##\nwordpressUsername: user\n## @param wordpressPassword WordPress user password\n## Defaults to a random 10-character alphanumeric string if not set\n##\nwordpressPassword: \"<PASSWORD>\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2090, "all_permissive": false }
ansible_role
raphaeljuwe/Ansible-Windows-Server-2022-
34e76c0df6205752786ad2f030468575f0abfd21
0
roles/postgresql
329
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Download PostgreSQL installer\n win_get_url:\n url: \"https://get.enterprisedb.com/postgresql/postgresql-{{ postgresql_version }}.0-1-windows-x64.exe\"\n dest: \"C:\\\\Windows\\\\Temp\\\\postgresql-{{ postgresql_version }}.exe\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
abcccccc-zhang/ops-tools
7865c5a5aa266788a030c2e7ff34d4ea135a05e3
0
ansible/roles/mariadb
329
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/vars/main.yaml", "content": "---\nstroge_path:\n - name: path\n path: /opt/mariadb\n compose_file: docker-compose-mariadb.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "ansible/roles/mariadb/files/dock...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2100, "all_permissive": false }
ansible_role
abcccccc-zhang/ops-tools
7865c5a5aa266788a030c2e7ff34d4ea135a05e3
0
ansible/roles/mssql
329
[ "no_license" ]
[ { "path": "ansible/roles/mssql/vars/mssql.yaml", "content": "---\nstroge_path:\n - name: path\n path: /opt/mariadb\n compose_file: docker-compose-mssql.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "ansible/roles/mssql/tasks/main.yaml"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1000, "all_permissive": false }
ansible_role
buvis/home
54aab5d6bcec8a6638e70ac4d367714742768a01
2
.playbooks/roles/create-kah-user
329
[ "no_license" ]
[ { "path": ".playbooks/roles/create-kah-user/README.md", "content": "Create kah user\n===============\n\nThis role creates kah system user. Same as k8s at home uses in their container images.\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\nNo variables.\n\nDependencies\n----------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 797, "all_permissive": false }
ansible_role
buvis/home
54aab5d6bcec8a6638e70ac4d367714742768a01
2
.playbooks/roles/enable-bluetooth-speaker
329
[ "no_license" ]
[ { "path": ".playbooks/roles/enable-bluetooth-speaker/tasks/main.yaml", "content": "---\n# main task file for roles/enable-bluetooth-speaker\n\n\n- name: Remove obsolete bluealsa\n apt:\n name: bluealsa\n state: absent\n\n- name: Install PulseAudio with bluetooth support\n apt:\n name: pulseaudio-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1559, "all_permissive": false }
ansible_role
buvis/home
54aab5d6bcec8a6638e70ac4d367714742768a01
2
.playbooks/roles/install-docker
329
[ "no_license" ]
[ { "path": ".playbooks/roles/install-docker/README.md", "content": "Install docker\n==============\n\nThis role installs docker.\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\nNo variables.\n\nDependencies\n------------\n\nNo dependencies.\n\nExample Playbook\n----------------\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 862, "all_permissive": false }
ansible_role
buvis/home
54aab5d6bcec8a6638e70ac4d367714742768a01
2
.playbooks/roles/install-snapclient
329
[ "no_license" ]
[ { "path": ".playbooks/roles/install-snapclient/tasks/main.yaml", "content": "---\n# main task file for roles/install-snapclient\n\n\n- name: Get snapclient DEB file\n shell: \"curl -o /tmp/snapclient.deb -LJO {{ url_snapclient_armhf_deb }}\"\n\n- name: Install snapclient.deb package\n apt:\n deb: /tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1359, "all_permissive": false }
ansible_role
buvis/home
54aab5d6bcec8a6638e70ac4d367714742768a01
2
.playbooks/roles/run-mopidy
329
[ "no_license" ]
[ { "path": ".playbooks/roles/run-mopidy/tasks/02-run-mopidy.yaml", "content": "---\n# 02-run-mopidy task file for roles/run-mopidy\n\n\n- name: Remove Mopidy container\n docker_container:\n name: mopidy\n state: absent\n\n- name: Pull Mopidy image\n docker_image:\n name: buvis/mopidy\n source: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4417, "all_permissive": false }
ansible_role
buvis/home
54aab5d6bcec8a6638e70ac4d367714742768a01
2
.playbooks/roles/run-snapserver
329
[ "no_license" ]
[ { "path": ".playbooks/roles/run-snapserver/tasks/main.yaml", "content": "---\n# main task file for roles/run-snapserver\n\n\n- name: Make directories to store snapserver data between reboots\n file:\n path: \"/var/local/docker/snapserver\"\n recurse: yes\n state: directory\n\n- name: Copy snapserv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1489, "all_permissive": false }
ansible_role
buvis/home
54aab5d6bcec8a6638e70ac4d367714742768a01
2
.playbooks/roles/upgrade-host
329
[ "no_license" ]
[ { "path": ".playbooks/roles/upgrade-host/README.md", "content": "Upgrade host\n============\n\nThis role upgrades system packages.\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\nNo variables.\n\nDependencies\n------------\n\nNo dependencies.\n\nExample Playbook\n----------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1066, "all_permissive": false }
ansible_role
IBM/operator-collection-sdk
b6d37e58cd9dcf2f1523609ed7fa5b6a975832b9
8
examples/racf-operator/playbooks/roles/add-zos-user
329
[ "no_license" ]
[ { "path": "examples/racf-operator/playbooks/roles/add-zos-user/meta/main.yml", "content": "#\n# Copyright 2023 IBM Inc. All rights reserved\n# SPDX-License-Identifier: Apache2.0\n#\n\ngalaxy_info:\n author: <NAME>\n description: Ansible z/OS Core Developer\n company: IBM\n license: \"Apache License, Ver...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2015, "all_permissive": false }
ansible_role
IBM/operator-collection-sdk
b6d37e58cd9dcf2f1523609ed7fa5b6a975832b9
8
ibm/operator_collection_sdk/playbooks/roles/cluster_setup
329
[ "permissive" ]
[ { "path": "ibm/operator_collection_sdk/playbooks/roles/cluster_setup/tasks/main.yml", "content": "#\n# Copyright 2023 IBM Inc. All rights reserved\n# SPDX-License-Identifier: Apache2.0\n#\n\n#########################################################################\n# This role is the bare minimum for runnin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1039, "all_permissive": true }
ansible_role
IBM/operator-collection-sdk
b6d37e58cd9dcf2f1523609ed7fa5b6a975832b9
8
ibm/operator_collection_sdk/playbooks/roles/create_operator_config
329
[ "permissive" ]
[ { "path": "ibm/operator_collection_sdk/playbooks/roles/create_operator_config/tasks/main.yml", "content": "#\n# Copyright 2023 IBM Inc. All rights reserved\n# SPDX-License-Identifier: Apache2.0\n#\n\n---\n- name: Locate galaxy.yml file\n ansible.builtin.find:\n paths: \"{{ path }}\"\n patterns: 'gala...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1072, "all_permissive": true }
ansible_role
IBM/operator-collection-sdk
b6d37e58cd9dcf2f1523609ed7fa5b6a975832b9
8
ibm/operator_collection_sdk/playbooks/roles/pre_check
329
[ "permissive" ]
[ { "path": "ibm/operator_collection_sdk/playbooks/roles/pre_check/tasks/main.yml", "content": "#\n# Copyright 2023 IBM Inc. All rights reserved\n# SPDX-License-Identifier: Apache2.0\n#\n\n---\n- name: Validate OCP cluster authorization\n ansible.builtin.command: oc project\n register: oc_project_output\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2475, "all_permissive": true }
ansible_role
IBM/operator-collection-sdk
b6d37e58cd9dcf2f1523609ed7fa5b6a975832b9
8
ibm/operator_collection_sdk/playbooks/roles/restart_suboperator_pod
329
[ "permissive" ]
[ { "path": "ibm/operator_collection_sdk/playbooks/roles/restart_suboperator_pod/tasks/main.yml", "content": "#\n# Copyright 2023 IBM Inc. All rights reserved\n# SPDX-License-Identifier: Apache2.0\n#\n\n---\n- name: Get SubOperator Pod Name\n kubernetes.core.k8s_info:\n kind: Pod\n namespace: \"{{ name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": true }
ansible_role
IBM/operator-collection-sdk
b6d37e58cd9dcf2f1523609ed7fa5b6a975832b9
8
ibm/operator_collection_sdk/roles/build_collection
329
[ "permissive" ]
[ { "path": "ibm/operator_collection_sdk/roles/build_collection/tasks/set_vars.yml", "content": "---\n# Setting the \"path\" var\n- name: Set local directory\n ansible.builtin.set_fact:\n path: \"{{ lookup('env', 'PWD') if filepath is undefined else filepath }}\"\n when: path is undefined\n\n# Setting th...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1906, "all_permissive": true }
ansible_role
IBM/operator-collection-sdk
b6d37e58cd9dcf2f1523609ed7fa5b6a975832b9
8
ibm/operator_collection_sdk/roles/upload_collection_to_manager
329
[ "permissive" ]
[ { "path": "ibm/operator_collection_sdk/roles/upload_collection_to_manager/meta/main.yml", "content": "#\n# Copyright 2024 IBM Inc. All rights reserved\n# SPDX-License-Identifier: Apache2.0\n#\n---\ngalaxy_info:\n role_name: upload_collection_to_manager\n author: ibm\n description: Performs an upload of a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5415, "all_permissive": true }
ansible_role
liatrio/ansible-docker-nodes
5f50ce273368c0f980007fc4b8766fd1ffd2d9c1
0
roles/docker-compose
329
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: \"docker-compose | get uname -s\"\n shell: uname -s\n register: uname_s\n\n- name: \"docker-compose | get uname -m\"\n shell: uname -m\n register: uname_m\n\n- name: \"Download docker-compose\"\n get_url:\n url: https://github...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
liatrio/ansible-docker-nodes
5f50ce273368c0f980007fc4b8766fd1ffd2d9c1
0
roles/traefik
329
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "---\n- name: \"traefik | make traefik directory\"\n file:\n path: /home/ec2-user/traefik\n state: directory\n owner: ec2-user\n group: ec2-user\n mode: 0755\n\n- name: \"traefik | copy traefik docker compose\"\n copy:\n src: docker-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
chocolatey/c4b-ansible
5c487182293cf7216650eb82835045d3b5a883fe
2
roles/win_chocolateyagent
329
[ "no_license" ]
[ { "path": "roles/win_chocolateyagent/README.md", "content": "# c4b-ansible.win_chocolateyagent\n\nThis role ensures that Chocolatey Agent is installed, and that Chocolatey is configured to connect to a provided CCM server.\n\nTo use this Windows role, add a task to your playbook as follows:\n\n## Task examp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3916, "all_permissive": false }
ansible_role
chocolatey/c4b-ansible
5c487182293cf7216650eb82835045d3b5a883fe
2
roles/win_chocolateylicensed
329
[ "no_license" ]
[ { "path": "roles/win_chocolateylicensed/tasks/main.yml", "content": "---\n- name: Ensure a valid Chocolatey for Business License\n block:\n - name: Get Chocolatey License\n ansible.builtin.set_fact:\n license_content: \"{{ lookup('file', license_path) }}\"\n when: license_content is not...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 14996, "all_permissive": false }
ansible_role
LokeshSirimalla23/ansiblestuff
4fd75cabb680159db0957e7043a3d9ad739f26fb
0
roles/ami
329
[ "no_license" ]
[ { "path": "roles/ami/tasks/main2.yaml", "content": "---\n - hosts: localhost\n become: yes\n tasks:\n - name: Create_AMI\n ec2_ami:\n region: us-east-1\n instance_id: i-00fed9bff47cb3455\n name: ansible-sg\n wait: yes\n wait_timeout: 1200\n state: present\n", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 819, "all_permissive": false }
ansible_role
LokeshSirimalla23/ansiblestuff
4fd75cabb680159db0957e7043a3d9ad739f26fb
0
roles/create-lb
329
[ "no_license" ]
[ { "path": "roles/create-lb/tasks/main.yaml", "content": "---\n- hosts: localhost\n become: yes\n tasks:\n - name: Create a target group with instance targets \n elb_target_group: \n name: mytargetgroup \n protocol: http \n port: 80 \n vpc_id: vpc-0457a1fee92230bf8 \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1166, "all_permissive": false }
ansible_role
LokeshSirimalla23/ansiblestuff
4fd75cabb680159db0957e7043a3d9ad739f26fb
0
roles/create-lc
329
[ "no_license" ]
[ { "path": "roles/create-lc/tasks/main.yaml", "content": "---\n# - community.aws.ec2_asg:\n# name: ELB\n# load_balancers: [ 'lb1', 'lb2' ]\n# availability_zones: [ 'eu-west-1a', 'eu-west-1b' ]\n# launch_config_name: 'my_new_lc'\n# min_size: 1\n# max_size: 1\n# desired_capacity: 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1668, "all_permissive": false }
ansible_role
shamzasheikh/k8_thw
33ee2ddefdafe0579811146bf155c6f5a8814241
0
roles/ca_tls
329
[ "no_license" ]
[ { "path": "roles/ca_tls/tasks/main.yaml", "content": "- name: Create private key\n import_tasks: key.yaml\n\n- name: Create CSR using the private key\n import_tasks: csr.yaml\n\n- name: Sign certificate\n import_tasks: cert.yaml\n\n- name: Distribute the Certificates\n import_tasks: dist.yaml\n", "l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3267, "all_permissive": false }
ansible_role
shamzasheikh/k8_thw
33ee2ddefdafe0579811146bf155c6f5a8814241
0
roles/control_plane
329
[ "no_license" ]
[ { "path": "roles/control_plane/tasks/main.yaml", "content": "- name: Create the Kubernetes configuration directory\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n recurse: yes\n with_items:\n - /etc/kubernetes/config\n - /var/lib/kubernetes\n\n- name: Download and Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2115, "all_permissive": false }
ansible_role
shamzasheikh/k8_thw
33ee2ddefdafe0579811146bf155c6f5a8814241
0
roles/dataencrypt
329
[ "no_license" ]
[ { "path": "roles/dataencrypt/tasks/main.yaml", "content": "- name: Generate an encryption key\n command: ENCRYPTION_KEY=$(head -c 32 /dev/urandom | base64)\n\n- name: Copy encryption-config.yaml.j2\n template:\n src: \"encryption-config.yaml.j2\"\n dest: \"encryption-config.yaml\"\n\n- name: Copy th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
shamzasheikh/k8_thw
33ee2ddefdafe0579811146bf155c6f5a8814241
0
roles/etcd_cluster
329
[ "no_license" ]
[ { "path": "roles/etcd_cluster/tasks/main.yaml", "content": "- name: Download and Install the etcd Binaries\n get_url:\n url: \"{{ etcd_url }}\"\n mode: '0440'\n\n\n- name: Extract and install the etcd server and the etcdctl command line utility\n unarchive:\n src: etcd-v3.3.9-linux-amd64.tar.gz\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1223, "all_permissive": false }
ansible_role
shamzasheikh/k8_thw
33ee2ddefdafe0579811146bf155c6f5a8814241
0
roles/worker_nodes
329
[ "no_license" ]
[ { "path": "roles/worker_nodes/templates/bootstrap-kubeconfig.j2", "content": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority: /var/lib/kubernetes/ca.crt\n server: https://192.168.5.30:6443\n name: bootstrap\ncontexts:\n- context:\n cluster: bootstrap\n user: kubelet-bootstrap\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2609, "all_permissive": false }
ansible_role
kevinharv/workstation-config
f8aae928789baf62575959cbb67755e8af51c457
0
roles/config
329
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "---\n- name: Clone Dotfile Repository\n ansible.builtin.git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"/home/{{ primary_user }}/dotfiles\"\n owner: \"{{ primary_user }}\"\n group: \"{{ primary_user }}\"\n\n# - name: Install TLP Power Manageme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 816, "all_permissive": false }
ansible_role
kevinharv/workstation-config
f8aae928789baf62575959cbb67755e8af51c457
0
roles/gui
329
[ "no_license" ]
[ { "path": "roles/gui/tasks/main.yml", "content": "---\n- name: Add Visual Studio Code repository\n ansible.builtin.yum_repository:\n name: vscode\n description: Visual Studio Code repository\n baseurl: https://packages.microsoft.com/yumrepos/vscode\n gpgcheck: yes\n gpgkey: https://packages....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
kevinharv/workstation-config
f8aae928789baf62575959cbb67755e8af51c457
0
roles/packages
329
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Install Packages\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ packages }}\"\n\n- name: Install the \"C Development Tools and Libraries\" Package Group\n ansible.builtin.dnf:\n name: '@C Developm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3800, "all_permissive": false }
ansible_role
kevinharv/workstation-config
f8aae928789baf62575959cbb67755e8af51c457
0
roles/wsl
329
[ "no_license" ]
[ { "path": "roles/wsl/tasks/main.yml", "content": "---\n- name: Install Packages\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n loop:\n - gcc\n - g++\n - openjdk-18-jdk\n - vim\n - traceroute\n - whois\n - python3.11\n - rust-all\n - wget\n - git\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
harleylang/harleys-dotfiles
1d9468526600d5624c0cea8a5ed09d4c577eabf0
0
roles/default
329
[ "no_license" ]
[ { "path": "roles/default/tasks/main.yaml", "content": "---\n- import_tasks: clone.yaml\n- import_tasks: dependencies.yaml\n- import_tasks: bash.yaml\n- import_tasks: audio.yaml\n- import_tasks: git.yaml\n- import_tasks: i3.yaml\n- import_tasks: image.yaml\n- import_tasks: ranger.yaml\n- import_tasks: vim.ya...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 8555, "all_permissive": false }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/cmdb
329
[ "permissive" ]
[ { "path": "ansible/roles/cmdb/templates/couchdb-env.j2", "content": "COUCHDB_USER={{cmdb_crud_username}}\nCOUCHDB_PASSWORD={{cmdb_crud_password}}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 76 }, { "path": "ansible/roles/cmdb/defaults/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4995, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/common
329
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Check python is installed\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n changed_when: false\n\n- name: Download docker role\n local_action: command ansible-galaxy install -p /etc/ansible/role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/cpr
329
[ "permissive" ]
[ { "path": "ansible/roles/cpr/tasks/main.yml", "content": "---\n# tasks file for indigopaas.cpr\n\n- name: Start CPR container\n docker_container:\n name: cpr\n image: \"{{ cpr_image }}\"\n detach: true\n state: started\n network_mode: \"bridge\"\n published_ports:\n - \"{{cpr_port}}:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1101, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/iam
329
[ "permissive" ]
[ { "path": "ansible/roles/iam/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ iam_nginx_hostname }};\n return 301 https://$server_name$request_uri;\n}\n\nserver {\n listen 443 ssl;\n server_name {{ iam_nginx_hostname }};\n access_log ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 13520, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/im
329
[ "permissive" ]
[ { "path": "ansible/roles/im/templates/im-env.j2", "content": "IM_DATA_DB=mysql://{{im_mysql_user}}:{{im_mysql_password}}@{{im_mysql_host}}/{{im_mysql_dbname}}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 97 }, { "path": "ansible/roles/i...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6417, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/monitoring
329
[ "permissive" ]
[ { "path": "ansible/roles/monitoring/tasks/agent.yml", "content": "---\n- import_tasks: common.yml\n\n- name: \"Start zabbix wrapper container\"\n docker_container:\n name: indigo-zabbix-wrapper\n image: \"{{monitoring_zabbix_wrapper_image}}\"\n env:\n ZABBIX_URL: \"{{monitoring_zabbix_url}}\"...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 15390, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/orchestrator
329
[ "permissive" ]
[ { "path": "ansible/roles/orchestrator/defaults/main.yml", "content": "---\n# defaults file for indigopaas\n\norchestrator_conf_dir: /etc/orchestrator\n\norchestrator_mysql_image: mysql:5.7\norchestrator_mysql_data_dir: /data/mysql\norchestrator_mysql_root_password: <PASSWORD>\norchestrator_dbname: orchestra...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9224, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/orchestrator-dashboard
329
[ "permissive" ]
[ { "path": "ansible/roles/orchestrator-dashboard/tasks/main.yml", "content": "---\n# tasks file for orchestrator-dashboard\n\n- include: certs.yml\n when: dashboard_enable_https|bool\n\n- include: database.yml \n when: dashboard_enable_db|bool\n\n- include: vault.yml\n when: dashboard_enable_vault|bool\n\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 17557, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/proxy
329
[ "permissive" ]
[ { "path": "ansible/roles/proxy/templates/nginx-default.j2", "content": "# redirect all traffic to https\nserver {\n\tlisten 80 default_server;\n\tlisten [::]:80 default_server;\n\tserver_name _;\n\treturn 301 https://$host$request_uri;\n}\n\n\n# main server block\nserver {\n\tlisten 443 ssl http2 default_se...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6896, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/slam
329
[ "permissive" ]
[ { "path": "ansible/roles/slam/meta/main.yml", "content": "galaxy_info:\n author: <EMAIL>\n description: Deploy INDIGO PaaS SLAM service\n company: INDIGO-DataCloud\n license: Apache\n min_ansible_version: 2.0\n platforms:\n - name: Ubuntu\n versions:\n - xenial\n galaxy_tags:\n - ind...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9419, "all_permissive": true }
ansible_role
indigo-dc/indigopaas-deploy
9f471f84a71e726cc759338ade7e1224f4a29593
1
ansible/roles/vault
329
[ "permissive" ]
[ { "path": "ansible/roles/vault/defaults/main.yml", "content": "---\n# defaults file for indigopaas\n\nvault_fqdn: vault.cloud.ba.infn.it\nvault_port: 8200\nvault_url: \"https://{{ vault_fqdn }}:{{ vault_port }}\"\nvault_conf_dir: /etc/vault\nvault_image_name: \"vault:1.1.2\"\n\n# vault data dir\n# only for ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3254, "all_permissive": true }
ansible_role
shaungarwood/ansible
1041206a9f484c6b9bc01d018c643e4edce05103
0
roles/docker
329
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\n# Default variables for docker role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1034, "all_permissive": false }
ansible_role
octopus-foundation/octopus
a3f1ac4c40e4a81f50a450a1e71e26a319179327
63
ansible/playbooks/roles/app-nerve-mysql
321
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/app-nerve-mysql/templates/mysql.cnf", "content": "[mysqld]\ndefault_authentication_plugin = mysql_native_password\nlog-bin = binlog\nbinlog_expire_logs_seconds = 86400\nbinlog_format = MIXED\nskip-slave-start\n\ninnodb_read_io_threads = 64\ninnodb_write_io_threads = 64\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
satyanarayana-senapathi/devops_codes
c6631ab50bdaf7c5218bb6caf987f97646fc80fd
1
Ansible-practice/assignments/assignment2/roles/Docker
321
[ "no_license" ]
[ { "path": "Ansible-practice/assignments/assignment2/roles/Docker/vars/main.yml", "content": "---\n# vars file for Docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "Ansible-practice/assignments/assignment2/roles/Docker/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 226, "all_permissive": false }
ansible_role
satyanarayana-senapathi/devops_codes
c6631ab50bdaf7c5218bb6caf987f97646fc80fd
1
Ansible-practice/assignments/assignment2/roles/httpd
321
[ "no_license" ]
[ { "path": "Ansible-practice/assignments/assignment2/roles/httpd/tasks/main.yml", "content": "---\n- name: Install Apache HTTP server (httpd)\n yum:\n name: httpd\n state: present\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
mribeirogabriel/magento2_ansible
2523dbff5ce5bd25ef969109458bddb0b7bf6e4f
0
roles/magento2
321
[ "no_license" ]
[ { "path": "roles/magento2/tasks/main.yml", "content": "- include: createdb_magento.yml\n- include: deploy_magento.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/magento2/vars/main.yml", "content": "gfile_id: 1LYSDHuaZPcmAuJunatI_g5SK...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2302, "all_permissive": false }
ansible_role
mribeirogabriel/magento2_ansible
2523dbff5ce5bd25ef969109458bddb0b7bf6e4f
0
roles/mariadb
321
[ "no_license" ]
[ { "path": "roles/mariadb/vars/main.yml", "content": "mysql_root_user: root\nmysql_root_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/mariadb/tasks/install_mariadb.yml", "content": "---\n- name: Install MariaDB Ser...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1194, "all_permissive": false }
ansible_role
mribeirogabriel/magento2_ansible
2523dbff5ce5bd25ef969109458bddb0b7bf6e4f
0
roles/php
321
[ "no_license" ]
[ { "path": "roles/php/tasks/configure_php.yml", "content": "---\n- name: Editing `/etc/php/7.1/fpm/php.ini` memory_limit = 256M\n lineinfile:\n path: /etc/php/7.1/fpm/php.ini\n regexp: \"^memory_limit =\"\n line: \"memory_limit = 256M\"\n- name: Editing `/etc/php/7.1/fpm/php.ini` upload_max_filesiz...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1260, "all_permissive": false }
ansible_role
mribeirogabriel/magento2_ansible
2523dbff5ce5bd25ef969109458bddb0b7bf6e4f
0
roles/preinstall
321
[ "no_license" ]
[ { "path": "roles/preinstall/tasks/main.yml", "content": "- include: install_pre.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/preinstall/tasks/install_pre.yml", "content": "---\n- name: Update and Upgrade all repos and packages\n a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
mribeirogabriel/magento2_ansible
2523dbff5ce5bd25ef969109458bddb0b7bf6e4f
0
roles/services
321
[ "no_license" ]
[ { "path": "roles/services/tasks/manage_services.yml", "content": "---\n- name: Restarting and enabling Nginx\n service:\n name: nginx\n state: restarted\n enabled: yes\n- name: Restarting and enabling MariaDB\n service:\n name: mysql\n state: restarted\n enabled: yes\n- name: Restarting ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 354, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/bitbucket
321
[ "no_license" ]
[ { "path": "roles/bitbucket/tasks/main.yml", "content": "---\n\n#- name: apt-get install\n# apt:\n# name: \"{{ item.name }}\"\n# state: \"{{ item.state }}\"\n# with_items:\n# - { state: \"latest\", name: \"ufw\" }\n# notify: restart bitbucket\n# tags: bitbucket\n\n\n#- name: install git\n# yum:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6589, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/compose
321
[ "no_license" ]
[ { "path": "roles/compose/tasks/main.yml", "content": "- name: Docker Compose are present\r\n get_url:\r\n url: https://github.com/docker/compose/releases/download/1.4.2/docker-compose-Linux-x86_64\r\n dest: /usr/local/bin/docker-compose\r\n validate_certs: no\r\n tags: [compose]\r\n\r\n- name: Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/cron_jobs
321
[ "no_license" ]
[ { "path": "roles/cron_jobs/tasks/main.yml", "content": "- name: setup cron job\n cron:\n name=\"cron {{item.command}} {{item.args}}\"\n minute=\"{{item.minute}}\"\n hour=\"{{item.hour}}\"\n job=\"{{item.command}} {{item.args}}\"\n with_items: \"{{cron_jobs}}\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/docker
321
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n# Setup/install tasks.\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n tags: ['docker']\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n tags: ['docker']\n\n", "license_type": "no_license", "de...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2699, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/elasticsearch
321
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n#- name: Configure Elasticsearch-2.x.\n# lineinfile: >\n# dest=/etc/elasticsearch/elasticsearch.yml...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2254, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/jenkins
321
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Node directory is present\r\n file:\r\n path: /data/jenkins/slaves/cd\r\n state: directory\r\n mode: 0777\r\n tags: [jenkins]\r\n\r\n- name: Job directories are present\r\n file:\r\n path: '{{ jenkins_base_dir }}/jobs/{{ item.dest ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1048, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/maven
321
[ "no_license" ]
[ { "path": "roles/maven/defaults/main.yml", "content": "---\n\n#maven_repo_url: http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo\n\n## Maven\nmaven_install : true\nmaven_version_major : '3' # Maven major version number\nmaven_versio...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3174, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/nexus3
321
[ "no_license" ]
[ { "path": "roles/nexus3/tasks/main.yml", "content": "- name: import oss vars\r\n include_vars: nexus-oss.yml\r\n when: nexus_type==\"oss\"\r\n- name: import oss vars\r\n include_vars: nexus-oss.yml\r\n when: nexus_type==\"pro\"\r\n\r\n- name: Download nexus3\r\n #command: \"wget -q -O {{ archive }} --c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4614, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/nexus_clm
321
[ "no_license" ]
[ { "path": "roles/nexus_clm/handlers/main.yml", "content": "---\n# handlers file for ansible-nexus\n\n# Variable setup.\n- name: Include OS-Specific variables\n include_vars: \"clm_1_20.yml\"\n when: nexus_version=\"1.20.0-02\"\n\n- name: Include OS-Specific variables\n include_vars: \"clm_1_15.yml\"\n w...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9795, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/nginx_proxy
321
[ "no_license" ]
[ { "path": "roles/nginx_proxy/tasks/setup-RedHat.yml", "content": "---\n- name: libselinux-python installd\n yum: name=libselinux-python state=installed\n\n- name: Enable nginx repo.\n template:\n src: nginx.repo.j2\n dest: /etc/yum.repos.d/nginx.repo\n owner: root\n group: root\n mode: 0644...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/nodejs
321
[ "no_license" ]
[ { "path": "roles/nodejs/templates/npmrc.j2", "content": "proxy={{ proxy_url }}\nhttps-proxy={{ proxy_url }}\nregistry={{ registry_url }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/nodejs/defaults/main.yml", "content": "---\n# Set t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3012, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/oracle_java8
321
[ "no_license" ]
[ { "path": "roles/oracle_java8/tasks/main.yml", "content": "- set_fact: alternatives_cmd=\"alternatives\"\n when: ansible_os_family=='RedHat'\n tags: [jdk8]\n\n- set_fact: alternatives_cmd=\"update-alternatives\"\n when: ansible_os_family=='Debian'\n tags: [jdk8]\n\n#- name: Download Java\n# command: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1885, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/registry
321
[ "no_license" ]
[ { "path": "roles/registry/tasks/main.yml", "content": "- meta: flush_handlers\n tags: [registry]\n\n- name: Include OS-specific variables.\n include_vars: \"{{ansible_os_family}}.yml\"\n tags: [registry]\n\n- name: directories are present\n file:\n dest: \"{{ item }}\"\n state: directory\n with_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2142, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/sonar
321
[ "no_license" ]
[ { "path": "roles/sonar/tasks/plugins.yml", "content": "---\n\n- name: plugins | Install pylint\n apt:\n name=\"{{item}}\"\n with_items: sonar_plugins_apt\n notify: restart sonar\n when: ansible_os_family == \"Debian\" and sonar_plugins_apt is defined and sonar_plugins_apt | count > 0\n\n- name: plugi...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4789, "all_permissive": false }
ansible_role
rongch/sbx
6f05080e3ce52ef237df42dce79b3942a259ae29
0
roles/swarm
321
[ "no_license" ]
[ { "path": "roles/swarm/vars/RedHat.yml", "content": "---\nregistry_cert: [\n { src: \"devdockerCA.crt\", dest: \"/etc/pki/ca-trust/source/anchors/devdockerCA.crt\" }\n]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/swarm/vars/Debian.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2734, "all_permissive": false }