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
melbournebioinformatics/training-infrastructure
bdfa251dd34c535ebf663e896e4559243959b3c4
1
roles/attached-volumes
101
[ "no_license" ]
[ { "path": "roles/attached-volumes/tasks/set_up_volume.yml", "content": "---\n- block:\n - block:\n - name: Detect attached volume\n parted:\n device: \"{{ attached_volume.device }}\"\n unit: GiB\n register: volume_info\n - name: Create a partition on volume\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1278, "all_permissive": false }
ansible_role
melbournebioinformatics/training-infrastructure
bdfa251dd34c535ebf663e896e4559243959b3c4
1
roles/common
101
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update the apt repos and base OS\n apt:\n upgrade: dist\n update_cache: yes\n become: yes\n become_user: root\n\n- name: Install some common packages\n apt:\n name: \"{{ common_packages }}\"\n state: latest\n become: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3185, "all_permissive": false }
ansible_role
melbournebioinformatics/training-infrastructure
bdfa251dd34c535ebf663e896e4559243959b3c4
1
roles/mounts
101
[ "no_license" ]
[ { "path": "roles/mounts/tasks/main.yml", "content": "- name: Expand mounts for later use\n set_fact:\n expanded_mounts: \"{{ item['path'] }}\"\n with_items: \"{{ shared_mounts }}\"\n\n- name: Create the mount dirs\n file:\n path: \"{{ item }}\"\n state: directory\n become: yes\n become_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": false }
ansible_role
melbournebioinformatics/training-infrastructure
bdfa251dd34c535ebf663e896e4559243959b3c4
1
roles/munge-key-hack
101
[ "no_license" ]
[ { "path": "roles/munge-key-hack/tasks/main.yml", "content": "- name: Stat munge key\n stat:\n path: /etc/munge/munge.key\n register: munge_key\n- name: Stat shared directory\n stat:\n path: /mnt/shared/.munge_key\n register: munge_key_shared_dir\n- name: head node creation tasks\n block:\n - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1449, "all_permissive": false }
ansible_role
melbournebioinformatics/training-infrastructure
bdfa251dd34c535ebf663e896e4559243959b3c4
1
roles/slg.users
101
[ "no_license" ]
[ { "path": "roles/slg.users/defaults/main.yml", "content": "users:\n - name: user1\n shell: /bin/bash\n password: \"<PASSWORD>\"\n\nuser_home: /home", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/slg.users/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1145, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/ansible-vars
101
[ "no_license" ]
[ { "path": "roles/ansible-vars/tasks/main.yml", "content": "---\n\n- name: dump using template\n template: src=dumpall.j2 dest=~/allvars.tmp\n\n- name: move file to project folder\n shell: cp ~/allvars.tmp ./all_ansible_vars.json", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/apache
101
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# roles/apache/tasks/main.yml\n \n- name: install the latest version of Apache\n yum: name=httpd state=latest\n sudo: yes\n \n- name: Copy files\n copy:\n src: ./\n dest: /var/www/html/\n sudo: yes\n \n- name: Copy redirect http ot https c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 591, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/asset-remover
101
[ "no_license" ]
[ { "path": "roles/asset-remover/tasks/main.yml", "content": "---\n\n# remove all assets\n\n# load vpc info\n- name: VPC | load vpc info\n set_fact:\n vpc_info: \"{{ lookup('file', assets_folder + '/' + 'vpc-dynamic-info.yml') }}\"\n \n# Remove elb\n- local_action:\n module: ec2_elb_lb\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/deploy
101
[ "no_license" ]
[ { "path": "roles/deploy/tasks/xmain.yml", "content": "---\n# roles/deploy/tasks/main.yml\n\n# Set up authorized_keys exclusively with one key\n \n- name: Install git\n yum:\n pkg: git\n state: present\n sudo: yes\n\n- name: Create www directory\n file:\n path: /srv/www\n owner: ec2-user\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1154, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/elb
101
[ "no_license" ]
[ { "path": "roles/elb/tasks/main.yml", "content": "---\n- name: VPC | load vpc dynamic info\n set_fact:\n vpc_info: \"{{ lookup('file', assets_folder + '/' + 'vpc-dynamic-info.yml') }}\"\n \n \n- name: get public subnet 1 id\n set_fact: \n subnet_1_id: \"{{ item.id }}\"\n with_items: vp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4123, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/keygen
101
[ "no_license" ]
[ { "path": "roles/keygen/tasks/main.yml", "content": "---\n# key-gen.yml\n\n- name: Create an EC2 key\n ec2_key:\n name: \"{{ key_name }}\"\n region: \"{{ region }}\"\n register: ec2_key\n \n- name: save private key\n copy: content=\"{{ ec2_key.key.private_key }}\" dest=\"{{key_folder}}/{{key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/refresh-cache
101
[ "no_license" ]
[ { "path": "roles/refresh-cache/tasks/main.yml", "content": "---\n\n# roles/refresh-cache/tasks/main.yml\n\n- name: refresh cache\n shell: ./plugins/inventory/ec2.py --refresh-cache > aws-dynamic-inventory", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/security-group
101
[ "no_license" ]
[ { "path": "roles/security-group/vars/main.yml", "content": "---\n \n webservers_security_groups:\n - sg_name: webserver_sg\n sg_description: Security goup for generic web servers\n sg_rules:\n - proto: tcp\n from_port: 22\n to_port: 22\n cidr_ip: 0.0.0.0/0\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 979, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/ss-cert
101
[ "no_license" ]
[ { "path": "roles/ss-cert/Tasks/main.yml", "content": "---\n\n- name: Check cert file state\n stat: path=\"{{ Cert_file }}\"\n register: cFile\n \n- name: Generate a SSL certificate\n command: \"{{Gen_ssl_cert_cmd}}\"\n when: not cFile.stat.exists\n \n- name: Get cert info\n command: \"{{get_cert_info...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1452, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/test
101
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "---\n# roles/test/tasks/main.yml\n\n# Set up authorized_key\n# - include: common/auth-key.yml\n- shell: ls\n- shell: pwd\n register: pwd\n- debug: var=pwd ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/vpc
101
[ "no_license" ]
[ { "path": "roles/vpc/vars/main.yml", "content": "---\n# VPC object\n\nvpc: \n name: ms-vpc\n region: \"{{ region }}\"\n cidr: 172.25.0.0/16\n \n public_cidr_1: 172.25.10.0/24\n public_az_1: \"{{ az1 }}\"\n \n public_cidr_2: 172.25.20.0/24\n public_az_2: \"{{ az2 }}\"\n \n private_cidr: 172.2...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3366, "all_permissive": false }
ansible_role
Suberri/ansible-aws
0d6b3172a1cf2723ee79307bb69485515a669007
0
roles/webserver
101
[ "no_license" ]
[ { "path": "roles/webserver/tasks/base-main.yml", "content": "---\n# roles/launch/tasks/main.yml\n\n- name: Webservers | create\n ec2:\n region: \"{{ region }}\"\n keypair: \"{{key_name}}\"\n group_id: \"{{ security_group_id }}\"\n image: \"{{ ami_id }}\"\n instance_type: \"{{ instance_type }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2817, "all_permissive": false }
ansible_role
div-cz/div_ansible
bd397f9036463bc97bc5035b6e8ba01d301e27d4
0
roles/div-packages
101
[ "no_license" ]
[ { "path": "roles/div-packages/files/div.ini", "content": "[uwsgi]\nproject = div_app\nbase = /var/www/\n\n\nchdir = /var/www/div_app\nhome = /var/www/div_app/div_env\nmodule = div_config.wsgi:application\n\nmaster = true\nprocesses = 5\n\nsocket = /var/www/div_app/div.sock\nchmod-socket = 664\nvacuum = true...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2790, "all_permissive": false }
ansible_role
div-cz/div_ansible
bd397f9036463bc97bc5035b6e8ba01d301e27d4
0
roles/packages
101
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n# tasks file for packages\n\n- name: Install the latest versions of necessary packages\n ansible.builtin.package:\n name:\n - vim\n - screen\n - tcpdump\n - git\n - telnet\n - nmap\n - wget\n - htop\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
div-cz/div_ansible
bd397f9036463bc97bc5035b6e8ba01d301e27d4
0
roles/ubuntu_hardening
101
[ "no_license" ]
[ { "path": "roles/ubuntu_hardening/vars/main.yml", "content": "---\n# vars file for centos_hardening\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/ubuntu_hardening/tasks/main.yml", "content": "---\n# tasks file for centos_hardening\n- ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3143, "all_permissive": false }
ansible_role
exitfound/faj
86142b4ab74b70356f5d7fd546f023ee231f54d2
17
ansible/roles/certificates
101
[ "no_license" ]
[ { "path": "ansible/roles/certificates/tasks/deb.yaml", "content": "---\n# Установка пакета Certbot из пакетного менеджера системы:\n- name: Install required packages on DEB family distro\n package:\n name: \"{{ certbot_packages_list }}\"\n state: present\n update_cache: true\n\n# Установка PIP-пак...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3446, "all_permissive": false }
ansible_role
exitfound/faj
86142b4ab74b70356f5d7fd546f023ee231f54d2
17
ansible/roles/docker-jenkins
101
[ "no_license" ]
[ { "path": "ansible/roles/docker-jenkins/molecule/aws-redhat/verify.yml", "content": "---\n# Данный файл используется для выполнения шагов на предмет проверки доступности запускаемого нами приложения:\n- name: Verify\n hosts: all\n tasks:\n # Добавление интервала по времени для загрузки Jenkins:\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8808, "all_permissive": false }
ansible_role
exitfound/faj
86142b4ab74b70356f5d7fd546f023ee231f54d2
17
ansible/roles/docker-jenkins-agent
101
[ "no_license" ]
[ { "path": "ansible/roles/docker-jenkins-agent/molecule/docker-debian/molecule.yml", "content": "---\ndependency:\n name: galaxy\n\ndriver:\n name: docker\n\nplatforms:\n - name: debian10\n image: mdd13/ansible-docker-debian:debian10\n pre_build_image: true\n privileged: true\n cgroup_parent: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 11557, "all_permissive": false }
ansible_role
exitfound/faj
86142b4ab74b70356f5d7fd546f023ee231f54d2
17
ansible/roles/manual-jenkins
101
[ "no_license" ]
[ { "path": "ansible/roles/manual-jenkins/templates/unclassified.yaml.j2", "content": "# В этом файле, в основном, представлены опции, не попадающие под какую-то конкретную секцию в Jenkins:\n\nappearance:\n # Этот ряд опций определяет язык, который будет определен в Jenkins:\n locale:\n systemLocale: {{...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 29684, "all_permissive": false }
ansible_role
exitfound/faj
86142b4ab74b70356f5d7fd546f023ee231f54d2
17
ansible/roles/manual-jenkins-agent
101
[ "no_license" ]
[ { "path": "ansible/roles/manual-jenkins-agent/defaults/main.yaml", "content": "---\n\n# Переменные, необходимые для установки и настройки агента Jenkins, применимые ко всем дистрибутивам в равной степени:\n\njenkins_agent_template_mode: \"u=rw,g=r,o=r\"\njenkins_agent_directory:\n - main: \"/var/lib/jenkin...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 12549, "all_permissive": false }
ansible_role
exitfound/faj
86142b4ab74b70356f5d7fd546f023ee231f54d2
17
ansible/roles/system-docker
101
[ "no_license" ]
[ { "path": "ansible/roles/system-docker/molecule/aws-debian/create.yml", "content": "---\n- name: Create EC2 Instance\n hosts: localhost\n connection: local\n gather_facts: false\n no_log: \"{{ molecule_no_log }}\"\n vars:\n molecule_scenario_ephemeral_directory: \"/tmp/\"\n molecule_global_subnet...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 41480, "all_permissive": false }
ansible_role
exitfound/faj
86142b4ab74b70356f5d7fd546f023ee231f54d2
17
ansible/roles/system-nginx
101
[ "no_license" ]
[ { "path": "ansible/roles/system-nginx/handlers/main.yaml", "content": "---\n# Перезапуск Nginx в случае обновления конфигурации в системе:\n- name: Restart Nginx\n systemd:\n name: nginx\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 15262, "all_permissive": false }
ansible_role
exitfound/faj
86142b4ab74b70356f5d7fd546f023ee231f54d2
17
ansible/roles/system-prepare
101
[ "no_license" ]
[ { "path": "ansible/roles/system-prepare/molecule/aws-redhat/verify.yml", "content": "---\n# Данный файл знаменует успешное завершение запускаемых ранее тестов:\n- name: Verify our tests in Molecule\n hosts: all\n tasks:\n - name: Output the final result\n assert:\n that: true\n", "licen...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2557, "all_permissive": false }
ansible_role
gonfva/kubeadm-example
7fc89e5f7b065f316db649c8c28256395ef8979b
1
roles/infra
101
[ "no_license" ]
[ { "path": "roles/infra/files/outputs.tf", "content": "output \"instances\" {\n description = \"Instances\"\n value = resource.aws_instance.instances\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/infra/files/main.tf", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3877, "all_permissive": false }
ansible_role
gonfva/kubeadm-example
7fc89e5f7b065f316db649c8c28256395ef8979b
1
roles/kubernetes_ini
101
[ "no_license" ]
[ { "path": "roles/kubernetes_ini/tasks/main.yml", "content": "- name: Check if we have initialized the cluster\n stat:\n path: $HOME/.kube\n register: file_result\n\n- name: Launch kubeadm in master\n shell: \"kubeadm config images pull\"\n when: not file_result.stat.exists\n\n- name: Launch kubeadm i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
gonfva/kubeadm-example
7fc89e5f7b065f316db649c8c28256395ef8979b
1
roles/kubernetes_join
101
[ "no_license" ]
[ { "path": "roles/kubernetes_join/tasks/main.yaml", "content": "- name: Check if we have initialized the node\n stat:\n path: /etc/kubernetes/kubelet.conf\n register: file_result\n\n- name: Set kubeadm command\n set_fact:\n kubeadm: \"{{hostvars[groups['master'][0]].kubeadm_cmd}}\"\n- name: Debug ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
gonfva/kubeadm-example
7fc89e5f7b065f316db649c8c28256395ef8979b
1
roles/machines
101
[ "no_license" ]
[ { "path": "roles/machines/tasks/main.yml", "content": "- name: Change hostname\n ansible.builtin.hostname:\n name: \"{{ hostname }}\"\n\n- name: Add host to /etc/hosts\n lineinfile:\n dest: /etc/hosts\n regexp: \"^{{ansible_default_ipv4.address}}\"\n line: \"{{ ansible_default_ipv4.address }} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
gonfva/kubeadm-example
7fc89e5f7b065f316db649c8c28256395ef8979b
1
roles/nginx
101
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Add NGINX file\n template: src=nginx.yaml dest=/tmp/nginx.yaml\n\n- name: Installing an NGINX pod\n command: kubectl apply -f /tmp/nginx.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 683, "all_permissive": false }
ansible_role
skyl/skyl2
ce603c92b799b01f41b67dbae92f958fa921d6d7
0
deploy/roles/web
101
[ "no_license" ]
[ { "path": "deploy/roles/web/templates/uwsgi.conf.j2", "content": "description \"uWSGI\"\n\nstart on runlevel [2345] # start on all runlevels.\nstop on runlevel [!2345] # stop when shutting down.\n\nscript # execute this block as a script\n {{ HOME }}venv/bin/uwsgi \\\n --wsgi-file {{ HOME }}skyl2/wsgi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3634, "all_permissive": false }
ansible_role
NateEag/try-ansible
941ef29ef9844228c0654f97f0cc627dcb755672
0
roles/avahi
101
[ "no_license" ]
[ { "path": "roles/avahi/defaults/main.yml", "content": "---\n\nhostname: \"{{ ansible_hostname }}\"\ndomain: \"local\"\nuseipv4: \"yes\"\nuseipv6: \"no\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/avahi/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 988, "all_permissive": false }
ansible_role
pankajakhade/awsproject
4b38efda456ac9ef21a9db35ca8d61e9f00ac8db
0
roles/common
101
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: get hostname\n shell: hostname\n- name: copy file\n copy:\n src: /tmp/abc.txt\n dest: /tmp/abc.txt\n mode: '0755'\n notify: restart apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
rmish/ansible_test
3e17b7845b335fb1b57ec0e49e104c17bd39188c
0
roles/frontend_common
101
[ "no_license" ]
[ { "path": "roles/frontend_common/handlers/main.yml", "content": "---\n# Reboot after changing selinux settings. Timeout is chosen bigger than actually needed.\n- name: reboot selinux\n ansible.builtin.reboot:\n reboot_timeout: 300\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1187, "all_permissive": false }
ansible_role
rmish/ansible_test
3e17b7845b335fb1b57ec0e49e104c17bd39188c
0
roles/frontend_nginx
101
[ "no_license" ]
[ { "path": "roles/frontend_nginx/templates/default.conf.j2", "content": "# managed by Ansible\n\nserver {\n listen {{ web_port }};\n root /srv/nginx/;\n server_name {{inventory_hostname}};\n resolver 127.0.0.53;\n location / {\n index index.html;\n }\n\n{% for backend_host in groups[...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1675, "all_permissive": false }
ansible_role
rmish/ansible_test
3e17b7845b335fb1b57ec0e49e104c17bd39188c
0
roles/netdata
101
[ "no_license" ]
[ { "path": "roles/netdata/tasks/main.yml", "content": "---\n- name: Install netdata\n ansible.builtin.package:\n name: netdata\n state: latest\n\n- name: Copy netdata config from template\n template: \n src: netdata.conf.j2\n dest: /etc/netdata/netdata.conf\n notify: restart netdata\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 585, "all_permissive": false }
ansible_role
sathiyarajanm/kubernetes-ansible
e290733566336650ef9d9ad28428f3ee16f83f06
0
roles/cni
101
[ "no_license" ]
[ { "path": "roles/cni/defaults/main.yml", "content": "---\n\netcd_endpoints: \"{% for node in groups['etcds'] %}https://{{ node }}:2379{% if not loop.last %},{% endif %}{% endfor %}\"\nflannel:\n name: flannel\n template:\n ds: flannel.yml\n rbac: flannel-rbac.yml\ncalico:\n name: calico\n template...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 27574, "all_permissive": false }
ansible_role
sathiyarajanm/kubernetes-ansible
e290733566336650ef9d9ad28428f3ee16f83f06
0
roles/etcd
101
[ "no_license" ]
[ { "path": "roles/etcd/defaults/main.yml", "content": "---\n\netcd_group: etcds\netcd_client_port: 2379\netcd_peer_port: 2380\netcd_ip_addr: \"{% if etcd_iface != '' %}{{ hostvars[inventory_hostname]['ansible_' + etcd_iface].ipv4.address }}\n{%- else %}{{ hostvars[inventory_hostname].ansible_default_ipv4.add...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3705, "all_permissive": false }
ansible_role
sathiyarajanm/kubernetes-ansible
e290733566336650ef9d9ad28428f3ee16f83f06
0
roles/gen-certs
101
[ "no_license" ]
[ { "path": "roles/gen-certs/templates/kubelet-csr.json.j2", "content": "{\n \"CN\": \"system:node:{{ hostvars['' + item.item].ansible_hostname }}\",\n \"key\": {\n \"algo\": \"{{ key.algo }}\",\n \"size\": {{ key.size }}\n },\n \"names\": [\n {\n \"C\": \"{{ info.country }}\",\n \"ST\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8756, "all_permissive": false }
ansible_role
asongoficeandtea/myproject2
282f64d08c1a1ca12d95f78f02554f7cae165b57
0
roles/worker
101
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "---\n# tasks file for worker\n - name: Add Worker to manager node\n docker_swarm:\n state: join\n advertise_addr: worker\n join_token: \"{{ hostvars['172.16.31.10']['swarm_info']['swarm_facts']['JoinTokens']['Worker'] }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
Itanaki/CPE_MIDEXAM_PADUAL
30096e0918a69fa0edcf22ae300a054409ee9ce3
0
roles/elk_Ct
101
[ "no_license" ]
[ { "path": "roles/elk_Ct/tasks/main.yml", "content": "---\n\n- name: Install needed prerequisites\n yum:\n name:\n - wget\n - epel-release\n - which\n - java-1.8.0-openjdk\n state: present\n become: yes\n\n- name: Add repository for ElasticSearch\n command:\n rpm --import http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1405, "all_permissive": false }
ansible_role
Itanaki/CPE_MIDEXAM_PADUAL
30096e0918a69fa0edcf22ae300a054409ee9ce3
0
roles/gpi_Ct
101
[ "no_license" ]
[ { "path": "roles/gpi_Ct/tasks/main.yml", "content": "---\n- name: Create InfluxDB repository configuration file\n copy:\n content: |\n [influxdb]\n name = InfluxDB Repository\n baseurl = https://repos.influxdata.com/rhel/7/x86_64/stable/\n enabled = 1\n gpgcheck = 0\n gpgke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2053, "all_permissive": false }
ansible_role
Itanaki/CPE_MIDEXAM_PADUAL
30096e0918a69fa0edcf22ae300a054409ee9ce3
0
roles/gpi_Ub
101
[ "no_license" ]
[ { "path": "roles/gpi_Ub/tasks/main.yml", "content": "---\n- name: Installing dependencies \n apt:\n name: \n - apt-transport-https\n - software-properties-common \n - wget\n state: latest\n\n- name: Add Grafana APT repository key\n apt_key:\n url: https://packages.grafana.com/gpg....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1644, "all_permissive": false }
ansible_role
Itanaki/CPE_MIDEXAM_PADUAL
30096e0918a69fa0edcf22ae300a054409ee9ce3
0
roles/lampS_Ct
101
[ "no_license" ]
[ { "path": "roles/lampS_Ct/tasks/main.yml", "content": "---\n- name: Installing dependencies\n package:\n name:\n - httpd\n - php\n - mariadb\n - mariadb-server\n - php-mysql\n state: latest\n\n- name: Turning on Ports needed for lampS\n shell: |\n sudo firewall-cmd --perm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
Itanaki/CPE_MIDEXAM_PADUAL
30096e0918a69fa0edcf22ae300a054409ee9ce3
0
roles/lampS_Ub
101
[ "no_license" ]
[ { "path": "roles/lampS_Ub/tasks/main.yml", "content": "- name: Installing dependencies\n apt:\n name:\n - libapache2-mod-php\n - apache2\n - php\n - php-mysql\n - mysql-server\n state: latest \n\n- name: Starting apache2 service\n service:\n name: apache2\n state: star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
YAD87/ansible_ruby
3f509582b1d189fd79e0320d6ddc51a1f9015f12
0
roles/db
101
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n\n- name: Create Postgresql role\n become_user: postgres\n postgresql_user: name={{ dbuser }} password={{ <PASSWORD> }} role_attr_flags=CREATEDB,NOSUPERUSER,LOGIN\n\n- name: Create Postgresql DB\n become_user: postgres\n postgresql_db: name={{ dbname...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
YAD87/ansible_ruby
3f509582b1d189fd79e0320d6ddc51a1f9015f12
0
roles/ruby
101
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n\n- name: Install Ruby\n action: apt pkg={{ item }}\n with_items:\n - ruby2.2\n - ruby2.2-dev\n\n- name: Install bundler\n command: gem install bundler --no-rdoc --no-ri\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": 178, "all_permissive": false }
ansible_role
malacration/ansible-provisioner
85683ed78f5e7daa52da1c3b50804718a3af2021
1
roles/docker_ce
101
[ "no_license" ]
[ { "path": "roles/docker_ce/tasks/apt_package.yml", "content": "---\n- name: Add Docker apt-key\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/ubuntu/gpg\n dest: /usr/share/keyrings/docker.asc\n mode: \"0644\"\n become: true\n tags:\n - docker\n - setup\n\n- name: Add D...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2110, "all_permissive": false }
ansible_role
malacration/ansible-provisioner
85683ed78f5e7daa52da1c3b50804718a3af2021
1
roles/hammer
101
[ "no_license" ]
[ { "path": "roles/hammer/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Hit with a hammer on service\n min_ansible_version: 2.13\n role_name: hammer\n namespace: andrewramires", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }, { ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2414, "all_permissive": false }
ansible_role
malacration/ansible-provisioner
85683ed78f5e7daa52da1c3b50804718a3af2021
1
roles/podman
101
[ "no_license" ]
[ { "path": "roles/podman/tasks/configure.yml", "content": "---\n# Configure podman\n\n# - name: set user.max_user_namespaces\n# sysctl:\n# name: user.max_user_namespaces\n# value: \"{{ proc_max_user_namespaces }}\"\n# sysctl_set: yes\n# state: present\n# reload: yes\n# become: yes\n\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4186, "all_permissive": false }
ansible_role
devopssourav/aws-ec2-ansible
948c169a30870f72b1f51cf6fc77cd48be4ce4fc
0
roles/ec2_instances
100
[ "no_license" ]
[ { "path": "roles/ec2_instances/tasks/main.yml", "content": "---\n - name: devopsSourav instance\n ec2:\n key_name: devopssourav-key\n image: ami-1fb56d7f\n user_data: \"{{ lookup('file', 'user-data.sh') }}\" \n wait: yes\n instance_type: t2.micro\n region: us-west-2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 883, "all_permissive": false }
ansible_role
devopssourav/aws-ec2-ansible
948c169a30870f72b1f51cf6fc77cd48be4ce4fc
0
roles/ec2_keys
100
[ "no_license" ]
[ { "path": "roles/ec2_keys/tasks/main.yml", "content": "---\n - name: Create a new EC2 key\n ec2_key:\n name: devopssourav-key\n region: us-west-2\n register: ec2_key_result\n \n - name: Save private key\n copy: content=\"{{ ec2_key_result.key.private_key }}\" dest=\"./devopssour...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
devopssourav/aws-ec2-ansible
948c169a30870f72b1f51cf6fc77cd48be4ce4fc
0
roles/ec2_securitygroups
100
[ "no_license" ]
[ { "path": "roles/ec2_securitygroups/tasks/main.yml", "content": "---\n - name: DevopsSourav-Security_group\n ec2_group:\n name: DevopsSourav_security_group\n description: Devops Sourav Security Group\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
bdelbosc/nuxeo-perf-poc
4028bfda35d5d2d9f380e6a90a35810d7240150b
1
ansible/roles/common
100
[ "no_license" ]
[ { "path": "ansible/roles/common/files/monitor/traefik/traefik.toml", "content": "defaultEntryPoints = [\"http\"]\ndebug = true\nlogLevel = \"DEBUG\"\n\n[entryPoints]\n [entryPoints.http]\n address = \":80\"\n [entryPoints.http.auth.basic]\n removeHeader = true\n usersFile = \"/htpasswd\"\n\n[api]\nentr...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 26, "total_bytes": 262782, "all_permissive": false }
ansible_role
bdelbosc/nuxeo-perf-poc
4028bfda35d5d2d9f380e6a90a35810d7240150b
1
ansible/roles/ec2
100
[ "no_license" ]
[ { "path": "ansible/roles/ec2/tasks/pause.yml", "content": "---\n- name: List running instances\n shell: aws ec2 describe-instances --filters \"Name=tag:bench,Values={{bench}}\" \"Name=instance-state-name,Values=running\" --region={{aws_region}} --no-paginate --query \"Reservations[*].Instances[*].InstanceI...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 8334, "all_permissive": false }
ansible_role
bdelbosc/nuxeo-perf-poc
4028bfda35d5d2d9f380e6a90a35810d7240150b
1
ansible/roles/s3
100
[ "no_license" ]
[ { "path": "ansible/roles/s3/tasks/main.yml", "content": "---\n- name: Create an empty bucket\n aws_s3:\n bucket: \"{{bucket}}\"\n mode: create\n region: \"{{aws_region}}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "ansible/roles...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 449, "all_permissive": false }
ansible_role
jcpowermac/openshift-postgresql-ha
30f0b0214bff5671f92b18b2cd65ed6e3a4a6c5c
1
postgresql-ha-apb/roles/deprovision-postgresql-ha-apb
100
[ "no_license" ]
[ { "path": "postgresql-ha-apb/roles/deprovision-postgresql-ha-apb/templates/postgresql-ha-stateful.yaml.j2", "content": "---\napiVersion: v1\nkind: List \nitems:\n\n- apiVersion: v1\n kind: ServiceAccount\n metadata:\n name: {{ database_service_name }} \n\n- apiVersion: v1\n groupNames: null\n kind: R...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6741, "all_permissive": false }
ansible_role
jcpowermac/openshift-postgresql-ha
30f0b0214bff5671f92b18b2cd65ed6e3a4a6c5c
1
postgresql-ha-apb/roles/provision-postgresql-ha-apb
100
[ "no_license" ]
[ { "path": "postgresql-ha-apb/roles/provision-postgresql-ha-apb/tasks/main.yml", "content": "---\n- name: Select Project\n command: \"oc project {{ namespace }}\"\n # ignore_errors: True\n\n- name: Create Etcd Service\n k8s_v1_service:\n name: \"{{ etcd_name }}\"\n namespace: \"{{ namespace }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9690, "all_permissive": false }
ansible_role
thrasherht/tshock-ansible
abdae1881828645d50007be277da6a3e3e1a23e1
0
roles/server-files
100
[ "no_license" ]
[ { "path": "roles/server-files/files/home/terraria/tshock/world_check.sh", "content": "#!/bin/bash\n#Check if terraria has a world file and generate one if needed\n\necho \"This will normally generate a world file automatically\"\n\nexit 0\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1575, "all_permissive": false }
ansible_role
thrasherht/tshock-ansible
abdae1881828645d50007be277da6a3e3e1a23e1
0
roles/system-prep
100
[ "no_license" ]
[ { "path": "roles/system-prep/tasks/main.yml", "content": "- name: System - Add the user 'terraria'\n user:\n name: terraria\n comment: 'terraria server user'\n shell: /usr/bin/bash\n\n- name: Packages - Install packages 'mono-complete, screen, unzip'\n package:\n name:\n - mono-complete\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
pakala27/vagrant-kafka
37c7dd7397c2005543b28cefaf516b94cda45322
0
roles/confluent.kafka-broker
100
[ "no_license" ]
[ { "path": "roles/confluent.kafka-broker/templates/kafka_server.envFile.j2", "content": "## Maintained by Ansible\nKAFKA_OPTS=\"-javaagent:{{ prometheus.local_path }}/jmx_prometheus_javaagent-{{ prometheus.jmx_exporter_version }}.jar={{kafkabroker.port_jmx}}:{{kafkabroker.jmx_exporter_config}}\"\nKAFKA_HEAP_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 9573, "all_permissive": false }
ansible_role
pakala27/vagrant-kafka
37c7dd7397c2005543b28cefaf516b94cda45322
0
roles/confluent.preflight
100
[ "no_license" ]
[ { "path": "roles/confluent.preflight/templates/prometheus_node_exporter.service.j2", "content": "[Unit]\nDescription=Prometheus Node Exporter\nDocumentation=https://prometheus.io/docs/guides/node-exporter/\nAfter=network-online.target\n\n[Service]\nType=simple\nUser={{ prometheus.user }}\nGroup={{ prometheu...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3233, "all_permissive": false }
ansible_role
pakala27/vagrant-kafka
37c7dd7397c2005543b28cefaf516b94cda45322
0
roles/confluent.schema-registry
100
[ "no_license" ]
[ { "path": "roles/confluent.schema-registry/templates/schema-registry_jmx_exporter.yml.j2", "content": "lowercaseOutputName: true\nlowercaseOutputLabelNames: true\nssl: false\nrules:\n- pattern : 'kafka.schema.registry<type=jetty-metrics>([^:]+):'\n name: \"cp_kafka_schema_registry_jetty_metrics_$1\"\n- pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4334, "all_permissive": false }
ansible_role
pakala27/vagrant-kafka
37c7dd7397c2005543b28cefaf516b94cda45322
0
roles/confluent.zookeeper
100
[ "no_license" ]
[ { "path": "roles/confluent.zookeeper/handlers/main.yml", "content": "- name: restart zookeeper\n systemd:\n name: \"{{zookeeper.service_name}}\"\n state: restarted\n- name: reload systemd\n command: systemctl daemon-reload\n\n- name: wait for service restart\n wait_for:\n host: \"{{ inventory_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5646, "all_permissive": false }
ansible_role
pakala27/vagrant-kafka
37c7dd7397c2005543b28cefaf516b94cda45322
0
roles/prometheus
100
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: 10s\n evaluation_interval: 10s\nscrape_configs:\n - job_name: 'nodes'\n static_configs:\n - targets:\n {% for host in groups['preflight'] %}\n - {{ host }}:{{ prometheus.node_exporter_port }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3396, "all_permissive": false }
ansible_role
dreamfall86/yadiplom
0c741dd3fe2cb6a83cb65a2fabfe14fb5c2f486c
0
ansible/roles/default
100
[ "no_license" ]
[ { "path": "ansible/roles/default/tasks/main.yml", "content": "---\n# tasks file for default\n- name: Обновление списка пакетов\n apt:\n update_cache: yes\n\n- name: Установка пакетов\n apt:\n name:\n - dnsutils\n - net-tools\n - zabbix-agent\n - rsync\n - rsyslog\n - mc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
dreamfall86/yadiplom
0c741dd3fe2cb6a83cb65a2fabfe14fb5c2f486c
0
ansible/roles/mediawiki
100
[ "no_license" ]
[ { "path": "ansible/roles/mediawiki/tasks/main.yml", "content": "---\n# tasks file for mediawiki\n- name: Установка MediaWiki\n apt:\n name:\n - mediawiki\n - php-fpm\n - php-pgsql\n state: present\n update_cache: yes\n\n- name: Установка nginx\n apt:\n name: \"nginx\"\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
dreamfall86/yadiplom
0c741dd3fe2cb6a83cb65a2fabfe14fb5c2f486c
0
ansible/roles/minio
100
[ "no_license" ]
[ { "path": "ansible/roles/minio/tasks/main.yml", "content": "---\n# tasks file for minio\n- name: Убедиться, что необходимые пакеты для добавления репозитория установлены\n apt:\n name:\n - apt-transport-https\n - wget\n state: present\n update_cache: yes\n\n- name: Установка MinIO\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
dreamfall86/yadiplom
0c741dd3fe2cb6a83cb65a2fabfe14fb5c2f486c
0
ansible/roles/nginx
100
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Установка NGINX\n apt:\n name: \"nginx\"\n state: present\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
dreamfall86/yadiplom
0c741dd3fe2cb6a83cb65a2fabfe14fb5c2f486c
0
ansible/roles/postgres
100
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "---\n# tasks file for postgres\n- name: Установка PostgreSQL\n apt:\n name: postgresql\n state: present\n update_cache: yes\n\n- name: Установка зависимостей для Patroni\n apt:\n name:\n - python3-pip\n - python3-dev\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
dreamfall86/yadiplom
0c741dd3fe2cb6a83cb65a2fabfe14fb5c2f486c
0
ansible/roles/zabbix
100
[ "no_license" ]
[ { "path": "ansible/roles/zabbix/tasks/main.yml", "content": "---\n# tasks file for zabbix\n- name: Установка Zabbix\n apt:\n name:\n - zabbix-server\n - zabbix-agent\n state: present\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
nycae/arch-install
a84f9a8022d1457a4dd1afe62eb28f8b9eb143f5
0
roles/dev_pkgs
100
[ "no_license" ]
[ { "path": "roles/dev_pkgs/defaults/main.yml", "content": "languages:\n - base-devel\n - python2\n - python3\n - go\n - rust\n - nodejs-lts-fermium\n - jdk-openjdk\n\npackage_managers:\n - python-pip\n - cargo\n - npm\n\ndev_tools:\n - make\n - chromium # Better install yay an try UnGoogled-Chrom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1553, "all_permissive": false }
ansible_role
nycae/arch-install
a84f9a8022d1457a4dd1afe62eb28f8b9eb143f5
0
roles/i3wm
100
[ "no_license" ]
[ { "path": "roles/i3wm/tasks/main.yml", "content": "- name: Install i3wm dependencies\n with_items: \"{{ i3wm_deps }}\"\n pacman:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n \n- name: Install i3wm packages\n with_items: \"{{ i3wm_pkgs }}\"\n pacman:\n name: \"{{ item }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1270, "all_permissive": false }
ansible_role
nycae/arch-install
a84f9a8022d1457a4dd1afe62eb28f8b9eb143f5
0
roles/lightdm
100
[ "no_license" ]
[ { "path": "roles/lightdm/tasks/main.yml", "content": "- name: install lightdm\n with_items: \"{{ packages }}\"\n pacman:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n\n- name: Install greeter\n pacman:\n name: lightdm-webkit2-greeter\n state: present\n update_cache: tru...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1421, "all_permissive": false }
ansible_role
nycae/arch-install
a84f9a8022d1457a4dd1afe62eb28f8b9eb143f5
0
roles/sound
100
[ "no_license" ]
[ { "path": "roles/sound/tasks/main.yml", "content": "- name: install packages\n with_items: \"{{ packages }}\"\n pacman:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n\n- name: Start pulseaudio as a daemon\n with_items:\n - \"pulseaudio -D &\"\n - \"alsactl init &\"\n - \"\\n\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
nycae/arch-install
a84f9a8022d1457a4dd1afe62eb28f8b9eb143f5
0
roles/tune_os
100
[ "no_license" ]
[ { "path": "roles/tune_os/defaults/main.yml", "content": "base_dirs:\n - \"Documents\"\n - \"Desktop\"\n - \"Images\"\n - \"Downloads\"\n - \"Music\"\n - \"Pictures\"\n - \"Videos\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/tun...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 357, "all_permissive": false }
ansible_role
qurname2/ansible-docker
fc1f11b36b8a9dc29a48ce63e3a9399fa30e3b5b
0
roles/docker_install
100
[ "no_license" ]
[ { "path": "roles/docker_install/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Istallation of Docker.io on host and change default logger_driver to syslog\n company: My_Company\n license: license GPLv2\n min_ansible_version: 2.4\n platforms:\n - name: Ubuntu\n version...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3943, "all_permissive": false }
ansible_role
edwarddijk/ansible-proxmox
0c55862a3eca09d2385b94370761ea9db72df484
0
roles/create_vm
100
[ "no_license" ]
[ { "path": "roles/create_vm/tasks/main.yaml", "content": "---\n\n- name: Clone VM\n community.general.proxmox_kvm:\n api_user: \"{{ proxmox_user }}\"\n api_password: '{{ <PASSWORD> }}'\n api_host: '{{ proxmox_api_host }}'\n node: \"{{ proxmox_node }}\"\n clone: \"template-2019-{{ os_type }}\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2999, "all_permissive": false }
ansible_role
chrisjalinsky/ansible-kubernetes
6991f6e317f9fd78000849efacd741f15f018bc0
1
ansible/roles/delegate_copy
100
[ "no_license" ]
[ { "path": "ansible/roles/delegate_copy/tasks/main.yml", "content": "---\n\n#- name: Create files\n# file:\n# dest: \"{{ item.dest }}\"\n# state: \"{{ item.state | default('directory') }}\"\n# recurse: \"{{ item.recurse | default(omit) }}\"\n# with_items: \"{{ delegate_copy_create }}\"\n# delegat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1892, "all_permissive": false }
ansible_role
chrisjalinsky/ansible-kubernetes
6991f6e317f9fd78000849efacd741f15f018bc0
1
ansible/roles/docker_build_app
100
[ "no_license" ]
[ { "path": "ansible/roles/docker_build_app/defaults/main.yml", "content": "---\n\ndocker_build_app:\n name: \"hello-node\"\n dest: \"/tmp/hello-node\"\n templates:\n - src: server.js\n dest: server.js", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 582, "all_permissive": false }
ansible_role
chrisjalinsky/ansible-kubernetes
6991f6e317f9fd78000849efacd741f15f018bc0
1
ansible/roles/docker_engine
100
[ "no_license" ]
[ { "path": "ansible/roles/docker_engine/defaults/main.yml", "content": "---\ndocker_opts:\n - \"--dns 8.8.8.8\"\ndocker_opts_string: \"{{ docker_opts | join(' ') }}\"\ndocker_engine_opts: \"{{ docker_opts_string }}\"\ndocker_engine_repo: \"ubuntu-xenial\"\ndocker_engine_systemd_service_path: \"etc/systemd/s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2320, "all_permissive": false }
ansible_role
chrisjalinsky/ansible-kubernetes
6991f6e317f9fd78000849efacd741f15f018bc0
1
ansible/roles/kubernetes
100
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes/tasks/main.yml", "content": "---\n\n- name: Install prerequisite items - bridge-utils\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n with_items:\n - \"bridge-utils\"\n - \"git\"\n\n- name: Create kubernetes dir\n file:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1802, "all_permissive": false }
ansible_role
chrisjalinsky/ansible-kubernetes
6991f6e317f9fd78000849efacd741f15f018bc0
1
ansible/roles/kubernetes_heapster
100
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes_heapster/tasks/main.yml", "content": "---\n\n- name: Ensure git installed\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n with_items:\n - \"git\"\n\n- name: Create heapster dir\n file:\n dest: \"/opt/heapster\"\n state: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
chrisjalinsky/ansible-kubernetes
6991f6e317f9fd78000849efacd741f15f018bc0
1
ansible/roles/user_role
100
[ "no_license" ]
[ { "path": "ansible/roles/user_role/defaults/main.yml", "content": "---\n\nuser_role_user: \"root\"\nuser_role_group: \"root\"\nuser_role_user_groups: \"root\"\nuser_role_user_pw: <PASSWORD>\nuser_role_user_pw_salt: <PASSWORD>\nuser_role_home: \"/root\"\nuser_role_user_gid: \"3030\"\n", "license_type": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2029, "all_permissive": false }
ansible_role
Dodexq/nginx_ssl_balancer
0e40de9a8a68970da38116caa8f45bc7dbc27e85
0
ansible/roles/certbot-init
100
[ "no_license" ]
[ { "path": "ansible/roles/certbot-init/tasks/main.yml", "content": "---\n- name: Check and install certificate.\n tags: \n - install\n block:\n - name: Check if certificate already exists.\n stat:\n path: /etc/letsencrypt/live/{{ cert_domain }}/cert.pem\n register: letsencrypt_cert\n\n - na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1592, "all_permissive": false }
ansible_role
Dodexq/nginx_ssl_balancer
0e40de9a8a68970da38116caa8f45bc7dbc27e85
0
ansible/roles/hosts-init
100
[ "no_license" ]
[ { "path": "ansible/roles/hosts-init/handlers/main.yml", "content": "---\n# handlers file for hosts-init\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/hosts-init/tasks/main.yml", "content": "---\n- name: Install nginx\n tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1061, "all_permissive": false }
ansible_role
phylomeno/ansible-lab
7ba143d0358e72f5bb3e499d188d7dcef330b853
3
ansible/roles/ssh_key
103
[ "no_license" ]
[ { "path": "ansible/roles/ssh_key/tasks/main.yml", "content": "- name: Distribute SSH key\n authorized_key:\n user: vagrant\n state: present\n key: \"{{ lookup('file', '/home/vagrant/.ssh/id_rsa.pub') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
phylomeno/ansible-lab
7ba143d0358e72f5bb3e499d188d7dcef330b853
3
ansible/roles/vmware_tools
103
[ "no_license" ]
[ { "path": "ansible/roles/vmware_tools/vars/os_Debian.yml", "content": "---\nvmtools_service_name: open-vm-tools.service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/vmware_tools/vars/os_default.yml", "content": "---\nvmtools_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 600, "all_permissive": false }
ansible_role
dipietroR/ansible_stuff
6086e964f3afcaaec9707829e75f443bfa5266ad
1
playbooks/roles/bashrc
103
[ "no_license" ]
[ { "path": "playbooks/roles/bashrc/tasks/main.yml", "content": "\n---\n\n- name: add lines\n lineinfile:\n path: ~/.bashrc\n line: \"{{ item }}\"\n loop:\n - PS1='\\[\\033[01;35m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ '\n - shopt -s histverify\n - set -o vi \n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
dipietroR/ansible_stuff
6086e964f3afcaaec9707829e75f443bfa5266ad
1
playbooks/roles/keybindings
103
[ "no_license" ]
[ { "path": "playbooks/roles/keybindings/tasks/main.yml", "content": "\n---\n\n- name: add keybindings\n blockinfile:\n block: \"{{ lookup('file', 'key_bindings.xml') }}\"\n marker: \" <!-- {mark} My keybindings -->\"\n dest: ~/.config/openbox/lxde-rc.xml\n backup: yes\n insertafter: \"<key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
andreagarbugli/iaac-tc-quic
4c46c7b97be8f08a15262fba34928b06315753b0
0
ansible/roles/common
103
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install required system packages\n apt:\n pkg:\n - curl\n - python3-pip\n - python3-venv\n - python3-setuptools\n state: latest\n update_cache: true\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
andreagarbugli/iaac-tc-quic
4c46c7b97be8f08a15262fba34928b06315753b0
0
ansible/roles/router
103
[ "no_license" ]
[ { "path": "ansible/roles/router/tasks/main.yml", "content": "---\n- name: Install package binaries\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - iptables-persistent\n - python3-poetry\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
relaxdiego/jumpstarter
43a8110d1144345c8a4f2d92346d0b322ac05fc2
0
configurator/roles/jumpbox
103
[ "no_license" ]
[ { "path": "configurator/roles/jumpbox/tasks/main.yaml", "content": "---\n- name: Make sure we have a 'wheel' group\n become: true\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n become: true\n lineinfile:\n dest: /etc/sudoers\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1176, "all_permissive": false }
ansible_role
SaadatiReza/Ansible
25564897622756e41b598b6c3db240a2b6bec996
0
roles/host_preparing
103
[ "no_license" ]
[ { "path": "roles/host_preparing/tasks/main.yml", "content": "---\n- name: host preparing\n import_tasks: preparing.yml\n tags:\n - host_preparing\n - host\n\n- name: remove docker\n import_tasks: remove_docker.yml\n tags:\n - remove_docker\n - docker\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 494, "all_permissive": false }
ansible_role
SaadatiReza/Ansible
25564897622756e41b598b6c3db240a2b6bec996
0
roles/os_hardening
103
[ "no_license" ]
[ { "path": "roles/os_hardening/tasks/main.yml", "content": "- name: auditd\n import_tasks: auditd.yml\n tags:\n - auditd\n - hardening\n\n- name: apt cleaning\n import_tasks: apt.yml\n tags:\n - apt\n - hardening\n- name: cron permission\n import_tasks: cron.yml\n tags:\n - cron\n - h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
Filip-Kuczak/Splunk_solutions
d331654e001325a8e0aad4fcc17c7a1f85487b89
0
roles/base
103
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: create simone user\n user:\n name: simone\n groups: root\n\n- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n \n- name: add sudoers file for simone\n copy:\n src: sudoer_simone\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
Filip-Kuczak/Splunk_solutions
d331654e001325a8e0aad4fcc17c7a1f85487b89
0
roles/splunk_all_in_one
103
[ "no_license" ]
[ { "path": "roles/splunk_all_in_one/files/apps/Quadcode_blocklist_monitor/bin/blocklist.py", "content": "import requests\nimport time\n\ndef get_blacklisted_ips(API_url):\n now = int(time.time())\n one_hour_ago = now - 3600\n one_hour_minutes_ago = str(five_minutes_ago)\n API_response = requests....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1460, "all_permissive": false }