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
piter50/rms-pan-azure-hplus-tenant
2995e0cc2c745ce6b34d6b0c2d9d09f9489f64b6
0
ansible/roles/pan-azure-deploy
7,298
[ "no_license" ]
[ { "path": "ansible/roles/pan-azure-deploy/handlers/main.yml", "content": "---\n# handlers file for pan-azure-deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/pan-azure-deploy/tasks/main.yml", "content": "---\n# tasks file fo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3348, "all_permissive": false }
ansible_role
piter50/rms-pan-azure-hplus-tenant
2995e0cc2c745ce6b34d6b0c2d9d09f9489f64b6
0
ansible/roles/pan-basic-config
7,298
[ "no_license" ]
[ { "path": "ansible/roles/pan-basic-config/handlers/main.yml", "content": "---\n# handlers file for rms-pan-azure-hplus-tenant", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/pan-basic-config/vars/main.yml", "content": "---\n# vars...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4140, "all_permissive": false }
ansible_role
KernelPryanic/datanyze
3d0a7007c527e2b00e08e590a9fa94bdc839dc2c
0
provisioning/roles/nginx
7,298
[ "permissive" ]
[ { "path": "provisioning/roles/nginx/tasks/main.yml", "content": "---\n\n- include_vars:\n file: \"{{ vars_path }}\"\n tags: always\n\n#####################\n# Nginx preparation #\n#####################\n\n- name: Add Nginx repo key\n apt_key:\n url: \"http://nginx.org/keys/nginx_signing.key\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": true }
ansible_role
KernelPryanic/datanyze
3d0a7007c527e2b00e08e590a9fa94bdc839dc2c
0
provisioning/roles/sec-updates
7,298
[ "permissive" ]
[ { "path": "provisioning/roles/sec-updates/tasks/main.yml", "content": "---\n\n- include_vars:\n file: \"{{ vars_path }}\"\n tags: always\n\n- name: Install unattended-upgrades\n apt: name=unattended-upgrades state=latest\n register: unattended_installed\n\n- name: Configure updates\n copy: src=10peri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": true }
ansible_role
KernelPryanic/datanyze
3d0a7007c527e2b00e08e590a9fa94bdc839dc2c
0
provisioning/roles/workers
7,298
[ "permissive" ]
[ { "path": "provisioning/roles/workers/templates/app-logs.j2", "content": "{{ log_dir }}/*.log {\n daily\n missingok\n rotate 52\n compress\n delaycompress\n notifempty\n create 640 uwsgi adm\n sharedscripts\n postrotate\n if [ -f ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4061, "all_permissive": true }
ansible_role
yanjieeee/ccc_2020
d633daf6ddc8480354a07f76d2b7dc79fc9f15f4
0
Automatic Deployment/roles/couchdb-install
7,298
[ "no_license" ]
[ { "path": "Automatic Deployment/roles/couchdb-install/tasks/main.yaml", "content": "---\n# - name: Gather facts of remote host\n# setup:\n# gather_subset: all\n\n# - name: checking for proxy env\n# shell: cat /etc/environment\n# register: env_results\n\n# - name: set proxy env\n# tags: always\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3374, "all_permissive": false }
ansible_role
yanjieeee/ccc_2020
d633daf6ddc8480354a07f76d2b7dc79fc9f15f4
0
Automatic Deployment/roles/proxy-env
7,298
[ "no_license" ]
[ { "path": "Automatic Deployment/roles/proxy-env/tasks/main.yaml", "content": "---\n- name: Gather facts of remote host\n setup:\n gather_subset: all\n\n- name: checking for proxy env\n shell: cat /etc/environment\n register: env_results\n\n- name: set proxy env\n tags: always\n become: yes\n linein...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
m-messiah/jb
9ac9f9516c8c1dabbe829e7330cedb31d6d62cfe
0
jdk/roles/open_jdk
7,298
[ "no_license" ]
[ { "path": "jdk/roles/open_jdk/tasks/main.yml", "content": "---\n- include: linux.yml\n when: 'ansible_os_family != \"Windows\"'\n\n- include: windows.yml\n when: 'ansible_os_family == \"Windows\"'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path":...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1656, "all_permissive": false }
ansible_role
m-messiah/jb
9ac9f9516c8c1dabbe829e7330cedb31d6d62cfe
0
jdk/roles/oracle_jdk
7,298
[ "no_license" ]
[ { "path": "jdk/roles/oracle_jdk/tasks/linux.yml", "content": "---\n- name: Add java repo key\n apt_key: id=EEA14886 keyserver=keyserver.ubuntu.com\n- name: Add java repo\n apt_repository: repo='deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main' state=present update_cache=yes\n- name: Licens...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2198, "all_permissive": false }
ansible_role
m-messiah/jb
9ac9f9516c8c1dabbe829e7330cedb31d6d62cfe
0
urlshortener/deploy/roles/nginx
7,298
[ "no_license" ]
[ { "path": "urlshortener/deploy/roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx package\n package: name=nginx\n- name: copy global config\n template: src=nginx.j2 dest=/etc/nginx/nginx.conf\n notify: nginx restart\n- name: copy vhost config\n template: src=vhost.j2 dest=/etc/nginx/con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2444, "all_permissive": false }
ansible_role
m-messiah/jb
9ac9f9516c8c1dabbe829e7330cedb31d6d62cfe
0
urlshortener/deploy/roles/redis
7,298
[ "no_license" ]
[ { "path": "urlshortener/deploy/roles/redis/handlers/main.yml", "content": "---\n- name: redis restart\n service: name={{redis_package}} state=restarted\n notify: restart sentinel\n\n- name: restart sentinel\n systemd: name=redis-sentinel daemon_reload=yes state=restarted\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1734, "all_permissive": false }
ansible_role
m-messiah/jb
9ac9f9516c8c1dabbe829e7330cedb31d6d62cfe
0
urlshortener/deploy/roles/shortener
7,298
[ "no_license" ]
[ { "path": "urlshortener/deploy/roles/shortener/handlers/main.yml", "content": "---\n- name: restart uwsgi\n service: name=uwsgi state=restarted\n notify: check service\n\n- name: check service\n uri:\n url: \"http://localhost:8000\"\n method: POST\n body: \"url=http:%2F%2Fgoogle.com\"\n HEADE...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1733, "all_permissive": false }
ansible_role
Holdfast12/mysql-homework-otus
62b6759694af2c8f3dd5dd90ee1e8708f9fa52e1
0
roles/common
7,298
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: set timezone to Moscow\n timezone:\n name: Europe/Moscow\n\n- name: add local repo address\n ansible.builtin.lineinfile:\n path: /etc/hosts\n line: 10.0.2.2 repo.local\n\n- name: Copy local repo file\n ansible.builtin.copy:\n src: l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
Holdfast12/mysql-homework-otus
62b6759694af2c8f3dd5dd90ee1e8708f9fa52e1
0
roles/install_from_local
7,298
[ "no_license" ]
[ { "path": "roles/install_from_local/tasks/main.yml", "content": "- name: Install packages with non-local repos disabled\r\n ansible.builtin.dnf:\r\n name:\r\n - glibc-langpack-ru\r\n - Percona-Server-server-57\r\n disablerepo: \"appstream,baseos,extras\"\r\n enablerepo: \"local\"\r\n disa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
Holdfast12/mysql-homework-otus
62b6759694af2c8f3dd5dd90ee1e8708f9fa52e1
0
roles/install_from_net
7,298
[ "no_license" ]
[ { "path": "roles/install_from_net/tasks/main.yml", "content": "- name: install percona repo\r\n ansible.builtin.dnf:\r\n name:\r\n - https://repo.percona.com/yum/percona-release-latest.noarch.rpm\r\n state: latest\r\n disable_gpg_check: true\r\n update_cache: yes\r\n install_weak_deps: fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
Holdfast12/mysql-homework-otus
62b6759694af2c8f3dd5dd90ee1e8708f9fa52e1
0
roles/mysql_settings
7,298
[ "no_license" ]
[ { "path": "roles/mysql_settings/tasks/main.yml", "content": "- name: template 01-base.cnf\n template: \n src: 01-base.cnf.j2\n dest: /etc/my.cnf.d/01-base.cnf\n owner: root \n group: root\n mode: 0644\n notify:\n - restart mysql\n\n- name: template 05-binlog.cnf\n template: \n src: 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
aloysius-lim/ansible-elasticsearch
a58fb063d94f98a7a9e44cd8db3d0914016fb367
8
tests/roles/java
7,301
[ "no_license" ]
[ { "path": "tests/roles/java/vars/Debian.yml", "content": "---\njava_package: openjdk-7-jre-headless\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "tests/roles/java/tasks/Debian.yml", "content": "---\n- name: Install Java\n apt: name={{ java...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 233, "all_permissive": false }
ansible_role
certifiedloud/ansible-demo
7fe461c1001bc8652e4dcea071f65f8527465e08
0
roles/webservers
7,301
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yaml", "content": "---\n\n - name: install needed packages\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - apache2\n - mysql-server\n - php5\n - libapache2-mod-php5\n - python-mysqldb\n - php5-mysql\n\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1526, "all_permissive": false }
ansible_role
ibm-client-engineering/solution-aspera-sync
012c7995d377826a8cd28fcd9c049f7d2be076ce
0
resources/ansible/roles/configure-aspera
7,301
[ "permissive" ]
[ { "path": "resources/ansible/roles/configure-aspera/tasks/configure-asperaconfiguration.yml", "content": "- name: Copy aspera configuration template\n ansible.builtin.copy:\n src: ./files/aspera.conf \n dest: /opt/aspera/etc/aspera.conf\n owner: asperadaemon\n group: aspadmins\n mode: '0755'...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3574, "all_permissive": true }
ansible_role
ibm-client-engineering/solution-aspera-sync
012c7995d377826a8cd28fcd9c049f7d2be076ce
0
resources/ansible/roles/install-aspera
7,301
[ "permissive" ]
[ { "path": "resources/ansible/roles/install-aspera/tasks/main.yml", "content": "---\n# tasks file for install-aspera\n- name: Check if Aspera is installed\n block:\n - name: Check if Aspera ascp cli is present\n ansible.builtin.command: \"which ascp\"\n register: ascp_check\n ignore_errors...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": true }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/auto-scaling
7,301
[ "no_license" ]
[ { "path": "roles/auto-scaling/tasks/main.yml", "content": "---\n# roles/auto-scaling/tasks/main.yml\n\n- name: Retrieve current Auto Scaling Group properties\n command: \"aws --region {{ region }} autoscaling describe-auto-scaling-groups --auto-scaling-group-names webapp\"\n register: asg_properties_resul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2726, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/build-ami
7,301
[ "no_license" ]
[ { "path": "roles/build-ami/tasks/main.yml", "content": "---\n# roles/build-ami/tasks/main.yml\n- name: Create AMI\n ec2_ami:\n region: \"{{ region }}\"\n instance_id: \"{{ ec2_id }}\"\n name: \"webapp-{{ ansible_date_time.iso8601 | regex_replace('[^a-zA-Z0-9]', '-') }}\"\n wait: yes\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/create-launch-configuration
7,301
[ "no_license" ]
[ { "path": "roles/create-launch-configuration/tasks/main.yml", "content": "---\n# roles/create-launch-configuration/tasks/main.yml\n\n- name: Create Launch Configuration\n ec2_lc:\n region: \"{{ region }}\"\n name: \"webapp-{{ ansible_date_time.iso8601 | regex_replace('[^a-zA-Z0-9]', '-') }}\"\n im...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/delete-old-amis
7,301
[ "no_license" ]
[ { "path": "roles/delete-old-amis/tasks/main.yml", "content": "---\n# roles/delete-old-amis/tasks/main.yml\n\n- ec2_ami_find:\n region: \"{{ region }}\"\n owner: self\n name: \"webapp-*\"\n sort: name\n sort_end: -10\n register: old_ami_result\n\n- ec2_ami:\n region: \"{{ region }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/delete-old-launch-configurations
7,301
[ "no_license" ]
[ { "path": "roles/delete-old-launch-configurations/tasks/main.yml", "content": "---\n# roles/delete-old-launch-configurations/tasks/main.yml\n\n- lc_find:\n region: \"{{ region }}\"\n name_regex: \"webapp-.*\"\n sort: yes\n sort_end: -10\n register: old_lc_result\n\n- ec2_lc:\n region: \"{{ r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2450, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/deploy
7,301
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n# roles/deploy/tasks/main.yml\n\n- name: Install git\n apt:\n pkg: git\n state: present\n sudo: yes\n\n- name: Create www directory\n file:\n path: /srv/www\n owner: ubuntu\n group: ubuntu\n state: directory\n sudo: yes\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/dns
7,301
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n# roles/dns/tasks/main.yml\n\n- name: Update DNS\n route53:\n command: create\n overwrite: yes\n zone: \"{{ domain }}\"\n record: \"www.{{ domain }}\"\n type: CNAME\n ttl: 300\n value: \"{{ elb_result.elb.dns_name }}\"\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/launch
7,301
[ "no_license" ]
[ { "path": "roles/launch/tasks/main.yml", "content": "---\n# roles/launch/tasks/main.yml\n\n- name: Search for the latest Ubuntu 14.04 AMI\n ec2_ami_find:\n region: \"{{ region }}\"\n name: \"ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-*\"\n owner: 099720109477\n sort: name\n sort_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1018, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/load-balancer
7,301
[ "no_license" ]
[ { "path": "roles/load-balancer/tasks/main.yml", "content": "---\n# roles/load-balancer/tasks/main.yml\n\n- name: Configure Elastic Load Balancers\n ec2_elb_lb:\n region: \"{{ region }}\"\n name: webapp\n state: present\n zones: \"{{ zone }}\"\n connection_draining_timeout: 60\n listeners:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/nginx
7,301
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# roles/nginx/tasks/main.yml\n\n- name: Install Nginx\n apt:\n pkg: nginx\n state: present\n sudo: yes\n\n- name: Configure Nginx\n copy:\n src: nginx.conf\n dest: /etc/sites-enabled/default\n sudo: yes\n\n- name: Enable and start Ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 441, "all_permissive": false }
ansible_role
manicminer/ansible-auto-scaling-tutorial
46ee54cf59c54017601238fd862fd3701ffeb47d
219
roles/terminate
7,301
[ "no_license" ]
[ { "path": "roles/terminate/tasks/main.yml", "content": "---\n# roles/terminate/tasks/main.yml\n- name: Terminate old instance(s)\n ec2:\n instance_ids: \"{{ ec2_id }}\"\n region: \"{{ region }}\"\n state: absent\n wait: yes\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
reoring/ubudevenv
d82bd4438921302f121b404c04079cac77c7544c
0
roles/tools
7,301
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yaml", "content": "---\n\n- name: Download node\n shell: curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -\n\n- name: Install awscli\n shell: pip3 install awscli --upgrade --user\n\n- name: Install node\n apt:\n name: nodejs\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 702, "all_permissive": false }
ansible_role
danielpoonwj/gcp-iac-demo
37742db6d5ab4372afcfb3408e67b8304f5ff242
1
ansible/roles/jenkins-init
7,301
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-init/files/init_scripts/job_dsl_security.groovy", "content": "#!/usr/bin/env groovy\n\n// https://groups.google.com/forum/#!topic/job-dsl-plugin/BT8nEeLoBps\n\nimport jenkins.model.GlobalConfiguration\nimport javaposse.jobdsl.plugin.GlobalJobDslSecurityConfiguration\n\nconfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2020, "all_permissive": false }
ansible_role
chouseknecht/build-conductors
787b202d5de61745e8918c37ed56db41a66caf7d
0
roles/install-requirements
7,301
[ "no_license" ]
[ { "path": "roles/install-requirements/defaults/main.yml", "content": "# install-requirements/main.yml\n---\nansible_container_tag: release-0.9.2\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/install-requirements/tasks/mount-storage.yml"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3486, "all_permissive": false }
ansible_role
chouseknecht/build-conductors
787b202d5de61745e8918c37ed56db41a66caf7d
0
roles/rhel-conductor
7,301
[ "no_license" ]
[ { "path": "roles/rhel-conductor/defaults/main.yml", "content": "# defaults/main.yml\n---\nansible_container_release: '0.9.2'\nrhel_image: 'rhel7:latest'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/rhel-conductor/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 932, "all_permissive": false }
ansible_role
mcjobo/ansible-roles
8a9f9d242db719cf82a8bdd2c47c8a9cf50e9d5d
0
roles/cloud-create-users
7,301
[ "no_license" ]
[ { "path": "roles/cloud-create-users/handlers/main.yml", "content": "---\n# handlers file for cloud-create-users", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/cloud-create-users/tasks/create-user.yml", "content": "- name: \"create the su...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 870, "all_permissive": false }
ansible_role
mcjobo/ansible-roles
8a9f9d242db719cf82a8bdd2c47c8a9cf50e9d5d
0
roles/config_nextcloud
7,301
[ "no_license" ]
[ { "path": "roles/config_nextcloud/tasks/main.yml", "content": "---\n# tasks file for roles/config_nextcloud\n\n- import_tasks: config_nextcloud.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/config_nextcloud/vars/main.yml", "content"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2265, "all_permissive": false }
ansible_role
mcjobo/ansible-roles
8a9f9d242db719cf82a8bdd2c47c8a9cf50e9d5d
0
roles/cont_mariadb
7,301
[ "no_license" ]
[ { "path": "roles/cont_mariadb/defaults/main.yml", "content": "---\n# defaults file for roles/cont_mariadb\n\nLISTEN_PORT: 3306\ncontainer_name: mariadb\nsystemd_TimeoutStartSec: 15\ncontainer_run_as_user: root\ncontainer_run_args: -p {{LISTEN_PORT}}:3306 -v /srv/mariadb2:/config -e PUID=1000 -e PGUID=100...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2168, "all_permissive": false }
ansible_role
mcjobo/ansible-roles
8a9f9d242db719cf82a8bdd2c47c8a9cf50e9d5d
0
roles/cont_nextcloud
7,301
[ "no_license" ]
[ { "path": "roles/cont_nextcloud/vars/main.yml", "content": "---\n# vars file for roles/install_nextcloud", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/cont_nextcloud/defaults/main.yml", "content": "---\n# defaults file for roles/install...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1923, "all_permissive": false }
ansible_role
mcjobo/ansible-roles
8a9f9d242db719cf82a8bdd2c47c8a9cf50e9d5d
0
roles/cont_proxy
7,301
[ "no_license" ]
[ { "path": "roles/cont_proxy/tasks/main.yml", "content": "---\n# tasks file for roles/cont_proxy\n\n- import_tasks: nginx_proxy.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/cont_proxy/tests/test.yml", "content": "---\n- hosts: local...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3295, "all_permissive": false }
ansible_role
mcjobo/ansible-roles
8a9f9d242db719cf82a8bdd2c47c8a9cf50e9d5d
0
roles/init-hetzner-cloud
7,301
[ "no_license" ]
[ { "path": "roles/init-hetzner-cloud/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - init-hetzner-cloud", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/init-hetzner-cloud/handlers/main.yml", "cont...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1104, "all_permissive": false }
ansible_role
mcjobo/ansible-roles
8a9f9d242db719cf82a8bdd2c47c8a9cf50e9d5d
0
roles/install_podman
7,301
[ "no_license" ]
[ { "path": "roles/install_podman/tasks/install_podman.yml", "content": "- name: \"install podman debian\"\n apt:\n name: podman\n state: present\n when: ansible_os_family | lower == 'debian'\n\n- name: \"install podman redhat\"\n dnf:\n name: podman\n state: present\n when: ansible_os_family ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 901, "all_permissive": false }
ansible_role
mcjobo/ansible-roles
8a9f9d242db719cf82a8bdd2c47c8a9cf50e9d5d
0
roles/setup_firewalld
7,301
[ "no_license" ]
[ { "path": "roles/setup_firewalld/defaults/main.yml", "content": "---\n# defaults file for roles/setup_firewalld\n\nfirewalld_open_ports:\n- ssh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/setup_firewalld/tests/test.yml", "content": "-...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 795, "all_permissive": false }
ansible_role
ayaigame/ayai-deploy
c0d402708f3e8e211894d0ff0c9f2c6b0c56f997
0
provisioning/roles/backend
7,301
[ "no_license" ]
[ { "path": "provisioning/roles/backend/vars/main.yml", "content": "---\nproject_name: ayai-backend\nproject_root: /vagrant/ayai-backend\nproject_repo: https://github.com/ayaigame/ayai-backend.git\nbranch: develop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 740, "all_permissive": false }
ansible_role
ayaigame/ayai-deploy
c0d402708f3e8e211894d0ff0c9f2c6b0c56f997
0
provisioning/roles/common
7,301
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n\n- name: update apt cache\n apt: update_cache=yes\n sudo: yes\n\n- name: install add-apt-repository\n apt: pkg=python-software-properties state=latest\n sudo: yes\n\n- name: add updated nginx repo\n apt_repository: repo='deb http:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1685, "all_permissive": false }
ansible_role
ayaigame/ayai-deploy
c0d402708f3e8e211894d0ff0c9f2c6b0c56f997
0
provisioning/roles/frontend
7,301
[ "no_license" ]
[ { "path": "provisioning/roles/frontend/vars/main.yml", "content": "---\nproject_name: ayai-frontend\nproject_root: /vagrant/ayai-frontend\nproject_repo: https://github.com/ayaigame/ayai-frontend.git\nbranch: develop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": false }
ansible_role
the4thdoctor/patroni-pgbackrest-demo
6bc58a693b3ae15fad5da35ce284d94e7e0c5f3d
3
ansible/roles/etcd
7,301
[ "no_license" ]
[ { "path": "ansible/roles/etcd/templates/etcd.service.j2", "content": "[Unit]\nDescription=Etcd Server\nAfter=network.target\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nType=notify\nWorkingDirectory={{etcd_home}}\nEnvironmentFile=-{{etcd_config_file}}\nUser={{etcd_user}}\n# set GO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2962, "all_permissive": false }
ansible_role
the4thdoctor/patroni-pgbackrest-demo
6bc58a693b3ae15fad5da35ce284d94e7e0c5f3d
3
ansible/roles/firewall
7,301
[ "no_license" ]
[ { "path": "ansible/roles/firewall/tasks/main.yml", "content": "---\n- name: Configure the firewall\n firewalld:\n port: \"{{ item }}/tcp\"\n permanent: yes\n state: enabled\n with_items:\n - \"{{etcd_cluster.peer_urls_port}}\"\n - \"{{etcd_cluster.client_url_port}}\"\n - \"{{patroni_conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
the4thdoctor/patroni-pgbackrest-demo
6bc58a693b3ae15fad5da35ce284d94e7e0c5f3d
3
ansible/roles/patroni
7,301
[ "no_license" ]
[ { "path": "ansible/roles/patroni/templates/patroni.yml.j2", "content": "{% set etcd_clients = [] %}\n{% for etcd_member in groups['hosts']%}\n{%set etcd_clients = etcd_clients.append(hostvars[etcd_member]['ansible_default_ipv4']['address']+\":\"+etcd_cluster.client_url_port ) %}\n{% endfor%}\n\nscope: {{pat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6006, "all_permissive": false }
ansible_role
the4thdoctor/patroni-pgbackrest-demo
6bc58a693b3ae15fad5da35ce284d94e7e0c5f3d
3
ansible/roles/pgbackrest
7,301
[ "no_license" ]
[ { "path": "ansible/roles/pgbackrest/templates/ssh_config.j2", "content": "{% for pgbackrest_member in groups['hosts']%}\nHost {{ pgbackrest_member }} \n Hostname {{hostvars[pgbackrest_member]['ansible_default_ipv4']['address']}}\n Port 22\n User {{ pg_os_user }}\n IdentityFile ~/.ssh/{{ pgbackrest_ssh_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3854, "all_permissive": false }
ansible_role
the4thdoctor/patroni-pgbackrest-demo
6bc58a693b3ae15fad5da35ce284d94e7e0c5f3d
3
ansible/roles/postgres
7,301
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "- name: add the gpg key to the rpm repository\n rpm_key:\n state: present\n key: \"{{ pg_dnf_gpg_key }}\"\n\n- name: install the postgresql rpm pgdg repository\n dnf:\n name: \"{{ pg_dnf_repo_url }}\"\n state: present\n\n- name: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
ppp3ppj/ansible-bootcamp
cbb566f221b727f08374c5c2c1d14ceabb73afc0
0
roles/common
7,301
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\nrequired_packages: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install prerequisites\n apt:\n name: aptitude\n u...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
ppp3ppj/ansible-bootcamp
cbb566f221b727f08374c5c2c1d14ceabb73afc0
0
roles/postgresql_old
7,301
[ "no_license" ]
[ { "path": "roles/postgresql_old/tasks/main.yml", "content": "---\n- name: Add postgres repo key\n apt_key:\n url: \"{{ postgresql_apt_key }}\"\n\n- name: Add postgres repo\n apt_repository:\n repo: \"{{ postgresql_apt_repo }}\"\n\n- name: Install required postgres packages\n apt: name={{ item }} st...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 904, "all_permissive": false }
ansible_role
divlv/elk
3626e09173209d358fdf7f1d021e67616fe2e222
0
roles/allow_root_login
7,301
[ "no_license" ]
[ { "path": "roles/allow_root_login/tasks/main.yml", "content": "# Workaround for AWS and others who don't allow ROOT at once:\n# 1-st time it allows to login only as \"ubuntu\" (or other not root) user.\n# It needs just overwrite \"authorized_keys\" file for root user - to allow remote root login.\n# \n# For...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
divlv/elk
3626e09173209d358fdf7f1d021e67616fe2e222
0
roles/elk
7,301
[ "no_license" ]
[ { "path": "roles/elk/files/install_micro.sh", "content": "#!/bin/bash\n#\n# Installing MICRO editor\n#\ncd /usr/bin\ncurl https://getmic.ro | bash\n#", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/elk/files/aliases.sh", "content": "#!/bi...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 6667, "all_permissive": false }
ansible_role
mhamedabdelbar/udapeople-cicd
e7935d1e3e1c4af2fcc2f61c08858fe27759e179
0
.circleci/ansible/roles/deploy
7,301
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"List Dir\"\n shell: |\n ls\n pwd\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
epfl-si/mariadb.ops
d805bb8acc6f97d2a3fcd1f9dc47dfec520ad8d2
0
roles/mariadb_primary
7,301
[ "no_license" ]
[ { "path": "roles/mariadb_primary/tasks/main.yml", "content": "---\n- tags: always\n include_vars: vars/mariadb-vars.yml\n\n# the very first time ansible is executed (or at least untill the DBs are ok), \n# it needs to be with -t mariadb -t mariadb.initialize\n- name: MariaDB_init\n include_tasks:\n fil...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5825, "all_permissive": false }
ansible_role
epfl-si/mariadb.ops
d805bb8acc6f97d2a3fcd1f9dc47dfec520ad8d2
0
roles/mariadb_replica
7,301
[ "no_license" ]
[ { "path": "roles/mariadb_replica/tasks/admin.yml", "content": "---\n- name: \"Read binlog position file\"\n ansible.builtin.shell:\n cmd: \n awk '{printf $3; exit;}' {{ input_backup_dir }}/mariadb_backup_binlog_info\n register: _binlog_filecontent\n tags:\n - mariadb.binlogpos\n\n- name: \"Tra...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4390, "all_permissive": false }
ansible_role
epfl-si/mariadb.ops
d805bb8acc6f97d2a3fcd1f9dc47dfec520ad8d2
0
roles/vm
7,301
[ "no_license" ]
[ { "path": "roles/vm/tasks/vm-os.yml", "content": "---\n\n- name: Update all packages to their latest version\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n tags:\n - never\n - vm.os.upgrade\n\n- name: Convenient packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: pre...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2724, "all_permissive": false }
ansible_role
CodePlayerBox/docker-pi-box
075386b9cb30b90505987a16fe3ba2dfe2225b33
0
playbooks/roles/run-docker
7,301
[ "permissive" ]
[ { "path": "playbooks/roles/run-docker/tasks/run-docker-image.yml", "content": "- name: Start docker image\n command: ./pi_box start\n args:\n chdir: ~/CodePlayerBox/docker-pi-box/script\n register: command_result\n changed_when: False\n#- debug: msg=\"{{ command_result.stdout }}\"\n\n- name: Check do...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 620, "all_permissive": true }
ansible_role
CodePlayerBox/docker-pi-box
075386b9cb30b90505987a16fe3ba2dfe2225b33
0
playbooks/roles/sync-assets
7,301
[ "permissive" ]
[ { "path": "playbooks/roles/sync-assets/tasks/prepare-dirs.yml", "content": "- name: Create directories if needed\n file:\n path: ~/CodePlayerBox/{{item}}\n #owner: user\n #group: user\n #mode: 0755\n state: directory\n with_items: [\"docker-pi-box\"]\n", "license_type": "permissive", "d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 587, "all_permissive": true }
ansible_role
epfl-si/bill2myprint-ops
2c8896ec751ef432db25c0c7a292f30a00a6a780
0
roles/config
7,305
[ "no_license" ]
[ { "path": "roles/config/tasks/k8s/nginx-serviceaccount.yml", "content": "- name: Create nginx/service-account\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: ServiceAccount\n metadata:\n name: ofrf-nginx-service-account\n namespace: \"{{ ope...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 24385, "all_permissive": false }
ansible_role
epfl-si/bill2myprint-ops
2c8896ec751ef432db25c0c7a292f30a00a6a780
0
roles/setup
7,305
[ "no_license" ]
[ { "path": "roles/setup/tasks/vm/app-server.yml", "content": "- name: Move Dockerfile to /app/ofrf\n ansible.builtin.copy:\n src: /app/ofrf/docker/ansible/Dockerfile\n dest: /app/ofrf/Dockerfile\n remote_src: yes\n tags:\n - build_app\n\n\n- name: Build Dockerfile to create app image\n communi...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7780, "all_permissive": false }
ansible_role
NuCivic/ansible-dkan-aws
8ddde528381421c1a90840383824325ddf58bf09
2
roles/dkan_aws_ami/roles/dkan
7,305
[ "no_license" ]
[ { "path": "roles/dkan_aws_ami/roles/dkan/files/dkan-site-setup.sh", "content": "#!/bin/bash\n# ------------------------------------------------------------------\n# [NuCivic] DKAN Site Setup \n# Takes git url and dataset credentials to setup single site. \n# ---------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2708, "all_permissive": false }
ansible_role
NuCivic/ansible-dkan-aws
8ddde528381421c1a90840383824325ddf58bf09
2
roles/dkan_aws_as_cf
7,305
[ "no_license" ]
[ { "path": "roles/dkan_aws_as_cf/README.md", "content": "DKAN AWS AutoScale CloudFormation Role\n=========\n\nSets up creating DKAN instances in AWS using CloudFormation. Sets up an instance with ElasticLoadBalancer in front of an AutoScale Group of EC2 webservers that connect to an RDS instance.\n\nExample ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 21671, "all_permissive": false }
ansible_role
NuCivic/ansible-dkan-aws
8ddde528381421c1a90840383824325ddf58bf09
2
roles/dkan_aws_network
7,305
[ "no_license" ]
[ { "path": "roles/dkan_aws_network/tasks/main.yml", "content": "---\n\n- name: Create the AWS Virtual Private Cloud\n ec2_vpc_net:\n cidr_block: \"{{ vpc.cidr_block }}\"\n name: \"{{ env }}\"\n region: \"{{ region }}\"\n state: present\n tags: \"{{ vpc.tags }}\"\n register: ec2_vpc_net_out\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4410, "all_permissive": false }
ansible_role
DanielPG25/practica_servidordhcp_ansible
6decf5d4ba2379f97334dd15b8a024f24233a95a
0
roles/servidor
7,305
[ "no_license" ]
[ { "path": "roles/servidor/tasks/main.yaml", "content": "- name: \"Instala los paquetes necesarios\"\n apt:\n pkg:\n - isc-dhcp-server\n - iptables\n- name: \"Cambiar la plantilla de network/interfaces\"\n template:\n src: interfaces\n dest: /etc/network/interfaces\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1095, "all_permissive": false }
ansible_role
lagm777/fzt-iiab
2577f001f5b28ceae87646f092e3be420050ca51
0
roles/network
7,305
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "- name: Copia de archivos al template de iiab\n copy: src={{ item.src }}\n dest={{ item.dest }}\n owner=root\n mode={{ item.mode }}\n with_items:\n - { src: 'dhcpd-iiab.conf.j2-g', dest: '/opt/iiab/iiab/roles/network/templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1547, "all_permissive": false }
ansible_role
WitoldJnc/ansible-multiple-inventory-layout
cbff2c8ca05db00666267e5103845524e8f75843
0
roles/hello
7,305
[ "no_license" ]
[ { "path": "roles/hello/templates/helloapp.service.j2", "content": "[Unit]\nAfter=network-online.target\n\n[Service]\nType=simple\nWorkingDirectory=/{{ destFolder }}/app/{{ service.hello.name }}\nRestart=on-abort\n\nExecStart=/usr/bin/java \\\n#-Xmx1024M \\\n-Dcom.sun.management.jmxremote \\\n-jar {{ service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1197, "all_permissive": false }
ansible_role
dmccuk/vm_customisation
20aee0a23106655e1be61ce44130af3a4108b271
5
roles/common
7,305
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: include the common variables\n include_vars:\n file: group_vars/common\n\n- name: set the facts we need\n set_fact:\n env: \"{{ inventory_hostname[4] }}\"\n role: \"{{ inventory_hostname[7:10] }}\"\n zone: \"{{ inventory_hostna...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2192, "all_permissive": false }
ansible_role
dmccuk/vm_customisation
20aee0a23106655e1be61ce44130af3a4108b271
5
roles/dba
7,305
[ "no_license" ]
[ { "path": "roles/dba/tasks/packages.yml", "content": "---\n- name: install {{ role }} packages\n yum:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/dba/tasks/user...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 3058, "all_permissive": false }
ansible_role
dmccuk/vm_customisation
20aee0a23106655e1be61ce44130af3a4108b271
5
roles/environment
7,305
[ "no_license" ]
[ { "path": "roles/environment/vars/main.yml", "content": "---\n# vars file for environment\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/environment/templates/environment.j2", "content": "---\nenvironment information:\n\n env: {{ env ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 509, "all_permissive": false }
ansible_role
dmccuk/vm_customisation
20aee0a23106655e1be61ce44130af3a4108b271
5
roles/web
7,305
[ "no_license" ]
[ { "path": "roles/web/tasks/users.yml", "content": "---\n- name: create common users\n debug:\n msg: This playbook created the common users and groups\n\n- name: setup Test environment users for {{ role }} role\n block:\n\n - name: add the {{ role }} groups\n group:\n name: \"{{ item.name...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1586, "all_permissive": false }
ansible_role
bertvv/vagrant-example
9fb65f7316b1df8558cd8adaec92cc33be028654
2
ansible/roles/common
7,305
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# Disable IPv6: http://wiki.centos.org/FAQ/CentOS6\n- name: Disable IPv6 (1)\n command: echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6\n\n- name: Disable IPv6 (2)\n command: echo 1 | sudo tee /proc/sys/net/ipv6/conf/default/disa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
bertvv/vagrant-example
9fb65f7316b1df8558cd8adaec92cc33be028654
2
ansible/roles/db
7,305
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n# db/tasks/main.yml\n- name: Install MySQL\n yum: pkg={{item}} state=installed\n with_items:\n - mysql\n - mysql-server\n - MySQL-python\n\n- name: Start MySQL service\n service: name=mysqld state=running enabled=yes\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
bertvv/vagrant-example
9fb65f7316b1df8558cd8adaec92cc33be028654
2
ansible/roles/web
7,305
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "---\n# web/tasks/main.yml\n- name: Install Apache\n yum: pkg={{item}} state=installed\n with_items:\n - httpd\n - php\n - php-xml\n - php-mysql\n\n- name: Start Apache service\n service: name=httpd state=running enabled=yes\n\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
Victorbnd/ansible-microservice
1fe0decd9433f42e6a91bc2900521b919cb409f2
0
ansible/roles/python
7,305
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/main.yml", "content": "---\r\n\r\n- name: Install python3\r\n yum: \r\n name: python3\r\n state: latest\r\n\r\n- name: Pip install\r\n yum: \r\n name: python3-pip\r\n state: latest\r\n\r\n- name: Flask install\r\n command: pip3 install Flask\r\n\r\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
trupti-08/ansible_case_study
00767409405215cfd81c074e793bebceac7e7f09
0
roles/apache
7,305
[ "no_license" ]
[ { "path": "roles/apache/tasks/configure.yml", "content": "---\n- name: copy the html file\n become: true\n copy:\n src: sample.html\n dest: /var/www/html/index.html\n notify:\n - restart the apache web server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 259, "all_permissive": false }
ansible_role
trupti-08/ansible_case_study
00767409405215cfd81c074e793bebceac7e7f09
0
roles/java
7,305
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: install java \n become: true\n apt: \n name: openjdk-17-jdk \n state: present\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
trupti-08/ansible_case_study
00767409405215cfd81c074e793bebceac7e7f09
0
roles/nginx
7,305
[ "no_license" ]
[ { "path": "roles/nginx/tasks/install.yml", "content": "---\n- name: Install nginx\n become: true\n apt:\n name: nginx\n update_cache: yes\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
alexcr-telecom/ansible-asterisk
9eaf8a6ea215a34dc707991b85d4dde6e3cc41ea
0
asterisk/roles/asterisk-ubuntu-15
7,305
[ "no_license" ]
[ { "path": "asterisk/roles/asterisk-ubuntu-15/templates/adsi.conf.j2", "content": ";\n; Sample ADSI Configuration file\n;\n[intro]\nalignment = center\ngreeting => Welcome to the\ngreeting => Asterisk\ngreeting => Open Source PBX\ngreeting => http://asterisk-service.com\n\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 125266, "all_permissive": false }
ansible_role
alexcr-telecom/ansible-asterisk
9eaf8a6ea215a34dc707991b85d4dde6e3cc41ea
0
asterisk/roles/freepbx
7,305
[ "no_license" ]
[ { "path": "asterisk/roles/freepbx/templates/manager.conf.j2", "content": ";\n; AMI - The Asterisk Manager Interface\n;\n; Third party application call management support and PBX event supervision\n;\n; This configuration file is read every time someone logs in\n;\n; Use the \"manager show commands\" at the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 14962, "all_permissive": false }
ansible_role
datamove/practice-repo-Ozon-F20
52780c85379daa17452151445d54d05353d59d29
2
tutorials/ansible/roles/docker
7,304
[ "no_license" ]
[ { "path": "tutorials/ansible/roles/docker/tasks/main.yml", "content": "- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
datamove/practice-repo-Ozon-F20
52780c85379daa17452151445d54d05353d59d29
2
tutorials/ansible/roles/users
7,304
[ "no_license" ]
[ { "path": "tutorials/ansible/roles/users/tasks/main.yml", "content": "---\n# create users\n- debug: msg=\"students are {{ user_data }}\"\n\n- name: create group\n group:\n name: students\n state: present\n\n- name: Add user accounts\n user:\n name: \"{{ item }}\"\n shell: /bin/bash\n home: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 835, "all_permissive": false }
ansible_role
mraaroncruz/dbpm
7bb1890ea2fb462aaa98b1ba84159527fe19593b
1
deploy/roles/app
7,304
[ "no_license" ]
[ { "path": "deploy/roles/app/templates/service.conf.j2", "content": "description \"app monitoring script for {{app_name}}\"\n\n#start on (local-filesystems and net-device-up IFACE=eth0)\n#stop on shutdown\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nrespawn\nrespawn limit 5 60 #try 5 times within...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2513, "all_permissive": false }
ansible_role
mraaroncruz/dbpm
7bb1890ea2fb462aaa98b1ba84159527fe19593b
1
deploy/roles/nginx
7,304
[ "no_license" ]
[ { "path": "deploy/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt: name=nginx state=present\n\n- name: Copy nginx configuration for app\n template: src=app.conf dest=/etc/nginx/sites-enabled/{{app_name}}.conf\n notify: restart nginx\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
parth-nikam/nginx_system_dashboard
92bdf11e6200cf2c48472e77a6ccb53fc250e738
0
roles/vm1
7,304
[ "no_license" ]
[ { "path": "roles/vm1/templates/elasticsearch.yml.j2", "content": "cluster.name: my-elk-cluster\nnode.name: node-1\nnetwork.host: 192.168.64.20\nhttp.port: 9200\ndiscovery.seed_hosts: [\"192.168.64.20\", \"192.168.64.19\", \"192.168.64.21\"]\ncluster.initial_master_nodes: [\"node-1\"]\npath.data: /var/lib/el...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4440, "all_permissive": false }
ansible_role
parth-nikam/nginx_system_dashboard
92bdf11e6200cf2c48472e77a6ccb53fc250e738
0
roles/vm2
7,304
[ "no_license" ]
[ { "path": "roles/vm2/tasks/main.yml", "content": "- name: Update apt packages\n apt:\n update_cache: yes\n\n- name: Install default JRE\n apt:\n name: default-jre\n state: present\n\n- name: Add Elastic GPG key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2808, "all_permissive": false }
ansible_role
MikhailKalikin/ansible-role-jupyterhub-install
c3dd0f91a5b3ec1844c2344bee100b45326f9ca5
1
roles/jupyterhub_install
7,304
[ "permissive" ]
[ { "path": "roles/jupyterhub_install/templates/delete-sessions.service.j2", "content": "[Unit]\nDescription=Delete sessions\nWants=network.target\nAfter=network.target\n\n[Service]\nType=simple\nUser=root\n#WorkingDirectory=/opt/tljh # рабочая директория (каталог)\nExecStart=/usr/bin/python3 /opt/tljh/delet...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 21409, "all_permissive": true }
ansible_role
mahmooddarab/ansible-copyTOansible
b1a3d918d242f31f110db857054a9c9f211dfda6
0
roles/myproj
7,304
[ "no_license" ]
[ { "path": "roles/myproj/tasks/main.yaml", "content": "- name: --------fetch modual -------\n fetch:\n src: /home/myfile.txt\n dest: /home\n tags: copy_mod\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
gdim76/node-deploy
f2e4bcfc320e35443ba2a28d5e7401b4194f5790
0
roles/build_control_docker
7,304
[ "no_license" ]
[ { "path": "roles/build_control_docker/tasks/main.yml", "content": "---\n# Build control node for nodes with dockers containers \n\n- name: build node\n command: \n cmd: make\n chdir: \"{{ hostvars.localhost.ansible_facts.user_dir }}/node/node-ml/\" \n\n- name: create node_info directory\n file: path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 836, "all_permissive": false }
ansible_role
gdim76/node-deploy
f2e4bcfc320e35443ba2a28d5e7401b4194f5790
0
roles/build_managed_docker
7,304
[ "no_license" ]
[ { "path": "roles/build_managed_docker/tasks/main.yml", "content": "---\n- name: create remote path\n file: path=\"{{ ansible_user_dir }}/node/node-ml/test-node/ state=directory\"\n\n- name: copy Main.cake\n copy:\n src: \"{{ hostvars.localhost.ansible_facts.user_dir }}/node/node-ml/Main.cake\"\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5694, "all_permissive": false }
ansible_role
gdim76/node-deploy
f2e4bcfc320e35443ba2a28d5e7401b4194f5790
0
roles/common
7,304
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install prerequirements \n ansible.builtin.apt: \n name: \"{{ item }}\"\n with_items:\n - liblz4-dev\n - libbz2-dev\n - zlib1g-dev\n - libsnappy-dev\n - libjemalloc-dev\n - libzstd-dev\n - virtualenv\n - make\n - build-essential...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2772, "all_permissive": false }
ansible_role
gdim76/node-deploy
f2e4bcfc320e35443ba2a28d5e7401b4194f5790
0
roles/control_docker
7,304
[ "no_license" ]
[ { "path": "roles/control_docker/tasks/main.yml", "content": "---\n- name: up node containers\n command:\n cmd: docker-compose -p {{ item.1.name }} up -d \n chdir: \"{{ item.0 }}\"\n loop: \"{{ temp_path|zip(nodes)|list }}\"\n tags:\n - up\n - initial_run\n - rebuild\n - reload_api\n\n- name: up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1560, "all_permissive": false }
ansible_role
gdim76/node-deploy
f2e4bcfc320e35443ba2a28d5e7401b4194f5790
0
roles/docker
7,304
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: install required packages\n ansible.builtin.apt: \n name: \"{{ item }}\"\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: add gpg key\n shell: curl -fsSL https://download...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1154, "all_permissive": false }
ansible_role
gdim76/node-deploy
f2e4bcfc320e35443ba2a28d5e7401b4194f5790
0
roles/gosts
7,304
[ "no_license" ]
[ { "path": "roles/gosts/tasks/main.yml", "content": "---\n- name: check that the build exists\n stat:\n path: \"{{ ansible_user_dir }}/node/node-ml/crypto/ffi/engine/build\"\n get_attributes: no\n get_checksum: no\n get_mime: no\n register: check_build\n\n- name: clone gosts \n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1144, "all_permissive": false }
ansible_role
gdim76/node-deploy
f2e4bcfc320e35443ba2a28d5e7401b4194f5790
0
roles/local_tmp
7,304
[ "no_license" ]
[ { "path": "roles/local_tmp/templates/docker-compose-local.j2", "content": "version: \"3.9\"\n\nservices:\n node:\n image: nodeml/dev:latest\n logging: \n driver: loki\n options:\n loki-url: \"http://localhost:3100/loki/api/v1/push\"\n loki-max-backoff: 5s\n loki-externa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7205, "all_permissive": false }
ansible_role
gdim76/node-deploy
f2e4bcfc320e35443ba2a28d5e7401b4194f5790
0
roles/predeploy
7,304
[ "no_license" ]
[ { "path": "roles/predeploy/tasks/main.yml", "content": "---\n\n- name: check that the node exists\n stat:\n path: \"{{ ansible_user_dir }}/node/\"\n get_attributes: no\n get_checksum: no\n get_mime: no\n register: check_node\n\n- name: Create node directory\n file:\n path: \"{{ ansible_use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1352, "all_permissive": false }
ansible_role
rhuss/ansible-container-demo
05f19afa592d5f9ecbcacc8f986b2429005bca17
1
roles/hello-world
7,304
[ "no_license" ]
[ { "path": "roles/hello-world/tasks/main.yml", "content": "---\n- name: Create \"hello world\" HTML page\n copy:\n content: \"<html><body><h1>Hello Ansible Container !</h1></body></html>\"\n dest: /static/index.html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
rajeshpeta/Accenture-ccd-deployment
7f413c1658b2c3d0030ed2e356c535722dd6d933
0
roles/aws-cli
7,304
[ "no_license" ]
[ { "path": "roles/aws-cli/tasks/main.yml", "content": "- name: install awscli\n become: yes\n apt: name=awscli state=present \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }