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
odennav/wordpress-mariadb-helm
e5e561daef6f04419675ab75ac6e0753a94d29be
2
k8s/roles/k8s_base
68
[ "no_license" ]
[ { "path": "k8s/roles/k8s_base/tasks/main.yml", "content": "\n- name: Set up base config for k8s master and node\n tags:\n - k8s_base\n - k8s_master\n - k8s_node\n block:\n - name: Disable SWAP K8S will not work with swap enabled (1/2)\n command: swapoff -a\n when: ansible_swaptotal_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1857, "all_permissive": false }
ansible_role
odennav/wordpress-mariadb-helm
e5e561daef6f04419675ab75ac6e0753a94d29be
2
k8s/roles/k8s_helm_charts
68
[ "no_license" ]
[ { "path": "k8s/roles/k8s_helm_charts/tasks/main.yml", "content": "- name: Set up Kubernetes applications\n become: false\n tags:\n - k8s_master\n block:\n - name: Install nfs-subdir-external-provisioner repo\n kubernetes.core.helm_repository:\n name: nfs-subdir-external-provisioner\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 787, "all_permissive": false }
ansible_role
mohamedShakerr/Cloud-DevOps
99e4162f3c2d0e972141d3bb082759386c56658e
0
Enabling-Continuous-Delivery-With-Pipeline-Deployment/Ex2/roles/setup
68
[ "no_license" ]
[ { "path": "Enabling-Continuous-Delivery-With-Pipeline-Deployment/Ex2/roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"nstall dependencies NodeJS a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
aengusrooney/ud_ansible
75be1034d0e65592aa3253dbfc5aad64086094b5
0
utils/roles/bootstrap_ansible
68
[ "no_license" ]
[ { "path": "utils/roles/bootstrap_ansible/defaults/main.yml", "content": "---\n#epel_repo_url: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\"\nepel_repo_url: \"http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\"\nepel_repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1251, "all_permissive": false }
ansible_role
aengusrooney/ud_ansible
75be1034d0e65592aa3253dbfc5aad64086094b5
0
utils/roles/build_tools
68
[ "no_license" ]
[ { "path": "utils/roles/build_tools/tasks/main.yml", "content": "---\n# Install and configure build tools.\n\n- name: install gcc\n yum: name=gcc\n state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
jpstacey/tiny-drupal-ansible
92380be5ca608024bea093bba0e09d954a5b32bd
0
provisioning/roles/database
68
[ "no_license" ]
[ { "path": "provisioning/roles/database/tasks/main.yml", "content": "- name: Configure.\n with_first_found:\n - \"../../../vars/drupal.yml\"\n include_vars: \"{{ item }}\"\n\n- name: 1. install MySQL Server\n apt: name=mysql-server state=present\n\n- name: 2. install MySQL Client\n apt: name=mysql-cli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
jpstacey/tiny-drupal-ansible
92380be5ca608024bea093bba0e09d954a5b32bd
0
provisioning/roles/drupal
68
[ "no_license" ]
[ { "path": "provisioning/roles/drupal/tasks/main.yml", "content": "# @file\n# Drupal-related tasks: database dump etc.\n\n- name: Configure.\n with_first_found:\n - \"../../../vars/drupal.yml\"\n include_vars: \"{{ item }}\"\n\n- name: Install composer.\n shell: curl -sS https://getcomposer.org/install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1406, "all_permissive": false }
ansible_role
jpstacey/tiny-drupal-ansible
92380be5ca608024bea093bba0e09d954a5b32bd
0
provisioning/roles/drush
68
[ "no_license" ]
[ { "path": "provisioning/roles/drush/tasks/main.yml", "content": "- name: Clone Drush\n git:\n repo: https://github.com/drush-ops/drush.git\n dest: /usr/local/share/drush\n\n- name: Ensure PHP ext-dom installed, for Drush/phpunit.\n apt: name=php5.6-xml state=present\n\n- name: Ensure PHP ext-mbstrin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 625, "all_permissive": false }
ansible_role
jpstacey/tiny-drupal-ansible
92380be5ca608024bea093bba0e09d954a5b32bd
0
provisioning/roles/install
68
[ "no_license" ]
[ { "path": "provisioning/roles/install/tasks/main.yml", "content": "- name: Configure.\n with_first_found:\n - \"../../../vars/drupal.yml\"\n include_vars: \"{{ item }}\"\n\n- name: Install Drupal site.\n shell: >\n /var/www/vendor/bin/drush si -y \\\n {{ install.profile }} --account-mail=\"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
jpstacey/tiny-drupal-ansible
92380be5ca608024bea093bba0e09d954a5b32bd
0
provisioning/roles/server
68
[ "no_license" ]
[ { "path": "provisioning/roles/server/tasks/main.yml", "content": "- name: Install locale before Ondrej's repository, to avoid UTF errors.\n apt: name=language-pack-en state=present update_cache=yes\n\n- name: Add PHP 5.6/7.x repository\n apt_repository: repo='ppa:ondrej/php'\n\n- name: Update apt cache\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
jpstacey/tiny-drupal-ansible
92380be5ca608024bea093bba0e09d954a5b32bd
0
provisioning/roles/webserver
68
[ "no_license" ]
[ { "path": "provisioning/roles/webserver/tasks/main.yml", "content": "- name: Configure.\n with_first_found:\n - \"../../../vars/drupal.yml\"\n include_vars: \"{{ item }}\"\n\n- name: Install Apache.\n apt: name=apache2 state=present\n\n- name: Install PHP module for Apache.\n apt: name=libapache2-mod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 991, "all_permissive": false }
ansible_role
linoleparquet/portfolio-project
1ecdb6a1bd2637451d2799ebe6c62c7bb4369ff8
0
ansible/roles/argo
68
[ "no_license" ]
[ { "path": "ansible/roles/argo/tasks/main.yml", "content": "# TODO: sudo cp /etc/rancher/k3s/k3s.yaml ~/.kube/config\n# sudo chown vagrant:vagrant ~/.kube/config\n\n- name: Ensure python3 is installed\n become: yes\n ansible.builtin.apt:\n name:\n - python3\n - python3-pip\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
linoleparquet/portfolio-project
1ecdb6a1bd2637451d2799ebe6c62c7bb4369ff8
0
ansible/roles/lior
68
[ "no_license" ]
[ { "path": "ansible/roles/lior/tasks/main.yaml", "content": "- name: Create Namespace lior\n kubernetes.core.k8s:\n name: lior\n api_version: v1\n kind: Namespace\n state: present\n kubeconfig: /etc/rancher/k3s/k3s.yaml\n\n- name: Deploy Lior on k3s cluster\n kubernetes.core.k8s:\n kubeco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2256, "all_permissive": false }
ansible_role
taislapta/ansible-playbooks
f2f9584f92c901e5ed79a4ff49df579e24c09aef
0
syslog/roles/syslog
68
[ "no_license" ]
[ { "path": "syslog/roles/syslog/tasks/main.yml", "content": "---\n# tasks file for syslog\n- name: start and enable rsyslog\n service:\n name: rsyslog\n state: started\n enabled: yes\n\n- name: copy configuration file\n copy:\n src: 99-remote.conf\n dest: /etc/rsyslog.d/99-remote.conf\n o...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 484, "all_permissive": false }
ansible_role
Maslovss/AnsibleInstallDocker
3372eae34f1bf11ffcd4c980c630bb216bc4d424
0
roles/docker-install
68
[ "no_license" ]
[ { "path": "roles/docker-install/tasks/install-CentOS.yml", "content": "---\n# Install Dcoker Ce on CentOS, Red Hat\n# Tested on CentOS 8, AWS Red Hat Enterprise Linux 8.4 (Ootpa)\n\n- name: Install yum-utils\n yum:\n name: yum-utils\n state: latest\n\n- name: \n shell: yum-config-manager --add-repo=...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3517, "all_permissive": false }
ansible_role
Maslovss/AnsibleInstallDocker
3372eae34f1bf11ffcd4c980c630bb216bc4d424
0
roles/docker-remove
68
[ "no_license" ]
[ { "path": "roles/docker-remove/tasks/main.yml", "content": "---\n# tasks file for docker-install\n- name: OS falimy\n debug:\n msg: \"os fam={{ ansible_os_family }} ansible_distribution = {{ ansible_distribution}}\"\n\n- include_tasks: remove-Ubuntu.yml\n when: ansible_distribution == 'Ubuntu' and de...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1556, "all_permissive": false }
ansible_role
Maslovss/AnsibleInstallDocker
3372eae34f1bf11ffcd4c980c630bb216bc4d424
0
roles/start_jenkins
68
[ "no_license" ]
[ { "path": "roles/start_jenkins/tasks/main.yml", "content": "---\n# tasks file for start_jenkins\n\n- name: Pull Jenkins docker image \n docker_image:\n name: \"{{ jenkins_image_name }}\"\n source: pull\n\n- name: Check Jenkins folder\n file:\n path: \"{{ jenkins_folder }}\"\n mode: 0777\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1137, "all_permissive": false }
ansible_role
nachogarcia/shitsquare
2a39b724ed6dd2137456a47fd2d4cedca590abdb
2
deploy/roles/backports
68
[ "no_license" ]
[ { "path": "deploy/roles/backports/tasks/main.yml", "content": "---\n- name: configure debian backports\n apt_repository:\n repo=\"deb http://http.debian.net/debian {{ ansible_distribution_release }}-backports main\"\n state=present\n filename=\"backports\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
nachogarcia/shitsquare
2a39b724ed6dd2137456a47fd2d4cedca590abdb
2
deploy/roles/node.js
68
[ "no_license" ]
[ { "path": "deploy/roles/node.js/tasks/main.yml", "content": "- name: add nodesource key\n apt_key:\n url=\"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\"\n\n- name: add nodesource repository\n apt_repository:\n repo=\"{{ item }}\"\n state=present\n with_items:\n - \"deb https://deb.no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
nachogarcia/shitsquare
2a39b724ed6dd2137456a47fd2d4cedca590abdb
2
deploy/roles/postgresql
68
[ "no_license" ]
[ { "path": "deploy/roles/postgresql/tasks/change_data_directory.yml", "content": "---\n- name: create data directory\n file:\n path=\"{{ postgresql_data_directory }}\"\n owner=postgres\n group=postgres\n mode=0700\n state=directory\n\n- name: drop previous cluster\n shell: pg_dropcluster --s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 610, "all_permissive": false }
ansible_role
nachogarcia/shitsquare
2a39b724ed6dd2137456a47fd2d4cedca590abdb
2
deploy/roles/shitsquare
68
[ "no_license" ]
[ { "path": "deploy/roles/shitsquare/tasks/main.yml", "content": "---\n- name: install postgis\n apt:\n pkg: postgis\n state: present\n\n- name: create database\n become: yes\n become_user: postgres\n postgresql_db:\n name: \"{{ shitsquare_database }}\"\n state: present\n\n- name: create datab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
C-E-S-3/IacMan
b2cd290500735daba52af334442b5c53c4b56eac
0
roles/offsec_tools
68
[ "permissive" ]
[ { "path": "roles/offsec_tools/tasks/main.yml", "content": "---\n- name: Create directory for tools\n become: true\n file:\n path: /opt/offsec_tools\n state: directory\n mode: '0755'\n\n- name: Download Responder repository from GitHub\n become: true\n git:\n repo: https://github.com/lgandx/R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 922, "all_permissive": true }
ansible_role
romiksh/Ansible_AWS
f98eb651ac0a93762e037b59c9d66bef2557bbf2
0
roles/Create_EC2
68
[ "no_license" ]
[ { "path": "roles/Create_EC2/vars/main.yml", "content": "---\nami_id : ami-d74be5b8\nins_name : AnsibeAWSinst\n#region : eu-central-1\nproject_name : \"{{ env }}\"\nec2_group: ec2nginx\nhostpath: \"./inventory/hosts\"\napp_code_user: \"ec2-user\" # remote user\nhoststring: \"ansible_ssh_user=ec2-user\"\niam_...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3088, "all_permissive": false }
ansible_role
romiksh/Ansible_AWS
f98eb651ac0a93762e037b59c9d66bef2557bbf2
0
roles/Create_ECS
68
[ "no_license" ]
[ { "path": "roles/Create_ECS/tasks/main.yml", "content": "---\n- include_vars: vault.yml\n- name: Start IAM Role\n import_tasks: iam_role.yml\n- name: Start Firewall\n import_tasks: firewall.yml\n- name: Start KEY SSH\n import_tasks: key_ssh.yml\n- name: Start Setup ESC1\n import_tasks: ecs1.yml\n- name...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5916, "all_permissive": false }
ansible_role
romiksh/Ansible_AWS
f98eb651ac0a93762e037b59c9d66bef2557bbf2
0
roles/ECS_Jenkins
68
[ "no_license" ]
[ { "path": "roles/ECS_Jenkins/tasks/ecs.yml", "content": "---\n- name: Start Setup ESC\n ecs_cluster:\n aws_access_key : \"{{ access_key }}\"\n aws_secret_key : \"{{ secret_key }}\"\n region: \"{{ region }}\"\n name: \"{{ cluster_name }}\"\n state: present\n- ec2:\n aws_access_key : \"{{ ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3069, "all_permissive": false }
ansible_role
romiksh/Ansible_AWS
f98eb651ac0a93762e037b59c9d66bef2557bbf2
0
roles/Install_AWS_codedeploy_agent
68
[ "no_license" ]
[ { "path": "roles/Install_AWS_codedeploy_agent/templates/script.j2", "content": "#!/bin/bash\n\nsudo yum update\nsudo yum install ruby -y\nsudo yum install wget -y\ncd /home/{{app_code_user}}\nwget https://aws-codedeploy-{{region}}.s3.amazonaws.com/latest/install\nchmod +x ./install\nsudo ./install auto\n\n"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 945, "all_permissive": false }
ansible_role
romiksh/Ansible_AWS
f98eb651ac0a93762e037b59c9d66bef2557bbf2
0
roles/Install_httpd
68
[ "no_license" ]
[ { "path": "roles/Install_httpd/tasks/main.yml", "content": "---\n- name: \"Start Install Apache WEB\"\n import_tasks: setup_httpd.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/Install_httpd/tasks/setup_httpd.yml", "content": "-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 432, "all_permissive": false }
ansible_role
romiksh/Ansible_AWS
f98eb651ac0a93762e037b59c9d66bef2557bbf2
0
roles/Prepare_CodeDeploy
68
[ "no_license" ]
[ { "path": "roles/Prepare_CodeDeploy/templates/Jenkins_job.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description></description>\n <keepDependencies>false</keepDependencies>\n <properties/>\n <scm class=\"hudson.plugins.git.GitSCM\" plugin=\"git@3.6.4\">\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3289, "all_permissive": false }
ansible_role
romiksh/Ansible_AWS
f98eb651ac0a93762e037b59c9d66bef2557bbf2
0
roles/task_CodeCommit
68
[ "no_license" ]
[ { "path": "roles/task_CodeCommit/tasks/newpage_repo.yml", "content": "---\n - name: \"Copy New Page\"\n template:\n src: index.j2\n dest: \"{{ path }}/{{ repo_name }}/index.html\"\n delegate_to: localhost\n\n - name: \"Push...\"\n shell: |\n cd \"{{ path }}/{{ repo_name }}\"\n git ad...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 3480, "all_permissive": false }
ansible_role
Websoft9Archive/ansible-moodle
7b34a0e47e8daa03210a4c978526fa3d20901ac8
1
roles/moodle
67
[ "no_license" ]
[ { "path": "roles/moodle/defaults/main.yml", "content": "#Web服务器:apache | nginx,通过交互式选择获取\r\nmoodle_webs: apache\r\n\r\nmoodle_vhost_dir: /etc/httpd/vhost\r\nmoodle_vhost_src: vhost.conf\r\nmoodle_service: httpd\r\nmoodle_owner: apache\r\nmoodle_db_password: \"<PASSWORD>\"\r\nmoodle_name: \"moodle\"\r\nmoodl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4378, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
old/roles/mysql
67
[ "no_license" ]
[ { "path": "old/roles/mysql/files/my.cnf", "content": "# Generated by Percona Configuration Wizard (http://tools.percona.com/) version REL5-20120208\n# Configuration name rosawp generated for <EMAIL> at 2014-09-05 13:16:42\n# Adapted manually by <NAME>\n\n[client]\n\n# CLIENT #\nport ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2294, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
old/roles/php-fpm
67
[ "no_license" ]
[ { "path": "old/roles/php-fpm/tasks/main.yml", "content": "---\n\n- name: install php-fpm\n apt: pkg=php5-fpm state=installed\n\n- name: disable cgi.fix_pathinfo for security reasons\n lineinfile: dest=/etc/php5/fpm/php.ini regexp='^;?cgi\\.fix_pathinfo=' line='cgi.fix_pathinfo=0'\n notify: reload php-fpm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 811, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
old/roles/rosanussbaum.com
67
[ "no_license" ]
[ { "path": "old/roles/rosanussbaum.com/meta/main.yml", "content": "---\n\ndependencies:\n - { role: common }\n - { role: nginx }\n - { role: knownhost-horner }\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "old/roles/rosanussbaum.com/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 744, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
old/roles/wordpress
67
[ "no_license" ]
[ { "path": "old/roles/wordpress/tasks/new.yml", "content": "---\n#TODO: finish new installation functionality\n\n- name: get wordpress tarball\n get_url: url=https://wordpress.org/latest.tar.gz dest=/tmp\n\n- name: unpack tarball\n command: tar xzf /tmp/latest.tar.gz -C /tmp creates=/tmp/wordpress\n\n- nam...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3301, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/acme-nginx
67
[ "no_license" ]
[ { "path": "roles/acme-nginx/handlers/main.yml", "content": "---\n\n- name: renew cert for {{ site_name }}\n command: /etc/acme/{{ site_name }}/renew_cert.sh\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/acme-nginx/templates/renew_cert....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2432, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/common
67
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: disable ssh password auth\n lineinfile: dest=/etc/ssh/sshd_config regexp=\"^PasswordAuthentication \" insertafter=\"^#PasswordAuthentication \" line=\"PasswordAuthentication no\"\n notify: restart ssh\n\n- name: install ufw\n apt: pkg=uf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 989, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/dovolume
67
[ "no_license" ]
[ { "path": "roles/dovolume/tasks/main.yml", "content": "---\n\n- name: mount digital ocean volume\n mount:\n name: /mnt/vol\n src: /dev/disk/by-id/scsi-0DO_Volume_volume-nyc1-01\n fstype: ext4\n opts: defaults,nofail,discard\n state: mounted\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/jekyll-rosanussbaum.com
67
[ "no_license" ]
[ { "path": "roles/jekyll-rosanussbaum.com/meta/main.yml", "content": "---\n\ndependencies:\n - { role: common }\n - { role: nginx }\n - { role: acme-nginx }\n - { role: knownhost-github }\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1280, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/knownhost-github
67
[ "no_license" ]
[ { "path": "roles/knownhost-github/tasks/main.yml", "content": "---\n\n- name: put github.com in known_hosts\n lineinfile: dest=~/.ssh/known_hosts line=\"{{ lookup('file', 'github.com') }}\" create=true\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
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/knownhost-horner
67
[ "no_license" ]
[ { "path": "roles/knownhost-horner/tasks/main.yml", "content": "---\n\n- name: put horner.tomwadley.net in known_hosts\n lineinfile: dest=~/.ssh/known_hosts line=\"{{ lookup('file', 'horner.tomwadley.net') }}\" create=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/nginx
67
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: install nginx\n apt: pkg=nginx state=present\n\n- name: disable default nginx site\n file: path=/etc/nginx/sites-enabled/default state=absent\n notify: reload nginx\n\n- name: create ssl key directory\n file: path=/etc/nginx/ssl state=di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/nodejs
67
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: trust nodejs repo\n shell: wget -qO - https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -\n\n- name: setup nodejs repo\n apt_repository: repo=\"deb https://deb.nodesource.com/node_8.x stretch main\" update_cache=true\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/saunter
67
[ "no_license" ]
[ { "path": "roles/saunter/tasks/main.yml", "content": "---\n\n- name: install git\n apt: pkg=git state=present\n\n- name: install grunt-cli\n npm: name=grunt-cli global=yes\n\n- name: checkout repo\n git: repo=ssh://<EMAIL>:/mnt/storage/tom/git/meadgame.git dest=~/git/saunter version=origin/longpath\n no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1153, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/saunter-thirty
67
[ "no_license" ]
[ { "path": "roles/saunter-thirty/meta/main.yml", "content": "---\n\ndependencies:\n - { role: common }\n - { role: nginx }\n - { role: acme-nginx, site_name: saunter-thirty, ssl_domain: saunter.rosanussbaum.com }\n - { role: knownhost-horner }\n - { role: nodejs }\n\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1131, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/staticsite
67
[ "no_license" ]
[ { "path": "roles/staticsite/tasks/main.yml", "content": "---\n\n- name: install git\n apt: pkg=git state=present\n\n- name: checkout repo\n git: repo=ssh://<EMAIL>:/mnt/storage/tom/git/{{ repo_name }}.git dest=~/git/{{ repo_name }} version=origin/master\n notify: reload nginx\n\n- name: copy files to web...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/syncthing
67
[ "no_license" ]
[ { "path": "roles/syncthing/tasks/main.yml", "content": "---\n\n- name: add syncthing pgp key\n apt_key: url=https://syncthing.net/release-key.txt\n\n- name: add syncthing repo\n apt_repository: repo='deb http://apt.syncthing.net/ syncthing release'\n\n- name: install syncthing\n apt: pkg=syncthing update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3343, "all_permissive": false }
ansible_role
tomwadley/tom-deployment
f8d6a89dccb4e306c5d75613e51c5342a8d7eddd
0
roles/tomwadley.net
67
[ "no_license" ]
[ { "path": "roles/tomwadley.net/tasks/main.yml", "content": "---\n\n- name: install git\n apt: pkg=git state=present\n\n- name: install build-essential\n apt: pkg=build-essential state=present\n\n- name: install ruby-dev\n apt: pkg=ruby-dev state=present\n\n- name: install ruby-bundler\n apt: pkg=ruby-bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1247, "all_permissive": false }
ansible_role
Streamweaver/provisioning
0f63388cc7f75e6e96035c401e29d4fce61065d7
0
ansible/roles/common
67
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/motd.j2", "content": "\"Mess with The Bull you get the horns!\"\n\n\n ,/ \\,\n ((__,-\"\"\"-,__))\n `--)~ ~(--`\n .-'( )`-,\n `~~`d\\ /b`~~`\n | |\n swt (6___6)\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1539, "all_permissive": false }
ansible_role
olaeid-code/MultiCloudDevOpsProject
688f5591675ff777edf08f9af226cb1951c824f8
0
ansible_ec2_config/roles/SonarQube
67
[ "no_license" ]
[ { "path": "ansible_ec2_config/roles/SonarQube/tasks/main.yml", "content": "- name: Add SonarQube APT key\n apt_key:\n url: https://binaries.sonarsource.com/SonarSource/sonarqube-gcp/sonarqube-8.9.4.48382.gcp.asc\n state: present\n become: true\n\n- name: Add SonarQube APT repository\n apt_repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
olaeid-code/MultiCloudDevOpsProject
688f5591675ff777edf08f9af226cb1951c824f8
0
ansible_ec2_config/roles/jenkins
67
[ "no_license" ]
[ { "path": "ansible_ec2_config/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkin\n\n- name: Add Jenkins repository key\n rpm_key:\n key: https://pkg.jenkins.io/redhat/jenkins.io.key\n \n- name: Add Jenkins Repository\n yum_repository:\n name: jenkins\n description: Jenkins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
wejah/projet_wejaha_mohamed
353ca4007b59f967fcbb809ce923e59dc16fbd93
0
wejaha-mohamed-projet/roles/mysql
67
[ "no_license" ]
[ { "path": "wejaha-mohamed-projet/roles/mysql/tasks/main.yml", "content": "- name: Install MySQL\n ansible.builtin.apt:\n name: default-mysql-server\n state: present\n become: yes\n tags:\n - mysql\n - installation\n\n- name: Install MySQLDB Python Library\n ansible.builtin.apt:\n name: py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
lucasalvine/ansible_project
9a78fa2c41199715fd9c4329d6353e44e40a50f5
0
roles/mysql
67
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: 'Install dependencies packages'\n apt:\n name: \"{{item}}\"\n state: latest\n become: yes\n with_items:\n - mysql-server-5.6\n - python-mysqldb\n\n- name: 'Create DB'\n mysql_db:\n name: \"{{ wp_db_name }}\"\n login_user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 644, "all_permissive": false }
ansible_role
lucasalvine/ansible_project
9a78fa2c41199715fd9c4329d6353e44e40a50f5
0
roles/wordpress
67
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: 'Install WordPress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n \n- name: 'Unzip file'\n unarchive:\n src: '/tmp/wordpress.tar.gz'\n dest: /var/www/\n remote_src: yes\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 993, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
playbook/roles/role1
67
[ "no_license" ]
[ { "path": "playbook/roles/role1/tasks/main.yml", "content": "- name: install apache\n yum: pkg=httpd state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 53, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_LAMP/playbook/roles/mysql
67
[ "no_license" ]
[ { "path": "wordpress_LAMP/playbook/roles/mysql/tasks/main.yml", "content": " - name: Install MySQL Packages\n yum: name= \"{{loop12}}\" update_cache=yes state=latest\n \n \n - name: Start mysqld service\n systemd: name=mariadb state=started enabled=yes\n \n - name: Set MySQ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_LAMP/playbook/roles/php
67
[ "no_license" ]
[ { "path": "wordpress_LAMP/playbook/roles/php/tasks/main.yml", "content": "- name: Install PHP Extensions\n yum: name={{ item }} update_cache=yes state=latest\n loop: \"{{ php_modules }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_customize/playbook/roles/amz
67
[ "no_license" ]
[ { "path": "wordpress_customize/playbook/roles/amz/tasks/main.yml", "content": " - name: Upgrade amazonec2\n action: yum name=amazon-linux-extras state=present\n - name: Enable amazon-extras\n shell: \"amazon-linux-extras enable {{item}}\"\n with_items: [ ' php7.4' ]\n\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_customize/playbook/roles/apache
67
[ "no_license" ]
[ { "path": "wordpress_customize/playbook/roles/apache/tasks/main.yml", "content": "- name: Install HTTP Packages\n yum: name=httpd update_cache=yes state=latest\n \n- name: Start httpd service\n systemd: name=httpd state=started enabled=yes\n- name: Create Apache Document Root\n file:\n path: \"/var/ww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_customize/playbook/roles/mariadb
67
[ "no_license" ]
[ { "path": "wordpress_customize/playbook/roles/mariadb/tasks/main.yml", "content": " - name: install mariadb\n yum:\n name:\n - mariadb-server\n \n state: latest\n - name: start mariadb\n service:\n name: mariadb\n enabled: true\n state: st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_customize/playbook/roles/mysql
67
[ "no_license" ]
[ { "path": "wordpress_customize/playbook/roles/mysql/tasks/main.yml", "content": "- name: Install MySQL Packages\n yum: name= \"{{ item }}\" update_cache=yes state=installed\n with_items:\n - python3-PyMySQL\n - php-mysqlnd \n \n- name: Start mysqld service\n service: name=mariadb ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 980, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_customize/playbook/roles/php
67
[ "no_license" ]
[ { "path": "wordpress_customize/playbook/roles/php/tasks/main.yml", "content": "- name: Install PHP Extensions\n yum: name={{ item }} update_cache=yes state=latest\n loop: \"{{ php_modules }}\"\n- name: Start httpd service\n systemd: name=httpd state=started\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_customize/playbook/roles/py
67
[ "no_license" ]
[ { "path": "wordpress_customize/playbook/roles/py/tasks/main.yml", "content": "- name: install pymysql\n command: \"sudo yum install mysql-devel python-devel MySQL-python python3-PyMySQL -y \"\n \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_customize/playbook/roles/wordpress
67
[ "no_license" ]
[ { "path": "wordpress_customize/playbook/roles/wordpress/tasks/main.yml", "content": "\n - name: Download and unpack latest WordPress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: \"/var/www/www.site.com\"\n remote_src: yes\n creates: \"/var/www/www.site....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1533, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_nginx/playbook/roles/mysql
67
[ "no_license" ]
[ { "path": "wordpress_nginx/playbook/roles/mysql/tasks/main.yml", "content": "- name: Install MySQL Packages\n apt: name={{ item }} update_cache=yes state= latest\n loop: \"{{ sql_packages }}\"\n \n- name: Start mysqld service\n service: name=mariadb state=started enabled=yes\n \n- name: Set MySQL root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_nginx/playbook/roles/nginx
67
[ "no_license" ]
[ { "path": "wordpress_nginx/playbook/roles/nginx/tasks/main.yml", "content": "- name: Install NGINX\n apt: name=nginx state=latest\n\n- name: Rename default conf file2\n file:\n src: /etc/nginx/sites-available/default\n state: absent\n\n- name: Configure NGINX for wordpress\n template:\n src: \"f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_nginx/playbook/roles/upgrade
67
[ "no_license" ]
[ { "path": "wordpress_nginx/playbook/roles/upgrade/tasks/main.yml", "content": "- name: Update Linux\n apt: update_cache=yes\n\n- name: Upgrade Linux\n apt: upgrade=dist force_apt_get=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_ubuntu/playbook/roles/apache
67
[ "no_license" ]
[ { "path": "wordpress_ubuntu/playbook/roles/apache/tasks/main.yml", "content": "- name: Install HTTP Packages\n apt: name=apache2 update_cache=yes state=latest\n \n- name: Start httpd service\n systemd: name=apache2 state=started enabled=yes\n\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_ubuntu/playbook/roles/mysql
67
[ "no_license" ]
[ { "path": "wordpress_ubuntu/playbook/roles/mysql/tasks/main.yml", "content": "- name: Install MySQL Packages\n apt:\n name:\n - mariadb-server\n update_cache: yes \n state: latest\n- name: Install masriadb client\n apt:\n name:\n - mariadb-clien...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1239, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_ubuntu/playbook/roles/php
67
[ "no_license" ]
[ { "path": "wordpress_ubuntu/playbook/roles/php/tasks/main.yml", "content": "- name: Install PHP Extensions\n apt: name={{ item }} update_cache=yes state=latest\n loop: \"{{ php_modules }}\"\n\n#- name: Install PHP Extensions\n# command: \" apt install php php-mysql php-gd php-cli php-common -y\"\n# beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
hiashutosh/ansible
5d82ce3cc72512b7d762f9fa31aeec480eefae85
0
wordpress_ubuntu/playbook/roles/wordpress
67
[ "no_license" ]
[ { "path": "wordpress_ubuntu/playbook/roles/wordpress/tasks/main.yml", "content": " - name: Download and unpack latest WordPress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: \"/var/www/\"\n remote_src: yes\n creates: \"/var/www/wordpress\"\n - name: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1582, "all_permissive": false }
ansible_role
alirahm2/Kafka-ansible
30329a417e068765e104f5b4463c3f73b67160ad
0
roles/kafka
67
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "---\n\n# Create user for `kafka`\n- include_tasks: user.yml\n\n# Install `kafka` - we are using tar.gz file to install `kafka`\n- include_tasks: install.yml\n\n# Configuration update server.properties, log4j, creating kafka starter script.\n- include_tasks...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2103, "all_permissive": false }
ansible_role
alirahm2/Kafka-ansible
30329a417e068765e104f5b4463c3f73b67160ad
0
roles/zookeeper
67
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/configure.yml", "content": "---\n - name: Creating data directory\n file: path=/mnt/data state=directory owner={{ zookeeper.user }} group={{ zookeeper.group }}\n\n # Updating Configuration File in Zookeeper.\n - name: Updating Configuration File in Zookeeper.\n temp...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1709, "all_permissive": false }
ansible_role
nikolaynovikov1989/My_finance_bot
143bea763e6201c5495cef975bbec1a4eac7e54c
0
roles/start
67
[ "no_license" ]
[ { "path": "roles/start/tasks/main.yml", "content": "- name: start service bot\n service: name=test state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
nikolaynovikov1989/My_finance_bot
143bea763e6201c5495cef975bbec1a4eac7e54c
0
roles/stop
67
[ "no_license" ]
[ { "path": "roles/stop/tasks/main.yml", "content": "- name: stop service bot\n service:\n name: test\n state: stopped", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
nikolaynovikov1989/My_finance_bot
143bea763e6201c5495cef975bbec1a4eac7e54c
0
roles/update_bot
67
[ "no_license" ]
[ { "path": "roles/update_bot/tasks/main.yml", "content": "- name: copy files to server\n copy:\n src: '{{item}}'\n dest: /home/bot/finanse_bot/\n loop:\n - createdb.sql\n - db.py\n - expenses.py\n - server.py\n - middleware.py", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
martincsumner/3scale_apicast1.0
165392c92b9fd8a2bfed8a35f07524e06bca740b
0
roles/nginx_files
67
[ "no_license" ]
[ { "path": "roles/nginx_files/tasks/main.yml", "content": "\n- name: copy over the nginx proxy files...\n unarchive:\n src: proxy_configs.zip\n dest: /usr/local/openresty/nginx/conf/\n\n#sudo openresty -c /usr/local/openresty/nginx/conf/nginx_XXX.conf", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
martincsumner/3scale_apicast1.0
165392c92b9fd8a2bfed8a35f07524e06bca740b
0
roles/openresty
67
[ "no_license" ]
[ { "path": "roles/openresty/tasks/main.yml", "content": "- name: copy over the resty repo.\n copy: \n src: \"OpenResty.repo\"\n dest: \"/etc/yum.repos.d/OpenResty.repo\"\n owner: root\n group: root\n mode: \"0644\"\n\n- name: install openresty.\n yum: name='openresty' state=latest ", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
surendraalamuru22/tools-setup-code
64d67c53d89b9048f07e819786438396ca46ede5
0
roles/vault
67
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "- name: set promt\n ansible.builtin.shell: set-prompt {{tool_name}}\n\n- name: Download Hashicorp repo file\n ansible.builtin.get_url:\n url: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo\n dest: /etc/yum.repos.d/hashicorp.repo\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
OpendataCH/playbook
2bc6d8e778bcbdb1428e6dfb31d41cc1e1d408d6
3
roles/common
67
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: configure SSH authorized keys\n authorized_key: user=\"{{ ansible_ssh_user }}\" key=\"{{ item }}\"\n with_file:\n - fabian.pub\n - hannes.pub\n - oleg.pub\n - ci.pub\n\n- name: add GitHub to known hosts\n known_hosts: host=gith...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
OpendataCH/playbook
2bc6d8e778bcbdb1428e6dfb31d41cc1e1d408d6
3
roles/databases
67
[ "no_license" ]
[ { "path": "roles/databases/tasks/main.yml", "content": "---\n- name: get existing databases\n shell: sudo nine-manage-databases database list --machine-readable\n register: databases_list_result\n check_mode: no\n changed_when: false\n\n- name: add databases\n shell: sudo nine-manage-databases database...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
OpendataCH/playbook
2bc6d8e778bcbdb1428e6dfb31d41cc1e1d408d6
3
roles/dns
67
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n- name: configure DNS records\n local_action:\n module: cloudflare_dns\n zone: \"{{ item.0.domain }}\"\n record: \"{{ item.1.name }}\"\n type: \"{{ item.1.type }}\"\n value: \"{{ item.1.value }}\"\n ttl: \"{{ item.1.ttl | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
OpendataCH/playbook
2bc6d8e778bcbdb1428e6dfb31d41cc1e1d408d6
3
roles/opendata_ch
67
[ "no_license" ]
[ { "path": "roles/opendata_ch/templates/user.ini.j2", "content": "post_max_size=301M\nupload_max_filesize=300M\nnewrelic.appname=\"opendata.ch\"\nnewrelic.enabled=\"true\"\nnewrelic.transaction_tracer.enabled=\"false\"\nnewrelic.transaction_tracer.detail=\"0\"\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6193, "all_permissive": false }
ansible_role
OpendataCH/playbook
2bc6d8e778bcbdb1428e6dfb31d41cc1e1d408d6
3
roles/transport
67
[ "no_license" ]
[ { "path": "roles/transport/templates/user.ini.j2", "content": "newrelic.appname=\"transport.opendata.ch\"\nnewrelic.enabled=\"true\"\nnewrelic.transaction_tracer.enabled=\"false\"\nnewrelic.transaction_tracer.detail=\"0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1080, "all_permissive": false }
ansible_role
OpendataCH/playbook
2bc6d8e778bcbdb1428e6dfb31d41cc1e1d408d6
3
roles/vhosts
67
[ "no_license" ]
[ { "path": "roles/vhosts/tasks/main.yml", "content": "---\n- name: create Let's Encrypt certificates\n shell: sudo nine-manage-vhosts certificate create --virtual-host=\"{{ item.servername | quote }}\"\n args:\n creates: \"/etc/ssl/letsencrypt/certs/{{ item.servername }}/cert.pem\"\n removes: \"/etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1399, "all_permissive": false }
ansible_role
Ytrewq13/email-server-ansible
ddfd8b8df62311dc0dfb21533954fbd5a72e9726
0
roles/mailserver
67
[ "no_license" ]
[ { "path": "roles/mailserver/tasks/opendkim_config.yml", "content": "---\n- name: Create directory for OpenDKIM keys\n file:\n path: /etc/postfix/dkim\n state: directory\n\n- name: Generate DKIM key\n command: 'opendkim-genkey -D /etc/postfix/dkim/ -d {{ domain }} -s {{ subdom }}'\n changed_when: tr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10744, "all_permissive": false }
ansible_role
Ytrewq13/email-server-ansible
ddfd8b8df62311dc0dfb21533954fbd5a72e9726
0
roles/webserver
67
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Install nginx & certbot\n apt:\n pkg:\n - nginx\n - certbot\n - python3-certbot-nginx\n state: present\n\n- name: Install rsync (used for syncing website files)\n apt:\n name: rsync\n state: present\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
onyeka-hub/terraform-cloud
0f1f4cf2711a6407f24cdb0865097370531746c1
0
ansible/roles/tooling
67
[ "no_license" ]
[ { "path": "ansible/roles/tooling/tasks/setup-db.yml", "content": "---\n- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n\n# where the master-username and master-password is the username and password of the rds instance\n- name: create database\n community.mysql.mysql_db:\n login_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 938, "all_permissive": false }
ansible_role
onyeka-hub/terraform-cloud
0f1f4cf2711a6407f24cdb0865097370531746c1
0
ansible/roles/wordpress
67
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/setup-db.yml", "content": "---\n- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n\n# where the master-username and master-password is the username and password of the rds instance\n- name: create database\n community.mysql.mysql_db:\n login...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
marcinkubica/vagrant-k8s
b451e82296ccbf2c8e8517e02d0edd003e470610
0
roles/k8s-init
67
[ "no_license" ]
[ { "path": "roles/k8s-init/tasks/main.yaml", "content": "- name: pull k8s images\n shell: kubeadm config images pull\n register: pull\n tags: pull\n\n- debug:\n var: pull\n tags: pull\n\n- name: initialise kubernetes cluster\n shell: \"kubeadm init --apiserver-advertise-address {{ internal_ipv4 }} --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
marcinkubica/vagrant-k8s
b451e82296ccbf2c8e8517e02d0edd003e470610
0
roles/k8s-install
67
[ "no_license" ]
[ { "path": "roles/k8s-install/tasks/main.yaml", "content": "---\n- name: install deps for k8s\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n state: present\n update_cache: yes\n\n- name: add k8s repo gpg key\n apt_key:\n url: https://packages.cloud.google.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 971, "all_permissive": false }
ansible_role
marcinkubica/vagrant-k8s
b451e82296ccbf2c8e8517e02d0edd003e470610
0
roles/k8s-network
67
[ "no_license" ]
[ { "path": "roles/k8s-network/tasks/main.yaml", "content": "- name: apply calico networking\n become_user: vagrant\n shell: kubectl apply -f https://docs.projectcalico.org/manifests/calico.yaml\n register: c\n tags: calico\n- debug:\n var: c\n tags: calico\n\n- name: check for all pods running\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
marcinkubica/vagrant-k8s
b451e82296ccbf2c8e8517e02d0edd003e470610
0
roles/k8s-prep
67
[ "no_license" ]
[ { "path": "roles/k8s-prep/tasks/prepare.yaml", "content": "---\n- name: create containerd.conf\n copy:\n src: etc_modules-load.d_containerd.conf\n dest: /etc/modules-load.d/containerd.conf\n\n- name: insert containerd modules\n modprobe:\n name: \"{{ item }}\"\n state: present\n with_items:\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1340, "all_permissive": false }
ansible_role
marcinkubica/vagrant-k8s
b451e82296ccbf2c8e8517e02d0edd003e470610
0
roles/k8s-worker
67
[ "no_license" ]
[ { "path": "roles/k8s-worker/tasks/main.yaml", "content": "---\n- name: get join token for workers\n shell: kubeadm token create --print-join-command\n register: token\n delegate_to: control\n run_once: yes\n tags: ['join','jointoken']\n\n- debug:\n var: token.stdout\n delegate_to: control\n run_on...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
Nivruttinath/AWS
8c765452375fbea67c27fab40295e19dd3dfb72f
0
niv/aws-final/roles/amicreate
70
[ "no_license" ]
[ { "path": "niv/aws-final/roles/amicreate/tasks/main.yml", "content": "- ec2_ami:\n region: \"{{ nameofregion }}\"\n instance_id: \"{{ amiinstance.stack_outputs.instanceidoutput }}\"\n state: present\n name: \"{{ nameofimage }}-{{ amiversion }}\"\n wait: yes\n register: webami\n- debug:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 282, "all_permissive": false }
ansible_role
Nivruttinath/AWS
8c765452375fbea67c27fab40295e19dd3dfb72f
0
niv/aws-final/roles/amiinstance
70
[ "no_license" ]
[ { "path": "niv/aws-final/roles/amiinstance/vars/main.yml", "content": "---\nstackname: amiinstance\nnameofregion: us-east-1\nsgname: amiinstancesg\navailabilityzone: us-east-1a\ninstancename: webami\nkeyname: webkey\nimageid: ami-6871a115 \ninstancetype: t2.micro", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1045, "all_permissive": false }
ansible_role
Nivruttinath/AWS
8c765452375fbea67c27fab40295e19dd3dfb72f
0
niv/aws-final/roles/autoscaling
70
[ "no_license" ]
[ { "path": "niv/aws-final/roles/autoscaling/files/autoscaling.yml", "content": "AWSTemplateFormatVersion: 2010-09-09\n\nDescription: Creating Lauchconfiguration and Autoscaing Group and Scaling Policies\n\nParameters:\n elbsgname:\n Type: String\n Description: Enter the securitygroup name\n elbname...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7871, "all_permissive": false }
ansible_role
Nivruttinath/AWS
8c765452375fbea67c27fab40295e19dd3dfb72f
0
niv/aws-final/roles/network
70
[ "no_license" ]
[ { "path": "niv/aws-final/roles/network/files/network-cf.yaml", "content": "AWSTemplateFormatVersion: 2010-09-09\n\nDescription: Creating vpc and two publicsubnet\n\nParameters:\n vpcname:\n Type: String\n Description: Enter The vpc name\n netcidr:\n Type: String\n Description: Enter the vp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11511, "all_permissive": false }
ansible_role
Nivruttinath/AWS
8c765452375fbea67c27fab40295e19dd3dfb72f
0
niv/aws-final/roles/rdsdb
70
[ "no_license" ]
[ { "path": "niv/aws-final/roles/rdsdb/files/rdsdb.yaml", "content": "AWSTemplateFormatVersion: \"2010-09-09\"\nParameters:\n vpcid:\n Type: String\n Description: Enter the first subnet name\n firstsubnetid:\n Type: String\n Description: Enter the first subnet name\n secondsubnetid:\n T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3142, "all_permissive": false }
ansible_role
Nivruttinath/AWS
8c765452375fbea67c27fab40295e19dd3dfb72f
0
niv/aws-final/roles/sshwait
70
[ "no_license" ]
[ { "path": "niv/aws-final/roles/sshwait/tasks/main.yml", "content": "- name: \"Wait for SSH banners\"\n local_action: wait_for port=22 host=\"{{ inventory_hostname }}\" search_regex=OpenSSH delay=5\n become: False", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
Nivruttinath/AWS
8c765452375fbea67c27fab40295e19dd3dfb72f
0
niv/aws-final/roles/stopinstance
70
[ "no_license" ]
[ { "path": "niv/aws-final/roles/stopinstance/vars/main.yml", "content": "---\nregion: us-east-1\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "niv/aws-final/roles/stopinstance/tasks/main.yml", "content": "- name: Stop the instances \n ec2:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 187, "all_permissive": false }