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
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/mysql_backup
6,156
[ "no_license" ]
[ { "path": "roles/mysql_backup/tasks/main.yaml", "content": "- name: Create a directory /home/backup/mysql\n ansible.builtin.file:\n path: /home/backup/mysql\n state: directory\n mode: '755'\n owner: 'backup'\n\n- name: create mysql user backup\n community.mysql.mysql_user:\n name: \"backup\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1417, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/mysql_exporter
6,156
[ "no_license" ]
[ { "path": "roles/mysql_exporter/templates/.my.cnf.j2", "content": "[client]\nuser=prometheus\npassword={{ <PASSWORD>_<PASSWORD> }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/mysql_exporter/handlers/main.yaml", "content": "- name: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 971, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/nginx
6,156
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "- name: Install nginx\n ansible.builtin.apt:\n name: nginx-full\n# update_cache: yes\n\n- name: Start service nginx, if not started\n ansible.builtin.service:\n name: nginx\n state: started\n\n- name: NGINX config\n template:\n src: defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 975, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/nginx_exporter
6,156
[ "no_license" ]
[ { "path": "roles/nginx_exporter/tasks/main.yaml", "content": "- name: update and install nginx exporter\n apt:\n name: prometheus-nginx-exporter \n\n- name: Copy nginx exporter config\n ansible.builtin.template:\n src: prometheus-nginx-exporter.j2\n dest: /etc/default/prometheus-nginx-exporter\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/prometheus
6,156
[ "no_license" ]
[ { "path": "roles/prometheus/templates/default.j2", "content": "server {\n listen 80;\n listen [::]:80;\n server_name _;\n location / {\n proxy_pass http://localhost:{{ agama_port }};\n }\n location /prometheus {\n proxy_pass http://localhost:9090;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2541, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/users
6,156
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yaml", "content": "- name: Add the user 'juri'\n ansible.builtin.user:\n name: juri\n\n- name: Add the user 'roman'\n ansible.builtin.user:\n name: roman\n\n- name: juri\n ansible.posix.authorized_key:\n user: juri\n state: present\n key: \"{{ lookup('url'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
EdvinToome/ica0002
45e63d1aee79eced09335c23b1cedf30ff2510e0
0
roles/uwsgi
6,156
[ "no_license" ]
[ { "path": "roles/uwsgi/templates/resolv.conf.j2", "content": "nameserver {{ hostvars['EdvinToome-2']['ansible_default_ipv4']['address'] }}\nsearch {{ startup_name }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/uwsgi/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 937, "all_permissive": false }
ansible_role
nbarthsouza/Desafio_Umovme
650d84bbcf4936cb811f24a1a68e046cccd3a471
0
ansible/roles/application
6,077
[ "no_license" ]
[ { "path": "ansible/roles/application/tasks/main.yml", "content": "- name: Clone a private repository into /opt.\n git:\n repo: \"{{ default_github }}\"\n dest: \"{{ default_repo_folder }}\"\n accept_hostkey: yes\n # ssh-agent doesn't allow key to pass through remote sudo commands.\n become: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
nbarthsouza/Desafio_Umovme
650d84bbcf4936cb811f24a1a68e046cccd3a471
0
ansible/roles/docker
6,077
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Installing dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - gnupg-agent\n - python3\n - python3-pip\n state: latest\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
nbarthsouza/Desafio_Umovme
650d84bbcf4936cb811f24a1a68e046cccd3a471
0
ansible/roles/monitoring
6,077
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/tasks/main.yml", "content": "- name: Create container Grafana\n docker_container:\n name: grafana\n image: grafana/grafana\n ports:\n - 3000:3000\n state: started\n become: yes\n\n- name: Configure prometheus\n template:\n src: 'templates/prometheus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 663, "all_permissive": false }
ansible_role
nbarthsouza/Desafio_Umovme
650d84bbcf4936cb811f24a1a68e046cccd3a471
0
ansible/roles/update
6,077
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "---\n- name: Run the equivalent of \"apt-get update\"\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: Update all packages to their latest version\n apt:\n upgrade: dist\n become: yes\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
smishra/ansible
781e76f185c955aa44043584ec1129ac5545aead
0
roles/tomcat
6,077
[ "no_license" ]
[ { "path": "roles/tomcat/handlers/main.yml", "content": "---\n- name: restart tomcat\n command: systemctl restart tomcat.service\n become: True\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/tomcat/tasks/main.yml", "content": "- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1392, "all_permissive": false }
ansible_role
raviaare/hello
2b61dbffd65a168632765ff23af493ed2a8644d9
0
roles/tomcat
6,077
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\r\n- name: add group \"{{ groupname }}\"\r\n group: name={{ groupname }}\r\n\r\n- name: add user \"javapps\"\r\n user: name=javapps group={{ groupname }} home=/usr/share/javapps createhome=no\r\n become: True\r\n become_method: sudo\r\n\r\n- unarc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
poojapadwekar/expense-ansible
93c30f93fc9aab881b2cb3a6bdb24d9132c72f25
0
roles/backend
6,077
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": " - name: Set hostname\n ansible.builtin.shell: set-hostname backend\n\n - name: Verify NodeJs\n ansible.builtin.shell: type npm\n register: npm\n\n\n - name: Read Npm\n ansible.builtin.debug:\n msg: \"{npm}\"\n\n\n - name: Install No...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": false }
ansible_role
poojapadwekar/expense-ansible
93c30f93fc9aab881b2cb3a6bdb24d9132c72f25
0
roles/common
6,077
[ "no_license" ]
[ { "path": "roles/common/tasks/app_prereq.yml", "content": "- name: Removing old Nginx content\n ansible.builtin.file:\n path: \"{ app_loc }\"\n state: absent\n\n- name: Create App Directory\n ansible.builtin.file:\n path: \"{ app_loc }\"\n state: directory\n\n- name: Download frontend code and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
poojapadwekar/expense-ansible
93c30f93fc9aab881b2cb3a6bdb24d9132c72f25
0
roles/frontend
6,077
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": " - name: Set hostname\n ansible.builtin.shell: set-hostname frontend\n\n - name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n - name: Placing Expense Config file in Nginx\n ansible.builtin.template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
poojapadwekar/expense-ansible
93c30f93fc9aab881b2cb3a6bdb24d9132c72f25
0
roles/mysql
6,077
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": " - name: Set hostname\n ansible.builtin.shell: set-hostname mysql\n\n\n - name: Copy MySQL Repo File\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n\n #cp mysql.repo /etc/yum.repos.d/mysql.repo &>>$log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
mitshel/kubernetes-ansible-setup
d5c2dc1a979dd711ee107729fdb99ec2a9190839
0
roles/common
6,077
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": " - name: Creates destination directory for ssh keys\n # Workaround for #2372\n file: state=directory mode=0700 dest=/root/.ssh/\n \n - name: Pushes current user rsa key to k8s nodes\n # action: authorized_key user=root key='$FILE(~/.ssh/id...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4923, "all_permissive": false }
ansible_role
mitshel/kubernetes-ansible-setup
d5c2dc1a979dd711ee107729fdb99ec2a9190839
0
roles/master
6,077
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": " - name: 5 minute paused\n pause:\n minutes: 5\n\n - name: kubeadm init\n command: kubeadm init\n args:\n creates: /var/lib/etcd\n\n - name: Creates destination directory for kube config\n file: state=directory m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2992, "all_permissive": false }
ansible_role
mitshel/kubernetes-ansible-setup
d5c2dc1a979dd711ee107729fdb99ec2a9190839
0
roles/minions
6,077
[ "no_license" ]
[ { "path": "roles/minions/tasks/main.yml", "content": "#- hosts: minions\n# remote_user: root\n# tasks:\n - name: join node to master\n command: kubeadm join --token {{lookup('file','roles/master/files/mastersrv')}} \n args:\n creates: /etc/kubernetes/kubelet.conf\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
Shmorty/ansible_homelab
27ac6157ef904487d5eda620b2229f938e1bb884
0
roles/base
6,077
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ansible ssh key for admin\n authorized_key:\n user: admin\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
Shmorty/ansible_homelab
27ac6157ef904487d5eda620b2229f938e1bb884
0
roles/db_servers
6,077
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package (CentOS)\n tags: centos,db,mariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb package (Debian or Ubuntu)\n tags: db,mariadb,ubuntu,debian\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
Shmorty/ansible_homelab
27ac6157ef904487d5eda620b2229f938e1bb884
0
roles/file_servers
6,077
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yml", "content": "- name: install samba package\n tags: samba\n package:\n name: samba\n state: latest\n\n- name: change permission on share folder\n file:\n path: \"{{ item }}\"\n mode: 0777\n loop:\n - /music\n - /pictures\n - /video\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 669, "all_permissive": false }
ansible_role
Shmorty/ansible_homelab
27ac6157ef904487d5eda620b2229f938e1bb884
0
roles/hypervisor
6,077
[ "no_license" ]
[ { "path": "roles/hypervisor/tasks/main.yml", "content": "- name: install kvm\n tags: kvm,hypervisor\n apt:\n name:\n - qemu-system\n - libvirt-clients\n - libvirt-daemon-system\n state: present\n\n- name: start/enable libvirtd\n tags: kvm,hypervisor\n service:\n name: libvirtd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
Shmorty/ansible_homelab
27ac6157ef904487d5eda620b2229f938e1bb884
0
roles/workstations
6,077
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install apps (unzip, curl...)\n package:\n name:\n - unzip\n - curl\n - lm-sensors\n - gnome-remote-desktop\n\n# - name: install terraform\n# unarchive:\n# src: https://releases.hashicorp.com/terraform/0.12.28/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
travellingtechie/aws_lab_automation
56a8eb354829cf139cc38fe241fd298557391db2
0
roles/aws_create_vpc
6,077
[ "no_license" ]
[ { "path": "roles/aws_create_vpc/handlers/main.yml", "content": "---\n# handlers file for aws_create_vpc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/aws_create_vpc/tasks/create_IGW.yaml", "content": "---\n\n- name: create IGW\n ec2_...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2258, "all_permissive": false }
ansible_role
henrykrop2022/ansible-roles
0bc3dd973de1d03c77afd259d8343bbc2c88c5ca
0
roles/tomcat
6,077
[ "no_license" ]
[ { "path": "roles/tomcat/meta/main.yml", "content": "---\ngalaxy_info:\n author: robertdebock\n role_name: tomcat\n description: Install and configure tomcat on your system.\n license: Apache-2.0\n company: none\n min_ansible_version: \"2.10\"\n\n platforms:\n - name: EL\n versions:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 709, "all_permissive": false }
ansible_role
keys4words/ansible-sandbox
7f09969bc208776e6cb5bfa9947e8745feba590f
0
ansible_roles/ansible_dir/roles/manage_user
6,077
[ "no_license" ]
[ { "path": "ansible_roles/ansible_dir/roles/manage_user/defaults/main.yml", "content": "---\n# defaults file for roles/manage_user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible_roles/ansible_dir/roles/manage_user/vars/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 660, "all_permissive": false }
ansible_role
keys4words/ansible-sandbox
7f09969bc208776e6cb5bfa9947e8745feba590f
0
ansible_roles/ansible_dir/roles/ssh_keygen
6,077
[ "no_license" ]
[ { "path": "ansible_roles/ansible_dir/roles/ssh_keygen/tasks/main.yml", "content": "---\n# tasks file for roles/ssh_keygen\n- name: generate ssh key\n openssh_keypair:\n path: /tmp/keys4\n type: rsa\n size: 4096\n state: present\n force: no", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
keys4words/ansible-sandbox
7f09969bc208776e6cb5bfa9947e8745feba590f
0
deployFlaskProject/roles/common
6,077
[ "no_license" ]
[ { "path": "deployFlaskProject/roles/common/tasks/main.yml", "content": "- include: ping.yml\n- include: new_user.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "deployFlaskProject/roles/common/tasks/ping.yml", "content": "- name: ping remot...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 382, "all_permissive": false }
ansible_role
keys4words/ansible-sandbox
7f09969bc208776e6cb5bfa9947e8745feba590f
0
lamp-project/roles/common
6,077
[ "no_license" ]
[ { "path": "lamp-project/roles/common/tasks/main.yml", "content": "- name: Install common dependencies\n yum:\n name:\n - libselinux-python\n - libsemanage-python\n - firewalld\n state: installed\n\n# tasks file for roles/common", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
keys4words/ansible-sandbox
7f09969bc208776e6cb5bfa9947e8745feba590f
0
lamp-project/roles/httpd-php
6,077
[ "no_license" ]
[ { "path": "lamp-project/roles/httpd-php/tasks/main.yml", "content": "- name: Install httpd php\n yum:\n name:\n - httpd\n - php\n - php-mysql\n state: present\n\n- name: Install git\n yum: name=git state=installed\n\n- name: Start firewalld\n service: name=firewalld state=started ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
keys4words/ansible-sandbox
7f09969bc208776e6cb5bfa9947e8745feba590f
0
lamp-project/roles/mysql
6,077
[ "no_license" ]
[ { "path": "lamp-project/roles/mysql/tasks/main.yml", "content": "- name: Install MariaDB\n yum:\n name:\n - mariadb-server\n - MySQL-python\n state: installed\n\n- name: Create mysql config\n template: src=templates/my.cnf.j2 dest=/etc/my.cnf\n\n- name: Start mariadb service\n service: na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
sortex/ansilog
82e2ac6aa3e522f9e9b7b5b2fa797455e0007207
4
boot/playbooks/roles/app
6,077
[ "no_license" ]
[ { "path": "boot/playbooks/roles/app/handlers/main.yml", "content": "---\n\n- name: move composer to local bin\n command: mv -f composer.phar /usr/local/bin/composer\n creates=/usr/local/bin/composer\n tags: php\n\n- name: upgrade php\n apt: name=php5 state=latest update_cache=yes\n notify: restart ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5613, "all_permissive": false }
ansible_role
jaywojick/ansible-aws-ec2-build
3dd246ae97a4a76db25ab6f4d9fa1a0c757e4f25
2
ec2_creation/roles/ec2_create_C3
6,077
[ "no_license" ]
[ { "path": "ec2_creation/roles/ec2_create_C3/tasks/main.yml", "content": "---\n# tasks file for ec2_creation\n- name: Create C3 instance\n ec2:\n region: \"{{ec2_config.region}}\"\n zone: \"{{ec2_config.zone}}\"\n keypair: \"{{ec2_config.keypair}}\"\n instance_type: \"{{ec2_config.instance_type}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
jaywojick/ansible-aws-ec2-build
3dd246ae97a4a76db25ab6f4d9fa1a0c757e4f25
2
ec2_creation/roles/ec2_create_REST
6,077
[ "no_license" ]
[ { "path": "ec2_creation/roles/ec2_create_REST/tasks/main.yml", "content": "---\n# tasks file for ec2_creation\n- name: Create REST PROXY instance\n ec2:\n region: \"{{ec2_config.region}}\"\n zone: \"{{ec2_config.zone}}\"\n keypair: \"{{ec2_config.keypair}}\"\n instance_type: \"{{ec2_config.inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
jaywojick/ansible-aws-ec2-build
3dd246ae97a4a76db25ab6f4d9fa1a0c757e4f25
2
ec2_creation/roles/ec2_create_SR
6,077
[ "no_license" ]
[ { "path": "ec2_creation/roles/ec2_create_SR/tasks/main.yml", "content": "---\n# tasks file for ec2_creation\n- name: Create Schema registery instance\n ec2:\n region: \"{{ec2_config.region}}\"\n zone: \"{{ec2_config.zone}}\"\n keypair: \"{{ec2_config.keypair}}\"\n instance_type: \"{{ec2_config....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
jaywojick/ansible-aws-ec2-build
3dd246ae97a4a76db25ab6f4d9fa1a0c757e4f25
2
ec2_creation/roles/ec2_create_broker
6,077
[ "no_license" ]
[ { "path": "ec2_creation/roles/ec2_create_broker/tasks/main.yml", "content": "---\n\n\n# tasks file for ec2_creation\n- name: Create Broker instance with Volumes\n ec2:\n region: \"{{ec2_config.region}}\"\n zone: \"{{ec2_config.zone}}\"\n keypair: \"{{ec2_config.keypair}}\"\n instance_type: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1286, "all_permissive": false }
ansible_role
jaywojick/ansible-aws-ec2-build
3dd246ae97a4a76db25ab6f4d9fa1a0c757e4f25
2
ec2_creation/roles/ec2_create_connect
6,077
[ "no_license" ]
[ { "path": "ec2_creation/roles/ec2_create_connect/tasks/main.yml", "content": "---\n# tasks file for ec2_creation\n- name: Create Connect instance\n ec2:\n region: \"{{ec2_config.region}}\"\n zone: \"{{ec2_config.zone}}\"\n keypair: \"{{ec2_config.keypair}}\"\n instance_type: \"{{ec2_config.inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
jaywojick/ansible-aws-ec2-build
3dd246ae97a4a76db25ab6f4d9fa1a0c757e4f25
2
ec2_creation/roles/ec2_create_ksql
6,077
[ "no_license" ]
[ { "path": "ec2_creation/roles/ec2_create_ksql/tasks/main.yml", "content": "---\n# tasks file for ec2_creation\n- name: Create KSQL instance\n ec2:\n region: \"{{ec2_config.region}}\"\n zone: \"{{ec2_config.zone}}\"\n keypair: \"{{ec2_config.keypair}}\"\n instance_type: \"{{ec2_config.instance_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
jaywojick/ansible-aws-ec2-build
3dd246ae97a4a76db25ab6f4d9fa1a0c757e4f25
2
ec2_creation/roles/ec2_create_zk
6,077
[ "no_license" ]
[ { "path": "ec2_creation/roles/ec2_create_zk/tasks/main.yml", "content": "---\n# tasks file for ec2_creation\n- name: Create Zookeeper instance\n ec2:\n region: \"{{ec2_config.region}}\"\n zone: \"{{ec2_config.zone}}\"\n keypair: \"{{ec2_config.keypair}}\"\n instance_type: \"{{ec2_config.instanc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
jaywojick/ansible-aws-ec2-build
3dd246ae97a4a76db25ab6f4d9fa1a0c757e4f25
2
ec2_creation/roles/server
6,077
[ "no_license" ]
[ { "path": "ec2_creation/roles/server/tasks/main.yml", "content": "---\n\n# - name: install a list of packages installed\n# yum:\n# name: \"{{ packages }}\"\n# vars:\n# packages:\n# - httpd\n# - httpd-tools\n# - nano\n\n- name: Add the user 'johnd' with a specific uid and a prim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
tobmat/ansible-chance
f4604dbfe2498d7816a4805f3c75c14d75a991e1
0
roles/deploy
6,077
[ "no_license" ]
[ { "path": "roles/deploy/vars/main.yml", "content": "git_repo: 'https://github.com/zylo/chance.git'\n#git_repo: 'https://github.com/tobmat/chance.git'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/deploy/tasks/deploy.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
tobmat/ansible-chance
f4604dbfe2498d7816a4805f3c75c14d75a991e1
0
roles/ec2
6,077
[ "no_license" ]
[ { "path": "roles/ec2/tasks/save_security_groups.yml", "content": "- name: Create or Update EC2 security groups\n ec2_group:\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n vpc_id: \"{{ item.vpc_id }}\"\n region: \"{{ item.region }}\"\n state: present\n rules: \"{{ ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1791, "all_permissive": false }
ansible_role
PavelKaskov/demo
915a92743c8c1cfc455bb6ed0c973703c5172f72
0
roles/zabbix
6,077
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": "---\n- name: Install Zabbix agent\n pkgng:\n name: zabbix32-agent-3.2.3 \n state: present\n when: ansible_distribution == 'FreeBSD'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
blasteravismaster/ansible-workbook
94cd21c4a3046bb8ebd10f9033aa7c3dfd835f9b
0
roles/aws/roles/common
6,077
[ "no_license" ]
[ { "path": "roles/aws/roles/common/tasks/main.yml", "content": "---\n - name: Enforce the webgroup exists\n ec2_group:\n name: \"{{secGroupWeb}}\"\n description: This is an webgroup\n region: \"{{ regionDefault }}\"\n rules: ### Inbound Rules\n - proto: icmp # Allowing Ping\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4903, "all_permissive": false }
ansible_role
blasteravismaster/ansible-workbook
94cd21c4a3046bb8ebd10f9033aa7c3dfd835f9b
0
roles/aws/roles/nagiosservers
6,077
[ "no_license" ]
[ { "path": "roles/aws/roles/nagiosservers/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nagiosservers", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/aws/roles/nagiosservers/handlers/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8300, "all_permissive": false }
ansible_role
blasteravismaster/ansible-workbook
94cd21c4a3046bb8ebd10f9033aa7c3dfd835f9b
0
roles/aws/roles/webservers
6,077
[ "no_license" ]
[ { "path": "roles/aws/roles/webservers/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<body>\n\n<h1><NAME></h1>\n\n<h6>The server IP is</h6>\n\n<img src=\"https://s3.amazonaws.com/kobigha/images/1.JPG\" alt=\"W3Schools.com\" width=\"1920\" height=\"1080\">\n\n</body>\n</html>\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 807, "all_permissive": false }
ansible_role
blasteravismaster/ansible-workbook
94cd21c4a3046bb8ebd10f9033aa7c3dfd835f9b
0
roles/upc
6,077
[ "no_license" ]
[ { "path": "roles/upc/tasks/main.yml", "content": "---\n - name: Copy the rpm file \"{{ nameoftherpm }}\" to the destination server\n copy:\n src: /opt/ansible-workbook/roles/upc/files/cofnigs/cmdc/{{ nameoftherpm }}.rpm\n dest: /opt/nds/rpms/\n \n - name: Install the copied rpm {{ nameoftherpm }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1347, "all_permissive": false }
ansible_role
blasteravismaster/ansible-workbook
94cd21c4a3046bb8ebd10f9033aa7c3dfd835f9b
0
roles/upc-common
6,077
[ "no_license" ]
[ { "path": "roles/upc-common/tasks/main.yml", "content": "---\n - name: This is to copy the repo of nds repository to the clients\n file: \n path: /etc/yum.repos.d/ndsrpms.repo\n state: absent\n\n - name: This is to copy the EPEL and Centos of V5\n copy:\n src: files/{{ item }}\n dest: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1531, "all_permissive": false }
ansible_role
gperdomor/macOS-ansible
27b543c862b5398617bdc1dc40ffa5dbab57326b
21
roles/dotfiles
6,077
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Ensure stow is installed\n community.general.homebrew:\n name: \"stow\"\n state: present\n update_homebrew: true\n\n- name: Ensure dotfiles repository is cloned locally.\n ansible.builtin.git:\n repo: \"{{ dotfiles_repo }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
gperdomor/macOS-ansible
27b543c862b5398617bdc1dc40ffa5dbab57326b
21
roles/homebrew
6,077
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: Tap a Homebrew repository, state present\n community.general.homebrew_tap:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ homebrew_taps }}\"\n\n- name: Install Homebrew Formulas\n community.general.homebrew:\n name: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
gperdomor/macOS-ansible
27b543c862b5398617bdc1dc40ffa5dbab57326b
21
roles/mas
6,077
[ "no_license" ]
[ { "path": "roles/mas/tasks/main.yml", "content": "---\n- name: Install mas using homebrew\n community.general.homebrew:\n name: mas\n state: present\n update_homebrew: true\n\n- name: Install Mac App Store applications\n community.general.mas:\n id: \"{{ item.id | default(item) }}\"\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
gperdomor/macOS-ansible
27b543c862b5398617bdc1dc40ffa5dbab57326b
21
roles/node
6,077
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Installing Node\n import_tasks: install-node.yml\n\n- name: Installing NPM Packages\n import_tasks: install-packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "roles/node...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1905, "all_permissive": false }
ansible_role
gperdomor/macOS-ansible
27b543c862b5398617bdc1dc40ffa5dbab57326b
21
roles/projects
6,077
[ "no_license" ]
[ { "path": "roles/projects/tasks/main.yml", "content": "---\n- name: Ensure ~/Developer directory exists\n ansible.builtin.file:\n path: ~/Developer\n state: directory\n mode: \"0755\"\n\n- name: Clone projects repos\n git:\n repo: \"{{ item.repo_https }}\"\n dest: ~/Developer/{{ item.dest }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
gperdomor/macOS-ansible
27b543c862b5398617bdc1dc40ffa5dbab57326b
21
roles/settings
6,077
[ "no_license" ]
[ { "path": "roles/settings/defaults/main.yml", "content": "---\n# Dock\ndock_autohide: true\ndock_position: bottom\ndock_tilesize: 42\n\n# Screenshots\nscreenshot_location: ~/Pictures/screenshots\nscreenshot_format: png\nscreensaver_ask_for_password_in_seconds: 10\n\n# Finder\nfinder_view_style: clmv\nfinder...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3186, "all_permissive": false }
ansible_role
gperdomor/macOS-ansible
27b543c862b5398617bdc1dc40ffa5dbab57326b
21
roles/shell
6,077
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "---\n- name: Install oh-my-zsh\n ansible.builtin.shell:\n cmd: sh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n args:\n creates: ~/.oh-my-zsh\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
pratadaniel94/InfraAsCode-DEV
2e0b189a6a8db03310c10ac3bb1a89682e8f9d00
0
host_ansible/playbooks/roles/mysql
6,216
[ "no_license" ]
[ { "path": "host_ansible/playbooks/roles/mysql/vars/main.yml", "content": "---\nansible_user: vagrant\nansible_ssh_private_key_file: /home/vagrant/id_rsa\nansible_python_interpreter: /usr/bin/python3\ndb_username: silver\ndb_password: <PASSWORD>\ndb_name: application_db", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 916, "all_permissive": false }
ansible_role
pratadaniel94/InfraAsCode-DEV
2e0b189a6a8db03310c10ac3bb1a89682e8f9d00
0
host_ansible/playbooks/roles/web
6,216
[ "no_license" ]
[ { "path": "host_ansible/playbooks/roles/web/meta/main.yml", "content": "#---\n#dependencies:\n# - mysql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "host_ansible/playbooks/roles/web/tasks/main.yml", "content": "---\n- name: 'Instalar python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 478, "all_permissive": false }
ansible_role
Hukenis/ansible_project
2c77fba10fa635aba3e9cbe983f95212a46b70ac
0
kube_cluster/roles/env_prepare
6,216
[ "no_license" ]
[ { "path": "kube_cluster/roles/env_prepare/tasks/create_basedir.yaml", "content": "---\n- name: create base dir\n shell: mkdir -p /opt/{tools,scripts,source_package}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "kube_cluster/roles/env_prepare...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1386, "all_permissive": false }
ansible_role
Hukenis/ansible_project
2c77fba10fa635aba3e9cbe983f95212a46b70ac
0
kube_cluster/roles/install_docker
6,216
[ "no_license" ]
[ { "path": "kube_cluster/roles/install_docker/tasks/install_docker.yaml", "content": "---\n- name: install docker-ce\n yum:\n name: ['docker-ce', 'docker-ce-cli', 'containerd.io', 'docker-buildx-plugin', 'docker-compose-plugin']\n state: latest\n", "license_type": "no_license", "detected_licen...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 682, "all_permissive": false }
ansible_role
Hukenis/ansible_project
2c77fba10fa635aba3e9cbe983f95212a46b70ac
0
kube_cluster/roles/install_etcd
6,216
[ "no_license" ]
[ { "path": "kube_cluster/roles/install_etcd/tasks/assgin_cert.yaml", "content": "---\n- name: assgin cert of etcd \n copy:\n src: \"{{ item }}\"\n dest: /opt/k8s/etcd/ssl/\n with_items:\n - \"{{ cert_files }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2035, "all_permissive": false }
ansible_role
Hukenis/ansible_project
2c77fba10fa635aba3e9cbe983f95212a46b70ac
0
kube_cluster/roles/install_master
6,216
[ "no_license" ]
[ { "path": "kube_cluster/roles/install_master/templates/kube-apiserver.conf.j2", "content": "KUBE_APISERVER_OPTS=\" \\\n--v=2 \\\n--etcd-servers=https://192.168.2.199:2379 \\\n--bind-address={{ansible_default_ipv4.address}} \\\n--secure-port=6443 \\\n--advertise-address={{ansible_default_ipv4.address}} \\\n-...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 213583, "all_permissive": false }
ansible_role
Hukenis/ansible_project
2c77fba10fa635aba3e9cbe983f95212a46b70ac
0
kube_cluster/roles/install_node
6,216
[ "no_license" ]
[ { "path": "kube_cluster/roles/install_node/tasks/assgin_pkg.yaml", "content": "---\n- name: assgin k8s execfile\n copy:\n src: \"{{ item }}\"\n dest: /opt/k8s/kubernetes/bin\n mode: 0755\n with_items:\n - \"{{ k8s_package }}\"\n- name: create link file to bin\n shell: ln -s /opt/k8s/kubernete...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 2758, "all_permissive": false }
ansible_role
Hukenis/ansible_project
2c77fba10fa635aba3e9cbe983f95212a46b70ac
0
kube_cluster/roles/kernel_upgrade
6,216
[ "no_license" ]
[ { "path": "kube_cluster/roles/kernel_upgrade/tasks/download_kernel.yaml", "content": "---\r\n- name: create kernel dir\r\n file: path={{ item }} state=directory recurse=yes\r\n with_items:\r\n - \"{{ dest_dir }}\"\r\n- name: download kernel pkg\r\n copy: src={{ item }} dest={{ dest_dir }}\r\n with_i...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1496, "all_permissive": false }
ansible_role
ImXeFa/Projet_6
2ad6323b9e07281295dac0aa972ae0624f1dc971
0
roles/AD
6,216
[ "no_license" ]
[ { "path": "roles/AD/tasks/main.yml", "content": "---\n# tasks file for AD\n\n- name: Configure resolv.conf\n copy:\n src: /etc/ansible/roles/AD/files/resolv.conf\n dest: /etc/resolv.conf\n become: yes\n\n- name: Clear the /etc/krb5.conf file\n shell: 'echo \"\" > /etc/krb5.conf'\n become: yes\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
ImXeFa/Projet_6
2ad6323b9e07281295dac0aa972ae0624f1dc971
0
roles/AddUser
6,216
[ "no_license" ]
[ { "path": "roles/AddUser/vars/main.yml", "content": "---\n# vars file for AddUser\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/AddUser/defaults/main.yml", "content": "---\n# defaults file for AddUser\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 333, "all_permissive": false }
ansible_role
ImXeFa/Projet_6
2ad6323b9e07281295dac0aa972ae0624f1dc971
0
roles/firewall
6,216
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n# tasks file for firewall\n\n- name: Reset the current iptables\n shell: 'iptables -F'\n become: yes\n\n- name: Reset the current iptables\n shell: 'iptables -X'\n become: yes\n\n- name: Reset the current nat iptables\n shell: 'iptables -t nat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2656, "all_permissive": false }
ansible_role
ImXeFa/Projet_6
2ad6323b9e07281295dac0aa972ae0624f1dc971
0
roles/install
6,216
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "---\n# tasks file for install\n\n- name: install Firefox\n shell: 'apt-get install -y firefox'\n become: yes\n\n- name: install git\n shell: 'apt-get install -y git'\n become: yes\n\n- name: install gimp\n shell: 'apt-get install -y gimp'\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
ImXeFa/Projet_6
2ad6323b9e07281295dac0aa972ae0624f1dc971
0
roles/ntp
6,216
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n# tasks file for ntp\n\n- name: install ntp service\n shell: 'apt-get install -y ntp'\n become: yes\n\n- name: copy ntp.conf from server to Node\n copy:\n src: \"/etc/ansible/roles/ntp/files/ntp.conf\"\n dest: /etc/ntp.conf\n become: yes\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
ImXeFa/Projet_6
2ad6323b9e07281295dac0aa972ae0624f1dc971
0
roles/sshKeyGen
6,216
[ "no_license" ]
[ { "path": "roles/sshKeyGen/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sshKeyGen\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/sshKeyGen/handlers/main.yml", "content": "---\n# handlers fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 615, "all_permissive": false }
ansible_role
jhagdu/jensible-project
83e9915ee2d700fdd295c1acbfba2b04dab68b2c
0
roles/aws
6,216
[ "no_license" ]
[ { "path": "roles/aws/vars/main.yml", "content": "# Key Pair Name\n# For Jenkins Server -\njen_key: jenkey\n# For EKS Node Groups -\nng_key: ngkey\n\n# Security Group Names\n# For Jenkins Server -\njen_sg_name: JenSG\n# For EKS Node Groups -\nng_sg_name: ngSG\n\n# EKS Cluster Config\neks_cluster_name: web_cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8935, "all_permissive": false }
ansible_role
jhagdu/jensible-project
83e9915ee2d700fdd295c1acbfba2b04dab68b2c
0
roles/jenjobs
6,216
[ "no_license" ]
[ { "path": "roles/jenjobs/vars/main.yml", "content": "# Default Jenkins Installation Path\njenkins_path: /var/lib/jenkins/\n\n# Default Ansible Path for Collections and Roles\nans_path: /root/.ansible/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "path":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 13481, "all_permissive": false }
ansible_role
jhagdu/jensible-project
83e9915ee2d700fdd295c1acbfba2b04dab68b2c
0
roles/jenkins
6,216
[ "no_license" ]
[ { "path": "roles/jenkins/vars/main.yml", "content": "jenkins_plugins:\n - ace-editor\n - ansible\n - ant\n - antisamy-markup-formatter\n - apache-httpcomponents-client-4-api\n - bootstrap4-api\n - bouncycastle-api\n - parameterized-trigger\n - branch-api\n - build-pipeline-plugin\n - build-timeou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4391, "all_permissive": false }
ansible_role
jknecht/devops-demo-environment
b26d723f764a75e1861bcb15e3dc086ddd728782
1
roles/git-repos
6,216
[ "no_license" ]
[ { "path": "roles/git-repos/tasks/main.yml", "content": "---\n- name: Copy demo repository to gitlab directory\n copy: src=demo.git dest=/var/opt/gitlab/git-data/repositories/demo_group owner=git group=git mode=770\n\n- name: Import the demo repository into gitlab\n command: gitlab-rake gitlab:import:repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
jknecht/devops-demo-environment
b26d723f764a75e1861bcb15e3dc086ddd728782
1
roles/gitlab
6,216
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "---\n- name: Download the GitLab repository installation script\n get_url: url=https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh dest=~/gitlab.sh mode=0777\n\n- name: Install the GitLab apt repo\n command: ~/gitlab.sh\n su...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
jknecht/devops-demo-environment
b26d723f764a75e1861bcb15e3dc086ddd728782
1
roles/jdk7
6,216
[ "no_license" ]
[ { "path": "roles/jdk7/tasks/main.yml", "content": "---\n- name: Install Java 1.7\n apt: name=openjdk-7-jdk state=present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
jknecht/devops-demo-environment
b26d723f764a75e1861bcb15e3dc086ddd728782
1
roles/jenkins
6,216
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: Download Jenkins\n get_url: url=http://mirrors.jenkins-ci.org/war/latest/jenkins.war dest=~/jenkins.war\n\n- name: Deploy the war to tomcat\n command: cp ~/jenkins.war /usr/share/tomcat/webapps/jenkins.war\n sudo: True\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
jknecht/devops-demo-environment
b26d723f764a75e1861bcb15e3dc086ddd728782
1
roles/tomcat
6,216
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: add group \"tomcat\"\n group: name=tomcat\n\n- name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n sudo: True\n\n- name: Download Tomcat\n get_url: url=http://archive.apache.org/dist/tomcat/to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
silverMatt92/ansible-config-templating
b607337d6fddd98e91a89b8dc00ac94e129c6076
0
RTR-TEMPLATE/roles/router
6,216
[ "no_license" ]
[ { "path": "RTR-TEMPLATE/roles/router/templates/base.j2", "content": "no service pad\nservice tcp-keepalives-in\nservice tcp-keepalives-out\nservice timestamps debug datetime msec localtime show-timezone\nservice timestamps log datetime msec localtime show-timezone\nservice password-encryption\nservice seque...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1763, "all_permissive": false }
ansible_role
makgab/ansible-aws-server
8dffc29c8d6d311c48250d9a743563db427e14b7
0
roles/basic
6,216
[ "no_license" ]
[ { "path": "roles/basic/files/README.txt", "content": "Put here the files to upload.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/basic/tasks/main.yml", "content": "---\n\n# https://docs.ansible.com/ansible/latest/collections/ansible/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2600, "all_permissive": false }
ansible_role
dominicpacquing/amazonlinux-rstudio-docker
ba1748e33f78e57a86c0caa37615f36611f69636
1
vagrant/ansible-provisioning/roles/common
6,216
[ "no_license" ]
[ { "path": "vagrant/ansible-provisioning/roles/common/tasks/main.yml", "content": "- name: Set authorized key taken from file\n authorized_key:\n user: ec2-user\n state: present\n key: '{{ item }}'\n with_file:\n - public_keys/ec2_user.pub\n\n- name: Copy minio binary\n copy:\n src: minio\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
dominicpacquing/amazonlinux-rstudio-docker
ba1748e33f78e57a86c0caa37615f36611f69636
1
vagrant/ansible-provisioning/roles/python
6,216
[ "no_license" ]
[ { "path": "vagrant/ansible-provisioning/roles/python/tasks/main.yml", "content": "### Python setup\n- name: Install Python\n yum:\n name:\n - \"python2\"\n - \"python{{ python3_install_version }}\"\n state: present\n\n- name: Install python-pip\n yum:\n name:\n - \"python{{ python2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 356, "all_permissive": false }
ansible_role
dominicpacquing/amazonlinux-rstudio-docker
ba1748e33f78e57a86c0caa37615f36611f69636
1
vagrant/ansible-provisioning/roles/ql_common_linux
6,216
[ "no_license" ]
[ { "path": "vagrant/ansible-provisioning/roles/ql_common_linux/tasks/main.yml", "content": "### ql_common_linux\n- name: Ensure epel repo present\n shell:\n amazon-linux-extras install -y epel\n\n- name: Upgrade all security related packages\n yum:\n name: '*'\n state: latest\n security: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/clone
6,216
[ "no_license" ]
[ { "path": "roles/clone/tasks/main.yml", "content": "---\n\n- name: install git (Arch)\n pacman: name=git state=latest\n become: yes\n when: ansible_distribution == \"Archlinux\"\n\n- name: clone repository\n git:\n recursive: yes\n repo: \"{{ repository_url }}\"\n dest: \"{{ site_root }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/django
6,216
[ "no_license" ]
[ { "path": "roles/django/defaults/main.yml", "content": "---\n\nsite_name: \"{{ project_name }}\"\nmedia_file: \"{{ site_root }}/{{ site_name }}/main/fixtures/media.tgz\"\nmedia_root: \"{{ site_root }}/var/media\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 838, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/docker
6,216
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- block:\n\n - name: check if docker is installed (MacOSX)\n stat: path=/usr/local/bin/docker\n register: docker_bin\n\n when: ansible_distribution == \"MacOSX\"\n\n\n- block:\n\n - name: check for downloaded file (MacOSX)\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1522, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/heroku
6,216
[ "no_license" ]
[ { "path": "roles/heroku/tasks/main.yml", "content": "---\n\n- name: check for Heroku\n stat: path=/usr/local/heroku/bin/heroku\n register: which_heroku\n\n- name: install Heroku\n shell: wget -O- https://toolbelt.heroku.com/install.sh | sh\n become: yes\n when: which_heroku.stat.exists == False\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/nginx
6,216
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- block:\n\n - name: install Nginx (Arch)\n pacman: name={{ item }} state=latest\n with_items:\n - nginx\n become: yes\n\n - name: install nginx template\n template:\n src: nginx.conf\n dest: /etc/nginx/nginx....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1589, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/nodejs
6,216
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "---\n\nnode_modules_path: \"{{ venv_dir }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- block:\n\n - name: add nodejs server key\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1439, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/postfix
6,216
[ "no_license" ]
[ { "path": "roles/postfix/templates/crash-mail.sh", "content": "#!/bin/bash\nMAILTO={{ admin_email }}\nMAILFROM=\"crash-mailer\"\nUNIT=$1\n\nEXTRA=\"\"\nfor e in \"${@:2}\"; do\n EXTRA+=\"$e\"$'\\n'\ndone\n\nUNITSTATUS=$(systemctl status $UNIT)\n\nmail -v -s \"Crash mail for unit: $UNIT\" $MAILTO <<EOF\nSta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1508, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/postgresql
6,216
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n# - name: install psycopg2 on host\n# local_action: pip name=psycopg2\n# become: yes\n\n\n- block:\n\n - name: install PostgreSQL (Mac OSX)\n homebrew: name=postgresql\n\n - name: launch at startup\n shell: ln -sfv /usr/loca...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2601, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/rabbitmq
6,216
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n\n- block:\n\n - name: install Rabbitmq\n homebrew: name=rabbitmq\n\n - name: launch at startup\n shell: ln -sfv /usr/local/opt/rabbitmq/*.plist ~/Library/LaunchAgents\n\n - name: launch now\n command: launchctl load ~/Libra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/redis
6,216
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- block:\n\n - name: install Redis\n homebrew: name=redis\n\n - name: launch at startup\n shell: ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents\n\n - name: launch now\n command: launchctl load ~/Library/LaunchAge...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/ruby
6,216
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: install Ruby\n become: yes\n apt: name={{ item }} state=latest\n with_items:\n - ruby\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/shell
6,216
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "- name: get shellrc file\n shell: echo ~/.`basename ${SHELL}`rc\n register: shellrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/sshkey
6,216
[ "no_license" ]
[ { "path": "roles/sshkey/tasks/main.yml", "content": "---\n\n- name: check for SSH key\n stat: path=~/.ssh/id_rsa.pub\n register: ssh_key\n\n- name: create SSH key\n command: ssh-keygen -t rsa -N \"\" -f ~/.ssh/id_rsa\n when: ssh_key.stat.exists == False\n\n- name: add to authorized keys\n authorized_ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/system
6,216
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n\n- block:\n\n - name: check for XCode (MacOSX)\n stat: path=/usr/bin/gcc\n register: xcode\n\n - name: install XCode (MacOSX)\n shell: xcode-select --install\n when: xcode.stat.exists == False\n\n - name: check for Homeb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2321, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/uwsgi
6,216
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yml", "content": "- block:\n\n - name: install uwsgi (Arch)\n pacman: name={{ item }} state=latest\n with_items:\n - uwsgi\n - uwsgi-plugin-python\n become: yes\n\n - name: install uwsgi template\n template:\n src: uwsgi.ini\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1319, "all_permissive": false }
ansible_role
furious-luke/ansible-roles
2dd502a978f534991ea6c61d6dca9acd91eabcc3
1
roles/virtualenv
6,216
[ "no_license" ]
[ { "path": "roles/virtualenv/tasks/patch.yml", "content": "---\n\n- name: determine Python site-packages path\n shell: \"{{ venv_dir }}/bin/python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())'\"\n register: site_packages\n\n- name: list patch files\n shell: ls {{ python_patc...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1817, "all_permissive": false }