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 | KenezViktor/tasktap | 4a12bb5159956f56f7ec704d27899bd78898f933 | 0 | ansible-playbook/roles/storage | 7,417 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/storage/tasks/main.yml",
"content": "---\n- name: \"Set hostname\"\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: \"Create shared dir\"\n ansible.builtin.file:\n path: \"/shared/\"\n state: directory\n\n- name: \"Install NFS server\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | KenezViktor/tasktap | 4a12bb5159956f56f7ec704d27899bd78898f933 | 0 | ansible-playbook/roles/workers | 7,417 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/workers/tasks/main.yml",
"content": "---\n- name: \"Join worker nodes\"\n community.docker.docker_swarm:\n state: join\n timeout: 60\n remote_addrs:\n - \"{{ groups['manager'][0] }}\"\n join_token: \"{{ hostvars[groups['manager'][0]]['output']['swarm_facts... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | PhilippJust/SoundPi | 015a7ba85c11d332a9c6b4e0a9a1548b38d1ec3d | 0 | roles/alsa | 7,427 | [
"no_license"
] | [
{
"path": "roles/alsa/tasks/main.yml",
"content": "- name: Copy alsa config\n copy:\n src: asound.conf\n dest: /etc/asound.conf\n mode: u=rw,g=r,o=r",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | PhilippJust/SoundPi | 015a7ba85c11d332a9c6b4e0a9a1548b38d1ec3d | 0 | roles/cd-autoplay | 7,427 | [
"no_license"
] | [
{
"path": "roles/cd-autoplay/tasks/main.yml",
"content": "- name: Copy playcd service file\n copy:\n src: playcd.service\n dest: /etc/systemd/system/playcd.service\n mode: u=rw,g=r,o=r\n force: no\n\n- name: Copy Udev rules file\n copy:\n src: autoplaycd.rule\n dest: /etc/udev/rules.d/10... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | PhilippJust/SoundPi | 015a7ba85c11d332a9c6b4e0a9a1548b38d1ec3d | 0 | roles/dsp | 7,427 | [
"no_license"
] | [
{
"path": "roles/dsp/vars/main.yml",
"content": "dsp_temp_dir: \"/tmp/dsp/\"\ndsp_version: \"v1.7\"\nspeaker: \"uibel_eibox\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/dsp/tasks/install.yml",
"content": "# Based on https://gist.gith... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1561,
"all_permissive": false
} |
ansible_role | PhilippJust/SoundPi | 015a7ba85c11d332a9c6b4e0a9a1548b38d1ec3d | 0 | roles/hifiberry_miniamp | 7,427 | [
"no_license"
] | [
{
"path": "roles/hifiberry_miniamp/tasks/main.yml",
"content": "# Based on https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/\n\n- name: Backup //boot/firmware/config.txt\n copy:\n remote_src: yes\n src: \"/boot/firmware/config.txt\"\n dest: \"/home/pi/config_{{ ansible_date_time.is... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | PhilippJust/SoundPi | 015a7ba85c11d332a9c6b4e0a9a1548b38d1ec3d | 0 | roles/librespot | 7,427 | [
"no_license"
] | [
{
"path": "roles/librespot/files/librespot-watcher.sh",
"content": "#!/bin/bash\n\n# Get the last 25 lines from journal (fix variable assignment)\njournal_last_25_lines=$(journalctl --user -u librespot.service -r -n 25 --output cat --no-pager)\n\nif [[ $journal_last_25_lines == *\"thread 'tokio-runtime-work... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3256,
"all_permissive": false
} |
ansible_role | PhilippJust/SoundPi | 015a7ba85c11d332a9c6b4e0a9a1548b38d1ec3d | 0 | roles/mopidy | 7,427 | [
"no_license"
] | [
{
"path": "roles/mopidy/templates/mopidy.conf.tpl",
"content": "# For information about configuration values that can be set in this file see:\n#\n# https://docs.mopidy.com/en/latest/config/\n#\n# Run `sudo mopidyctl config` to see the current effective config, based on\n# both defaults and this configura... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1754,
"all_permissive": false
} |
ansible_role | PhilippJust/SoundPi | 015a7ba85c11d332a9c6b4e0a9a1548b38d1ec3d | 0 | roles/spotifyd | 7,427 | [
"no_license"
] | [
{
"path": "roles/spotifyd/templates/spotifyd.conf.tpl",
"content": "[global]\n# If set to true, `spotifyd` tries to bind to dbus (default is the session bus)\n# and expose MPRIS controls. When running headless, without the session bus,\n# you should set this to false, to avoid errors. If you still want to u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4609,
"all_permissive": false
} |
ansible_role | mehranasghari/github-actions-runner | ccd311aa9a90f52ac9f97d0ed806fdd0eedb57ef | 0 | roles/github-actions-runner | 7,427 | [
"no_license"
] | [
{
"path": "roles/github-actions-runner/tasks/main.yml",
"content": "- name: Include encrypted vars\n include_vars:\n file: secret.yml\n\n- name: Create actions directory\n file:\n path: \"{{ actions_runner_install_dir }}\"\n state: directory\n\n- name: Download the actions runner tarball\n get_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1726,
"all_permissive": false
} |
ansible_role | BOupdown/terraform_ansible | 91e0ead7b43af714b2823fa444ee94fef5bd4d10 | 0 | ansible/roles/fastApi | 7,427 | [
"no_license"
] | [
{
"path": "ansible/roles/fastApi/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for fastApi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "ansible/roles/fastApi/templates/config.py.j2",
"content": "DATA... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4832,
"all_permissive": false
} |
ansible_role | BOupdown/terraform_ansible | 91e0ead7b43af714b2823fa444ee94fef5bd4d10 | 0 | ansible/roles/postgres | 7,427 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n- name: Install prerequisites\n ansible.builtin.apt:\n name: \"{{ prerequisite_packages }}\"\n state: present\n update_cache: yes\n\n- name: Install passlib using pip\n ansible.builtin.pip:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3672,
"all_permissive": false
} |
ansible_role | prasadcloud/ansible_playbook | 8acafed3326e359adb562a5a57cd0a6fed624cab | 0 | roles/apache | 7,427 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/configure.yml",
"content": "---\n- name: Copy index file\n copy:\n src: index.html\n dest: /var/www/html/index.html\n notify: Restart apache2\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/apache... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | prasadcloud/ansible_playbook | 8acafed3326e359adb562a5a57cd0a6fed624cab | 0 | roles/apache2 | 7,427 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n - include: install.yml\n - include: configure.yml\n - include: check_response.yml\n... \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/apache2/ta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | prasadcloud/ansible_playbook | 8acafed3326e359adb562a5a57cd0a6fed624cab | 0 | roles/tomcat | 7,427 | [
"no_license"
] | [
{
"path": "roles/tomcat/vars/main.yml",
"content": "---\n# vars file for tomcat\npkg1: tomcat9\npkg2: tomcat9-admin\nstate: present\ncache1: yes\ncache2: no\nsrc1: tomcat-users.xml\ndest1: /etc/tomcat9/tomcat-users.xml\nport1: 8080\nport2: 9090\npath1: /etc/tomcat9/server.xml\nstate1: restarted\nserver1: ht... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | prasadcloud/ansible_playbook | 8acafed3326e359adb562a5a57cd0a6fed624cab | 0 | roles/tomcat9 | 7,427 | [
"no_license"
] | [
{
"path": "roles/tomcat9/tasks/install.yml",
"content": "---\n- name: Install tomcat9 and tomcat9-admin\n apt:\n name: \"{{item.a}}\"\n state: \"{{item.b}}\"\n update_cache: \"{{item.c}}\"\n with_items:\n - {a: \"{{pkg1}}\",b: \"{{inst}}\",c: \"{{cache1}}\"}\n - {a: \"{{pkg2}}\",b: \"{{inst... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1254,
"all_permissive": false
} |
ansible_role | santhoshaPasham/Expense-Ansible-Role | a628f520fa98853b282cbb8abd5b2a9804f4e0bf | 0 | roles/backend | 7,427 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yaml",
"content": "- name: disable default nodejs\n ansible.builtin.command: dnf module disable nodejs -y\n- name: enable nodejs:20\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: install nodejs\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | santhoshaPasham/Expense-Ansible-Role | a628f520fa98853b282cbb8abd5b2a9804f4e0bf | 0 | roles/frontend | 7,427 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yaml",
"content": "BACKEND_URL: backend.daws9.online\napp_location: /usr/share/nginx/html\ncomponent: frontend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/frontend/tasks/main.yaml",
"content": "- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 544,
"all_permissive": false
} |
ansible_role | Ijfine/Ansible-config-mgt | 018a33b90cbc5dd55ea21b589ba184d60680bc95 | 1 | ansible-config-artifact/roles/webserver | 7,427 | [
"no_license"
] | [
{
"path": "ansible-config-artifact/roles/webserver/tasks/main.yml",
"content": "# Vhost configuration.\n- import_tasks: vhosts.yml\n\n- name: set webservers host name in /etc/hosts\n become: yes\n blockinfile:\n path: /etc/hosts\n block: \"{{ item.ip }} {{ item.name }}\"\n loop:\n - { name: \"we... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | eschercloudai/ansible-freeipa-appliance | 35ee4f794320d2a7ac4fed3cd4ccac5b6c68053e | 0 | ansible/roles/ipa-container-prep | 7,427 | [
"no_license"
] | [
{
"path": "ansible/roles/ipa-container-prep/tasks/create_ipa_containers.yml",
"content": "- name: throttled block to create and start/stop containers safely\n throttle: 1\n block:\n - name: remove freeipa {{ipa_container_type}} bootstrap container\n containers.podman.podman_container:\n name: \"f... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6243,
"all_permissive": false
} |
ansible_role | eschercloudai/ansible-freeipa-appliance | 35ee4f794320d2a7ac4fed3cd4ccac5b6c68053e | 0 | ansible/roles/resolv_conf | 7,427 | [
"no_license"
] | [
{
"path": "ansible/roles/resolv_conf/templates/resolv.conf.j2",
"content": "# Created by slurm appliance ansible/roles/resolv_conf\n\nsearch {{ resolv_conf_search }}\n\n{% for ns in resolv_conf_nameservers %}\nnameserver {{ ns }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | henderiw/srl-python-cli-extension | 88bddc8898df0a4674921d1ee74301688cc4a266 | 0 | roles/install | 7,427 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "---\n# - name: list files in directory\n# shell: 'ls -lrt'\n# register: result\n\n# - name: debug output\n# debug:\n# msg: \"{{result}}\"\n\n# - name: list files in directory\n# shell: 'ls /opt/srlinux/python/virtual-env/lib/python3.6/site-pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1484,
"all_permissive": false
} |
ansible_role | cosmogod18/os_hardening | b40978e25afff296770404ff8abf9cadffe5e74e | 0 | roles/1_Initial_Setup | 7,427 | [
"no_license"
] | [
{
"path": "roles/1_Initial_Setup/templates/tmp.mount.j2",
"content": "# SPDX-License-Identifier: LGPL-2.1+\n#\n# This file is part of systemd.\n#\n# systemd is free software; you can redistribute it and/or modify it\n# under the terms of the GNU Lesser General Public License as published by\n# the Free... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6096,
"all_permissive": false
} |
ansible_role | cosmogod18/os_hardening | b40978e25afff296770404ff8abf9cadffe5e74e | 0 | roles/2_Services | 7,427 | [
"no_license"
] | [
{
"path": "roles/2_Services/handlers/main.yml",
"content": "---\n# handlers file for 2_Services",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/2_Services/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | inoue441/hello-ansible | 5e156bcecee80135fa31e91bd8f5a20ce82f6323 | 0 | ansible/roles/apache2.4をインストールする | 7,427 | [
"no_license"
] | [
{
"path": "ansible/roles/apache2.4をインストールする/tasks/main.yml",
"content": "---\n- name: install / Install httpd package\n yum:\n name: httpd\n state: present\n\n## 自動起動 ON\n- name: configure / Enable httpd server\n systemd:\n name: httpd\n enabled: yes\n\n## 開始\n- name: configure / Start httpd s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | inoue441/hello-ansible | 5e156bcecee80135fa31e91bd8f5a20ce82f6323 | 0 | ansible/roles/apacheを再起動する | 7,427 | [
"no_license"
] | [
{
"path": "ansible/roles/apacheを再起動する/tasks/main.yml",
"content": "---\n## 設定を反映\n- name: configure / Reload httpd server\n command: systemctl reload httpd.service\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | inoue441/hello-ansible | 5e156bcecee80135fa31e91bd8f5a20ce82f6323 | 0 | ansible/roles/php5.6をインストールする | 7,427 | [
"no_license"
] | [
{
"path": "ansible/roles/php5.6をインストールする/tasks/main.yml",
"content": "---\n## EPEL リポジトリを登録\n- name: install / Import EPEL repository\n yum:\n name: epel-release\n state: present\n update_cache: yes\n\n## Remi リポジトリを登録\n- name: install / Import Remi repository\n yum:\n name: http://rpms.famill... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1814,
"all_permissive": false
} |
ansible_role | inoue441/hello-ansible | 5e156bcecee80135fa31e91bd8f5a20ce82f6323 | 0 | ansible/roles/phpをアンインストールする | 7,427 | [
"no_license"
] | [
{
"path": "ansible/roles/phpをアンインストールする/tasks/main.yml",
"content": "---\n## PHP をアンインストール\n- name: Uninstall php\n yum:\n name: \"php*\"\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | mathoanghai92/ansible-mongodb-replicaset | e0f7e2f37da3e43044e5c7735ce6505b4ef998c5 | 0 | roles/add-key-config | 7,427 | [
"no_license"
] | [
{
"path": "roles/add-key-config/tasks/main.yml",
"content": "---\n- name: Add security settings in /etc/mongod.conf\n ansible.builtin.lineinfile:\n path: /etc/mongod.conf\n regexp: '^\\s*security.authorization.*|^\\s*security.keyFile.*'\n line: |\n security:\n authorization: enabled\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | mathoanghai92/ansible-mongodb-replicaset | e0f7e2f37da3e43044e5c7735ce6505b4ef998c5 | 0 | roles/add-replicaset-config | 7,427 | [
"no_license"
] | [
{
"path": "roles/add-replicaset-config/tasks/main.yml",
"content": "---\n# Add new instructions to the /etc/mongod.conf\n # - set_fact:\n # mongod_template: \"{{ lookup('template', '../templates/mongod.conf-cluster.j2') }}\"\n\n # - name: Edit /etc/mongod.conf\n # blockinfile:\n # path: /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | mathoanghai92/ansible-mongodb-replicaset | e0f7e2f37da3e43044e5c7735ce6505b4ef998c5 | 0 | roles/initiate-replicaset | 7,427 | [
"no_license"
] | [
{
"path": "roles/initiate-replicaset/tasks/main.yml",
"content": "- name: Initialize MongoDB Replica Set\n ansible.builtin.shell:\n cmd: \"/mongo/mongodb-linux-x86_64-enterprise-rhel80-4.4.15/bin/mongo <<EOF\\nrs.initiate();\\n{% for host in groups['secondary'] %}rs.add(\\\"{{ host }}:27017\\\"){% if no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/power/mpr3141/roles/run-command | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/power/mpr3141/roles/run-command/meta/argument_specs.yaml",
"content": "---\nargument_specs:\n main:\n options:\n command:\n type: str\n output_var:\n type: str\n default: command_output\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 965,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/routers/opnsense/roles/copy_config_local | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/routers/opnsense/roles/copy_config_local/meta/argument_specs.yaml",
"content": "---\nargument_specs:\n main:\n options:\n remote_config_path:\n type: str\n default: /conf/config.xml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/routers/opnsense/roles/copy_config_remote | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/routers/opnsense/roles/copy_config_remote/tasks/main.yaml",
"content": "---\n- name: Copy the config file to the remote host\n ansible.builtin.copy:\n src: \"{{ local_config_path }}\"\n dest: \"{{ remote_config_path }}\"\n\n- name: Reload the config file and services\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/idrac/roles/racadm | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/idrac/roles/racadm/defaults/main.yaml",
"content": "---\noutput_var: command_output\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible/remote/servers/r730xd/idrac/roles/racadm/meta/argument_specs.yaml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/idrac/roles/upload-ssh-key | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/idrac/roles/upload-ssh-key/tasks/main.yaml",
"content": "---\n- name: Get user info\n delegate_to: localhost\n dellemc.openmanage.idrac_user_info:\n idrac_ip: \"{{ inventory_hostname }}\"\n idrac_user: \"{{ ansible_user }}\"\n idrac_password: \"{{ <PASSWOR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/change_vm_state | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/change_vm_state/defaults/main.yaml",
"content": "---\nstate: start\nstart_timeout: 240\ncheck_delay: 5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/remote/servers/r730xd/proxmox/ro... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1619,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/configure_apt | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/configure_apt/vars/main.yaml",
"content": "---\napt_config_dir: /etc/apt/apt.conf.d\nproxmox_repo_component: pve-no-subscription\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "ansible/remote... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2623,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/configure_ssh | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/configure_ssh/defaults/main.yaml",
"content": "---\ndisable_password_logins: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/configure_ssh/tas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1463,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/configure_zfs_dataset | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/configure_zfs_dataset/meta/argument_specs.yaml",
"content": "---\nargument_specs:\n main:\n options:\n pool_name:\n type: str\n required: true\n dataset_name:\n type: str\n required: true\n share_with_nfs:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/deploy_disk | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/deploy_disk/vars/main.yaml",
"content": "---\nvolume_id: >-\n {{ storage_pool }}:{{ disk_name }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/deploy_opnsense | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/deploy_opnsense/defaults/main.yaml",
"content": "---\nopnsense_version: '24.7'\nvm_count: 2\nvm_memory: \"{{ 8 * 1024}}\"\nvm_core_count: 8\nvm_disk_size: 32\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6488,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/deploy_ubuntu_workers | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/deploy_ubuntu_workers/meta/argument_specs.yaml",
"content": "---\nargument_specs:\n main:\n options:\n ubuntu_version:\n type: str\n default: \"24.04\"\n vm_count:\n type: int\n required: true\n vm_memory: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3787,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/deploy_vm | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/deploy_vm/tasks/main.yaml",
"content": "---\n- name: Get a list of current VMs\n ansible.builtin.command: >-\n pvesh get /nodes/{{ ansible_hostname }}/qemu -o json\n changed_when: false\n register: vm_list\n\n- name: Check if VM already exists\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7941,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/download_iso | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/download_iso/vars/main.yaml",
"content": "---\niso_path: \"{{ dst_directory }}/{{ iso_name }}\"\nsrc_file_name: \"{{ download_url | basename }}\"\nsrc_file_extension: \"{{ src_file_name | splitext | last }}\"\nshould_extract: >-\n {{\n src_file_exte... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3194,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/enable_pci_passthrough | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/enable_pci_passthrough/vars/main.yaml",
"content": "---\nkernel_modules:\n - vfio\n - vfio_iommu_type1\n - vfio_pci\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "ansible/remote/servers/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/encrypt_dataset | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/encrypt_dataset/tasks/main.yaml",
"content": "---\n# cspell:words nabijaczleweli libexec setownable takeownership tcsd oneshot\n- name: Add the tzpfms GPG signing key\n ansible.builtin.get_url:\n url: https://{{ domain_name }}/nabijaczleweli.gpg.key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4163,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/install_exporters | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/install_exporters/vars/main.yaml",
"content": "---\napt_preferences_dir: /etc/apt/preferences.d\nlistening_address: \"{{ ansible_default_ipv4.address }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3147,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/install_fast_reboot | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/install_fast_reboot/files/fast-reboot",
"content": "#!/usr/bin/bash\nif [ \"$(id -u)\" != \"0\" ]; then\n echo \"This script must be run as root\" 1>&2\n exit 1\nfi\n\nkexec -l --reuse-cmdline --initrd=/boot/pve/initrd.img /boot/pve/vmlinuz\nsync\nu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/install_teleport | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/install_teleport/templates/teleport.yaml",
"content": "---\nversion: v3\nteleport:\n join_params:\n method: \"{{ join_method }}\"\n token_name: \"{{ token_name }}\"\n advertise_ip: \"{{ advertised_ip }}\"\n log:\n format:\n extra_fields... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2857,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/servers/r730xd/proxmox/roles/map_pci_device | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/servers/r730xd/proxmox/roles/map_pci_device/meta/argument_specs.yaml",
"content": "---\nargument_specs:\n main:\n options:\n mapping_id:\n type: str\n required: true\n device_query:\n type: str\n required: true\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1402,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/vms/storage/roles/configure_zpool | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/vms/storage/roles/configure_zpool/defaults/main.yaml",
"content": "---\nslog_euis: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "ansible/remote/vms/storage/roles/configure_zpool/tasks/main.yaml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2706,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/vms/storage/roles/setup_democratic_csi | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/vms/storage/roles/setup_democratic_csi/vars/main.yaml",
"content": "---\nuser_name: democratic-csi\ngroup_name: \"{{ user_name }}\"\nsudo_commands:\n - name: zfs\n - name: chmod \n args: ^[0-9]{1,4}\\s+/mnt/bulk-pool-01/k8s/democratic-csi/nfs/pvcs/pvc-[a-z0-9]{8}-[a-z0-9]{4}-[... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2203,
"all_permissive": false
} |
ansible_role | solidDoWant/infra-mk3 | 9d2d83d7274047f4942ceb9aae51c31a73420137 | 3 | ansible/remote/vms/storage/roles/setup_multipathd | 7,427 | [
"no_license"
] | [
{
"path": "ansible/remote/vms/storage/roles/setup_multipathd/tasks/main.yaml",
"content": "---\n- name: Install multipath\n ansible.builtin.apt:\n name: multipath-tools\n state: latest\n update_cache: true\n cache_valid_time: 600\n autoclean: true\n autoremove: true\n\n- name: Configure m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | IbrahimAdekunle/Ansible | 23500cf3dcf64957a331d4256e8983cd523da33e | 0 | roles/apache | 7,429 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n\n- name: install apache\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: start and enable the apache service\n ansible.builtin.service:\n name: httpd\n state: started\n enabled: yes\n\n- name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | rv-hadoop/hadoop_mylatest | 7b2ed3f08bca6f7ad1800e67f76cd88f25a48570 | 0 | roles/ad | 7,429 | [
"no_license"
] | [
{
"path": "roles/ad/tasks/main.yml",
"content": "- include_tasks: dcpromote.yml\n when: dcpromote|default(False)==True\n\n- include_tasks: adconfig2.yml\n when: adconfig2|default(False)==True\n\n- include_tasks: cert_authority.yml\n when: cert_authority|default(False)==True\n\n- include_tasks: changepass... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | rv-hadoop/hadoop_mylatest | 7b2ed3f08bca6f7ad1800e67f76cd88f25a48570 | 0 | roles/common | 7,429 | [
"no_license"
] | [
{
"path": "roles/common/tasks/test.yml",
"content": "\n---\n\n- name: test1\n shell: |\n hostname -s;mkdir -p /tmp/scanid_tmp;\n\n- name: test2\n shell: |\n ip a | grep -oE \"\\b([0-9]{1,3}\\.){3}[0-9]{1,3}\\b\" | grep -v \".255\" | grep -v \"127.0.0.1\" | grep -v \"255.\"\n\n- name: test3\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1412,
"all_permissive": false
} |
ansible_role | immuta/rke2-immuta-trino | 1df54cb577c5750a9dac55b13e94433efc6e2425 | 0 | roles/immuta | 7,429 | [
"no_license"
] | [
{
"path": "roles/immuta/templates/immuta-namespace.yaml.j2",
"content": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ immuta_namespace }}\n labels:\n name: {{ immuta_namespace }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6837,
"all_permissive": false
} |
ansible_role | immuta/rke2-immuta-trino | 1df54cb577c5750a9dac55b13e94433efc6e2425 | 0 | roles/post-deploy | 7,429 | [
"no_license"
] | [
{
"path": "roles/post-deploy/tasks/main.yml",
"content": "---\n- name: Copy manifest to correct location\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /var/lib/rancher/rke2/server/manifests\n owner: root\n group: root\n mode: '0644'\n loop:\n - rke2-ingress-nginx.yaml\n when: en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | immuta/rke2-immuta-trino | 1df54cb577c5750a9dac55b13e94433efc6e2425 | 0 | roles/rke2 | 7,429 | [
"no_license"
] | [
{
"path": "roles/rke2/tasks/main.yml",
"content": "---\n- name: Create required directory\n ansible.builtin.file:\n path: /var/lib/rancher/rke2/agent/images\n state: directory\n mode: '0755'\n tags:\n - rke2\n\n- name: Copy images tarball to correct location\n ansible.builtin.copy:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2037,
"all_permissive": false
} |
ansible_role | immuta/rke2-immuta-trino | 1df54cb577c5750a9dac55b13e94433efc6e2425 | 0 | roles/trino | 7,429 | [
"no_license"
] | [
{
"path": "roles/trino/templates/trino-namespace.yaml.j2",
"content": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ trino_namespace }}\n labels:\n name: {{ trino_namespace }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1828,
"all_permissive": false
} |
ansible_role | Automation-with-DevOps/Cheatsheet_for_Installation_of_Tool | 17a494d22a32d360a079323ed3a5c0666257f517 | 1 | ansible/roles/tomcat | 7,429 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat/handlers/main.yml",
"content": "---\n# handlers file for tomcat\n\n- name: restart tomcat\n systemd:\n name: tomcat\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "ansible/roles/tomcat/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2564,
"all_permissive": false
} |
ansible_role | Omkar29041993/Ansible-log-Monitoring | 3438f9610e84332241980916f45914e16475ece9 | 0 | roles/check_uptime | 7,433 | [
"no_license"
] | [
{
"path": "roles/check_uptime/vars/main.yml",
"content": "---\n# vars file for check_uptime",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/check_uptime/tasks/main.yml",
"content": "---\n - name: check upditme of the httpd process\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | Omkar29041993/Ansible-log-Monitoring | 3438f9610e84332241980916f45914e16475ece9 | 0 | roles/copy_logfile | 7,433 | [
"no_license"
] | [
{
"path": "roles/copy_logfile/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - copy_logfile",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/copy_logfile/handlers/main.yml",
"content": "---\n# hand... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | Omkar29041993/Ansible-log-Monitoring | 3438f9610e84332241980916f45914e16475ece9 | 0 | roles/send_mail | 7,433 | [
"no_license"
] | [
{
"path": "roles/send_mail/handlers/main.yml",
"content": "---\n# handlers file for send_mail",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/send_mail/defaults/main.yml",
"content": "---\n# defaults file for send_mail",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | MattHodge/AnsibleDemo | 4b5e5c799ad9b8e7c07a8df7be513cce56d9622a | 2 | config/roles/common | 7,433 | [
"no_license"
] | [
{
"path": "config/roles/common/tasks/main.yml",
"content": "---\n- name: ensure nodejs installed\n win_chocolatey:\n name: nodejs.install\n state: present\n\n- name: create matthew user\n win_user:\n name: matthew\n password: <PASSWORD>!\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | MattHodge/AnsibleDemo | 4b5e5c799ad9b8e7c07a8df7be513cce56d9622a | 2 | config/roles/webserver | 7,433 | [
"no_license"
] | [
{
"path": "config/roles/webserver/templates/iisstart.j2",
"content": "<html>\n<h1>Hello From {{ansible_fqdn}} server.<h1>\n</html>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "config/roles/webserver/tasks/main.yml",
"content": "---\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | MattHodge/AnsibleDemo | 4b5e5c799ad9b8e7c07a8df7be513cce56d9622a | 2 | config/roles/webserver_dsc | 7,433 | [
"no_license"
] | [
{
"path": "config/roles/webserver_dsc/tasks/main.yml",
"content": "---\n - name: Make sure the LCM refresh mode is disabled\n win_lcm5:\n refresh_mode: \"Disabled\"\n state: present\n - name: Install vcredist2010\n win_chocolatey:\n name: vcredist2010\n - name: Install windows featur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | cjwoodley/vgrnt-nifi | 8f529808d8c0db545cbb75890e158eb714807a9d | 0 | provisioning/roles/nifi | 7,433 | [
"permissive"
] | [
{
"path": "provisioning/roles/nifi/tasks/main.yml",
"content": "---\n# tasks file for nifi\n- name: Download NIFI bins\n get_url:\n url: http://apache.mirror.gtcomm.net/nifi/1.6.0/nifi-1.6.0-bin.tar.gz\n dest: /tmp/nifi-1.6.0-bin.tar.gz\n owner: vagrant\n group: vagrant\n mode: 0775\n\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 799,
"all_permissive": true
} |
ansible_role | charlesrocket/dotfiles-role | 12fca16bebc0f0fffe6bd3728c6e1a3114d54ac4 | 1 | molecule/default/roles/test_dotfiles | 7,433 | [
"no_license"
] | [
{
"path": "molecule/default/roles/test_dotfiles/tasks/main.yml",
"content": "---\n\n- name: \"~/.config/mc/ini information\"\n ansible.builtin.stat:\n path: \"~/.config/mc/ini\"\n register: test_file1\n\n- name: \"~/.zshrc information\"\n ansible.builtin.stat:\n path: \"~/.zshrc\"\n register: test... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | jubeenshah/kubernetes-playbook | 734739a7aa14550ea745159cdd451786639662e1 | 0 | server/ansible-srv/roles/docker | 7,433 | [
"no_license"
] | [
{
"path": "server/ansible-srv/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n\n- name: Including Variables.yml\n include_vars:\n file: variables.yml\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n tags:\n - Update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1277,
"all_permissive": false
} |
ansible_role | jubeenshah/kubernetes-playbook | 734739a7aa14550ea745159cdd451786639662e1 | 0 | server/ansible-srv/roles/kubernetes | 7,433 | [
"no_license"
] | [
{
"path": "server/ansible-srv/roles/kubernetes/tasks/main.yml",
"content": "---\n# tasks file for kubernetes\n- name: Including variables.yml\n include_vars:\n file: variables.yml\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n tags:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3862,
"all_permissive": false
} |
ansible_role | jubeenshah/kubernetes-playbook | 734739a7aa14550ea745159cdd451786639662e1 | 0 | server/ansible-srv/roles/kubernetes-nodes | 7,433 | [
"no_license"
] | [
{
"path": "server/ansible-srv/roles/kubernetes-nodes/tasks/main.yml",
"content": "---\n# tasks file for kubernetes-nodes\n- name: Including variables.yml\n include_vars:\n file: variables.yml\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1204,
"all_permissive": false
} |
ansible_role | goranvrbaski/ansible-webcluster | 305fbca4d265c4fa4748a02f1a810062515bca76 | 0 | roles/common | 7,433 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install EPEL repo\n yum: name={{ item }}\n with_items:\n - epel-release\n\n- name: Install common packages\n yum: name={{ item }}\n with_items:\n - yum-utils\n - nano\n - wget\n - libselinux-python\n - epel-release\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | goranvrbaski/ansible-webcluster | 305fbca4d265c4fa4748a02f1a810062515bca76 | 0 | roles/loadbalancer | 7,433 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/tasks/main.yml",
"content": "---\n- name: install haproxy\n yum: name=haproxy state=present\n\n- name: configure haproxy\n template: src=haproxy.j2 dest=/etc/haproxy/haproxy.cfg\n\n- name: start haproxy\n service: name=haproxy state=restarted enabled=yes",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | goranvrbaski/ansible-webcluster | 305fbca4d265c4fa4748a02f1a810062515bca76 | 0 | roles/nfs | 7,433 | [
"no_license"
] | [
{
"path": "roles/nfs/templates/exports.j2",
"content": "{% for host in groups['web'] %}\n /var/nfsshare {{ host }}(rw,sync,no_root_squash,no_all_squash)\n{% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/nfs/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | goranvrbaski/ansible-webcluster | 305fbca4d265c4fa4748a02f1a810062515bca76 | 0 | roles/web | 7,433 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n- name: install web related stuff\n yum: name={{ item }}\n with_items:\n - httpd\n - mysql\n - php\n - php-cli\n - php-mysql\n\n- name: install nfs\n yum: name=nfs-utils\n\n- name: create nfs mount dir\n file: path=/mnt/nfs/nfsshare s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | aink99/ansible_tomcat_cluster | 226ccff9c62a095f5ab7f7403cff1e33eea79154 | 1 | roles/aspen | 7,433 | [
"no_license"
] | [
{
"path": "roles/aspen/tasks/main.yml",
"content": "---\n# file: roles/application/tasks/main.yml\n\n\n- ping:\n register: normal_task_list\n\n- name: Stop tomcat and aspen \n shell: \"sudo /etc/init.d/tomcat stop\"\n #service: name=tomcat state=stopped\n when: normal_task_list is not defined\n tags: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | aink99/ansible_tomcat_cluster | 226ccff9c62a095f5ab7f7403cff1e33eea79154 | 1 | roles/reporting | 7,433 | [
"no_license"
] | [
{
"path": "roles/reporting/tasks/main.yml",
"content": "---\n# file: roles/reporting/tasks/main.yml\n\n- ping:\n register: normal_task_list\n\n\n- name: Stop Reporting service\n #service: name=aspenrpt state=stopped\n shell: \"sudo /etc/init.d/aspenrpt stop\"\n when: normal_task_list is not defined\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | eq-inc/puppeteer-test | 1b2cfa5d3aa9b81df62d3e92506e679bd14253a8 | 0 | roles/puppeteer | 7,433 | [
"permissive"
] | [
{
"path": "roles/puppeteer/tasks/main.yml",
"content": "- name: Install required libraries\n apt:\n name: \"{{item}}\"\n state: latest\n update_cache: yes\n with_items:\n - libgtk-3-0\n - libnss3\n - libxss1\n - libgconf-2-4\n - libasound2\n",
"license_type": "permissive",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": true
} |
ansible_role | yaeda/setup-mac | 2234479ed367332c1be04393f706ef7bcde027bd | 0 | roles/dotfiles | 7,433 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "- name: Download dotfiles repository\n git:\n repo: '{{ dotfiles_repo }}'\n dest: '{{ dotfiles_root }}'\n\n- name: Check the configuration directory\n stat:\n path: '{{ item.src }}'\n register: config_directory_stat\n with_items:\n - '{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1419,
"all_permissive": false
} |
ansible_role | yaeda/setup-mac | 2234479ed367332c1be04393f706ef7bcde027bd | 0 | roles/homebrew | 7,433 | [
"no_license"
] | [
{
"path": "roles/homebrew/vars/main.yml",
"content": "homebrew_taps:\n # for google-chrome-canary\n - homebrew/cask-versions\n # for logitech-options\n - homebrew/cask-drivers\n # for font-ricty-diminished\n - homebrew/cask-fonts\n\nhomebrew_packages:\n # to use latest `git`\n - { name: git }\n - {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1778,
"all_permissive": false
} |
ansible_role | yaeda/setup-mac | 2234479ed367332c1be04393f706ef7bcde027bd | 0 | roles/mac | 7,433 | [
"no_license"
] | [
{
"path": "roles/mac/handlers/main.yml",
"content": "- name: Restart Dock\n shell: |\n killall Dock\n\n- name: Restart Finder\n shell: |\n killall Finder\n\n- name: Restart System UI\n shell: |\n killall SystemUIServer\n\n- name: Notify Anything\n debug:\n msg: wrote defaults\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2166,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/buildsrv/roles/common | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/buildsrv/roles/common/vars/main.yml",
"content": "---\nntp_server1: 10.66.200.102\nntp_server2: 10.66.200.205\n\n\nyum_inst_packages:\n - ntp\n - openssh\n - python-devel\n - libxml2-devel\n - libxslt-devel",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/buildsrv/roles/git_inst | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/buildsrv/roles/git_inst/vars/main.yml",
"content": "---\nansible: \n user_name: ansible\n work_dir: /opt/ansible\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "ansible_playbook/buildsrv/roles/git_inst/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/buildsrv/roles/jenkins | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/buildsrv/roles/jenkins/tasks/plugin.yml",
"content": "--- \n# JenkinsPlugin Install Setting \n- name: Get Jenkins CLI を取得します。\n get_url: url={{ jenkins_cli_url }} dest={{ jenkins_cli_dest }}\n register: result\n until: result.msg.find(\"Request failed\") == -1\n retries: 5\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 12019,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/buildsrv/roles/openjdk | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/buildsrv/roles/openjdk/vars/main.yml",
"content": "---\nopenjdk_items:\n - java-1.7.0-openjdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "ansible_playbook/buildsrv/roles/openjdk/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/01_Packages | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/01_Packages/vars/main.yml",
"content": "---\n# package install\nyum_inst_packages: \n - openssh\n - python-passlib\n - python-pip\n - subversion\n - libselinux-python\n - rsync\n \npip_inst_package: \n - pexpect\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/02_OsSetting | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/02_OsSetting/tasks/main.yml",
"content": "---\n- name: Configure SELinux Disabled setting\n selinux: \n state: disabled\n tags: \n - 02_OsSetting\n\n- name: Configure/ Locale Setting\n replace: \n dest: /etc/sysconf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1022,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/03_Network | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/03_Network/tasks/main.yml",
"content": "---\n- name: Configure ipv6 Disabled interface\n sysctl: \n state: present\n name: \"{{ item }}\"\n value: 1\n sysctl_set: yes\n reload: yes\n with_items: \n - net.ipv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/04_UserSetting | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/04_UserSetting/tasks/main.yml",
"content": "---\n- name: グループ\"{{ usergroup.ansible_group.name }}\"を追加 \n group: \n name={{usergroup.ansible_group.name}}\n tags: \n - 04_UserSetting\n\n- name: ユーザ\"{{ usergroup.ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/05_WorkdirMake | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/05_WorkdirMake/tasks/main.yml",
"content": "---\n- name: ansible作業ディレクトリを初期化\n file: \n path: \"{{ ansible_home.dir }}\"\n state: absent\n tags: \n - 05_WorkdirMake\n \n- name: ansible作業ディレクトリにエクスポート\n subversion... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1545,
"all_permissive": false
} |
ansible_role | aidkit/my_work | 73b6ce549a45a3d26afce629c89503f2b6706bf0 | 0 | ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/06_AuthorizedKey | 7,433 | [
"no_license"
] | [
{
"path": "ansible_playbook/vagrant_file/custom_base_to_v1.1/ansible_local/roles/06_AuthorizedKey/tasks/main.yml",
"content": "- name: set_authorized_key.ymlを実行\n expect: \n command: /bin/bash -lc \"ansible-playbook set_authorized_key.yml -i ./hosts -u vagrant -k\"\n chdir: \"{{ ansible_home.dir }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | mrled/fourgang | 3fe21e66925fb44f3d2d9b26e6fd6f7184d3b060 | 0 | roles/base | 7,433 | [
"permissive"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n\n- name: Populate service facts\n service_facts:\n\n# Stupid bug means nmcli module is broken anyway\n# https://github.com/ansible/ansible/issues/48055\n# - name: Install Ansible prereqs for nmcli module\n# # https://docs.ansible.com/ansible/latest... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2222,
"all_permissive": true
} |
ansible_role | mrled/fourgang | 3fe21e66925fb44f3d2d9b26e6fd6f7184d3b060 | 0 | roles/router | 7,433 | [
"permissive"
] | [
{
"path": "roles/router/tasks/main.yml",
"content": "---\n\n# - name: RAW Show router info\n# raw: /system routerboard print\n\n- name: Show router info\n routeros_command:\n commands:\n - /system routerboard print\n\n- name: Disable unneeded services\n routeros_command:\n commands:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3885,
"all_permissive": true
} |
ansible_role | mrled/fourgang | 3fe21e66925fb44f3d2d9b26e6fd6f7184d3b060 | 0 | roles/superego | 7,433 | [
"permissive"
] | [
{
"path": "roles/superego/templates/dhcpd/dhcpd.conf.j2",
"content": "# dhcpd.conf\n\ndefault-lease-time {{ dhcpd_default_lease_time }};\nmax-lease-time {{ dhcpd_max_lease_time }};\n\none-lease-per-client true;\n\nshared-network {{ cluster_domain }} {\n option domain-name \"{{ cluster_domain }}\";\n optio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 24355,
"all_permissive": true
} |
ansible_role | lgarzon/DevOps-CasoPractico2 | 68c1256f19d133ed160f663e6e2b31463ea3ec15 | 0 | ansible/roles/role_app | 7,433 | [
"no_license"
] | [
{
"path": "ansible/roles/role_app/defaults/main.yml",
"content": "---\n# defaults file for role_app\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/role_app/handlers/main.yml",
"content": "---\n# handlers file for role_app\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | lgarzon/DevOps-CasoPractico2 | 68c1256f19d133ed160f663e6e2b31463ea3ec15 | 0 | ansible/roles/role_common | 7,433 | [
"no_license"
] | [
{
"path": "ansible/roles/role_common/handlers/main.yml",
"content": "---\n# handlers file for role_common\n- name: Reinicio\n reboot:\n pre_reboot_delay: 5\n msg: 'Reinicio iniciado por Ansible'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | lgarzon/DevOps-CasoPractico2 | 68c1256f19d133ed160f663e6e2b31463ea3ec15 | 0 | ansible/roles/role_master | 7,433 | [
"no_license"
] | [
{
"path": "ansible/roles/role_master/handlers/main.yml",
"content": "---\n# handlers file for role_master\n- name: Reinicio\n reboot:\n pre_reboot_delay: 5\n msg: 'Reinicio iniciado por Ansible'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4094,
"all_permissive": false
} |
ansible_role | lgarzon/DevOps-CasoPractico2 | 68c1256f19d133ed160f663e6e2b31463ea3ec15 | 0 | ansible/roles/role_nfs | 7,433 | [
"no_license"
] | [
{
"path": "ansible/roles/role_nfs/tasks/main.yml",
"content": "---\n# tasks file for role_nfs\n\n- name: 'Instalar nfs-utils'\n yum:\n name: nfs-utils\n state: latest\n tags: nfs\n\n- name: 'Crear los directorios que serán compartidos por el servidor'\n file:\n path: /home/ansible/nfs\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1137,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.