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 | KLett0/Ansible-Role-List | 68a98cab5390017d024b023ca411a9cf8350f319 | 1 | roles/Setup_WebproxyDocker | 7,838 | [
"no_license"
] | [
{
"path": "roles/Setup_WebproxyDocker/templates/docker-webproxy.j2",
"content": "[Unit]\nDescription=Docker webproxy management service.\nAfter=docker.service\nRequires=docker.service\n\n[Service]\nUser=root\nTimeoutStartSec=0\nExecStartPre=-/usr/bin/docker kill {{ webproxy_container_name }}\nExecStartPre=-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2412,
"all_permissive": false
} |
ansible_role | KLett0/Ansible-Role-List | 68a98cab5390017d024b023ca411a9cf8350f319 | 1 | roles/Setup_WebserverDocker | 7,838 | [
"no_license"
] | [
{
"path": "roles/Setup_WebserverDocker/tasks/main.yml",
"content": "---\n#Webserver reverse proxy currently untested as of V1.\n- name: Install docker, tcpdump and firewalld.\n ansible.builtin.package:\n name:\n - docker.io\n - tcpdump\n - firewalld\n state: present\n\n- name: Pull web... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1484,
"all_permissive": false
} |
ansible_role | KLett0/Ansible-Role-List | 68a98cab5390017d024b023ca411a9cf8350f319 | 1 | roles/Setup_Wireguard | 7,838 | [
"no_license"
] | [
{
"path": "roles/Setup_Wireguard/tasks/main.yml",
"content": "---\n\n- name: Install python3-pexpect for ansible module.\n ansible.builtin.package:\n name:\n - python3-pexpect\n state: present\n\n- name: Pull Nyr's Wireguard script from github.\n ansible.builtin.get_url:\n url: https://git.i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2388,
"all_permissive": false
} |
ansible_role | kuinaein/my-setup | 5fb3badecf546b0c82a8e7b6f3e94135b09708aa | 0 | ansible/roles/core | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/core/tasks/main.yml",
"content": "- name: Scoopのインストール先を環境変数として設定\n win_environment:\n level: user\n name: SCOOP\n value: '{{ scoop_dir }}'\n\n- name: Scoopのインストール\n win_shell: |\n Set-StrictMode -Off\n Invoke-Expression (New-Object Net.Webclient).Download... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2461,
"all_permissive": true
} |
ansible_role | kuinaein/my-setup | 5fb3badecf546b0c82a8e7b6f3e94135b09708aa | 0 | ansible/roles/pref | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/pref/tasks/main.yml",
"content": "- name: ダークテーマにする\n win_regedit:\n path: HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize\n name: AppsUseLightTheme\n data: 0\n type: dword\n\n- name: Visual Studio Codeの設定\n win_copy:\n dest: '{{ vscode_data... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1009,
"all_permissive": true
} |
ansible_role | kuinaein/my-setup | 5fb3badecf546b0c82a8e7b6f3e94135b09708aa | 0 | ansible/roles/tools | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/tools/tasks/main.yml",
"content": "- win_shell: |\n $ProgressPreference = 'SilentlyContinue';\n scoop install {{ item }};\n args:\n creates: '{{ scoop_dir }}\\apps\\{{ item }}'\n with_items:\n - conemu\n - libreoffice-stable\n - '{{ java_package }}'\n - graphv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1075,
"all_permissive": true
} |
ansible_role | kuinaein/my-setup | 5fb3badecf546b0c82a8e7b6f3e94135b09708aa | 0 | ansible/roles/tools-remove | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/tools-remove/tasks/main.yml",
"content": "- name: 不要なストアアプリのインストール状況を確認\n win_shell: Get-AppxPackage -Name {{ item }} | ForEach-Object { Write-Host $_.PackageFullName }\n with_items:\n # ないと困るかもしれないもの\n - Microsoft.ZuneVideo # 映画 & テレビ\n - Microsoft.ZuneMusic # Grooveミュージ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1168,
"all_permissive": true
} |
ansible_role | kuinaein/my-setup | 5fb3badecf546b0c82a8e7b6f3e94135b09708aa | 0 | ansible/roles/tools-update | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/tools-update/tasks/main.yml",
"content": "- name: Powershellのヘルプを更新する\n win_shell: Update-Help -Force -UICulture {{ item }} -ErrorAction Continue\n with_items:\n - ja-JP\n - en-US\n failed_when: false\n",
"license_type": "permissive",
"detected_licenses": [
"U... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": true
} |
ansible_role | egrol/ansible_advanced | d38425f8e67d6cdc01fb5643c39123f154e8e418 | 0 | roles/app-tier | 7,838 | [
"no_license"
] | [
{
"path": "roles/app-tier/vars/main.yml",
"content": "---\npayload: tomcat\ndefault_web_root: /usr/share/tomcat/webapps/ROOT\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/app-tier/templates/index.html.j2",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | egrol/ansible_advanced | d38425f8e67d6cdc01fb5643c39123f154e8e418 | 0 | roles/db-tier | 7,838 | [
"no_license"
] | [
{
"path": "roles/db-tier/tasks/main.yml",
"content": "---\n# Variable configuration.\n- include: variables.yml\n static: no\n\n# Setup/install tasks\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n static: no\n\n- include: initialize.yml\n- include: configure.yml\n\n- name: Ensure Pos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | egrol/ansible_advanced | d38425f8e67d6cdc01fb5643c39123f154e8e418 | 0 | roles/lbaas-tier | 7,838 | [
"no_license"
] | [
{
"path": "roles/lbaas-tier/tasks/main.yml",
"content": "---\n# Tasks file for roles/lbaas-tier\n# Installation of packages for HA Proxy\n# Inventory frontends\n# Install the application\n- name: Install {{ payload }}\n yum:\n name: \"{{ payload }}\"\n state: latest\n# Set the systemctl state of to Ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | vanvoo/CM_Proj2_playbook_dir | 106aaa7537903aabdf9c5d8a5a245aa8a41d26d5 | 0 | roles/php | 7,838 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install php extensions\n become: yes\n apt: name={{ item }} state=present\n with_items:\n - php7.2-gd\n - php7.2-ssh2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | vanvoo/CM_Proj2_playbook_dir | 106aaa7537903aabdf9c5d8a5a245aa8a41d26d5 | 0 | roles/server | 7,838 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n- name: Update apt cache\n become: yes\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install required software\n become: yes\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - mysql-serve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | vanvoo/CM_Proj2_playbook_dir | 106aaa7537903aabdf9c5d8a5a245aa8a41d26d5 | 0 | roles/wordpress | 7,838 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n\n- name: Download WordPress\n become: yes\n get_url:\n url=https://wordpress.org/latest.tar.gz\n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n\n- name: Extract WordPress\n become: yes\n unarchive: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | ruslanstarikov/low-end-vpn | daf413c8d15384ac413b347ae1fdaf09e31a6c5e | 0 | roles/cli | 7,838 | [
"permissive"
] | [
{
"path": "roles/cli/tasks/1-hostname.yml",
"content": "- name: Set Machine Hostname\n template: src=hostname.j2 dest=/etc/hostname\n become: true\n tags: init\n\n- name: Add own record to /etc/hosts file\n lineinfile:\n dest: /etc/hosts\n line: \"127.0.1.1 {{ hostname }}\"\n state: present\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2189,
"all_permissive": true
} |
ansible_role | ruslanstarikov/low-end-vpn | daf413c8d15384ac413b347ae1fdaf09e31a6c5e | 0 | roles/doonce | 7,838 | [
"permissive"
] | [
{
"path": "roles/doonce/tasks/1-do-once.yml",
"content": "- name: Set connection to ssh\n set_fact:\n ansible_connection: ssh\n\n- name: Set Root Password\n set_fact:\n ansible_ssh_pass: '{{ use_once_root_ssh_pass }}'\n\n#- name: Update Installation Repositories\n# raw: apt update --assume-yes\n# ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1824,
"all_permissive": true
} |
ansible_role | ruslanstarikov/low-end-vpn | daf413c8d15384ac413b347ae1fdaf09e31a6c5e | 0 | roles/firewall | 7,838 | [
"permissive"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: Install UFW\n apt: name=ufw state=present\n become: true\n tags: firewall\n\n- name: Allow OpenSSH\n community.general.ufw:\n rule: allow\n name: OpenSSH\n become: true\n tags: firewall\n\n- name: Set policy and enable UFW\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1564,
"all_permissive": true
} |
ansible_role | ruslanstarikov/low-end-vpn | daf413c8d15384ac413b347ae1fdaf09e31a6c5e | 0 | roles/ikev2 | 7,838 | [
"permissive"
] | [
{
"path": "roles/ikev2/templates/ipsec_secrets.j2",
"content": ": RSA \"server-key.pem\"\n{% for vpn_user in vpn_users %}\n{{ vpn_user.username }} : EAP {{ vpn_user.password }}\n{% endfor %}\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 122
},
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3548,
"all_permissive": true
} |
ansible_role | pegasus-isi/race-vm | 6d0149d2c4f93167f4d0726f18e70dab0148ecfb | 0 | v002/roles/bag | 7,838 | [
"no_license"
] | [
{
"path": "v002/roles/bag/tasks/main.yml",
"content": "---\n# tasks file for cadence\n- include: deploy-anaconda.yml\n- include: anaconda-packages.yml\n- include: python-packages.yml\n- include: ngspice.yml \n- include: env.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | pegasus-isi/race-vm | 6d0149d2c4f93167f4d0726f18e70dab0148ecfb | 0 | v002/roles/cadence | 7,838 | [
"no_license"
] | [
{
"path": "v002/roles/cadence/tasks/main.yml",
"content": "---\n# tasks file for cadence\n- include: cadence.yml\n- include: env.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "v002/roles/cadence/tasks/cadence.yml",
"content": "## Cadence... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7472,
"all_permissive": false
} |
ansible_role | pegasus-isi/race-vm | 6d0149d2c4f93167f4d0726f18e70dab0148ecfb | 0 | v002/roles/serdes | 7,838 | [
"no_license"
] | [
{
"path": "v002/roles/serdes/tasks/serdes.yml",
"content": "- name: Check for BAG2_cds_ff_mpt installation\n stat: path=/shared/software/berkeley_serdes/BAG2_cds_ff_mpt\n changed_when: false\n register: berkeley_serdes\n\n- block:\n - name: Install cds_ff_mpt_v_0.3\n shell: |\n mkdir -p /shared/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | pegasus-isi/race-vm | 6d0149d2c4f93167f4d0726f18e70dab0148ecfb | 0 | v002/roles/tisar | 7,838 | [
"no_license"
] | [
{
"path": "v002/roles/tisar/tasks/tisar.yml",
"content": "- name: Check for BAG2_cds_ff_mpt installation\n stat: path=/shared/software/berkeley_tisar/BAG2_cds_ff_mpt\n changed_when: false\n register: berkeley_tisar\n\n- block:\n - name: Install cds_ff_mpt_v_0.3\n shell: |\n mkdir -p /shared/soft... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1838,
"all_permissive": false
} |
ansible_role | pegasus-isi/race-vm | 6d0149d2c4f93167f4d0726f18e70dab0148ecfb | 0 | v003/roles/adonis | 7,838 | [
"no_license"
] | [
{
"path": "v003/roles/adonis/tasks/main.yml",
"content": "---\n# tasks file for adonis\n- include: env.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "v003/roles/adonis/tasks/env.yml",
"content": "- name: copy modulefiles to /opt/modulefi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | pegasus-isi/race-vm | 6d0149d2c4f93167f4d0726f18e70dab0148ecfb | 0 | v003/roles/bag | 7,838 | [
"no_license"
] | [
{
"path": "v003/roles/bag/vars/main.yml",
"content": "---\n# vars file for bag",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "v003/roles/bag/tasks/python-packages.yml",
"content": "- name: Install Python packages\n shell: | \n export PATH=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | opennetworkinglab/aether-ueransim | fb2a21ed6251da65e81bad8b15f87e1d43d6b9d2 | 1 | roles/simulator | 7,838 | [
"no_license"
] | [
{
"path": "roles/simulator/tasks/install.yml",
"content": "---\n- name: remove UERANSIM if already exist\n file:\n path: ueransim_onramp\n state: absent\n when: inventory_hostname in groups['ueransim_nodes']\n\n- name: Clone UERANSIM repository\n git:\n repo: https://github.com/aligungr/UERANSIM... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6739,
"all_permissive": false
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/alertmanager | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/alertmanager/defaults/main.yml",
"content": "---\nalertmanager_version: \"0.28.0\"\nalertmanager_port: 9093\nalertmanager_container_name: \"alertmanager\"\nalertmanager_docker_namespace: \"{{ docker_namespace if docker_namespace else 'prom' }}\"\nalertmanager_config_dir: \"{{ ansith... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 16952,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/cadvisor | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/cadvisor/tasks/pull.yml",
"content": "---\n- name: Pull image without running containers\n docker_image:\n name: \"{{ item.value.image }}\"\n source: pull\n when:\n - inventory_hostname in groups[item.value.group]\n - item.value.enabled | bool\n with_dict: \"{{ cadvis... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6850,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/common | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/common/defaults/main.yml",
"content": "---\n# defaults file for common\nyum_repository_conf: \"{{ ansitheus_config_dir }}/yum-repository\"\nyum_repository_dir: \"/etc/yum.repos.d\"\n\npip_docker_ver: \"4.0.2\"\n\n#############################################\n# Original Docker sourc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2028,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/fluentd | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/fluentd/meta/argument_specs.yml",
"content": "---\n# yamllint disable rule:line-length\nargument_specs:\n main:\n short_description: \"Fluentd\"\n description:\n - \"Deploy Fluentd using ansible\"\n author:\n - \"<NAME>\"\n options:\n fluentd_version:\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5633,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/grafana | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/grafana/tasks/precheck.yml",
"content": "---\n- name: Check free port for grafana (listening)\n wait_for:\n host: \"{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}\"\n port: \"{{ grafana_port }}\"\n connect_timeout: 1\n timeout: 1\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 12083,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/haproxy | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/haproxy/tasks/pull.yml",
"content": "---\n- name: Pull image without running haproxy containers\n docker_image:\n name: \"{{ item.value.image }}\"\n source: pull\n when:\n - inventory_hostname in groups[item.value.group]\n - item.value.enabled | bool\n with_dict: \"{{... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 12424,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/mysqld_exporter | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/mysqld_exporter/tasks/config.yml",
"content": "---\n- name: Ensuring mysqld_exporter config directory exist\n ansible.builtin.file:\n path: \"{{ mysqld_exporter_config_dir }}\"\n state: \"directory\"\n owner: \"{{ config_owner_user }}\"\n group: \"{{ config_owner_group ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11229,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/nginx_exporter | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/nginx_exporter/templates/config.yml.j2",
"content": "---\n{{ ansible_managed | comment }}\n{% if nginx_exporter_tls_server_config | length > 0 %}\ntls_server_config:\n{{ nginx_exporter_tls_server_config | to_nice_yaml | indent(2, true) }}\n{% endif %}\n\n{% if nginx_exporter_http_se... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7003,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/node_exporter | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/node_exporter/defaults/main.yml",
"content": "---\nnode_exporter_version: \"1.8.2\"\nnode_exporter_port: 9100\nnode_exporter_container_name: \"node_exporter\"\nnode_exporter_docker_namespace: \"{{ docker_namespace if docker_namespace else 'prom' }}\"\nnode_exporter_docker_log_driver... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 10656,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/openstack_exporter | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/openstack_exporter/handlers/main.yml",
"content": "---\n- name: Restart openstack_exporter container\n vars:\n service_name: \"openstack_exporter\"\n service: \"{{ openstack_exporter_services[service_name] }}\"\n become: true\n community.general.docker_container:\n name:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9597,
"all_permissive": true
} |
ansible_role | ntk148v/ansitheus | 56a46f12074cc98c912274df842e95bbd6e63ebc | 27 | ansible/roles/prometheus | 7,838 | [
"permissive"
] | [
{
"path": "ansible/roles/prometheus/tasks/pull.yml",
"content": "---\n- name: Pull image without running Prometheus server container\n docker_image:\n name: \"{{ item.value.image }}\"\n source: pull\n when:\n - inventory_hostname in groups[item.value.group]\n - item.value.enabled | bool\n wit... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 23212,
"all_permissive": true
} |
ansible_role | ncracker/donttryathome | a29da12986ef77ae67536a3a1f6b6350f6300f91 | 0 | roles/sshd | 7,838 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "---\n- name: Copy sudoers file\n copy:\n src: \"80-sudoers\"\n dest: \"/etc/sudoers.d/\"\n owner: \"root\"\n group: \"root\"\n mode: 0440\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | brocahontaz/ansible-playbooks | 4d4b88a6d9993e74a4dfa2f1990197f28b7123dc | 0 | roles/common | 7,838 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: Upgrade\n become: yes\n apt:\n update_cache: yes\n upgrade: \"yes\"\n\n- name: Install tools\n become: yes\n apt:\n state: present\n autoclean: yes\n autoremove: yes\n name:\n - curl\n - htop\n - git\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.cni_plugins | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.cni_plugins/defaults/main.yml",
"content": "---\ncni_plugins_owner: root\ncni_plugins_group: root\ncni_plugins_version: v1.4.1\ncni_plugins_tmp_dir: /tmp/cni_plugins\ncni_plugins_install_dir: /opt/cni/bin\ncni_plugins_arch: \"{{ 'arm' if ansible_architecture == 'aarch64' else 'amd64... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1786,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.consul | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.consul/tasks/main.yml",
"content": "---\n- name: Install Consul.\n ansible.builtin.package:\n name: \"{{ consul_packages }}\"\n state: \"{{ consul_packages_state }}\"\n update_cache: true\n notify: restart consul\n\n- name: Add Consul environment variables.\n ansible.bui... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1184,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.crun | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.crun/tasks/main.yml",
"content": "---\n- name: Download crun from GitHub.\n ansible.builtin.get_url:\n url: \"{{ crun_release_url }}\"\n dest: \"{{ crun_install_dir }}/crun\"\n owner: \"root\"\n group: \"root\"\n mode: \"0755\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.docker | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.docker/tasks/main.yml",
"content": "---\n- name: Include setup tasks.\n ansible.builtin.include_tasks: setup.yml\n\n- name: Install Docker packages.\n ansible.builtin.package:\n name: \"{{ docker_packages }}\"\n state: \"{{ docker_packages_state }}\"\n update_cache: true\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2882,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.haproxy | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.haproxy/tasks/main.yml",
"content": "---\n- name: Ensure dependencies are installed.\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg2\n state: present\n when: haproxy_add_repo | bool\n\n- name: Add Haproxy key.\n ansible.b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2189,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.hashicorp | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.hashicorp/tasks/main.yml",
"content": "---\n- name: Ensure dependencies are installed.\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg2\n state: present\n when: hashicorp_add_repo | bool\n\n- name: Add HashiCorp key.\n ans... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.hcloud_cli | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.hcloud_cli/defaults/main.yml",
"content": "---\nhcloudcli_version: v1.43.1\nhcloudcli_tmp_dir: /tmp/hcloud\nhcloudcli_install_dir: /usr/local/bin\nhcloudcli_arch: \"{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}\"\nhcloudcli_release_filename: \"hcloud-linux-{{ hclou... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1256,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.install_state | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.install_state/tasks/main.yml",
"content": "---\n- name: Check state.\n ansible.builtin.include_tasks:\n file: check.yml\n when: not install_state.commit\n\n- name: Comitting state to file.\n ansible.builtin.copy:\n dest: \"{{ install_state_dir }}/{{ install_state.name }}\"\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1385,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.node_exporter | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.node_exporter/tasks/main.yml",
"content": "---\n- name: Create temporary directory for node_exporter.\n ansible.builtin.file:\n path: \"{{ nodeexporter_tmp_dir }}\"\n state: directory\n mode: \"0755\"\n\n- name: Download node_exporter from GitHub.\n ansible.builtin.get_ur... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3317,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.nomad | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.nomad/handlers/main.yml",
"content": "---\n- name: restart nomad\n ansible.builtin.service:\n name: nomad\n state: restarted\n ignore_errors: \"{{ ansible_check_mode }}\"\n when: nomad_service_manage | bool\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1542,
"all_permissive": false
} |
ansible_role | jeppech/ansible | 487002e1e2673379fe32a705c2ed6b0ba1bd9d44 | 0 | roles/jeppech.podman | 7,838 | [
"no_license"
] | [
{
"path": "roles/jeppech.podman/handlers/main.yml",
"content": "---\n- name: restart podman\n ansible.builtin.service:\n name: podman\n state: restarted\n ignore_errors: \"{{ ansible_check_mode }}\"\n when: podman_service_manage | bool\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3019,
"all_permissive": false
} |
ansible_role | navdeepsachdeva/aviva_RH294 | 3e6eafc96ffbcd918f752dcc760bd399490a84a9 | 0 | roles/print_role | 7,838 | [
"no_license"
] | [
{
"path": "roles/print_role/vars/main.yml",
"content": "---\n# vars file for print_role\naviva_floor: \"Level 15 Role Vars\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/print_role/defaults/main.yml",
"content": "---\n# defaults file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | navdeepsachdeva/aviva_RH294 | 3e6eafc96ffbcd918f752dcc760bd399490a84a9 | 0 | roles/security_server | 7,838 | [
"no_license"
] | [
{
"path": "roles/security_server/handlers/main.yml",
"content": "---\n# handlers file for security_server\n\n- name: Security Package Installed\n ansible.builtin.debug:\n msg: \"Installed {{ security_server_package }}\"\n\n- name: Security Port Opened\n ansible.builtin.debug:\n msg: \"Port {{ securi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1005,
"all_permissive": false
} |
ansible_role | navdeepsachdeva/aviva_RH294 | 3e6eafc96ffbcd918f752dcc760bd399490a84a9 | 0 | roles/web_server | 7,838 | [
"no_license"
] | [
{
"path": "roles/web_server/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Aviva Web Server Setup\n company: Aviva Insurance\n\n license: license (GPL-2.0-or-later, MIT, etc)\n\n min_ansible_version: 2.1\n\n galaxy_tags: []\n\ndependencies:\n # - role: print_role\n - role: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1442,
"all_permissive": false
} |
ansible_role | piotrkochan/studia-inz-ansible-architecture | 4e2a9def60e7758d21a26ea980e6f080cf2a9da4 | 0 | roles/apache2 | 7,840 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/configure.yml",
"content": "---\n\n- name: Disable Apache modules\n file:\n path: \"{{ __apache_server_root }}/conf.modules.d/99-{{ item }}-ansible.conf\"\n state: absent\n with_items: \"{{ apache__mods_disabled }}\"\n notify: restart apache\n\n- name: Enable Apache m... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3113,
"all_permissive": false
} |
ansible_role | piotrkochan/studia-inz-ansible-architecture | 4e2a9def60e7758d21a26ea980e6f080cf2a9da4 | 0 | roles/haproxy | 7,840 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg.j2",
"content": "global\n log /dev/log local0\n log /dev/log local1 notice\n stats socket /var/lib/haproxy/stats mode 666 level admin\n stats timeout 30s\n user haproxy\n group haproxy\n daemon\n\ndefaults\n log global\n mode http\n option httplog\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | piotrkochan/studia-inz-ansible-architecture | 4e2a9def60e7758d21a26ea980e6f080cf2a9da4 | 0 | roles/jenkins | 7,840 | [
"no_license"
] | [
{
"path": "roles/jenkins/defaults/main.yml",
"content": "---\n\n# ilosc workerów w built-in node\njenkins__num_executors: 2\n\n# inne\njenkins__anonymous_read: false\njenkins__plugin_manager_tool_version: '2.12.9'\n\n# publiczny adres jenkinsa\njenkins__public_url: \"\"\n\njenkins__security_approved_signatu... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7128,
"all_permissive": false
} |
ansible_role | piotrkochan/studia-inz-ansible-architecture | 4e2a9def60e7758d21a26ea980e6f080cf2a9da4 | 0 | roles/nodejs | 7,840 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: Import nodesource rpm key\n rpm_key:\n key: http://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL\n state: present\n\n- name: Add nodesource repository\n yum:\n name: \"http://rpm.nodesource.com/pub_{{ nodejs__version }}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | piotrkochan/studia-inz-ansible-architecture | 4e2a9def60e7758d21a26ea980e6f080cf2a9da4 | 0 | roles/ntp | 7,840 | [
"no_license"
] | [
{
"path": "roles/ntp/templates/custom.sources.j2",
"content": "{% for host in ntp__servers %}\npool {{ host }} iburst maxsources {{ loop.index }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/ntp/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1318,
"all_permissive": false
} |
ansible_role | piotrkochan/studia-inz-ansible-architecture | 4e2a9def60e7758d21a26ea980e6f080cf2a9da4 | 0 | roles/percona | 7,840 | [
"no_license"
] | [
{
"path": "roles/percona/tasks/resources.yml",
"content": "---\n\n- name: Create the databases\n mysql_db:\n name: \"{{ item.name }}\"\n collation: \"{{ item.collation | default('utf8_general_ci') }}\"\n encoding: \"{{ item.encoding | default('utf8') }}\"\n login_user: \"{{ percona__root_user }... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7303,
"all_permissive": false
} |
ansible_role | piotrkochan/studia-inz-ansible-architecture | 4e2a9def60e7758d21a26ea980e6f080cf2a9da4 | 0 | roles/php | 7,840 | [
"no_license"
] | [
{
"path": "roles/php/handlers/main.yml",
"content": "---\n\n- name: restart php_fpm\n service: name=\"{{ php__fpm_service_name }}\" state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/php/templates/fpm-pool.conf.j2",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4340,
"all_permissive": false
} |
ansible_role | piotrkochan/studia-inz-ansible-architecture | 4e2a9def60e7758d21a26ea980e6f080cf2a9da4 | 0 | roles/yum | 7,840 | [
"no_license"
] | [
{
"path": "roles/yum/tasks/main.yml",
"content": "---\n\n- name: Install yum packages\n yum:\n name: \"{{ item.name | default(item) }}\"\n state: \"{{ item.state | default('present') }}\"\n enablerepo: \"{{ item.enablerepo | default(omit) }}\"\n disablerepo: \"{{ item.disablerepo | default(omit... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | chaws/k8s_squad_deploy | da4f75f2e63cd596d48847d349c04952ebbef87f | 0 | ansible/roles/k8s | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/worker.yml",
"content": "- name: Copy the join command to server location\n copy:\n src: \"/tmp/join_k8s_cluster\"\n dest: /tmp/join-command.sh\n mode: 0777\n become: false\n\n- name: Join the node to cluster\n command: sh /tmp/join-command.sh\n args:\n cre... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3180,
"all_permissive": false
} |
ansible_role | chaws/k8s_squad_deploy | da4f75f2e63cd596d48847d349c04952ebbef87f | 0 | ansible/roles/services | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/services/tasks/main.yml",
"content": "# For some reason I still don't understand, services-node stalls trying to use apt with ipv6\n# This hack disables ipv6 all along. ref: https://www.linuxbabe.com/ubuntu/disable-ipv6-on-ubuntu\n- name: Disable all ipv6\n sysctl:\n name: net.i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1892,
"all_permissive": false
} |
ansible_role | DocsWebApps/ansible-workspace | 80eedbeb236eaa029e93c70bd7c53b91cab06159 | 0 | roles/python | 7,840 | [
"no_license"
] | [
{
"path": "roles/python/handlers/main.yml",
"content": "---\n# handlers file for python_install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/python/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | adambialy/ansible-managed-nagios | e56316aa748c7195219e16f6cfba8fa70875e345 | 0 | roles/nagios-config | 7,840 | [
"no_license"
] | [
{
"path": "roles/nagios-config/handlers/main.yml",
"content": "---\n\n- name: restart nagios\n ansible.builtin.service:\n name: nagios4\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/nagios-config/templates/grou... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4542,
"all_permissive": false
} |
ansible_role | rahulinux/ansible-nginx-ingress | c0ba3aaa5fc681a0bd8021e4e461e7241b8a6343 | 0 | roles/nginx-ingress | 7,840 | [
"no_license"
] | [
{
"path": "roles/nginx-ingress/tasks/custom-headers.yml",
"content": "---\n - name: Deploy Nginx Ingress ConfigMap\n k8s_v1_config_map:\n name: custom-headers\n namespace: '{{nginx_ingress_ns}}'\n labels:\n app: ingress-nginx\n data:\n X-CLIENT-CERT-DN: \"$ssl_client_s_... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 11287,
"all_permissive": false
} |
ansible_role | terrameijar/DevOps-Snippets | 9eb7eae99e5649c4f72495a5cba74316a2499678 | 6 | Reverse_Proxy/roles/common | 7,840 | [
"no_license"
] | [
{
"path": "Reverse_Proxy/roles/common/tasks/main.yaml",
"content": "---\n- name: Install Prerequisistes\n ansible.builtin.apt:\n name: aptitude\n update_cache: yes\n state: latest\n force_apt_get: yes\n\n- name: Update apt package cache\n ansible.builtin.apt:\n update_cache: yes\n cache_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | terrameijar/DevOps-Snippets | 9eb7eae99e5649c4f72495a5cba74316a2499678 | 6 | Reverse_Proxy/roles/docker | 7,840 | [
"no_license"
] | [
{
"path": "Reverse_Proxy/roles/docker/tasks/main.yaml",
"content": "---\n- name: Add Docker GPG key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n ansible.builtin.apt_repository:\n repo: deb [arch=amd64] https://d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | blacktoko/ticketbeast | a19be94f9a175181274e13e2e70fae988498d167 | 0 | ansible/roles/build_meta | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/build_meta/tasks/main.yml",
"content": "---\n- name: Create build_meta dest dir\n file:\n path: \"{{ build_meta_dest }}\"\n state: directory\n when: build_meta_create_dest_dir\n\n- name: Create build_meta.json\n template:\n src: build_meta.json.j2\n dest: \"{{ build_m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | blacktoko/ticketbeast | a19be94f9a175181274e13e2e70fae988498d167 | 0 | ansible/roles/docker_secrets | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_secrets/defaults/main.yml",
"content": "---\ndocker_secrets_dir: \"../../secrets/\"\ndocker_secrets_dict: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/roles/docker_secrets/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | blacktoko/ticketbeast | a19be94f9a175181274e13e2e70fae988498d167 | 0 | ansible/roles/docker_swarm_tls | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_swarm_tls/tasks/main.yml",
"content": "---\n- name: Create Docker Swarm TLS directory\n file:\n path: \"{{ docker_swarm_tls_dir }}\"\n state: directory\n\n- name: Create Docker Swarm ca.pem\n copy:\n content: \"{{ docker_swarm_tls_ca_cert }}\"\n dest: \"{{ docke... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | blacktoko/ticketbeast | a19be94f9a175181274e13e2e70fae988498d167 | 0 | ansible/roles/envfiles | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/envfiles/templates/env-laravel.j2",
"content": "APP_NAME=\"{{ laravel_app_name }}\"\nAPP_ENV={{ laravel_app_env }}\nAPP_KEY=SECRET\nAPP_DEBUG={{ laravel_app_debug }}\nAPP_HOST={{ laravel_app_host }}\nAPP_URL={{ laravel_app_url }}\n\nLOG_CHANNEL={{ laravel_log_channel }}\n\nDB_CONNEC... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2275,
"all_permissive": false
} |
ansible_role | omnomchomsky/redis_playbook | 5c23217a0b0d64f3a248eda93291d04001278138 | 0 | roles/common | 7,840 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Get Build Tools\n apt: name=build-essential state=present\n\n#- name: Create Redis Directory\n# file: path=/home/merrick/auto-redis state=directory mode=\"u=rw,g=r,o=r\" recurse=yes\n\n- name: Unpack Redis Archive\n unarchive: src=~/redisb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | mickuehl-archive/fupas | ec106612afabb786c27a2b126faa291402d556eb | 0 | roles/activate | 7,840 | [
"no_license"
] | [
{
"path": "roles/activate/tasks/main.yml",
"content": " \n- name: start the ghost instance\n become: true\n shell: docker start ghost-{{ uid }}\n\n- name: start the router\n become: true\n shell: docker start router\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | mickuehl-archive/fupas | ec106612afabb786c27a2b126faa291402d556eb | 0 | roles/create_ghost | 7,840 | [
"no_license"
] | [
{
"path": "roles/create_ghost/tasks/main.yml",
"content": "\n- name: pull image\n become: true\n shell: docker pull {{ ghost_image }}:{{ ghost_version }}\n \n- name: create config and data location\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ fupas_user }}\"\n group: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | mickuehl-archive/fupas | ec106612afabb786c27a2b126faa291402d556eb | 0 | roles/create_router | 7,840 | [
"no_license"
] | [
{
"path": "roles/create_router/files/Caddyfile",
"content": "{{ inventory_hostname }} {\n\troot * /data/public\n\tfile_server\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/create_router/tasks/main.yml",
"content": "\n- name: create... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | mickuehl-archive/fupas | ec106612afabb786c27a2b126faa291402d556eb | 0 | roles/prepare | 7,840 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "\n- name: install epel\n become: true\n yum:\n name: \"epel-release\"\n state: present\n\n- name: install additional packages\n become: true\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - yum-utils\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1047,
"all_permissive": false
} |
ansible_role | Nando05/collections_test | 45ac42fdd957d4b3ef3d2a82f80c75804ed8dba3 | 0 | myspace.myname/roles/get_hostname | 7,840 | [
"no_license"
] | [
{
"path": "myspace.myname/roles/get_hostname/tasks/main.yml",
"content": "\n- name: get hostame\n shell: echo $HOSTNAME\n register: hostname_data\n\n- name: publish hostname \n debug:\n msg: \"{{ hostname_data.stdout_lines }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | raedrizk/rhcp.user-collection | c172c2e04ce6da3a4162a273c9a8dc75580f828e | 0 | collections/ansible_collections/rhcp/user/roles/create_user | 7,840 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rhcp/user/roles/create_user/templates/new_user.json.j2",
"content": "{\n \"address\": {\n \"city\": \"{{ address_city }}\",\n \"country\": \"{{ address_country }}\",\n \"county\": \"{{ address_county }}\",\n \"state\": \"{{ address_state }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1478,
"all_permissive": false
} |
ansible_role | raedrizk/rhcp.user-collection | c172c2e04ce6da3a4162a273c9a8dc75580f828e | 0 | collections/ansible_collections/rhcp/user/roles/get_access_token | 7,840 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rhcp/user/roles/get_access_token/tasks/main.yml",
"content": "---\n# tasks file for get_access_token\n- block:\n - name: Make sure that a value for the variable 'offline_token' is defined\n ansible.builtin.assert:\n that:\n - offline_token is define... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | raedrizk/rhcp.user-collection | c172c2e04ce6da3a4162a273c9a8dc75580f828e | 0 | collections/ansible_collections/rhcp/user/roles/get_account_id | 7,840 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rhcp/user/roles/get_account_id/tasks/main.yml",
"content": "---\n# tasks file for get_account_id\n\n- name: Make sure that the access_token has been retrieved\n ansible.builtin.assert:\n that:\n - access_token is defined\n success_msg: \"'access_token' ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | TeamRaspberry/AutomationSystem | 31a339dcd9d87ac2dad031d0f8150760487fd6cf | 0 | ansible/roles/monitoring | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/files/grafana/provisioning/datasources/prometheus.yml",
"content": "apiVersion: 1\n\ndatasources:\n - name: Prometheus\n type: prometheus\n access: proxy\n orgId: 1\n url: http://prometheus:9090\n basicAuth: true\n basicAuthUser: admin\n secureJsonDa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8693,
"all_permissive": false
} |
ansible_role | TeamRaspberry/AutomationSystem | 31a339dcd9d87ac2dad031d0f8150760487fd6cf | 0 | ansible/roles/rabbitmq | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: Установка инструментов\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - docker.io\n - docker-compose\n\n- name: Настройка Docker для пользователя\n block:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1376,
"all_permissive": false
} |
ansible_role | kiranmaywar/GCP-Application | ea73ed91d9826a8e72dc5f78469db9d4f79e4139 | 0 | ansible/roles/stack | 7,840 | [
"no_license"
] | [
{
"path": "ansible/roles/stack/tasks/main.yml",
"content": "---\n# Setup/install tasks.\n\n- name: Update & Upgrade \n include: common.yml\n tags:\n - common\n\n- name: Dependencies \n include: dependencies.yml\n tags:\n - db\n\n- name: Installing postgresql, Initializing database and Creating Use... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5523,
"all_permissive": false
} |
ansible_role | jpa-rocha/automation | bedd2e1913d530fae3fb21525a31a580195473d2 | 0 | roles/workstation | 7,840 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/main.yml",
"content": "---\n# - name: Install dependencies\n# ansible.builtin.include_tasks: dependencies/dependencies.yml\n\n- name: Install languages\n ansible.builtin.include_tasks: languages/languages.yml\n\n- name: Ping my hosts\n ansible.builtin.ping:\n\n- name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2121,
"all_permissive": false
} |
ansible_role | ugirirajan/sqlexpress2012 | 160017d6e34443ddeacf98ec9c578877dda08deb | 0 | roles/sql_server | 7,837 | [
"no_license"
] | [
{
"path": "roles/sql_server/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sql_server",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/sql_server/vars/main.yml",
"content": "---\n# vars file for ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4310,
"all_permissive": false
} |
ansible_role | digennarot/fedora-dev-machine-setup | 36e38c4cf2df349fea7ac0624250ad8c552848be | 0 | roles/base | 7,837 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: add dnf docker\n ansible.builtin.command: dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo\n become: yes\n\n- name: tune system swappiness\n ansible.posix.sysctl:\n name: vm.swappiness\n value: '0'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4063,
"all_permissive": false
} |
ansible_role | digennarot/fedora-dev-machine-setup | 36e38c4cf2df349fea7ac0624250ad8c552848be | 0 | roles/googlechrome | 7,837 | [
"no_license"
] | [
{
"path": "roles/googlechrome/tasks/main.yml",
"content": "---\n\n- name: install latest google chrome\n ansible.builtin.dnf:\n name: chromium\n\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | digennarot/fedora-dev-machine-setup | 36e38c4cf2df349fea7ac0624250ad8c552848be | 0 | roles/hashicorp | 7,837 | [
"no_license"
] | [
{
"path": "roles/hashicorp/tasks/main.yml",
"content": "---\n- name: Install using package\n block:\n - name: Install repository for RedHat\n ansible.builtin.get_url:\n url: \"{{ hashicorp_repository_url }}\"\n dest: /etc/yum.repos.d/hashicorp.repo\n when:\n - ansible_os_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | digennarot/fedora-dev-machine-setup | 36e38c4cf2df349fea7ac0624250ad8c552848be | 0 | roles/terminal_customizations | 7,837 | [
"no_license"
] | [
{
"path": "roles/terminal_customizations/tasks/main.yml",
"content": "---\n\n- block:\n - name: create local fonts directory\n ansible.builtin.file:\n path: \"~{{ local_username }}/.local/share/fonts\"\n state: directory\n become: yes\n become_user: \"{{ local_username }}\"\n\n- bloc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1797,
"all_permissive": false
} |
ansible_role | digennarot/fedora-dev-machine-setup | 36e38c4cf2df349fea7ac0624250ad8c552848be | 0 | roles/vim | 7,837 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n\n- block:\n - name: clone amix vimrc git repo\n ansible.builtin.git:\n repo: \"{{ vim_amix_vimrc_url }}\"\n dest: \"~{{ local_username }}/.vim_runtime\"\n depth: 1\n\n - name: install amix vimrc\n ansible.builtin.sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | digennarot/fedora-dev-machine-setup | 36e38c4cf2df349fea7ac0624250ad8c552848be | 0 | roles/vscode | 7,837 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n\n- name: add vscode apt key\n ansible.builtin.command: rpm --import https://packages.microsoft.com/keys/microsoft.asc\n\n- name: add vscode repo\n ansible.builtin.command: printf \"[vscode]\\nname=packages.microsoft.com\\nbaseurl=https://packages.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | digennarot/fedora-dev-machine-setup | 36e38c4cf2df349fea7ac0624250ad8c552848be | 0 | roles/zsh | 7,837 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n\n- name: install zsh and other related packages\n ansible.builtin.dnf:\n name: \"{{ zsh_packages }}\"\n state: present\n\n- name: change user's shell to zsh\n ansible.builtin.user:\n name: \"{{ local_username }}\"\n shell: /bin/zsh\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | justinmelhorn/ansible-motd-collection | 6591bfc08a901a0beb86b90a525cb339ed4c56ff | 0 | motd/roles/motd | 7,837 | [
"no_license"
] | [
{
"path": "motd/roles/motd/tasks/motd.yml",
"content": "---\n- name: motd\n become: true\n ansible.builtin.template:\n src: motd.j2\n dest: /etc/motd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "motd/roles/motd/group_vars/automationcon... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | bofh666/ansible-aws-test | 1c1afca8668332235bd08f2ea36f7ee20ef3dbff | 0 | roles/base | 7,837 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "# roles/base/tasks/main.yml\n---\n- name: Upgrading OS\n include: upgrade.yml\n tags: upgrade\n\n- name: Installing packages\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items: \"{{ install_packages }}\"\n\n- name: Removing packages\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1172,
"all_permissive": false
} |
ansible_role | bofh666/ansible-aws-test | 1c1afca8668332235bd08f2ea36f7ee20ef3dbff | 0 | roles/db | 7,837 | [
"no_license"
] | [
{
"path": "roles/db/templates/pgpass.j2",
"content": "{{ rds_address }}:5432:*:postgres:{{ rds_postgres_password }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/db/tasks/main.yml",
"content": "# roles/db/tasks/main.yml\n---\n- name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1366,
"all_permissive": false
} |
ansible_role | bofh666/ansible-aws-test | 1c1afca8668332235bd08f2ea36f7ee20ef3dbff | 0 | roles/docker | 7,837 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "# roles/docker/defaults/main.yml\n---\ndocker_image: adminer\ndocker_name: adminer\nrds_address: terraform-20190526223603071600000001.cdnevts7pzxe.eu-west-1.rds.amazonaws.com",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | santosh8359/ansible-docker-deploy | b472ec1b6a4bf80e712e9860359ea6f093bdb24e | 0 | roles/docker_webapp | 7,837 | [
"no_license"
] | [
{
"path": "roles/docker_webapp/tasks/main.yml",
"content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Start Docker service\n service:\n name: docker\n state: started\n enabled: true\n\n- name: Copy Dockerfile\n copy:\n src: Docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | rokmc756/CloudBerry | 2199a08150c9358ff0ce9c49c41eee21ecdd6760 | 0 | roles/cbdb | 7,837 | [
"permissive"
] | [
{
"path": "roles/cbdb/templates/cloudberry-cc.systemd.j2",
"content": "[Unit]\nDescription=CloudBerry Command Center Runners\nAfter=NetworkManager.service sshd.service greenplum.service\nBefore=shutdown.target reboot.target halt.target\nRequisite=NetworkManager.service sshd.service greenplum.service\n# Requ... | {
"task_files": 17,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 32,
"total_bytes": 89951,
"all_permissive": true
} |
ansible_role | rokmc756/CloudBerry | 2199a08150c9358ff0ce9c49c41eee21ecdd6760 | 0 | roles/common | 7,837 | [
"permissive"
] | [
{
"path": "roles/common/tasks/reboot_require_rh7.yml",
"content": "- name: Install Red Hat version of 'needs-restarting'\n copy:\n src: needs-restarting.py\n dest: /root/needs-restarting.py\n mode: 0700\n when: ( ansible_distribution == \"RedHat\" or ansible_distribution == \"CentOS\" or ansible_... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 15997,
"all_permissive": true
} |
ansible_role | rokmc756/CloudBerry | 2199a08150c9358ff0ce9c49c41eee21ecdd6760 | 0 | roles/firewalld | 7,837 | [
"permissive"
] | [
{
"path": "roles/firewalld/tasks/main.yml",
"content": "---\n- name: Check OS ( Firewalld )\n fail: msg=\"Not a Red Hat based system!\"\n when: ansible_distribution != 'RedHat' or ansible_distribution != 'CentOS' or ansible_distribution != 'Rocky' or ansible_distribution != 'Debian' or ansible_distributio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5183,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.