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
stanier/peculiar-labyrinth
7a72b19fe6d3929954c591d307b1792a00edfb6b
0
ansible/roles/store
7,232
[ "no_license" ]
[ { "path": "ansible/roles/store/tasks/nfs.yml", "content": "- name: Install nfs-utils\n ansible.builtin.package:\n name: nfs-utils\n state: present\n become: true\n\n- name: Create mount directories\n ansible.builtin.file:\n path: /opt/{{item}}\n state: directory\n mode: '0777'\n with_item...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1366, "all_permissive": false }
ansible_role
Yaichu/Final-proj
c31bbfe4f38c4916e960ea797e079f1627c5a755
1
monitoring/setup/project-node-exporter/roles/node_exporter
7,232
[ "no_license" ]
[ { "path": "monitoring/setup/project-node-exporter/roles/node_exporter/tasks/main.yml", "content": "---\n- import_tasks: install.yml\n become: true\n #when: (not __node_exporter_is_installed.stat.exists) or (__node_exporter_current_version_output.stderr_lines[0].split(\" \")[2] != node_exporter_version)\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1393, "all_permissive": false }
ansible_role
SevenCheung/ansible-mongodb
5542e7a348442839b6f34db99e5a52fa1e2c2663
4
roles/mongodb
7,232
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/replicaset.yml", "content": "---\n- name: Copy mongod replicaset initialize file\n template: src=replicaset_conf.j2 dest=/tmp/replicaset_conf.js\n sudo: yes\n\n- name: Pause for a while\n pause: seconds=20\n\n- name: Initialize the replicaset \n shell: /usr/bin/mongo 127.0...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 3292, "all_permissive": false }
ansible_role
octplane/ansible_stdout_compact_logger
846fd30fb706a96ff7127b8021ee826aaafe1841
213
roles/imported
7,232
[ "no_license" ]
[ { "path": "roles/imported/tasks/main.yml", "content": "---\n\n- name: First task of imported role\n file:\n path: /tmp/test\n state: touch\n\n- name: Second task of imported role\n file:\n path: /tmp/test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
octplane/ansible_stdout_compact_logger
846fd30fb706a96ff7127b8021ee826aaafe1841
213
roles/test-role
7,232
[ "no_license" ]
[ { "path": "roles/test-role/tasks/imported_task.yml", "content": "---\n\n- name: First imported task of test-role\n file:\n path: /tmp/test\n state: touch\n\n- name: Second imported task of test-role\n file:\n path: /tmp/test\n state: absent\n", "license_type": "no_license", "detected_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 376, "all_permissive": false }
ansible_role
krupakarol/aws-ec2-docker-jenkins
05e2d2d96585ac223506f0e174cec0fe3ce51e4c
0
roles/jenkins.docker
7,232
[ "no_license" ]
[ { "path": "roles/jenkins.docker/defaults/main.yml", "content": "jenkins_docker_compose_target_dir: '/www/jenkins'\njenkins_docker_home_dir: '/jenkins-docker'\njenkins_docker_socket_dir: '/var/run/docker.sock'\njenkins_docker_port: '8765'\njenkins_docker_user: 'jenkins_user'\njenkins_docker_user_password: '<...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1999, "all_permissive": false }
ansible_role
krupakarol/aws-ec2-docker-jenkins
05e2d2d96585ac223506f0e174cec0fe3ce51e4c
0
roles/ubuntu.bootstrap
7,232
[ "no_license" ]
[ { "path": "roles/ubuntu.bootstrap/tasks/main.yml", "content": "---\n- name: Upgrade the OS (apt-get dist-upgrade)\n apt:\n upgrade: dist\n\n- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest\n\n- name: install python3\n apt:\n name: python3\n state: la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
vincepower/ansible-testdrive
c497c5b461ade1c8eb4b58333b72a79825942df6
0
db/roles/client
7,232
[ "no_license" ]
[ { "path": "db/roles/client/tasks/main.yml", "content": "---\n# This playbook will install MariaDB client\n\n- name: Install MariaDB client package\n yum:\n name=mariadb\n state=latest\n\n- name: Configure SELinux to start mysql on any port\n seboolean:\n name=mysql_connect_any\n state=true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
vincepower/ansible-testdrive
c497c5b461ade1c8eb4b58333b72a79825942df6
0
db/roles/mariadb
7,232
[ "no_license" ]
[ { "path": "db/roles/mariadb/vars/main.yml", "content": "---\nmariadb_port: 3306\nmariadb_remote_user: root\nmariadb_remote_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "db/roles/mariadb/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 978, "all_permissive": false }
ansible_role
vincepower/ansible-testdrive
c497c5b461ade1c8eb4b58333b72a79825942df6
0
web/roles/httpd
7,232
[ "no_license" ]
[ { "path": "web/roles/httpd/tasks/install_httpd.yml", "content": "---\n# These tasks install Apache HTTPD\n\n- name: Install Apache HTTPD from Red Hat repo\n yum:\n name=httpd\n state=latest\n\n- name: Start firewalld\n service:\n name=firewalld\n state=started\n enabled=yes\n\n- name: inser...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2645, "all_permissive": false }
ansible_role
vincepower/ansible-testdrive
c497c5b461ade1c8eb4b58333b72a79825942df6
0
web/roles/php
7,232
[ "no_license" ]
[ { "path": "web/roles/php/tasks/main.yml", "content": "---\n- include: install_php.yml\n- include: copy_html.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "web/roles/php/tasks/copy_html.yml", "content": "---\n- name: Put PHP Info page in ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1089, "all_permissive": false }
ansible_role
Iqbalkhan319/ansible_exam
eeb17857306c64388790e7cdb7b91db33fe25f3a
0
roles/apache
7,232
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: Install httpd package\n yum:\n name: httpd\n state: present\n- name: Enabled httpd service\n service:\n name: httpd\n state: started\n enabled: yes\n- name: Enabled http service\n firewalld:\n ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
Otus-DevOps-2020-05/ilyafedotov_microservices
58c414cc98bfa4dc6aba92b09d94cd2a8deb79d7
0
kubernetes/ansible/roles/k8s-master
7,232
[ "no_license" ]
[ { "path": "kubernetes/ansible/roles/k8s-master/tasks/install.yml", "content": "---\n- name: Ensure binaries are present\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/v1.15.3/bin/linux/amd64/{{ item }}\n dest: /usr/local/bin\n mode: 0755\n with_items:\n - kube-apis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 502, "all_permissive": false }
ansible_role
mmasloh/ansible-mapr
958f27876f9b5ebd7d03bb73f027abd63aa4db9c
0
roles/common-misc
7,240
[ "no_license" ]
[ { "path": "roles/common-misc/tasks/main.yml", "content": "---\n- name: Install misc stuff - Midnight commander, wget, Python MySQL, openssl\n vars:\n packages_Suse: ['mc', 'wget', 'python-mysql', 'openssl']\n packages_RedHat: ['mc', 'wget', 'MySQL-python',\n 'yum-utils', 'unzip',...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1348, "all_permissive": false }
ansible_role
mmasloh/ansible-mapr
958f27876f9b5ebd7d03bb73f027abd63aa4db9c
0
roles/ext-mysql-install
7,240
[ "no_license" ]
[ { "path": "roles/ext-mysql-install/tasks/main.yml", "content": "---\n# Install MySQL\n- name: Install MySQL / MariaDB\n vars:\n packages_Suse: ['mariadb', 'mariadb-client', 'python-mysql']\n packages_RedHat: ['mariadb-server', 'mariadb', 'MySQL-python']\n packages_Debian: ['mysql-server', 'mysql-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2093, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/apt
7,240
[ "no_license" ]
[ { "path": "servers/roles/apt/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/modules/apt_module.html\n# @see https://docs.ansible.com/ansible/latest/modules/apt_key_module.html\n# @see https://docs.ansible.com/ansible/latest/modules/apt_repository_module.html\n\n# TODO: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3464, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/aws-cloudwatch
7,240
[ "no_license" ]
[ { "path": "servers/roles/aws-cloudwatch/handlers/main.yml", "content": "---\n\n# Restarts the CloudWatch Agent.\n#\n# @see https://docs.ansible.com/ansible/latest/modules/command_module.html\n# @author <NAME> <<EMAIL>>\n\n- name: stop CloudWatch agent\n command: /opt/aws/amazon-cloudwatch-agent/bin/amazon-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5952, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/aws-ssm
7,240
[ "no_license" ]
[ { "path": "servers/roles/aws-ssm/tasks/main.yml", "content": "---\n\n# Installs the Amazon Simple Systems Manager agent, if it is not already installed.\n# Supports both Debian and Red Hat flavours.\n#\n# @see https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-manual-agent-install.html\n# @...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1581, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/common
7,240
[ "no_license" ]
[ { "path": "servers/roles/common/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/modules/timezone_module.html\n- name: Set timezone to {{ timezone }}.\n timezone:\n name: \"{{ timezone }}\"\n\n# @see https://stackoverflow.com/a/37334415/1982136\n# @see https://docs.ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/composer
7,240
[ "no_license" ]
[ { "path": "servers/roles/composer/tasks/main.yml", "content": "---\n\n- name: Check if Composer is installed.\n shell: command -v composer\n register: composer_is_installed\n changed_when: composer_is_installed.rc > 0\n failed_when: false\n check_mode: no # Run even in 'check' mode; the command is safe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1247, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/datadog
7,240
[ "no_license" ]
[ { "path": "servers/roles/datadog/tasks/main.yml", "content": "---\n\n# TODO: Set up Datadog monitoring.\n# @see https://galaxy.ansible.com/manala/ansible-galaxy/ for possibly installing galaxy roles easily.\n# - include_role:\n# name: Datadog.datadog\n# vars:\n# become: yes\n# datadog_api_key:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/dotfiles
7,240
[ "no_license" ]
[ { "path": "servers/roles/dotfiles/tasks/main.yml", "content": "---\n\n# Clones the supplied dotfiles repository to the user's home directory, and symlinks common\n# configuration files.\n#\n# @see https://docs.ansible.com/ansible/latest/git_module.html\n# @see https://docs.ansible.com/ansible/latest/file_mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 867, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/elk
7,240
[ "no_license" ]
[ { "path": "servers/roles/elk/defaults/main.yml", "content": "---\n\n# Set this to about half of the RAM your instance has.\n# eg. 1 GB of RAM, set to 512m. 2 GB of RAM, set to 1g.\n# However, you might find a 1 GB instance is not enough to run Elasticsearch!\n# @see https://github.com/elastic/elasticsearch/...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4326, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/gem
7,240
[ "no_license" ]
[ { "path": "servers/roles/gem/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/gem_module.html\n- name: Install commonly used gems.\n gem:\n name: \"{{ item }}\"\n with_items: \"{{ gem_packages }}\"\n\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": 174, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/hashicorp
7,240
[ "no_license" ]
[ { "path": "servers/roles/hashicorp/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/modules/command_module.html\n# @see https://docs.ansible.com/ansible/latest/modules/unarchive_module.html\n\n# @see https://github.com/hashicorp/terraform/issues/9803#issuecomment-257903082\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4114, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/homebrew
7,240
[ "no_license" ]
[ { "path": "servers/roles/homebrew/tasks/main.yml", "content": "---\n\n# TODO: Install Homebrew.\n\n- name: Install homebrew packages\n homebrew:\n name: \"{{ item }}\"\n with_items: \"{{ brew_packages }}\"\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/hostname
7,240
[ "no_license" ]
[ { "path": "servers/roles/hostname/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/modules/hostname_module.html\n- name: Set hostname to {{ hostname }}.\n hostname:\n name: \"{{ hostname }}\"\n\n# @see https://docs.ansible.com/ansible/latest/modules/lineinfile_module.ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/keybase
7,240
[ "no_license" ]
[ { "path": "servers/roles/keybase/tasks/main.yml", "content": "---\n\n# Installs the Keybase CLI on Debian-flavoured Linux.\n#\n# @see https://keybase.io/docs/the_app/install_linux\n# @see https://chaosmail.github.io/programming/2015/03/04/install-deb-packages-in-ansible/\n# @see https://docs.ansible.com/ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1311, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/notifications
7,240
[ "no_license" ]
[ { "path": "servers/roles/notifications/tasks/main.yml", "content": "---\n\n- name: Get hostname of Ansible host system.\n local_action: command hostname\n become: no # Needed to support running playbooks on a system without passwordless sudo.\n register: host_system_hostname\n changed_when: false\n che...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1613, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/pip
7,240
[ "no_license" ]
[ { "path": "servers/roles/pip/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/pip_module.html\n- name: Install commonly used pip packages.\n pip:\n name: \"{{ item }}\"\n executable: pip3\n with_items: \"{{ pip_packages }}\"\n\n...\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/ssh
7,240
[ "no_license" ]
[ { "path": "servers/roles/ssh/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/modules/authorized_key_module.html\n# @see https://docs.ansible.com/ansible/latest/modules/lineinfile_module.html\n# @see https://github.com/vitalk/ansible-secure-ssh/blob/master/tasks/main.yml\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1973, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/users-groups
7,240
[ "no_license" ]
[ { "path": "servers/roles/users-groups/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/modules/group_module.html\n- name: Ensure groups are present.\n group:\n name: \"{{ item }}\"\n with_items:\n - \"{{ username }}\"\n - docker\n - sudo\n\n# @see https://docs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/wp-cli
7,240
[ "no_license" ]
[ { "path": "servers/roles/wp-cli/tasks/main.yml", "content": "---\n\n- name: Check if wp-cli is installed.\n shell: command -v wp\n register: wp_cli_is_installed\n changed_when: wp_cli_is_installed.rc > 0\n failed_when: false\n check_mode: no # Run even in 'check' mode; the command is safe and we need t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/yum
7,240
[ "no_license" ]
[ { "path": "servers/roles/yum/tasks/main.yml", "content": "---\n\n# @see https://docs.ansible.com/ansible/latest/modules/yum_module.html\n- name: Enable the EPEL repository.\n yum:\n name: epel-release\n\n# @see https://docs.ansible.com/ansible/latest/modules/yum_module.html\n- name: Install primary pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 785, "all_permissive": false }
ansible_role
tdmalone/timfrastructure
4b3f6531dc5e951efe98d2666c627cdabc9eebcb
1
servers/roles/zsh
7,240
[ "no_license" ]
[ { "path": "servers/roles/zsh/tasks/main.yml", "content": "---\n\n# Installs oh-my-zsh by cloning it, along with desired theme.\n#\n# @see https://github.com/robbyrussell/oh-my-zsh\n# @see https://github.com/veggiemonk/ansible-ohmyzsh/blob/master/tasks/main.yml\n# @see https://github.com/bhilburn/powerlevel9...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
Matpif/Paris
81e52f1e4c6c5c0cfa08cb712e92a3c9927e6553
1
deploy/roles/server
7,240
[ "no_license" ]
[ { "path": "deploy/roles/server/tasks/main.yml", "content": "---\n- name: Installation de Git\n apt: name=git state=latest\n become: true\n- name: Installation de Ngnix\n apt: name=nginx state=latest\n become: true\n- name: Installation de PHP-fpm\n apt: name=php-fpm state=latest\n become: true\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
nulldevelopmenthr/vagrant-base-php-dev-box
7cce5c82a245a6e0597889f715a6f780dcd25dd8
0
etc/provisioning/roles/apache
7,240
[ "no_license" ]
[ { "path": "etc/provisioning/roles/apache/tasks/main.yml", "content": "---\n- name: Installs apache web server\n apt: pkg={{ item }} state=latest update_cache=true\n sudo: yes\n with_items:\n - apache2\n - libapache2-mod-php5\n\n- lineinfile: \"dest=/etc/apache2/ports.conf regexp='^Listen 80' line='...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
nulldevelopmenthr/vagrant-base-php-dev-box
7cce5c82a245a6e0597889f715a6f780dcd25dd8
0
etc/provisioning/roles/memcached
7,240
[ "no_license" ]
[ { "path": "etc/provisioning/roles/memcached/tasks/main.yml", "content": "---\n- name: Install Memcached\n apt: pkg=\"{{ item }}\" state=latest update_cache=true\n sudo: yes\n with_items:\n - memcached\n- name: Update listening port\n lineinfile: \"dest=/etc/memcached.conf regexp='^-l' line='-l {{priv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
nulldevelopmenthr/vagrant-base-php-dev-box
7cce5c82a245a6e0597889f715a6f780dcd25dd8
0
etc/provisioning/roles/php5
7,240
[ "no_license" ]
[ { "path": "etc/provisioning/roles/php5/tasks/main.yml", "content": "---\n- name: Install PHP stuff\n apt: pkg=\"{{ item }}\" state=latest update_cache=true\n sudo: yes\n with_items:\n - mysql-client\n - php5\n - php5-mysql\n - php5-mcrypt\n - php5-intl\n - php5-curl\n #- php-apc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1628, "all_permissive": false }
ansible_role
yalma-tgh/ollama_app
052fac2efbcbeefd4bac6fa66ebce2754a52e99e
0
roles/open-webui
7,240
[ "no_license" ]
[ { "path": "roles/open-webui/tasks/main.yml", "content": "---\n- name: Run open-webui container\n docker_container:\n name: open-webui\n image: ghcr.io/open-webui/open-webui:main\n ports:\n - \"{{ port }}:8080\"\n volumes:\n - open-webui:/app/backend/data\n env:\n OLLAMA_BASE_U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
DmytroMorhulDevPro/Ansible-education
7a7136e715fa995c33be473e64353bc62eef793c
0
roles/docker_tools
7,240
[ "no_license" ]
[ { "path": "roles/docker_tools/defaults/main.yaml", "content": "############## default variable ##############\nrequired_packages:\n - python-setuptools\n - python3-pip\n - docker.io\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/docker...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
DmytroMorhulDevPro/Ansible-education
7a7136e715fa995c33be473e64353bc62eef793c
0
roles/grafana
7,240
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yaml", "content": "---\n- name: Setup docker\n include_role:\n name: docker_tools\n\n#- name: Copy grafana configs\n# copy:\n# src: \"{{ item }}\"\n# dest: /opt/\n# with_items:\n# - 'dash'\n# - 'provisioning'\n#\n#- name: Copy grafana configs\n# templat...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2515, "all_permissive": false }
ansible_role
DmytroMorhulDevPro/Ansible-education
7a7136e715fa995c33be473e64353bc62eef793c
0
roles/letsencrypt
7,240
[ "no_license" ]
[ { "path": "roles/letsencrypt/handlers/main.yaml", "content": "############## Hendlers ##############\n- name: start Nginx\n service: \n name: nginx \n state: started\n\n- name: stop Nginx\n service: \n name: nginx \n state: stopped", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1036, "all_permissive": false }
ansible_role
DmytroMorhulDevPro/Ansible-education
7a7136e715fa995c33be473e64353bc62eef793c
0
roles/nginx
7,240
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "--- \n- name: get hostname\n debug:\n msg: \"{{ inventory_hostname }}\" \n\n- name: install nginx\n apt:\n name: \"nginx\"\n state: present\n update_cache: yes\n register: installed_nginx_status\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
DmytroMorhulDevPro/Ansible-education
7a7136e715fa995c33be473e64353bc62eef793c
0
roles/prometheus
7,240
[ "no_license" ]
[ { "path": "roles/prometheus/defaults/main.yaml", "content": "############## default variable ##############\ndomain_name: administrarium.pp.ua\nservice_name: prometheus", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/prometheus/tasks/nginx_c...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1899, "all_permissive": false }
ansible_role
joselluis7/setup-mysql-replication
11f36ec880c141265a86667353a28dea212653ee
0
roles/basicinstall
7,240
[ "no_license" ]
[ { "path": "roles/basicinstall/vars/main.yml", "content": "# The main varibles are here\n# The variables for general purpose\nserver_packages: {vim, rsync, byobu, yum-utils, traceroute, bind-utils, mtr, htop, bzip2, telnet, nmap, wget, mlocate}", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 490, "all_permissive": false }
ansible_role
joselluis7/setup-mysql-replication
11f36ec880c141265a86667353a28dea212653ee
0
roles/mysqldriver
7,240
[ "no_license" ]
[ { "path": "roles/mysqldriver/tasks/main.yml", "content": "# Make sure pymysql module is installed\n\n---\n - name: install python3 pip package \n yum:\n name: python3-pip\n state: present\n\n - name: Install mysql driver through python\n pip:\n name: PyMySQL", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
joselluis7/setup-mysql-replication
11f36ec880c141265a86667353a28dea212653ee
0
roles/mysqlinstall
7,240
[ "no_license" ]
[ { "path": "roles/mysqlinstall/vars/main.yml", "content": "mysql_rpm_packages:\n package_name: \"Percona-Server-server\"\n package_version: \"57\"\n package_repository: \"https://repo.percona.com/yum/percona-release-latest.noarch.rpm\"\n\nmysql_deb_packages:\n package_name: \"percona-server-server\"\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 896, "all_permissive": false }
ansible_role
joselluis7/setup-mysql-replication
11f36ec880c141265a86667353a28dea212653ee
0
roles/mysqlinstances
7,240
[ "no_license" ]
[ { "path": "roles/mysqlinstances/templates/replica.j2", "content": "[mysqld@replica]\nserver_id ={{ replica.server_id }}\ndatadir ={{ replica.datadir }}\nsocket ={{ replica.socket }}\npid-file ={{ replica.pid_file }}\nport ={{ replica.port }}\nlog-error ={{ replica.log_file }}", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2506, "all_permissive": false }
ansible_role
joselluis7/setup-mysql-replication
11f36ec880c141265a86667353a28dea212653ee
0
roles/replication
7,240
[ "no_license" ]
[ { "path": "roles/replication/tasks/main.yml", "content": "---\n - name: Create replica user in source instance and grant replication privillege\n mysql_user:\n login_user: \"{{ mysql_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n login_port: \"{{ source.port }}\"\n login_host: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2155, "all_permissive": false }
ansible_role
joselluis7/setup-mysql-replication
11f36ec880c141265a86667353a28dea212653ee
0
roles/selinux
7,240
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yml", "content": "# FIX SELINUX ISSUE BY ADDING 3307 PORT TO PERMITED PORTS LIST\n---\n - name: Install Selinux policy python utilities\n yum: \n name: policycoreutils-python-utils\n state: present\n\n#ADD CONDITIONALS TO CHECK IF PORT IS ALREADY SET\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
kohsacu/dockerConfig
cf3fe4ceada321d2d47046406f67895a48781248
0
dockerfiles/infra_ansible/roles/HelloWorld
7,241
[ "no_license" ]
[ { "path": "dockerfiles/infra_ansible/roles/HelloWorld/tasks/main.yaml", "content": "---\n- name: Test ansible-playbook\n debug: msg=\"Hello world!\"\n\n- name: Catch Hostname\n command: hostname --fqdn\n register: _result_hostname_\n changed_when: False\n\n- name: Print Hostname\n #debug: var=_result_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
kohsacu/dockerConfig
cf3fe4ceada321d2d47046406f67895a48781248
0
dockerfiles/infra_ansible/roles/apt-get
7,241
[ "no_license" ]
[ { "path": "dockerfiles/infra_ansible/roles/apt-get/tasks/main.yaml", "content": "---\n- name: Exec \"apt-get update\"\n become: yes\n apt:\n update_cache: yes\n cache_valid_time: 3600\n tags:\n - check\n - upgrade\n\n- name: Catch \"apt-get upgrade\"\n become: yes\n shell: LC_ALL=en_EN.UTF-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1050, "all_permissive": false }
ansible_role
kohsacu/dockerConfig
cf3fe4ceada321d2d47046406f67895a48781248
0
dockerfiles/infra_ansible/roles/base-config
7,241
[ "no_license" ]
[ { "path": "dockerfiles/infra_ansible/roles/base-config/templates/sudoers.d/92-host-security.j2", "content": "#\n# roles/base-config/templates/sudoers.d/91-host-security.j2\n#\n\nCmnd_Alias SU = /bin/su\nCmnd_Alias ADMCMD = /usr/sbin/visudo\n#Cmnd_Alias ADMCMD = /usr/sbin/visudo, /usr/sbin/netplan\n#Cmnd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4206, "all_permissive": false }
ansible_role
kohsacu/dockerConfig
cf3fe4ceada321d2d47046406f67895a48781248
0
dockerfiles/infra_ansible/roles/check-tags
7,241
[ "no_license" ]
[ { "path": "dockerfiles/infra_ansible/roles/check-tags/tasks/main.yaml", "content": "---\n- name: Required check\n fail: msg=\"'--tags' is required. $ ansible-playbook --list-tags\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
kohsacu/dockerConfig
cf3fe4ceada321d2d47046406f67895a48781248
0
dockerfiles/infra_ansible/roles/command.stdout
7,241
[ "no_license" ]
[ { "path": "dockerfiles/infra_ansible/roles/command.stdout/tasks/main.yaml", "content": "---\n- name: Catch Hostname\n command: hostname --fqdn\n register: result_hostname\n changed_when: False\n\n- name: Print Hostname\n #debug: var=result_hostname.stdout_lines\n debug: var=result_hostname.stdout\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
kohsacu/dockerConfig
cf3fe4ceada321d2d47046406f67895a48781248
0
dockerfiles/infra_ansible/roles/kernel-purge
7,241
[ "no_license" ]
[ { "path": "dockerfiles/infra_ansible/roles/kernel-purge/tasks/main.yaml", "content": "---\n- name: Catch \"dpkg --get-selections\"\n shell: LC_ALL=en_EN.UTF-8 dpkg --get-selections | grep linux-\n register: _catch_dpkg_get_selections\n changed_when: False\n tags: \n - check\n\n- name: Print \"dpkg --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1284, "all_permissive": false }
ansible_role
kohsacu/dockerConfig
cf3fe4ceada321d2d47046406f67895a48781248
0
dockerfiles/infra_ansible/roles/kernel-unsigned-image
7,241
[ "no_license" ]
[ { "path": "dockerfiles/infra_ansible/roles/kernel-unsigned-image/tasks/main.yaml", "content": "---\n- name: Catch \"apt-cache policy\"\n shell: >-\n LC_ALL=en_EN.UTF-8\n apt-cache policy\n linux-image-unsigned-{{ UNSIGNED_IMAGE_VERSION }}-generic\n linux-modules-{{ UNSIGNED_IMAGE_VERSION }}-gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1564, "all_permissive": false }
ansible_role
kohsacu/dockerConfig
cf3fe4ceada321d2d47046406f67895a48781248
0
dockerfiles/infra_ansible/roles/sshkey-into-con
7,241
[ "no_license" ]
[ { "path": "dockerfiles/infra_ansible/roles/sshkey-into-con/tasks/main.yaml", "content": "---\n- name: Create .ssh directory\n become: no\n file:\n path: \"{{ item.directory }}\"\n mode: '0700'\n state: directory\n with_items:\n - { directory: .ssh }\n tags:\n - ssh-into\n - always\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
basics/ansible-vault/roles/custom-role
7,241
[ "no_license" ]
[ { "path": "basics/ansible-vault/roles/custom-role/tasks/main.yaml", "content": "---\n- name: Show vault variable value\n debug:\n var: my_message\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
basics/deployment-strategies/roles/install-python
7,241
[ "no_license" ]
[ { "path": "basics/deployment-strategies/roles/install-python/tasks/main.yaml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Python\n apt:\n name: python3\n state: present\n\n- name: Install pip\n apt:\n name: python3-pip\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
basics/handlers/roles/handlers
7,241
[ "no_license" ]
[ { "path": "basics/handlers/roles/handlers/tasks/main.yaml", "content": "- name: Update apt cache and install Nginx\n apt:\n name: nginx\n state: latest\n update_cache: yes\n\n- name: Copy index.html\n template:\n src: index.html\n dest: /usr/share/nginx/html/index.html\n\n- name: Copy updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
basics/installing packages/roles/python
7,241
[ "no_license" ]
[ { "path": "basics/installing packages/roles/python/tasks/main.yaml", "content": "---\n- name: Installing packages for python environment\n become: true\n apt:\n name:\n - python3-pip\n update_cache: true\n\n- name: Creates directory\n file:\n path: ./basic-http-server\n state: directory\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
basics/templating/roles/install-nginx
7,241
[ "no_license" ]
[ { "path": "basics/templating/roles/install-nginx/tasks/nginx.conf.j2", "content": "server {\n listen {{ server_port | default(80) }};\n listen [::]:{{ server_port | default(80) }};\n\n server_name localhost;\n root /var/www/html;\n index index.html index.htm;\n\n location / {\n try_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 940, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
project-1/ansible/roles/docker
7,241
[ "no_license" ]
[ { "path": "project-1/ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Remove old Docker packages\n apt:\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n become: true\n\n- name: Add Docker GPG key\n apt_key:\n url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2063, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
project-1/ansible/roles/nginx
7,241
[ "no_license" ]
[ { "path": "project-1/ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n become: true\n\n- name: Remove default Nginx site\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n become: true\n notify: restart nginx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3096, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
project-1/ansible/roles/system
7,241
[ "no_license" ]
[ { "path": "project-1/ansible/roles/system/tasks/main.yaml", "content": "---\n- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install system packages\n apt:\n name: \"{{ system_packages }}\"\n state: present\n notify: system updated\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
project-2/ansible/roles/docker
7,241
[ "no_license" ]
[ { "path": "project-2/ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Remove old Docker packages\n apt:\n name: \"{{ item }}\"\n state: absent\n loop:\n - docker-ce\n - docker-ce-cli\n - docker\n - docker.io\n - docker-doc\n - docker-compose\n - docker-compose-v2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2716, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
project-2/ansible/roles/nginx
7,241
[ "no_license" ]
[ { "path": "project-2/ansible/roles/nginx/templates/nginx.conf.j2", "content": "server {\n listen {{ nginx_port }} default_server;\n listen [::]:{{ nginx_port }} default_server;\n\n location / {\n proxy_pass http://localhost:{{ app_port }};\n\n # Proxy headers\n proxy_set_header...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2455, "all_permissive": false }
ansible_role
ProDanish203/ansible-basics
61e5df0235f2a7aef7b8f055ed8ec3c808b0b0c4
0
project-2/ansible/roles/system
7,241
[ "no_license" ]
[ { "path": "project-2/ansible/roles/system/handlers/main.yaml", "content": "---\n- name: system updated\n debug:\n msg: \"System packages updated successfully\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "project-2/ansible/roles/system/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 462, "all_permissive": false }
ansible_role
wahzzy/lightsail-proxy
ea97dc4d2915b9191476761302dc9101ee611185
0
ansible/roles/apply_certificate
7,241
[ "no_license" ]
[ { "path": "ansible/roles/apply_certificate/tasks/main.yml", "content": "- name: Update all packages\n apt: name=\"*\" state=latest update_cache=true force_apt_get=true\n\n- name: Install snapd\n apt: name=snapd state=latest\n\n- name: Remove certbot\n apt: name=certbot state=absent\n\n- name: Snap Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
wahzzy/lightsail-proxy
ea97dc4d2915b9191476761302dc9101ee611185
0
ansible/roles/enable_bbr
7,241
[ "no_license" ]
[ { "path": "ansible/roles/enable_bbr/tasks/main.yml", "content": "# https://wiki.crowncloud.net/?How_to_enable_BBR_on_Ubuntu_22_04\n- name: Configure Enable BBR\n blockinfile: \n dest: /etc/sysctl.conf\n block: |\n net.core.default_qdisc=fq\n net.ipv4.tcp_congestion_control=bbr\n backup: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
wahzzy/lightsail-proxy
ea97dc4d2915b9191476761302dc9101ee611185
0
ansible/roles/install_cloudflare_warp
7,241
[ "no_license" ]
[ { "path": "ansible/roles/install_cloudflare_warp/tasks/main.yml", "content": "- name: Install curl\n apt: name=curl state=latest\n\n- name: deb\n shell: | \n curl https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg\n echo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 780, "all_permissive": false }
ansible_role
wahzzy/lightsail-proxy
ea97dc4d2915b9191476761302dc9101ee611185
0
ansible/roles/install_docker
7,241
[ "no_license" ]
[ { "path": "ansible/roles/install_docker/tasks/main.yml", "content": "- name: Update all packages\n apt: name=\"*\" state=latest update_cache=true force_apt_get=true\n\n- name: Install GPG Dependency\n apt: name=gnupg2 state=latest\n\n- name: Install Python Dependency\n apt: name=python3-apt state=latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
wahzzy/lightsail-proxy
ea97dc4d2915b9191476761302dc9101ee611185
0
ansible/roles/start_vpn
7,241
[ "no_license" ]
[ { "path": "ansible/roles/start_vpn/tasks/main.yml", "content": "- name: Copy \n template:\n src: templates/start_vpn.sh.j2\n dest: ~/start_vpn.sh\n\n- name: start vpn\n command: bash start_vpn.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
AleksZimin/ansible-examples
61a45f433f409c372284afedaa16a98f328caea0
0
roles/initial_setup
7,241
[ "no_license" ]
[ { "path": "roles/initial_setup/handlers/main.yml", "content": "---\n# handlers file for initial_setup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/initial_setup/tasks/main.yml", "content": "---\n# tasks file for initial_setup\n\n- name...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 971, "all_permissive": false }
ansible_role
AleksZimin/ansible-examples
61a45f433f409c372284afedaa16a98f328caea0
0
roles/manage_vms
7,241
[ "no_license" ]
[ { "path": "roles/manage_vms/templates/environment.j2", "content": "{% if outer_item.value.network.do_proxy is defined and outer_item.value.network.do_proxy == true %}\nhttp_proxy=http://{{ outer_item.value.network.proxy.addr }}:{{ outer_item.value.network.proxy.port }}/\nhttps_proxy=http://{{ outer_item.val...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 14635, "all_permissive": false }
ansible_role
furkancetin94/furkan
2ea89361d7d3221f38bee8b5520f39dceda09868
0
server2/ansible/roles/consul
7,241
[ "no_license" ]
[ { "path": "server2/ansible/roles/consul/templates/config.json", "content": "{\n \"bind_addr\": \"{{ internal_ip }}\",\n \"bootstrap_expect\": 1,\n \"client_addr\": \"0.0.0.0\",\n \"datacenter\": \"dc\",\n \"data_dir\": \"/var/consul\",\n \"domain\": \"consul\",\n \"node_name\": \"{{ int...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2424, "all_permissive": false }
ansible_role
furkancetin94/furkan
2ea89361d7d3221f38bee8b5520f39dceda09868
0
server2/ansible/roles/grafana
7,241
[ "no_license" ]
[ { "path": "server2/ansible/roles/grafana/tasks/main.yml", "content": "- name: Creating Grafana User Group\n group: name=\"{{groupId}}\"\n become: true\n\n- name: Creating Grafana User\n user:\n name: \"{{userId}}\"\n group: \"{{groupId}}\"\n system: yes\n shell: \"/sbin/nologin\"\n comment...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
furkancetin94/furkan
2ea89361d7d3221f38bee8b5520f39dceda09868
0
server3/kibana-elastic-ansible-install/roles/elastic
7,241
[ "no_license" ]
[ { "path": "server3/kibana-elastic-ansible-install/roles/elastic/tasks/main.yml", "content": "- name: Creating Elastic User Group\r\n group: name=\"{{groupId}}\"\r\n become: true\r\n\r\n- name: Creating Elastic User\r\n user:\r\n name: \"{{userId}}\"\r\n group: \"{{groupId}}\"\r\n system: yes\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1423, "all_permissive": false }
ansible_role
furkancetin94/furkan
2ea89361d7d3221f38bee8b5520f39dceda09868
0
server3/kibana-elastic-ansible-install/roles/kibana
7,241
[ "no_license" ]
[ { "path": "server3/kibana-elastic-ansible-install/roles/kibana/tasks/main.yml", "content": "- name: Creating Kibana User Group\n group: name=\"{{groupId}}\"\n become: true\n\n- name: Creating Kibana User\n user:\n name: \"{{userId}}\"\n group: \"{{groupId}}\"\n system: yes\n shell: \"/sbin/no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
kangaroot/ansible-collection-kangaroot-foreman_content_kubernetes
051945fcb25bea19acd8d44f317a395d707bad71
0
roles/foreman_content_kubernetes
7,241
[ "no_license" ]
[ { "path": "roles/foreman_content_kubernetes/README.md", "content": "# Ansible role: foreman_content_kubernetes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/foreman_content_kubernetes/vars/foreman_content_kubernetes124.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 36287, "all_permissive": false }
ansible_role
abikouo/github_dashboard
f1a675f0c9e6307259419e09d41f28a42ce1b25d
0
automation/roles/aws_manage_virtual_machine
7,241
[ "no_license" ]
[ { "path": "automation/roles/aws_manage_virtual_machine/defaults/main.yml", "content": "---\noperation: 'create'\naws_vpc_name: '{{ resource_prefix }}-vpc'\naws_vpc_cidr: '192.168.127.12/16'\naws_subnet_cidr: '172.16.58.3/24'\naws_security_group: '{{ resource_prefix }}-sg'\naws_security_group_rules:\n - cid...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4062, "all_permissive": false }
ansible_role
abikouo/github_dashboard
f1a675f0c9e6307259419e09d41f28a42ce1b25d
0
automation/roles/azure_manage_virtual_machine
7,241
[ "no_license" ]
[ { "path": "automation/roles/azure_manage_virtual_machine/defaults/main.yml", "content": "---\noperation: create\nazure_region: eastus\n\n# Networking variables\nazure_virtual_network: \"test-vnet-01\"\nazure_subnet: \"test-subnet-01\"\nazure_vnet_address_prefixes_cidr:\n - 10.1.0.0/16\nazure_subnet_address...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2747, "all_permissive": false }
ansible_role
DavidSchneiderInfo/devops-toolbox
730c11ebcb675c3fd8e17a40d5b41d96bbed2e9b
0
ansible/roles/deploy-stack
7,241
[ "no_license" ]
[ { "path": "ansible/roles/deploy-stack/defaults/main.yml", "content": "grafana:\n username: david\n password: \"{{ lookup('password', '/tmp/ansible/.secrets/grafana.txt', length=32) }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "ansible/rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3941, "all_permissive": false }
ansible_role
ebdekock/ansible_example
51ad9aa7257b1f024263a221e47382695fb67647
0
4_roles_play/roles/php
7,241
[ "no_license" ]
[ { "path": "4_roles_play/roles/php/tasks/main.yml", "content": "- name: Install PHP Dependencies\n ansible.builtin.debug:\n msg: \"Installed all PHP deps\"\n\n- name: Installing PHP\n ansible.builtin.file:\n state: touch\n path: /home/vagrant/php-{{ php_version }}\n owner: vagrant\n group: v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
ebdekock/ansible_example
51ad9aa7257b1f024263a221e47382695fb67647
0
5_playbook/roles/db
7,241
[ "no_license" ]
[ { "path": "5_playbook/roles/db/tasks/main.yml", "content": "- name: Install Mysql package\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - mysql-server\n ignore_errors: True\n\n- name: Create Mysql configuration file\n template:\n src: my.cnf.j2\n dest: /etc/my.cnf\n notify...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 849, "all_permissive": false }
ansible_role
ebdekock/ansible_example
51ad9aa7257b1f024263a221e47382695fb67647
0
5_playbook/roles/web
7,241
[ "no_license" ]
[ { "path": "5_playbook/roles/web/templates/apache.conf.j2", "content": "<VirtualHost *:80>\n ServerAdmin webmaster@localhost\n ServerName 10.1.0.10\n DocumentRoot /var/www/\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n\n <IfModule mod_dir.c>\n Di...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1470, "all_permissive": false }
ansible_role
mjgil/vagrant-ansible
6d20fc05d952224afdd81cfa8cd2817d7a5c5b8b
0
mgmt/roles/common
7,241
[ "no_license" ]
[ { "path": "mgmt/roles/common/tasks/main.yml", "content": "- name: Install packages\n sudo: yes\n apt: pkg={{ item }} state=installed update_cache=yes\n with_items:\n # build tools + essential\n - make\n - curl\n - tree\n - build-essential\n - libssl-dev\n - golang\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
toritsejuFO/pbl-terraform-cloud
2795f04940b7b0cbaee0e070b8dd9754fbf537a6
0
ansible/roles/tooling
7,241
[ "no_license" ]
[ { "path": "ansible/roles/tooling/tasks/setup-db.yml", "content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"iac-rds-instance.crcj7z22xflc.us-east-1.rds.amazonaws.com\"\n login_user: \"admin\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
toritsejuFO/pbl-terraform-cloud
2795f04940b7b0cbaee0e070b8dd9754fbf537a6
0
ansible/roles/wordpress
7,241
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/setup-db.yml", "content": "- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n \n- name: create database\n community.mysql.mysql_db:\n login_host: \"iac-rds-instance.crcj7z22xflc.us-east-1.rds.amazonaws.com\"\n login_user: \"admin\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/basic_server
7,244
[ "no_license" ]
[ { "path": "deploy/roles/basic_server/tasks/security.yml", "content": "---\n\n- name: Allow nginx 80\n ufw:\n rule: allow\n port: 80\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "deploy/roles/basic_server/tasks/file_structures.yml", "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1620, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/common
7,244
[ "no_license" ]
[ { "path": "deploy/roles/common/tasks/tools.yml", "content": "---\n\n- name: Install tools\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - htop\n - vim\n - socat # UDP connection debugging\n - jq\n - unzip\n - acl # required for running ansible unprivileged user task...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2041, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/django_application
7,244
[ "no_license" ]
[ { "path": "deploy/roles/django_application/defaults/main.yml", "content": "---\n\nsentry_dsn:\nsentry_environment: testing\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "deploy/roles/django_application/templates/default_env.j2", "content": "...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5028, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/maintenance
7,244
[ "no_license" ]
[ { "path": "deploy/roles/maintenance/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n apt: \n name: nginx \n state: present\n\n- name: Create directories\n file:\n path: \"{{ maintenance_dir }}{{ item }}\"\n state: directory\n owner: \"{{ application_user }}\"\n group: w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2189, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/postgresql
7,244
[ "no_license" ]
[ { "path": "deploy/roles/postgresql/tasks/main.yml", "content": "---\n\n- name: Check credentials\n fail:\n msg: \"Missing 'postgresql_user' credential variable\"\n when: postgresql_user == \"\"\n\n- name: Check credentials\n fail:\n msg: \"Missing 'postgresql_password' credential variable\"\n when...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4745, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/redis
7,244
[ "no_license" ]
[ { "path": "deploy/roles/redis/defaults/main.yml", "content": "---\n\nredis_bind_host: \"127.0.0.1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "deploy/roles/redis/tasks/security.yml", "content": "---\n\n- name: Allow redis ports\n ufw:\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 652, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/rqscheduler
7,244
[ "no_license" ]
[ { "path": "deploy/roles/rqscheduler/handlers/main.yml", "content": "---\n\n- name: Reload systemd\n command: systemctl daemon-reload\n\n- name: Enable and restart workers\n systemd:\n name: <EMAIL>\n enabled: yes\n state: restarted\n with_sequence: count={{ worker_count }}\n\n- name: Enable and ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1770, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/rqworker
7,244
[ "no_license" ]
[ { "path": "deploy/roles/rqworker/tasks/worker_units.yml", "content": "---\n\n- name: Create the Worker run file\n template:\n src: rqworker/run_rqworker.j2\n dest: \"{{ worker_run_bin }}\"\n owner: \"{{ application_user }}\"\n group: \"{{ application_group }}\"\n mode: 0770\n backup: yes\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3179, "all_permissive": false }
ansible_role
datosgobar/monitoreo-apertura
a1d75aed2326970cca62ba7d7f00b2a03fdf541e
5
deploy/roles/web_server
7,244
[ "no_license" ]
[ { "path": "deploy/roles/web_server/templates/gunicorn/gunicorn_config.j2", "content": "proc_name = \"{{ application_name }}\"\nworkers = {{ gunicorn_num_workers }}\nmax_requests = {{ gunicorn_max_requests }}\ntimeout = {{ gunicorn_timeout_seconds }}\nloglevel = \"info\"\nbind = \"unix:{{ gunicorn_socket }}\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7341, "all_permissive": false }