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 | AarishEjaz/Todo-Ansible-Integration | 35d1ce652a4720e5798190474c242a8e2f573096 | 0 | ansible/playbooks/roles/common | 7,640 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: install common packages\n become: yes\n yum:\n name:\n - httpd\n - js\n state: present\n \n- name: Start and enable apache\n become: yes\n service:\n name: httpd\n state: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | AarishEjaz/Todo-Ansible-Integration | 35d1ce652a4720e5798190474c242a8e2f573096 | 0 | ansible/playbooks/roles/ec2_launch | 7,640 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/ec2_launch/tasks/main.yml",
"content": "---\n# tasks file for ec2_launch\n- name: Adding ssh access to a security group\n amazon.aws.ec2_group:\n name: default\n description: Security group for Ec2 instances launch\n region: ap-south-1\n rules:\n - proto: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1730,
"all_permissive": false
} |
ansible_role | ivkpa/ansible-custom-collection | 340d385080e83c162734bd4ab7e41f5df615e375 | 0 | roles/file_create_role | 7,640 | [
"no_license"
] | [
{
"path": "roles/file_create_role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - file_create_role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/file_create_role/vars/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 458,
"all_permissive": false
} |
ansible_role | Andersh75/mybox | 29866b4fd0a690b829daf7ee02dce6dcd7ae1e4b | 0 | roles/epsilon | 7,640 | [
"no_license"
] | [
{
"path": "roles/epsilon/tasks/users.yml",
"content": "---\n- name: create user plex\n user:\n name: plex\n state: present\n groups: \"sudo,docker,plex\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/epsilon/tasks/docker-apps.y... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1939,
"all_permissive": false
} |
ansible_role | Andersh75/mybox | 29866b4fd0a690b829daf7ee02dce6dcd7ae1e4b | 0 | roles/extra | 7,640 | [
"no_license"
] | [
{
"path": "roles/extra/vars/main.yml",
"content": "---\ndockeruser: plex\ndockergroup: plex\n\nisodir: /opt/iso\ndockerlist: /opt/docker.list\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/extra/tasks/main.yml",
"content": "---\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | Andersh75/mybox | 29866b4fd0a690b829daf7ee02dce6dcd7ae1e4b | 0 | roles/onlydockerapps | 7,640 | [
"no_license"
] | [
{
"path": "roles/onlydockerapps/files/opt/xdocker-compose.yml",
"content": "---\nversion: '2'\nservices:\n plex:\n image: linuxserver/plex\n container_name: plex\n volumes:\n - /opt/appdata/plex:/config\n - /mnt/storage:/data\n network_mode: host\n restart: always\n environment:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3677,
"all_permissive": false
} |
ansible_role | dievagrant/die | 1c5f78089ea28b350193fbde6fad57ee2a37b94a | 1 | provisioning/roles/common | 7,640 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: Disable SElinux\n selinux: state=disabled\n\n- name: Disable firewalls\n service: name=firewalld state=stopped\n\n- name: Copy the EPEL repository definition\n copy: src=epel.repo dest=/etc/yum.repos.d/\n\n- name: Create the G... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | dievagrant/die | 1c5f78089ea28b350193fbde6fad57ee2a37b94a | 1 | provisioning/roles/dievagrant-homepage-demo | 7,640 | [
"no_license"
] | [
{
"path": "provisioning/roles/dievagrant-homepage-demo/tasks/main.yml",
"content": "---\n- name: Download Demo App (die's webpage)\n get_url: url=https://github.com/dievagrant/die/archive/gh-pages.zip dest=/srv/dieroot/gh-pages.zip\n\n- name: Create app directory\n file: path=/srv/dieroot/demo-app state=d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | dievagrant/die | 1c5f78089ea28b350193fbde6fad57ee2a37b94a | 1 | provisioning/roles/nginx | 7,640 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/defaults/main.yml",
"content": "---\nnginx:\n port: 80\n server_hostname: die.lvh.me",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "provisioning/roles/nginx/tasks/main.yml",
"content": "---\n- name: Copy t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | dievagrant/die | 1c5f78089ea28b350193fbde6fad57ee2a37b94a | 1 | provisioning/roles/static-html-webpage | 7,640 | [
"no_license"
] | [
{
"path": "provisioning/roles/static-html-webpage/templates/vhost.j2",
"content": " server {\n listen 80; ## listen for ipv4; this line is default and implied\n\n root /srv/dieroot/{{ name }};\n index index.html;\n\n # Make site accessible from http://localhost/\n server_name {{ name }}.die... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | wikitops/ansible_mariadb | feeacdc44787b316983991692b17f3158f968b60 | 0 | roles/mariadb | 7,640 | [
"no_license"
] | [
{
"path": "roles/mariadb/vars/RedHat.yml",
"content": "---\n\n###\n# MARIADB REDHAT\n###\n\n# Dependency\nmariadb_dependency_package: MySQL-python\n\n# Configureation directory\nmariadb_conf_dir: /etc/my.cnf.d/\n\n# MariaDB socket path\nmariadb_pid_path: /var/lib/mysql/{{ ansible_hostname }}.pid\nmariadb_so... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4719,
"all_permissive": false
} |
ansible_role | davyLSDev/ansible.playground | b523aaa44a26d8a591957f06b54284c3494f4e2a | 0 | roles/buildagents | 7,640 | [
"no_license"
] | [
{
"path": "roles/buildagents/tasks/main.yml",
"content": "---\n# file: roles/buildagents/tasks/main.yml\n\n- name: Ensure that the jenkins_ssh file variables are being read\n debug: \n msg:\"This is {{ jenkins_ssh_file }}\"\n \n- name: copy secret keys to /control/test/ssh\n copy:\n content: \"{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | davyLSDev/ansible.playground | b523aaa44a26d8a591957f06b54284c3494f4e2a | 0 | roles/servers | 7,640 | [
"no_license"
] | [
{
"path": "roles/servers/tasks/main.yml",
"content": "---\n# file: roles/servers/tasks/main.yml\n- name: First test of roles\n debug: msg=\"This is the first refactoring of the project to use roles\"\n \n- name: Write out variables stored in group_vars/all\n debug: msg=\"{{ group_var_all }}\"\n \n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | davyLSDev/ansible.playground | b523aaa44a26d8a591957f06b54284c3494f4e2a | 0 | roles/testers | 7,640 | [
"no_license"
] | [
{
"path": "roles/testers/tasks/main.yml",
"content": "---\n# file: roles/testers/tasks/main.yml\n- name: First test of roles\n debug: msg=\"This is the contents of the super secret variable {{ super_secret_var }}\"\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 160... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | jeajar/ansible-gitea-docker | 0b9f58751a631dbca7f7f270bc814b6986590731 | 0 | provisioning/gitea/roles/gitea | 7,640 | [
"no_license"
] | [
{
"path": "provisioning/gitea/roles/gitea/defaults/main.yml",
"content": "---\nservice_user: gitea\nservice_user_uid: 1000\nservice_user_gid: 1000\napp_folder: /home/{{ service_user }}/gitea\nhostname: gitea\ndb_password: <PASSWORD>\ndomain: example.com\ndb_username: gitea\ndb_database: gitea\ndb_type: post... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9876,
"all_permissive": false
} |
ansible_role | jeajar/ansible-gitea-docker | 0b9f58751a631dbca7f7f270bc814b6986590731 | 0 | provisioning/gitea/roles/os | 7,640 | [
"no_license"
] | [
{
"path": "provisioning/gitea/roles/os/handlers/main.yml",
"content": "---\n- name: Restart systemd-timesyncd\n service:\n name: systemd-timesyncd.service\n state: restarted\n listen: systemd-timesyncd\n\n- name: Write adjtime\n command: hwclock --systohc\n when: ansible_virtualization_role == \"h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2007,
"all_permissive": false
} |
ansible_role | wael2000/php-pricelist | cebd8ae173882204787f2d35a6a5ece48a699a82 | 0 | openshift/operator/pricelist-operator/roles/pricelist | 7,640 | [
"no_license"
] | [
{
"path": "openshift/operator/pricelist-operator/roles/pricelist/templates/pricelist-svc.yaml.j2",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n labels:\n app: \"{{ meta.name }}-pricelist\"\n tier: frontend\n name: \"{{ meta.name }}-pricelist-frontend-svc\"\n namespace: \"{{ meta.namespace... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5462,
"all_permissive": false
} |
ansible_role | jverdeyen/macplan | 6f039cb26960d05aa3bad798d17ba0f19d45981a | 14 | roles/account | 7,635 | [
"no_license"
] | [
{
"path": "roles/account/tasks/main.yml",
"content": "---\n\n- name: Send new account picture\n copy:\n src={{ item }}\n dest=\"/Library/User Pictures/Picture\"\n mode=0644\n ignore_errors: yes\n sudo: yes\n with_items: [\"{{ account_picture }}\"]\n\n- name: Clear existing user account picture\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | jverdeyen/macplan | 6f039cb26960d05aa3bad798d17ba0f19d45981a | 14 | roles/apps | 7,635 | [
"no_license"
] | [
{
"path": "roles/apps/defaults/main.yml",
"content": "homebrew_apps:\n - git\n - brew-cask\n\nhomebrew_taps:\n - caskroom/cask\n - homebrew/binary\n - homebrew/dupes\n - homebrew/php\n - homebrew/versions\n - caskroom/versions\n - caskroom/eid\n - caskroom/fonts\n\ncask_apps: []\n\nalfred_cask... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | jverdeyen/macplan | 6f039cb26960d05aa3bad798d17ba0f19d45981a | 14 | roles/dock | 7,635 | [
"no_license"
] | [
{
"path": "roles/dock/tasks/main.yml",
"content": "---\n\n- name: 'Dock: Reset the Dock'\n shell: 'defaults delete com.apple.dock'\n ignore_errors: yes\n\n- name: 'Dock: Boilerplate: mod-count'\n shell: 'defaults write com.apple.dock mod-count -integer 2'\n\n- name: 'Dock: Boilerplate: version'\n shell:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | jverdeyen/macplan | 6f039cb26960d05aa3bad798d17ba0f19d45981a | 14 | roles/mackup | 7,635 | [
"no_license"
] | [
{
"path": "roles/mackup/tasks/main.yml",
"content": "---\n\n- name: Link Mackup config dir\n file: src=/Users/{{ user }}/Dropbox/Mackup/.mackup dest=/Users/{{ user }}/.mackup state=link\n\n- name: Copy custom config files\n copy: src={{ item }} dest=/Users/{{ user }}/.mackup\n with_items:\n - dotfiles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | jverdeyen/macplan | 6f039cb26960d05aa3bad798d17ba0f19d45981a | 14 | roles/osx | 7,635 | [
"no_license"
] | [
{
"path": "roles/osx/defaults/main.yml",
"content": "osx_dock_tile_px: 42\nosx_hostname: MacOSX\nosx_lock_screen_text: \"Hello World!\"\n\nosx_desktop_settings:\n # Show item info near icons on the desktop and in other icon views\n - /usr/libexec/PlistBuddy -c \"Set :DesktopViewSettings:IconViewSettin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 24519,
"all_permissive": false
} |
ansible_role | jverdeyen/macplan | 6f039cb26960d05aa3bad798d17ba0f19d45981a | 14 | roles/terminal | 7,635 | [
"no_license"
] | [
{
"path": "roles/terminal/defaults/main.yml",
"content": "terminal_theme: Piperita # Flat, Peppermint\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n\n- name: Copy terminal settings file\n co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | joshrnoll/ansible-playbook-homelab | c83577cddabc1b048baed999a43fde70bef8c1b7 | 23 | roles/deploy_container | 7,635 | [
"no_license"
] | [
{
"path": "roles/deploy_container/handlers/main.yml",
"content": "---\n# handlers file for deploy_container\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/deploy_container/vars/main.yml",
"content": "---\ndeploy_container_traefik_label... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6719,
"all_permissive": false
} |
ansible_role | mfin/homelab | 11fcba9c1500cb6212d2baa03ec1348470900d29 | 22 | ansible/k3s/playbooks/roles/requirements | 7,635 | [
"no_license"
] | [
{
"path": "ansible/k3s/playbooks/roles/requirements/tasks/main.yaml",
"content": "---\n- name: Enable IPv4 forwarding\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: true\n\n- name: Enable IPv6 forwarding\n ansible.posix.sysctl:\n name: net.ipv6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1168,
"all_permissive": false
} |
ansible_role | mfin/homelab | 11fcba9c1500cb6212d2baa03ec1348470900d29 | 22 | ansible/remote/playbooks/roles/coredns | 7,635 | [
"no_license"
] | [
{
"path": "ansible/remote/playbooks/roles/coredns/handlers/main.yaml",
"content": "- name: Restart coredns\n ansible.builtin.systemd:\n name: coredns\n daemon_reload: true\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2286,
"all_permissive": false
} |
ansible_role | mfin/homelab | 11fcba9c1500cb6212d2baa03ec1348470900d29 | 22 | ansible/rpi/playbooks/roles/bind9 | 7,635 | [
"no_license"
] | [
{
"path": "ansible/rpi/playbooks/roles/bind9/templates/homelab.j2",
"content": "$ORIGIN {{ homelab.domain }}.\n$TTL 86400\n@\tIN\tSOA\tns.{{ homelab.domain }}.\thostmaster.{{ homelab.domain }}. (\n\t\t\t2001062501 ; serial\n\t\t\t21600 ; refresh after 6 hours\n\t\t\t3600 ; retry after 1 hour\n\t\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3409,
"all_permissive": false
} |
ansible_role | mfin/homelab | 11fcba9c1500cb6212d2baa03ec1348470900d29 | 22 | ansible/rpi/playbooks/roles/nextdns | 7,635 | [
"no_license"
] | [
{
"path": "ansible/rpi/playbooks/roles/nextdns/tasks/main.yaml",
"content": "- name: Add nextdns signing key\n ansible.builtin.apt_key:\n url: https://repo.nextdns.io/nextdns.gpg\n state: present\n\n- name: Add nextdns repository\n ansible.builtin.apt_repository:\n repo: 'deb https://repo.nextdns... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1840,
"all_permissive": false
} |
ansible_role | mfin/homelab | 11fcba9c1500cb6212d2baa03ec1348470900d29 | 22 | ansible/rpi/playbooks/roles/prepare | 7,635 | [
"no_license"
] | [
{
"path": "ansible/rpi/playbooks/roles/prepare/tasks/main.yaml",
"content": "- name: Install additional packages\n ansible.builtin.package:\n name:\n - avahi-daemon\n - avahi-utils\n - bash-completion\n - dnsutils\n - curl\n - git\n - iperf3\n - jq\n - keepal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | mfin/homelab | 11fcba9c1500cb6212d2baa03ec1348470900d29 | 22 | ansible/rpi/playbooks/roles/systemd | 7,635 | [
"no_license"
] | [
{
"path": "ansible/rpi/playbooks/roles/systemd/tasks/main.yaml",
"content": "- name: Enable and start prometheus-node-exporter service\n ansible.builtin.systemd:\n name: prometheus-node-exporter\n state: started\n enabled: true\n\n- name: Enable and start smartmontools service\n ansible.builtin.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | mfin/homelab | 11fcba9c1500cb6212d2baa03ec1348470900d29 | 22 | ansible/rpi/playbooks/roles/ufw | 7,635 | [
"no_license"
] | [
{
"path": "ansible/rpi/playbooks/roles/ufw/tasks/main.yaml",
"content": "- name: Install ufw\n ansible.builtin.package:\n name:\n - ufw\n state: present\n\n- name: Set logging\n community.general.ufw:\n logging: 'on'\n\n- name: Allow SSH\n community.general.ufw:\n rule: allow\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | mfin/homelab | 11fcba9c1500cb6212d2baa03ec1348470900d29 | 22 | ansible/rpi/playbooks/roles/wireguard | 7,635 | [
"no_license"
] | [
{
"path": "ansible/rpi/playbooks/roles/wireguard/templates/wg0.conf.j2",
"content": "[Interface]\nPrivateKey = {{ wireguard.private_key }}\nAddress = {{ wireguard.ip }}\nDNS = {{ wireguard.dns_ip }}, 1.1.1.1, 1.0.0.1\n\nPostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o wg0 -j ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | neetjn/ansible-plays-tl | eadd18e6a38c385487403d41a8a0835f28519477 | 1 | roles/development | 7,635 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "- name: Install Python development libs\n apt:\n name: python-dev\n state: present\n\n- name: Install Python (3.6) development libs\n apt:\n name: python3.6-dev\n state: present\n\n- name: Install Python (3.7)\n apt:\n name: python3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5876,
"all_permissive": false
} |
ansible_role | aryankasraee/powerdns-ansible | 1416d0c40e77b26db91ad614cf681763c0bfe823 | 0 | roles/common | 7,635 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install common packages\n apt:\n name:\n - curl\n - wget\n - vim\n - htop\n - net-tools\n - dnsutils\n - keepalived\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2349,
"all_permissive": false
} |
ansible_role | aryankasraee/powerdns-ansible | 1416d0c40e77b26db91ad614cf681763c0bfe823 | 0 | roles/mysql | 7,635 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/my.cnf.j2",
"content": "[mysqld]\nserver-id = {{ mysql_server_id }}\nlog-bin = mysql-bin\nbinlog-do-db = {{ mysql_powerdns_db }}\nbind-address = {{ mysql_bind_address }}\nport = 3306\ninnodb_buffer_pool_size = 512M\ninnodb_log_file_size = 128M\nmax_connections = 200\nquery_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 8507,
"all_permissive": false
} |
ansible_role | aryankasraee/powerdns-ansible | 1416d0c40e77b26db91ad614cf681763c0bfe823 | 0 | roles/powerdns | 7,635 | [
"no_license"
] | [
{
"path": "roles/powerdns/templates/pdns.conf.j2",
"content": "# PowerDNS Configuration\nlaunch=gmysql\ngmysql-host=127.0.0.1\ngmysql-port=3306\ngmysql-dbname={{ mysql_powerdns_db }}\ngmysql-user={{ mysql_powerdns_user }}\ngmysql-password={{ mysql_powerdns_password }}\ngmysql-dnssec=yes\n\nserver-id={{ powe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1036,
"all_permissive": false
} |
ansible_role | aryankasraee/powerdns-ansible | 1416d0c40e77b26db91ad614cf681763c0bfe823 | 0 | roles/powerdns-admin | 7,635 | [
"no_license"
] | [
{
"path": "roles/powerdns-admin/handlers/main.yml",
"content": "---\n- name: reload systemd\n systemd:\n daemon_reload: yes\n\n- name: restart powerdns-admin\n service:\n name: powerdns-admin\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4551,
"all_permissive": false
} |
ansible_role | joelicious/ansible-playbooks | a81240dc3e14afdd21bee74ee231848ee8ede27d | 0 | provision_3scale/roles/docker | 7,635 | [
"no_license"
] | [
{
"path": "provision_3scale/roles/docker/tasks/main.yml",
"content": "---\n# This role installs docker and configures it.\n\n- name: verify dnf-plugins-core\n package:\n name: dnf-plugins-core\n state: present\n\n- name: install docker repository\n command: dnf config-manager --add-repo https://down... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | joelicious/ansible-playbooks | a81240dc3e14afdd21bee74ee231848ee8ede27d | 0 | provision_3scale/roles/openshift | 7,635 | [
"no_license"
] | [
{
"path": "provision_3scale/roles/openshift/tasks/main.yml",
"content": "---\n# This role installs openshift\n\n- name: install origin clients\n package:\n name: origin-clients\n state: present\n\n- set_fact:\n oc_tools_dir: \"/usr/bin\"\n\n- set_fact:\n oc_cmd: \"{{ oc_tools_dir }}/oc\"\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | callelito/tf-ansible-gcp-template | a1dcf14b61bb4cc6994ac8058849b3f527b4a685 | 0 | ansible-scripts/roles/copy_files | 7,635 | [
"no_license"
] | [
{
"path": "ansible-scripts/roles/copy_files/tasks/main.yaml",
"content": "--- \n- name: Check if source files exists\n stat: \n path: \"{{workspace}}/src\"\n register: source_files\n\n- name: Copy soruce files to directory \n ansible.builtin.copy: \n src: \"{{playbook_dir}}/../src\"\n dest: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | callelito/tf-ansible-gcp-template | a1dcf14b61bb4cc6994ac8058849b3f527b4a685 | 0 | ansible-scripts/roles/docker_install | 7,635 | [
"no_license"
] | [
{
"path": "ansible-scripts/roles/docker_install/tasks/main.yaml",
"content": "---\n\n# Run apt update\n- name: Run apt update \n apt: \n update_cache: yes\n\n# Install requirements \n- name: Install requirements - apt-transport-https\n apt: \n name: apt-transport-https\n state: latest \n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1473,
"all_permissive": false
} |
ansible_role | callelito/tf-ansible-gcp-template | a1dcf14b61bb4cc6994ac8058849b3f527b4a685 | 0 | ansible-scripts/roles/start_docker | 7,635 | [
"no_license"
] | [
{
"path": "ansible-scripts/roles/start_docker/tasks/main.yaml",
"content": "---\n\n- name: Build Docker image\n docker_image:\n build: \n path: \"{{workspace}}/\"\n name: \"{{docker_image_name}}\"\n pull: yes\n source: build\n\n- name: Run docker container \n docker_container:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | alfonmga/symfony.demo.on.roids | f01514d70f2886598fa931483a17a1070cfe9205 | 118 | vagrant/ansible/roles/Stouts.rabbitmq | 7,635 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/Stouts.rabbitmq/test.yml",
"content": "- hosts: all\n tasks:\n - include: tasks/main.yml\n handlers:\n - include: handlers/main.yml\n vars_files:\n - defaults/main.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4117,
"all_permissive": false
} |
ansible_role | alfonmga/symfony.demo.on.roids | f01514d70f2886598fa931483a17a1070cfe9205 | 118 | vagrant/ansible/roles/geerlingguy.composer | 7,635 | [
"no_license"
] | [
{
"path": "vagrant/ansible/roles/geerlingguy.composer/tests/test-global-require.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n\n vars:\n composer_global_packages:\n - { name: phpunit/phpunit, release: \"@stable\" }\n\n roles:\n - geerlingguy.php\n - ansible-role-composer\n"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1498,
"all_permissive": false
} |
ansible_role | mrunge/deploy-prometheus | ee359bd0d1f0126f518b13f6cff7adb353617fe7 | 1 | roles/alertmanager | 7,635 | [
"permissive"
] | [
{
"path": "roles/alertmanager/templates/alertmanager.yml.j2",
"content": "global:\n resolve_timeout: 5m\n\n smtp_from: \"<EMAIL>\"\n smtp_smarthost: \"localhost:25\"\n\nroute:\n receiver: 'default-receiver'\n group_by: ['alertname', 'hostname']\n\n group_wait: 30s\n\n routes:\n - match:\n sever... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1106,
"all_permissive": true
} |
ansible_role | mrunge/deploy-prometheus | ee359bd0d1f0126f518b13f6cff7adb353617fe7 | 1 | roles/collectd | 7,635 | [
"permissive"
] | [
{
"path": "roles/collectd/templates/10-network-listen.conf.j2",
"content": "LoadPlugin network\n\n<Plugin \"network\">\n Listen \"0.0.0.0\" \"25826\"\n</Plugin>\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 76
},
{
"path": "roles/collec... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1786,
"all_permissive": true
} |
ansible_role | mrunge/deploy-prometheus | ee359bd0d1f0126f518b13f6cff7adb353617fe7 | 1 | roles/docker | 7,635 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: install lvm tools\n package:\n name: lvm2\n state: present\n\n- name: create volume groupd\n lvg:\n vg: dockerstore\n pvs: /dev/vdb\n state: present\n\n- name: configure storage for docker\n lineinfile:\n line: \"VG=doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 739,
"all_permissive": true
} |
ansible_role | mrunge/deploy-prometheus | ee359bd0d1f0126f518b13f6cff7adb353617fe7 | 1 | roles/grafana | 7,635 | [
"permissive"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n- name: pull grafana image\n docker_image:\n name: grafana/grafana\n\n- name: create grafana user\n user:\n name: grafana\n uid: 472\n state: present\n\n- name: create grafana dir\n file:\n state: directory\n path: /var/lib/graf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": true
} |
ansible_role | mrunge/deploy-prometheus | ee359bd0d1f0126f518b13f6cff7adb353617fe7 | 1 | roles/prometheus | 7,635 | [
"permissive"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n\n- name: pull prometheus docker image\n docker_image:\n name: prom/prometheus\n\n- name: create prometheus-data dir\n file:\n state: directory\n path: /prometheus-data\n mode: 0777\n\n- name: place prometheus config file\n templat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2639,
"all_permissive": true
} |
ansible_role | mrunge/deploy-prometheus | ee359bd0d1f0126f518b13f6cff7adb353617fe7 | 1 | roles/provision | 7,635 | [
"permissive"
] | [
{
"path": "roles/provision/tasks/main.yml",
"content": "---\n\n- name: provision storage\n os_volume:\n state: present\n auth:\n auth_url: \"{{ lookup('env', 'OS_AUTH_URL') }}\"\n username: \"{{ lookup('env','OS_USERNAME') }}\"\n password: \"{{ lookup('env','OS_PASSWORD') }}\"\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1418,
"all_permissive": true
} |
ansible_role | iagoferreirati/live-43 | 662b0f99888177e962f84597f782331d12baf040 | 0 | ansible/roles/mysql | 7,635 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "- name: Install mysql-server #apt install nginx\r\n apt:\r\n name: mysql-server",
"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 | iagoferreirati/live-43 | 662b0f99888177e962f84597f782331d12baf040 | 0 | ansible/roles/nginx | 7,635 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Update Cache #apt update\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install nginx #apt install nginx\r\n apt:\r\n name: nginx\r\n\r\n- name: copy index.html\r\n copy:\r\n src: site.html\r\n dest: /var/www/html\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | thwinter2/DevOps | 68fb51cd8fdb16848d1582d9d2378372322612a4 | 0 | FinalProject/cm/roles/build | 7,635 | [
"no_license"
] | [
{
"path": "FinalProject/cm/roles/build/tasks/main.yml",
"content": "---\n- name: Install Jenkins Job Builder\n apt:\n name: jenkins-job-builder\n state: present\n\n- name: start MongoDB if not already running\n service:\n name=mongod\n state=started\n enabled=yes\n\n- name: Install npm pm2 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | thwinter2/DevOps | 68fb51cd8fdb16848d1582d9d2378372322612a4 | 0 | FinalProject/cm/roles/checkboxDeployment | 7,635 | [
"no_license"
] | [
{
"path": "FinalProject/cm/roles/checkboxDeployment/tasks/main.yml",
"content": "---\n- name: start MongoDB if not already running\n service:\n name=mongod\n state=started\n enabled=yes\n\n- name: Install npm pm2 package\n npm:\n name: pm2\n global: yes\n\n- name: Git checkout checkbox.io\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | thwinter2/DevOps | 68fb51cd8fdb16848d1582d9d2378372322612a4 | 0 | FinalProject/cm/roles/checkboxEnvironment | 7,635 | [
"no_license"
] | [
{
"path": "FinalProject/cm/roles/checkboxEnvironment/tasks/main.yml",
"content": "---\n- name: Add nodejs apt key\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: Add nodejs 14.x ppa for apt repo\n apt_repository:\n repo: 'deb https://deb.nodesour... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1548,
"all_permissive": false
} |
ansible_role | thwinter2/DevOps | 68fb51cd8fdb16848d1582d9d2378372322612a4 | 0 | FinalProject/cm/roles/environment | 7,635 | [
"no_license"
] | [
{
"path": "FinalProject/cm/roles/environment/tasks/main.yml",
"content": "---\n- name: Add nodejs apt key\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: Add nodejs 14.x ppa for apt repo\n apt_repository:\n repo: 'deb https://deb.nodesource.com/n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3154,
"all_permissive": false
} |
ansible_role | thwinter2/DevOps | 68fb51cd8fdb16848d1582d9d2378372322612a4 | 0 | FinalProject/cm/roles/itrustEnvironment | 7,635 | [
"no_license"
] | [
{
"path": "FinalProject/cm/roles/itrustEnvironment/tasks/main.yml",
"content": "---\n- name: Add Java Repository\n apt_repository:\n repo: 'ppa:openjdk-r/ppa'\n state: present\n\n- name: Install Java\n apt:\n pkg: openjdk-11-jdk\n state: present\n update_cache: yes\n\n- name: Install Maven\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2393,
"all_permissive": false
} |
ansible_role | thwinter2/DevOps | 68fb51cd8fdb16848d1582d9d2378372322612a4 | 0 | FinalProject/cm/roles/jenkins | 7,635 | [
"no_license"
] | [
{
"path": "FinalProject/cm/roles/jenkins/tasks/main.yml",
"content": "--- # Based on Jenkins documentation: https://www.jenkins.io/doc/book/installing/linux/#debianubuntu\n- name: Add jenkins repository key\n apt_key:\n url: https://pkg.jenkins.io/debian-stable/jenkins.io.key\n state: present\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2672,
"all_permissive": false
} |
ansible_role | svo/organisation-template | 3f31f859f568dc2aed8c1d02521adadd2c793257 | 1 | infrastructure/ansible/roles/fancyindex | 7,635 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/fancyindex/tasks/main.yml",
"content": "- name: Install nginx web server fancyindex module\n apt: pkg=libnginx-mod-http-fancyindex\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | svo/organisation-template | 3f31f859f568dc2aed8c1d02521adadd2c793257 | 1 | infrastructure/ansible/roles/gh-md-to-html | 7,635 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/gh-md-to-html/tasks/main.yml",
"content": "- name: Install GitHub markdown to HTML\n pip: name=gh-md-to-html executable=/usr/lib/pyenv/shims/pip3.8\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | svo/organisation-template | 3f31f859f568dc2aed8c1d02521adadd2c793257 | 1 | infrastructure/ansible/roles/nginx | 7,635 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx web server\n apt: pkg=nginx\n become: yes\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 | svo/organisation-template | 3f31f859f568dc2aed8c1d02521adadd2c793257 | 1 | infrastructure/ansible/roles/plantuml | 7,635 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/plantuml/tasks/main.yml",
"content": "- name: Install Java for PlantUML diagramming tool\n apt: pkg=default-jre\n become: yes\n\n- name: Get plantuml\n get_url: url=https://github.com/plantuml/plantuml/releases/download/v1.2022.1/plantuml-1.2022.1.jar dest=/usr/sha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | svo/organisation-template | 3f31f859f568dc2aed8c1d02521adadd2c793257 | 1 | infrastructure/ansible/roles/python | 7,635 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/python/tasks/main.yml",
"content": "- name: Install build dependencies\n apt: pkg=make,build-essential,libssl-dev,zlib1g-dev,libbz2-dev,libreadline-dev,libsqlite3-dev,wget,curl,llvm,libncurses5-dev,libncursesw5-dev,xz-utils,tk-dev,libffi-dev,liblzma-dev,python-openss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | bradley-rose/Ansible-for-Network-Automation | e6c8057a5450516b27476685347c571ed4525fee | 0 | roles/asa | 7,635 | [
"no_license"
] | [
{
"path": "roles/asa/tasks/singleContext.yml",
"content": "---\r\n- name: Backup single-context ASA running-config to file\r\n cisco.asa.asa_config:\r\n backup: yes\r\n backup_options:\r\n filename: \"{{ inventory_hostname }}_running-config.txt\"\r\n dir_path: \"/mnt/configs/{{ directory }}... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1921,
"all_permissive": false
} |
ansible_role | bradley-rose/Ansible-for-Network-Automation | e6c8057a5450516b27476685347c571ed4525fee | 0 | roles/ios | 7,635 | [
"no_license"
] | [
{
"path": "roles/ios/tasks/main.yaml",
"content": "---\n- name: Backup IOS configuration to file\n cisco.ios.ios_config:\n backup: yes\n backup_options:\n filename: \"{{ inventory_hostname }}_running-config.txt\"\n dir_path: \"/mnt/configs/{{ directory }}\"\n\n- name: Exclude lines from con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | bradley-rose/Ansible-for-Network-Automation | e6c8057a5450516b27476685347c571ed4525fee | 0 | roles/nxos | 7,635 | [
"no_license"
] | [
{
"path": "roles/nxos/tasks/main.yaml",
"content": "---\n- name: Backup NXOS configuration to file\n cisco.nxos.nxos_config:\n backup: yes\n backup_options:\n filename: \"{{ inventory_hostname }}_running-config.txt\"\n dir_path: \"/mnt/configs/{{ directory }}\"\n\n- name: Exclude lines from... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | OWYP87/Devops-School | c460c5f68f9efc4b96ef3b2c0265c02d3b0138fe | 0 | roles/copy_files | 7,635 | [
"no_license"
] | [
{
"path": "roles/copy_files/tasks/main.yml",
"content": "- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: ./ansible-work/tasks-1/\n state: directory\n\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: ./ansible-work/tasks-2/\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | ismaelperal/lpic-devops-dockerhub | d880591294fbae6e53dbc386c0c84fc40c9b5179 | 0 | 05_vagrant/03_ansible-roles/roles/add-operator | 7,635 | [
"no_license"
] | [
{
"path": "05_vagrant/03_ansible-roles/roles/add-operator/tasks/main.yml",
"content": "---\n# tasks file for add-operator\n- name: Ensure group \"\"{{operator_group}}\"\" exists\n group:\n name: \"{{operator_group}}\"\n state: present\n become: true\n\n- name: Create an user named \"{{operator_name}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | ismaelperal/lpic-devops-dockerhub | d880591294fbae6e53dbc386c0c84fc40c9b5179 | 0 | 05_vagrant/03_ansible-roles/roles/update | 7,635 | [
"no_license"
] | [
{
"path": "05_vagrant/03_ansible-roles/roles/update/tasks/main.yml",
"content": "---\n# tasks file for update\n- name: Make a full update\n include: \"do-{{ansible_os_family|lower}}.yaml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "05_vagran... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | sanshaloo/public | 6ee2eb27993a7b00afaeb6c1f5e9816709ecb4b3 | 0 | Ansible/roles/100g-network | 7,638 | [
"no_license"
] | [
{
"path": "Ansible/roles/100g-network/tasks/main.yml",
"content": "---\n# tasks file for sysadmin\n\n- import_tasks: 100g-tuning.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "Ansible/roles/100g-network/README.md",
"content": "Ansible mo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1563,
"all_permissive": false
} |
ansible_role | sanshaloo/public | 6ee2eb27993a7b00afaeb6c1f5e9816709ecb4b3 | 0 | Ansible/roles/system-work | 7,638 | [
"no_license"
] | [
{
"path": "Ansible/roles/system-work/tasks/lvm.yml",
"content": "---\n - name: install required packages\n apt: name=lvm2 update_cache=yes state=latest\n - name: create a volume group\n lvg:\n vg: data\n pvs: /dev/sdb5, /dev/sdb6\n - name: create a volume from vg\n lvol:\n vg: da... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 4135,
"all_permissive": false
} |
ansible_role | bytecode-tech/my-tank | e37dc844fd2801b26710b461f64a6f938a5371db | 1 | ansible/roles/base-software | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/base-software/tasks/main.yml",
"content": "---\n# tasks file for base-software\n- name: Install package dependencies\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python3-pip \n - python3-gpiozero\n - python-setuptools\n - libpcre3\n - libpcre3-dev... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | bytecode-tech/my-tank | e37dc844fd2801b26710b461f64a6f938a5371db | 1 | ansible/roles/hardware-setup | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/hardware-setup/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - hardware-setup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "ansible/roles/hardware-setup/vars/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1473,
"all_permissive": false
} |
ansible_role | bytecode-tech/my-tank | e37dc844fd2801b26710b461f64a6f938a5371db | 1 | ansible/roles/node-exporter | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/node-exporter/templates/sysconfig.node_exporter.j2",
"content": "OPTIONS=\"{{ node_exporter_options }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/node-exporter/defaults/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1677,
"all_permissive": false
} |
ansible_role | bytecode-tech/my-tank | e37dc844fd2801b26710b461f64a6f938a5371db | 1 | ansible/roles/observer-appliance | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/observer-appliance/handlers/main.yml",
"content": "---\n# handlers file for observer-appliance\n- name: restart observer-appliance\n service:\n name: observer-appliance\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3129,
"all_permissive": false
} |
ansible_role | bytecode-tech/my-tank | e37dc844fd2801b26710b461f64a6f938a5371db | 1 | ansible/roles/observer-web | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/observer-web/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - observer-web",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/observer-web/vars/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | bytecode-tech/my-tank | e37dc844fd2801b26710b461f64a6f938a5371db | 1 | ansible/roles/wifi-ap-setup | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/wifi-ap-setup/defaults/main.yml",
"content": "---\n# defaults file for wifi-ap-setup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/wifi-ap-setup/vars/main.yml",
"content": "---\n# vars file for wifi-ap-s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | bytecode-tech/my-tank | e37dc844fd2801b26710b461f64a6f938a5371db | 1 | ansible/roles/wifi-network-setup | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/wifi-network-setup/handlers/main.yml",
"content": "---\n# handlers file for wifi-network-setup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "ansible/roles/wifi-network-setup/tasks/main.yml",
"content": "---\n# tasks f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | ivarvong/ansible-experiment-day-one | de280daeaea39c0baed2065b2250b148528b878c | 0 | roles/nginx | 7,638 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install software-properties-common\n apt: pkg=software-properties-common state=latest update_cache=yes\n\n- name: Add nginx PPA\n apt_repository: repo=ppa:nginx/stable\n\n- name: Install nginx\n apt: pkg=nginx state=latest\n\n- name: Copy d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | tdevopsschool/ansible-course | 0341962b157bc353d484783da2e950c50053fff5 | 12 | student_files/04/roles/example_win_module | 7,638 | [
"no_license"
] | [
{
"path": "student_files/04/roles/example_win_module/tasks/main.yml",
"content": "---\n\n- name: Execute custom windows module\n winmod:\n register: example_win_module__res\n when: ansible_os_family == \"Windows\"\n- name: Print custom windows module\n debug:\n var: example_win_module__res\n when: e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | tdevopsschool/ansible-course | 0341962b157bc353d484783da2e950c50053fff5 | 12 | student_files/04/roles/game2048 | 7,638 | [
"no_license"
] | [
{
"path": "student_files/04/roles/game2048/defaults/main.yml",
"content": "---\ngame2048__software:\n - iptables\n - iptables-services\n - httpd\n - git\n\ngame2048__iptables_allowed_ports:\n - {protocol: tcp, port: 80}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2123,
"all_permissive": false
} |
ansible_role | tdevopsschool/ansible-course | 0341962b157bc353d484783da2e950c50053fff5 | 12 | student_files/04/roles/users | 7,638 | [
"no_license"
] | [
{
"path": "student_files/04/roles/users/molecule/default/playbook.yml",
"content": "---\n- name: Converge\n hosts: all\n roles:\n - role: users\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "student_files/04/roles/users/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1102,
"all_permissive": false
} |
ansible_role | tdevopsschool/ansible-course | 0341962b157bc353d484783da2e950c50053fff5 | 12 | student_files/05/roles/common | 7,638 | [
"no_license"
] | [
{
"path": "student_files/05/roles/common/templates/iptables.j2",
"content": "*filter\n:INPUT ACCEPT [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n\n# default rules\n-A INPUT -i lo -j ACCEPT\n-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT\n\n# echo reply\n-A INPUT -m icmp -p icmp --icmp-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3004,
"all_permissive": false
} |
ansible_role | tdevopsschool/ansible-course | 0341962b157bc353d484783da2e950c50053fff5 | 12 | student_files/05/roles/game2048 | 7,638 | [
"no_license"
] | [
{
"path": "student_files/05/roles/game2048/tasks/main.yml",
"content": "---\n- name: check input values\n assert:\n that:\n - game2048__git_src | length > 0\n - game2048__git_dst | length > 0\n - game2048__git_ref | length > 0\n msg: GIT source is not set\n- name: Install software\n p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | tdevopsschool/ansible-course | 0341962b157bc353d484783da2e950c50053fff5 | 12 | student_files/06/roles/idempotent-demo | 7,638 | [
"no_license"
] | [
{
"path": "student_files/06/roles/idempotent-demo/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: idempotent-demo\n author: <NAME>\n description: Ansible role for installing common things and demo. Based on https://github.com/zloyplohoy/ansible_the_idempotent\n\n license: MIT\n\n min_ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5467,
"all_permissive": false
} |
ansible_role | limardo/servarr | a1d1003813025a36d10eeb76193e0e196c44e701 | 6 | roles/docker | 7,638 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Check is Docker installed\n shell: command -v docker >/dev/null 2>&1 && echo 'yes' || echo 'no'\n register: is_docker_exist\n ignore_errors: yes\n tags:\n - docker\n - test\n\n- name: Debug Docker installed\n debug:\n msg: '{{ is_doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | limardo/servarr | a1d1003813025a36d10eeb76193e0e196c44e701 | 6 | roles/docker-compose | 7,638 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "- name: Check is Docker Compose installed\n shell: command -v docker-compose >/dev/null 2>&1 && echo 'yes' || echo 'no'\n register: is_docker_compose_exist\n ignore_errors: yes\n tags:\n - docker-compose\n - test\n\n- name: Debug Docker ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1359,
"all_permissive": false
} |
ansible_role | limardo/servarr | a1d1003813025a36d10eeb76193e0e196c44e701 | 6 | roles/servarr | 7,638 | [
"no_license"
] | [
{
"path": "roles/servarr/tasks/main.yml",
"content": "- name: Copy docker-compose.yml\n copy:\n src: docker-compose.yml\n dest: '{{ servarr_path }}/docker-compose.yml'\n tags:\n - servarr\n\n- name: Start services\n command:\n cmd: docker-compose up -d\n chdir: '{{ servarr_path }}'\n tags... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | Karsak4747/soft_robotics_sofa | f5e9a69b458fcbcdd74c7854684ed8ba274d98f7 | 0 | roles/ansible-role-install-novnc-server | 7,638 | [
"no_license"
] | [
{
"path": "roles/ansible-role-install-novnc-server/templates/start-novnc.sh.j2",
"content": "#!/bin/bash\n\nexport DISPLAY=:1\n\n# Запуск виртуального X-сервера\nXvfb :1 -screen 0 1280x720x24 &\n\n# Старт простого оконного менеджера\nfluxbox &\n\n# Запуск x11vnc\nx11vnc -display :1 -nopw -forever -shared &\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | Karsak4747/soft_robotics_sofa | f5e9a69b458fcbcdd74c7854684ed8ba274d98f7 | 0 | roles/ansible-role-install-sofa | 7,638 | [
"no_license"
] | [
{
"path": "roles/ansible-role-install-sofa/handlers/main.yml",
"content": "---\n# handlers file for ansible-role-install-sofa\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/ansible-role-install-sofa/tasks/main.yml",
"content": "---\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3125,
"all_permissive": false
} |
ansible_role | Son9o/ansible | f3f15dce95793c8b1cd7c887d6fba7104be5f4a7 | 0 | roles/common | 7,638 | [
"no_license"
] | [
{
"path": "roles/common/tasks/epel.yaml",
"content": "---\n- name: Copy epel package\n copy: \n src: files/epel-release-latest-7.noarch.rpm\n dest: /root/ansible/epel-release-latest-7.noarch.rpm\n force: yes\n\n- name: Install EPEL RPM\n yum: \n name: /root/ansible/epel-release-latest-7.noarch... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 2553,
"all_permissive": false
} |
ansible_role | eadmundo/pinboard-archiver-2 | fdb46a19336eb62feb95fa727c4655818d6123a8 | 1 | provisioning/roles/pba-elasticsearch | 7,638 | [
"no_license"
] | [
{
"path": "provisioning/roles/pba-elasticsearch/meta/main.yml",
"content": "---\ndependencies:\n - { role: elasticsearch, sudo: yes }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "provisioning/roles/pba-elasticsearch/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | CowLeo/scriptConfig | b4b076656d1a163ea378034547abe255e2d1cf3d | 0 | ansible/roles/docker | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install docker-engine\n yum: name=docker-engine state=present\n- name: Copy daemon.json\n copy: src=daemon.json dest=/etc/docker/daemon.json\n notify: restart docker\n- name: ensure dockerd is running\n service: name=docker state=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | RezaBabapour/hc | 2ea07a88e41ddf81b5cc6c724dfd7952f1912cb5 | 0 | ansible/roles/common-setup | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/common-setup/tasks/main.yml",
"content": "---\n# tasks file for common-setup\n\n- name: Show group_vars variables\n debug:\n var: compose_path \n\n- name: Update sources.list\n copy:\n src: sources.list\n dest: /etc/apt/sources.list\n mode: '0644'\n\n- name: Update apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | RezaBabapour/hc | 2ea07a88e41ddf81b5cc6c724dfd7952f1912cb5 | 0 | ansible/roles/run_service | 7,638 | [
"no_license"
] | [
{
"path": "ansible/roles/run_service/templates/visualizer/docker-compose.yml",
"content": "version: '3.9'\n\nservices:\n manager:\n environment:\n - VISUALIZER_TYPE=manager\n image: yandeu/visualizer:dev\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n networks:\n - hc_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10858,
"all_permissive": false
} |
ansible_role | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/defaults | 7,638 | [
"no_license"
] | [
{
"path": "roles/defaults/defaults/main.yml",
"content": "---\ncom_apple_controlcenter_nsstatusitem_visible_battery: 1\ncom_apple_controlcenter_nsstatusitem_visible_bentobox: 1\ncom_apple_controlcenter_nsstatusitem_visible_bluetooth: 1\ncom_apple_controlcenter_nsstatusitem_visible_clock: 1\ncom_apple_contro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 11062,
"all_permissive": false
} |
ansible_role | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/dotfiles | 7,638 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Ensure dotfiles does not include CR(\\r).\n ansible.builtin.git_config:\n name: core.autocrlf\n scope: global\n value: 'false'\n\n- name: Ensure dotfiles repository is cloned locally.\n ansible.builtin.git:\n repo: \"{{ dotfil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/ondemand | 7,638 | [
"no_license"
] | [
{
"path": "roles/ondemand/templates/.gitconfig.j2",
"content": "[filter \"lfs\"]\r\n\tclean = git-lfs clean -- %f\r\n\tsmudge = git-lfs smudge -- %f\r\n\tprocess = git-lfs filter-process\r\n\trequired = true\r\n[branch]\r\n\tautoSetupMerge = true\r\n[pull]\r\n\trebase = false\r\n[push]\r\n\tautoSetupRemote ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2077,
"all_permissive": false
} |
ansible_role | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/proxmox | 7,638 | [
"no_license"
] | [
{
"path": "roles/proxmox/molecule/docker-image/files/usr/sbin/update-initramfs",
"content": "#!/bin/sh\n\nset -e\n\necho $@\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/proxmox/molecule/default/verify.yml",
"content": "---\n- name: V... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7497,
"all_permissive": false
} |
ansible_role | xhiroga/homelab | cbd5f6d24974601cbb62cd17315caacff7820a00 | 6 | roles/qemu_guest_agent | 7,638 | [
"no_license"
] | [
{
"path": "roles/qemu_guest_agent/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - qemu_guest_agent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/qemu_guest_agent/handlers/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 889,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.