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 | mdotson-p44/mac-setup | 091d473c889054796c69cb798ff6a54547dc33bd | 0 | roles/osx_settings | 7,982 | [
"no_license"
] | [
{
"path": "roles/osx_settings/tasks/main.yml",
"content": "---\n- name: Show hidden files in finder\n osx_defaults:\n domain=com.apple.finder\n key=AppleShowAllFiles\n type=bool\n value=true\n\n- name: Set a faster key repeat rate\n osx_defaults: domain=NSGlobalDomain key=KeyRepeat type=int va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1837,
"all_permissive": false
} |
ansible_role | mdotson-p44/mac-setup | 091d473c889054796c69cb798ff6a54547dc33bd | 0 | roles/pip | 7,982 | [
"no_license"
] | [
{
"path": "roles/pip/tasks/main.yml",
"content": "---\n- name: upgrade pip\n pip: name=pip state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 53,
"all_permissive": false
} |
ansible_role | mdotson-p44/mac-setup | 091d473c889054796c69cb798ff6a54547dc33bd | 0 | roles/ssh | 7,982 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: check if ssh key exists\n shell: ssh-keygen -t rsa -b 4096 -C \"<EMAIL>\" -f ~/.ssh/id_rsa_personal -N ''\n args:\n creates: ~/.ssh/id_rsa_personal\n\n- name: add ssh keys\n authorized_key:\n user: \"{{ user }}\"\n key: \"{{ lookup('... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | mdotson-p44/mac-setup | 091d473c889054796c69cb798ff6a54547dc33bd | 0 | roles/vim | 7,982 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: clone amix/vimrc\n git:\n repo=https://github.com/amix/vimrc\n dest=~/.vim_runtime\n update=no\n register: cloning\n\n- name: change permissions on install_awesome_vimrc.sh\n file:\n path=~/.vim_runtime/install_awesome_vimrc.sh\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | mdotson-p44/mac-setup | 091d473c889054796c69cb798ff6a54547dc33bd | 0 | roles/zsh | 7,982 | [
"no_license"
] | [
{
"path": "roles/zsh/files/zshrc",
"content": "# If you come from bash you might have to change your $PATH.\n# export PATH=$HOME/bin:/usr/local/bin:$PATH\n\n# Path to your oh-my-zsh installation.\nexport ZSH=$HOME/.oh-my-zsh\n\n# Set name of the theme to load. Optionally, if you set this to \"random\"\n# it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5046,
"all_permissive": false
} |
ansible_role | sd-dey/ansible-tasks | 81a2340f9094821ae34f0cd4530a8253e565a160 | 0 | roles/bookshelf | 7,982 | [
"no_license"
] | [
{
"path": "roles/bookshelf/templates/procfile.j2",
"content": "bookshelf: gunicorn -b 0.0.0.0:{{ port }} main:app\nworker: psqworker --pid /tmp/psq.pid main.books_queue\nmonitor: python monitor.py /tmp/psq.pid",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3245,
"all_permissive": false
} |
ansible_role | judge-meister/ansible-playbooks | 76c7231bafe4a49ad8a845bc7f29ff397f8c5698 | 0 | working/roles/emby | 7,982 | [
"no_license"
] | [
{
"path": "working/roles/emby/tasks/main.yml",
"content": "---\n- name: Install required packages\n ansible.builtin.package:\n name:\n - sudo\n - man\n - vim\n - curl\n - file\n - htop\n - nfs-common\n state: present\n update_cache: true\n\n- name: Download emby ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | judge-meister/ansible-playbooks | 76c7231bafe4a49ad8a845bc7f29ff397f8c5698 | 0 | working/roles/gallery | 7,982 | [
"no_license"
] | [
{
"path": "working/roles/gallery/tasks/main.yml",
"content": "---\n- name: Install required packages\n ansible.builtin.package:\n name:\n - sudo\n - php\n - apache2\n - git\n - qemu-guest-agent\n - vim\n - curl\n - net-tools\n - figlet\n - dnsutils\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1154,
"all_permissive": false
} |
ansible_role | judge-meister/ansible-playbooks | 76c7231bafe4a49ad8a845bc7f29ff397f8c5698 | 0 | working/roles/prereqs | 7,982 | [
"no_license"
] | [
{
"path": "working/roles/prereqs/tasks/main.yml",
"content": "---\n- name: Add zvideos to fstab\n ansible.builtin.lineinfile:\n path: /etc/fstab\n regexp: ^proxmox:/zvideos /zvideos\n line: proxmox:/zvideos /zvideos nfs4 defaults,auto 0 0\n\n- name: Add zdata to fstab\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | harrytruman/ansible-tower | 1c0e35f265b5a9f25e287382c1ab7b0955746cae | 7 | roles/config | 7,982 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yml",
"content": "# Add this line to the license file first:\n# \"eula_accepted\": \"true\"\n\n- name: make sure tower is up and running\n uri:\n url: https://localhost/\n status_code: 200\n validate_certs: false\n register: result\n until: result.status == 200... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1939,
"all_permissive": false
} |
ansible_role | harrytruman/ansible-tower | 1c0e35f265b5a9f25e287382c1ab7b0955746cae | 7 | roles/install | 7,982 | [
"no_license"
] | [
{
"path": "roles/install/defaults/main.yml",
"content": "tower_extract_dir: /var/tmp/ansible-tower\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/install/tasks/main.yml",
"content": "- name: set timezone to utc\n timezone:\n name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2402,
"all_permissive": false
} |
ansible_role | harrytruman/ansible-tower | 1c0e35f265b5a9f25e287382c1ab7b0955746cae | 7 | roles/internal_ca | 7,982 | [
"no_license"
] | [
{
"path": "roles/internal_ca/tasks/main.yml",
"content": "- name: Copy CA certs\n copy:\n src: \"{{ item }}\"\n dest: /etc/pki/ca-trust/source/anchors/\n owner: root\n group: root\n mode: 0644\n notify: update ca trust\n tags:\n - certs\n \n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | harrytruman/ansible-tower | 1c0e35f265b5a9f25e287382c1ab7b0955746cae | 7 | roles/projects | 7,982 | [
"no_license"
] | [
{
"path": "roles/projects/tasks/main.yml",
"content": "- name: create fact collection project and sync repo\n tower_project:\n name: \"Fact Collection\"\n description: \"Gather Ansible facts from Linux hosts\"\n organization: \"Red Hat\"\n scm_url: https://github.com/harrytruman/facts_machine\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1933,
"all_permissive": false
} |
ansible_role | harrytruman/ansible-tower | 1c0e35f265b5a9f25e287382c1ab7b0955746cae | 7 | roles/tower_admin | 7,982 | [
"no_license"
] | [
{
"path": "roles/tower_admin/tasks/main.yml",
"content": "- include: users.yml\n- include: organizations.yml\n- include: teams.yml\n- include: inventory.yml\n- include: logging.yml\n#- include: saml.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"path... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 6506,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_apt_manage_packages | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_apt_manage_packages/README.md",
"content": "## mgrote.apt_manage_packages\n\n### Beschreibung\nFuehrt:\n`apt install {{ programme }}`\naus.\n```yaml\n apt_packages_common:\n - wird überall installiert\n apt_packages_physical:\n - nur auf Hardware-Maschinen\n apt_packages_vm:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2061,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_apt_manage_sources | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_apt_manage_sources/vars/ubuntu.yaml",
"content": "---\n# Repositories\nrepos:\n - \"deb http://de.archive.ubuntu.com/ubuntu/ {{ ansible_distribution_release }} main restricted\"\n - \"deb http://de.archive.ubuntu.com/ubuntu/ {{ ansible_distribution_release }}-updates main restricte... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 6360,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_apt_update_packages | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_apt_update_packages/tasks/main.yml",
"content": "---\n- name: update apt cache and installed packages\n become: true\n ansible.builtin.package:\n upgrade: dist\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_blocky | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_blocky/defaults/main.yml",
"content": "---\n# Docs in config.yml and https://0xerr0r.github.io/blocky/configuration/\n\nblocky_user: blocky\nblocky_group: blocky\nblocky_version: v0.22\nblocky_arch: x86_64\nblocky_download_url: \"https://github.com/0xERR0R/blocky/releases/download/{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 12644,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_cv4pve_autosnap | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_cv4pve_autosnap/tasks/user.yml",
"content": "---\n- name: ensure group exists\n become: true\n ansible.builtin.group:\n name: \"{{ cv4pve_user_group }}\"\n state: present\n when:\n - cv4pve_user_group is defined\n\n- name: ensure user exists\n become: true\n ansible.bui... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4092,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_deactivate_caps | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_deactivate_caps/tasks/main.yml",
"content": "---\n- name: install packages\n become: true\n ansible.builtin.package:\n name:\n - x11-xkb-utils\n state: present\n notify: deactivate caps\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_disable_oom_killer | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_disable_oom_killer/handlers/main.yml",
"content": "---\n- name: disable oom-killer\n become: true\n ansible.builtin.command: echo 2 > /proc/sys/vm/overcommit_memory # noqa no-changed-when\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_docker_compose_inline | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_docker_compose_inline/README.md",
"content": "# mgrote.docker-compose-inline\n\n### Beschreibung\n\nDiese Rolle templated docker-compose-Ordner auf die Zielmaschine und startet dort die Container.\n\n### getestet auf\n\n- [X] Ubuntu (>=20.04)\n\n### Variablen + Defaults\n\nsiehe [def... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4404,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_etckeeper | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_etckeeper/tasks/main.yml",
"content": "---\n- name: ensure etckeeper is installed\n become: true\n ansible.builtin.package:\n name:\n - etckeeper\n - git\n state: present\n install_recommends: false\n\n- name: ensure repository is initialized\n ansible.builtin.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_exa | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_exa/defaults/main.yml",
"content": "---\nexa_url: https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-x86_64-v0.10.1.zip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/mgrote_exa/README.md",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_fail2ban | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_fail2ban/defaults/main.yml",
"content": "---\n# Werte in Sekunden\nf2b_bantime: 60\nf2b_findtime: 600\nf2b_maxretry: 5\nf2b_destemail: <EMAIL>\nf2b_sender: <EMAIL>\nf2b_send_email_report: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1069,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_fileserver_smb | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_fileserver_smb/tasks/users.yml",
"content": "---\n- name: ensure group exist\n become: true\n ansible.builtin.group:\n name: smb_users\n state: present\n\n- name: configure linux-users\n become: true\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n group: smb_use... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9872,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_fwupd_settings | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_fwupd_settings/README.md",
"content": "## mgrote.fwupd_settings\n\n### Beschreibung\n\nSetzt `Dynamic User` auf `Off`, damit wirft `fwupd-refresh.service` keinen Fehler mehr.\n\n### getestet auf\n- [x] Ubuntu (>=20.04)\n\n### Siehe auch\n* https://askubuntu.com/questions/1404691/fwup... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_mount_cifs | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_mount_cifs/defaults/main.yml",
"content": "---\ncifs_mounts:\n - name: pve_backup_mount_fileserver3\n type: cifs\n state: absent\n dest: /pve_backup_mount\n src: //fileserver3.mgrote.net/proxmox\n user: pve\n password: <PASSWORD>\n domain: mgrote.net\n uid: 1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1658,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_munin_node | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_munin_node/tasks/user.yml",
"content": "---\n- name: ensure group exists\n become: true\n ansible.builtin.group:\n name: \"{{ munin_user_group }}\"\n state: present\n\n- name: ensure user exists\n become: true\n ansible.builtin.user:\n name: munin\n group: \"{{ munin_... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5242,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_netplan | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_netplan/defaults/main.yml",
"content": "---\nnetplan_configure: false # this role dos nothing if this variable is false or the os is not ubuntu\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/mgrote_netplan/handlers... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_ntp_chrony_client | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_ntp_chrony_client/templates/chrony.conf.j2",
"content": "{{ file_header | default () }}\n# servers\n{% for item in ntp_chrony_servers %}\nserver {{ item.address }} {{ item.options |default() }}\n{% endfor %}\n\n# keys\nkeyfile /etc/chrony/chrony.keys\n\n# driftfile\ndriftfile {{ ntp_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3197,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_pbs_datastores | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_pbs_datastores/defaults/main.yml",
"content": "---\n# datatsores to create\npbs_datastores:\n - name: zfs_backup\n path: /backup/pbs_data\n gc_schedule: \"sat 19:00\"\n\n# prune jobs to create\npbs_prune_jobs:\n - name: standard\n schedule: \"sat 18:15\"\n store: zfs_ba... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2307,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_pbs_pve_integration | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_pbs_pve_integration/defaults/main.yml",
"content": "---\n# add this datastore to pve\npve_pbs_datastore:\n - name: pbs\n server: 192.168.2.239\n datastore: zfs_backup\n username: user_pve5@pbs\n password: <PASSWORD>\n fingerprint: \"7F:AC:54:75:1C:33:55:84:1E:1E:3A:15... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1123,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_pbs_users | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_pbs_users/defaults/main.yml",
"content": "---\n# pbs users to create\npbs_users:\n - name: user_pve5\n password: <PASSWORD>\n realm: pbs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/mgrote_pbs_users/tasks/m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 960,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_postfix | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_postfix/tasks/main.yml",
"content": "---\n- name: Ensure needed packages are installed\n become: true\n ansible.builtin.package:\n name:\n - postfix\n - mailutils\n# - libsasl2-modules\n state: present\n\n- name: kopiere sasl_passwd # entfernen\n become: true\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1331,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_proxmox_bind_mounts | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_proxmox_bind_mounts/tasks/main.yml",
"content": "---\n- name: loop tasks\n ansible.builtin.include_tasks: bm.yml\n loop: \"{{ pve_bind_mounts }}\"\n when:\n - pve_bind_mounts is defined\n # Loope durch jeden bind-mount\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2563,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_proxmox_lxc_profiles | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_proxmox_lxc_profiles/README.md",
"content": "## mgrote.proxmox_bind_mounts\n\n### Beschreibung\nAdds [bind-mounts](https://pve.proxmox.com/wiki/Linux_Container#pct_container_storage) for LXC-Container on Proxmox.\n\n### tested on\n- [x] ProxMox 7.*\n\n### Variablen + Defaults\n```\np... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1705,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_qemu_guest_agent | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_qemu_guest_agent/handlers/main.yml",
"content": "---\n- name: reboot\n become: true\n ansible.builtin.reboot:\n reboot_timeout: 120\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/mgrote_qemu_guest_agent/README.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_remove_snapd | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_remove_snapd/README.md",
"content": "## mgrote.remove_snapd\n\n### Beschreibung\nentfernt snapd\n\n### getestet auf\n- [x] Ubuntu (>=18.04)\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/mgrote_remove_snapd/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_set_permissions | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_set_permissions/tasks/main.yml",
"content": "---\n- name: ensure permissions are set\n ansible.builtin.file:\n path: \"{{ item.path }}\"\n owner: \"{{ item.owner | default(omit) }}\"\n group: \"{{ item.group | default(omit) }}\"\n mode: \"{{ item.mode }}\"\n when:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_smart | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_smart/tasks/main.yml",
"content": "---\n- name: include user tasks\n ansible.builtin.include_tasks: user.yml\n\n- name: ensure smartmontools are installed\n become: true\n ansible.builtin.package:\n name: smartmontools\n state: present\n\n- name: template smartmontools confi... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_ssh | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_ssh/vars/ubuntu.yml",
"content": "---\nssh_permit_root_login: \"no\"\nssh_password_authentication: \"no\"\nssh_print_motd: \"no\"\nssh_print_lastlog: \"no\"\nssh_listen_port: \"22\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1517,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_systemd_resolved | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_systemd_resolved/handlers/main.yml",
"content": "---\n- name: restart systemd-resolved\n ansible.builtin.systemd:\n state: restarted\n name: systemd-resolved\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/mg... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_user_setup | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_user_setup/defaults/main.yml",
"content": "---\ndotfiles:\n - user: mg\n home: /home/mg\n - user: root\n home: /root\n\ndotfiles_vim_vundle_repo_url: https://git.mgrote.net/mirrors/Vundle.vim.git\ndotfiles_repo_url: https://git.mgrote.net/mg/dotfiles\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3270,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_users | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_users/tasks/main.yml",
"content": "---\n- name: set groups as list\n ansible.builtin.set_fact:\n groups_as_list: \"{{ (groups_as_list | default([]) + item.groups.split(',')) | map('trim') | list | sort | unique }}\"\n loop: '{{ users }}'\n when: item.groups is defined\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2177,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_youtubedl | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_youtubedl/tasks/main.yml",
"content": "---\n- name: download binary\n become: true\n ansible.builtin.get_url:\n url: \"{{ ytdl_dl_url }}\"\n dest: /usr/local/bin/yt-dlp\n mode: \"0750\"\n\n- name: install packages\n become: true\n ansible.builtin.package:\n name:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6855,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_zfs_arc_mem | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_zfs_arc_mem/README.md",
"content": "## mgrote.zfs_arc_mem\n\n### Beschreibung\nSetzt die maximale ZFS ARC-Groesse.\n\n### getestet auf\n- [x] ProxMox 6.1\n\n### Variablen + Defaults\n- see [defaults](./defaults/main.yml)\n- Variablen für ``mgrote.zfs_health/trim/scrub/zed/arc_mem/`` ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_zfs_manage_datasets | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_zfs_manage_datasets/tasks/main.yml",
"content": "---\n- name: create datasets or set options\n become: true\n community.general.zfs:\n name: \"{{ item.dataset }}\"\n state: \"{{ item.state | default('present') }}\"\n extra_zfs_properties:\n quota: \"{{ item.quota | de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3667,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_zfs_packages | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_zfs_packages/tasks/main.yml",
"content": "---\n- name: install zfs-tools-packages\n become: true\n ansible.builtin.package:\n name:\n - zfsutils\n - zfs-initramfs\n - zfs-zed\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_zfs_sanoid | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_zfs_sanoid/tasks/main.yml",
"content": "---\n- name: include user tasks\n ansible.builtin.include_tasks: user.yml\n\n- name: install packages from repo\n become: true\n ansible.builtin.apt:\n name:\n - mbuffer\n - lzop\n - libcapture-tiny-perl\n - pv\n st... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 12274,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_zfs_scrub | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_zfs_scrub/defaults/main.yml",
"content": "---\nzfs_extra_path_zpool: \"/usr/sbin/zpool\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/mgrote_zfs_scrub/tasks/main.yml",
"content": "---\n- name: template unit-te... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3146,
"all_permissive": false
} |
ansible_role | quotengrote/ansible | dda0d457e1414054e7635cb6ee5c3c0a31d91bbe | 1 | roles/mgrote_zfs_zed | 7,982 | [
"no_license"
] | [
{
"path": "roles/mgrote_zfs_zed/README.md",
"content": "## mgrote.zfs_zed\n\n### Beschreibung\nAktiviert die Mail Funktion von ZED (ZFS Event Daemon).\n\n### getestet auf\n- [x] ProxMox 6.1\n\n### Variablen + Defaults\n- see [defaults](./defaults/main.yml)\n- Variablen für ``mgrote.zfs_health/trim/scrub/zed... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3928,
"all_permissive": false
} |
ansible_role | asamodelkin/ansible_inspired_by | 378efbfdef1ed35d17b55d790f16ef9bb16353d2 | 0 | roles/events_monitoring | 7,982 | [
"no_license"
] | [
{
"path": "roles/events_monitoring/defaults/main.yml",
"content": "---\nmonitoring_tasks: {}\nmonitoring_tasks_files_path: \"files\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/events_monitoring/tasks/cloudwatch_events_rule.yml",
"c... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3847,
"all_permissive": false
} |
ansible_role | nesa9888/Schema-Registry | 6612f4649cf4a887fc349d9c274f4d603dc570d3 | 0 | roles/schema | 7,982 | [
"no_license"
] | [
{
"path": "roles/schema/tasks/main.yml",
"content": "- name: Install JRE after apt update\n become: yes\n apt:\n name: \n - default-jre\n state: present\n update_cache: yes\n\n- name: Import Confluent Repository Public Key\n become: yes\n shell: \"wget -qO - https://packages.confluent.io/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | bwnyasse/ionic-learning-box | 9c456790c69dd83fc024649bed5dd458ec7cfc91 | 0 | config-mgt/roles/ionic-dev | 7,982 | [
"no_license"
] | [
{
"path": "config-mgt/roles/ionic-dev/tasks/ionic.sh",
"content": "\nREPO_NAME='ionic-learning-box'\nGIT_REPO_URL=\"https://github.com/bwnyasse/$REPO_NAME.git\"\nGIT_BRANCH='master'\n\nDOCKER_IMAGE='bwnyasse/android-cordova-ionic-dev'\nCONTAINER_NAME='ionic_dev_container'\nACTION='serve'\nSHA1=\"209285c824f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1850,
"all_permissive": false
} |
ansible_role | rotarymars/setup-ubuntu | dfee86a7c829cb42cb5016792ca1028a6ca75e28 | 0 | roles/apt | 7,984 | [
"no_license"
] | [
{
"path": "roles/apt/defaults/main.yml",
"content": "---\napt_keys: []\napt_packages: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/apt/tasks/main.yml",
"content": "---\n- name: Install apt key\n become: true\n ansible.builtin.ge... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | rotarymars/setup-ubuntu | dfee86a7c829cb42cb5016792ca1028a6ca75e28 | 0 | roles/apt-upgrade | 7,984 | [
"no_license"
] | [
{
"path": "roles/apt-upgrade/tasks/main.yml",
"content": "---\n- name: Apt update and upgrade\n become: true\n ansible.builtin.apt:\n update_cache: true\n upgrade: \"yes\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | rotarymars/setup-ubuntu | dfee86a7c829cb42cb5016792ca1028a6ca75e28 | 0 | roles/asdf | 7,984 | [
"no_license"
] | [
{
"path": "roles/asdf/tasks/main.yml",
"content": "---\n- name: Install asdf to ~/.asdf\n ansible.builtin.git:\n repo: 'https://github.com/asdf-vm/asdf.git'\n dest: ~/.asdf\n depth: 1\n version: v0.13.1\n\n- name: Add plugin for asdf(without destination)\n ansible.builtin.shell: |\n asdf pl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | rotarymars/setup-ubuntu | dfee86a7c829cb42cb5016792ca1028a6ca75e28 | 0 | roles/nerd-fonts | 7,984 | [
"no_license"
] | [
{
"path": "roles/nerd-fonts/tasks/main.yml",
"content": "---\n- name: Register directory name for nerd font\n ansible.builtin.stat:\n path: \"~/.local/share/fonts/NerdFonts\"\n register: chk_file\n- name: Install nerd fonts if not installed\n ansible.builtin.shell: |\n cd /tmp\n git clone --dept... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | rotarymars/setup-ubuntu | dfee86a7c829cb42cb5016792ca1028a6ca75e28 | 0 | roles/rotarymars_setup | 7,984 | [
"no_license"
] | [
{
"path": "roles/rotarymars_setup/vars/main/apt.yml",
"content": "---\napt_keys:\n - \n url: https://dl.google.com/linux/linux_signing_key.pub\n keyname: /etc/apt/keyrings/googlechrom-keyring.asc\n - \n url: https://packages.microsoft.com/keys/microsoft.asc\n keyname: /etc/apt/keyrings/package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4922,
"all_permissive": false
} |
ansible_role | rotarymars/setup-ubuntu | dfee86a7c829cb42cb5016792ca1028a6ca75e28 | 0 | roles/setup-git | 7,984 | [
"no_license"
] | [
{
"path": "roles/setup-git/tasks/main.yml",
"content": "---\n- name: Make ssh directory\n ansible.builtin.file:\n path: ~/.ssh\n state: \"directory\"\n- name: Copy ssh-config\n ansible.builtin.template:\n src: \".ssh/config\"\n dest: \"~/.ssh/config\"\n- name: Copy ssh public key\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | rotarymars/setup-ubuntu | dfee86a7c829cb42cb5016792ca1028a6ca75e28 | 0 | roles/snap | 7,984 | [
"no_license"
] | [
{
"path": "roles/snap/tasks/main.yml",
"content": "---\n- name: Install snap packages\n become: true\n ansible.builtin.snap:\n name: \"{{ snap_packages }}\"\n classic: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | rotarymars/setup-ubuntu | dfee86a7c829cb42cb5016792ca1028a6ca75e28 | 0 | roles/utils | 7,984 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n- name: Add rotarymars to docker group\n ansible.builtin.shell: |\n sudo gpasswd -a rotarymars docker\n\n- name: Add rotarymars to video group\n ansible.builtin.shell: |\n sudo gpasswd -a rotarymars video\n\n- name: Add rotarymars to dailout g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3039,
"all_permissive": false
} |
ansible_role | zulcss/fio-test | 0100dafa7de2b6bc6de266e4ce8275a201297617 | 0 | roles/fio | 7,984 | [
"no_license"
] | [
{
"path": "roles/fio/templates/repo.conf.j2",
"content": "# INFO: OSP requires the Advanced Virtualization module\n# ACTION: dnf -y module disable virt:rhel\n# ACTION: dnf -y module enable virt:8.1\n# end substitution #\n#\n# RHEL 8.1\n#\n[rhosp-rhel-8.1-baseos]\nname=rhel8 baseos\nbaseurl=http://rhos-qe-mi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3668,
"all_permissive": false
} |
ansible_role | zulcss/fio-test | 0100dafa7de2b6bc6de266e4ce8275a201297617 | 0 | roles/fio-workloads | 7,984 | [
"no_license"
] | [
{
"path": "roles/fio-workloads/templates/servers.j2",
"content": "{% for server in openstack_servers %}\n{{ server.public_v4 }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/fio-workloads/templates/job.j2",
"content": "[... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1556,
"all_permissive": false
} |
ansible_role | dmitry-shishkov/DevOps-exam | f5b41e6dd3ac84b5f74e1546ad6c0754ae11f45e | 0 | ansible/roles/mysql | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: make sure mysql service is running\n service:\n name: mysql\n state: started\n enabled: true\n\n\n- name: change the authentication plugin of mysql root user to mysql_native_password\n command: mysql -u root -e 'UPDATE mysql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | dmitry-shishkov/DevOps-exam | f5b41e6dd3ac84b5f74e1546ad6c0754ae11f45e | 0 | ansible/roles/wordpress | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n- name: create directory\n file:\n path: /srv/www\n state: directory\n owner: www-data\n group: www-data\n\n\n- name: unpacking wordpress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: /srv/www\n rem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5817,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/apply_puppet | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/apply_puppet/tasks/main.yml",
"content": "---\n- name: clean puppet build directory\n local_action:\n module: file\n path: \"{{ inventory_dir }}/build/puppet\"\n state: absent\n run_once: True\n tags: puppet_fast\n- name: create puppet build directories\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4237,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/coming_soon_rss | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/coming_soon_rss/tasks/main.yaml",
"content": "---\n- uri:\n url: https://raw.githubusercontent.com/alexpdp7/coming-soon-rss/6708758549e1eaffd77a9ef556deeb4a283f5557/k8s.yaml\n return_content: true\n register: manifest\n delegate_to: 127.0.0.1\n- k8s:\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/deploy_ipsilon | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/deploy_ipsilon/tasks/main.yml",
"content": "---\n- name: install ipsilon (if this task fails, run kinit as root)\n command: ipsilon-server-install --hostname {{ ipsilon.hostname }} --ipa yes --openidc yes --admin-user {{ ipsilon.admin_user }} --info-sssd=yes --form... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/deploy_ragent | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/deploy_ragent/vars/main.yml",
"content": "---\nragent:\n package_key:\n Debian:\n # package is built for the oldest non-archived Debian version, seems to work \"upwards\"\n '11':\n x86_64: debian\n armv7l: debian_rpi3\n '12':\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2876,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/join_ipa | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/join_ipa/handlers/main.yml",
"content": "- name: restart_container\n delegate_to: \"{{ proxmox.host }}\"\n command: pct reboot {{ proxmox.id }}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "persona... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/proxmox_create_lxc | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/proxmox_create_lxc/tasks/main.yml",
"content": "---\n- name: download template\n command: \"pveam download local {{ flavors[proxmox.flavor].template }}_amd64.tar.xz\"\n args:\n creates: \"/var/lib/vz/template/cache/{{ flavors[proxmox.flavor].template }}_amd64.t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3293,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/proxmox_route_53 | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/proxmox_route_53/tasks/main.yml",
"content": "---\n- name: create DNS entries\n local_action:\n module: amazon.aws.route53\n zone: \"{{ network.dns_zone }}\"\n record: \"{{ item }}\"\n type: CNAME\n value: \"{{ network.public_hostname }}\"\n wait:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/takahe | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/takahe/tasks/main.yaml",
"content": "---\n# extra setup:\n#\n# - create the postgres database\n#\n# weed shell\n# - s3.configure -access_key=... -secret_key=... -buckets=takahe -user=... -actions=Read,Write,List,Tagging,Admin -apply\n# - s3.configure -buckets=takah... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6414,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/talos | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/talos/tasks/main.yaml",
"content": "---\n- name: generate controlplane patch\n copy:\n content: |\n cluster:\n allowSchedulingOnControlPlanes: true\n machine:\n install:\n disk: {{ talos_host.install_disk }}\n network:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6357,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/verify_root_mail | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/verify_root_mail/tasks/main.yml",
"content": "- name: send root mail\n command:\n cmd: mail -s \"ansible test {{ inventory_hostname }}\" root\n stdin: test\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | alexpdp7/alexpdp7 | 08f2171cf2c17fb1a1f1286e10cf41b9700bc99d | 91 | personal_infra/playbooks/roles/zqxjkcrud | 7,984 | [
"no_license"
] | [
{
"path": "personal_infra/playbooks/roles/zqxjkcrud/tasks/main.yaml",
"content": "---\n- name: render manifests\n command: kubectl run --context {{ context }} -q -n default -i --rm builder --image quay.io/alexpdp7/zqxjkcrud:master --restart=Never --image-pull-policy=Always --command -- zqxjkcrud-manifest-b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | khmarochos/khmarochos.pki | 7e95f3dd87df3d12a28e4e4eb1dd88e2bc90f399 | 0 | collections/ansible_collections/khmarochos/pki/roles/cascade | 7,984 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/khmarochos/pki/roles/cascade/README.md",
"content": "# Ansible Role: khmarochos.pki.cascade\n\nThe `cascade` role provides a complete solution for deploying and managing hierarchical PKI (Public Key Infrastructure) environments. It handles everything from system pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 21034,
"all_permissive": false
} |
ansible_role | gpovidaiko/ansible-p01-wordpress | 9539801d3f14d6edcb63ae238e8f368cf509322a | 0 | roles/mysql | 7,984 | [
"no_license"
] | [
{
"path": "roles/mysql/handlers/main.yml",
"content": "- name: 'MySQL restart'\n service:\n name: mysql\n state: restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/mysql/defaults/main.yml",
"content": "wordp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | gpovidaiko/ansible-p01-wordpress | 9539801d3f14d6edcb63ae238e8f368cf509322a | 0 | roles/wordpress | 7,984 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name: 'Wordpress download'\n get_url:\n url: https://wordpress.org/wordpress-5.1.12.tar.gz\n dest: /tmp/wordpress.tar.gz\n\n- name: 'Wordpress extraction'\n unarchive:\n src: /tmp/wordpress.tar.gz\n dest: /var/www/\n remote_src: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | narenas/Ansible-RHCE-prep | 9c492ac4bf621f99b3c7b53fe8470682e238b770 | 0 | vagrant/provisioning/roles/ansible_master | 7,984 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/ansible_master/tasks/main.yml",
"content": "- name: 1.Install ansible package \n package: \n state: present \n name: \"{{ item }}\"\n loop: \"{{ packages }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | orikerbis/RHCE_PRACTICE | f250d18e5a2f754ebe5d9557617f49debbb25a6f | 0 | roles/apache | 7,984 | [
"no_license"
] | [
{
"path": "roles/apache/templates/index.html.j2",
"content": "Welcome to {{ inventory_hostname }} on {{ ansible_facts['default_ipv4']['address'] }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/apache/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | jon20/archlinux | 3def74fd04f1cd53d6b91b16768b574a59af4628 | 1 | roles/archlinux | 7,984 | [
"no_license"
] | [
{
"path": "roles/archlinux/tasks/install.yml",
"content": "- name: \"install system /mnt\"\n command: \"pacstrap /mnt base base-devel\"\n\n- name: \"create fsab\"\n command: \"genfstab -U -p /mnt >> /mnt/etc/fstab\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | jon20/archlinux | 3def74fd04f1cd53d6b91b16768b574a59af4628 | 1 | roles/install | 7,984 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "- import_tasks: user.yml\n #- import_tasks: install_systemdboot.yml\n- import_tasks: install_grub.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/install/tasks/install_systemdboot.... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | jon20/archlinux | 3def74fd04f1cd53d6b91b16768b574a59af4628 | 1 | roles/kde | 7,984 | [
"no_license"
] | [
{
"path": "roles/kde/tasks/application.yml",
"content": "- name: \"install \"\n command: \"pacman -S firefox --noconfirm\"\n\n- name: \"install kde application\"\n command: \"pacman -S kde-applications --noconfirm\"\n\n- name: \"install neovim\"\n command: \"pacman -S neovim --noconfirm\"\n\n- name: \"in... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | SoufianeEddiry/awx-repo | bb326359a9c2df079d51fe98bc8c546fc9382995 | 0 | playbooks/roles/harbor | 7,984 | [
"no_license"
] | [
{
"path": "playbooks/roles/harbor/defaults/main.yml",
"content": "harbor_version: \"2.11.2\"\nharbor_host: \"harbor.bettercallsouf.local\"\nharbor_install_path: \"/opt/harbor\"\nharbor_cert_path: \"/data/certs\"\nharbor_tls_enabled: true\nharbor_admin_password: \"<PASSWORD>\"",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3033,
"all_permissive": false
} |
ansible_role | pstyp/playbook | 56b7eb0c4ecbfbad2ff17847d337001ea75a4933 | 0 | roles/installation | 7,984 | [
"no_license"
] | [
{
"path": "roles/installation/tasks/main.yaml",
"content": "- name: Install docker dependencies\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n update_cache: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/apt-repo | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/apt-repo/vars/main.yml",
"content": "packages: \n - \"apt-transport-https\"\n - \"rsync\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "ansible/roles/apt-repo/tasks/main.yml",
"content": "- name: remove default apt ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/ca-client | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/ca-client/tasks/gen_certs.yml",
"content": "- name: prepare json for certificate\n template:\n src: ca-csr.json.j2\n dest: \"{{ CERT_DIR }}/{{ CERT_NAME }}.json\"\n\n- name: generate certificate\n shell:\n /usr/local/bin/cfssl gencert -ca=ca.pem -ca-key=ca-key.pem -config... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/ca-server | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/ca-server/templates/ca-csr.json.j2",
"content": "{\n \"CN\": \"ca.{{ domain_name }}\",\n \"hosts\": [\n \"example.net\",\n \"www.example.net\"\n ],\n \"key\": {\n \"algo\": \"ecdsa\",\n \"size\": 256\n },\n \"names\": [\n {\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/certificate | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/certificate/vars/main.yml",
"content": "cert_dir: \"/etc/k8certs\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "ansible/roles/certificate/tasks/main.yml",
"content": "- name: create certs dir\n file:\n state: dir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/docker-service | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-service/handlers/main.yml",
"content": "- name: reboot docker\n systemd:\n name: docker\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/docker-service/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1248,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/etcd-service | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd-service/vars/main.yml",
"content": "etcd_datadir: \"/var/lib/etcd\"\netcd_confdir: \"/etc/etcd\"\netcd_name: \"myk8-etcd\"\ncluster: \"no\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "ansible/roles/etcd-service/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1716,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/gitlab-docker-service | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab-docker-service/tasks/main.yml",
"content": "- name: prepare gitlab-ce volumes\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n owner: root\n group: docker\n with_items:\n - /srv/gitlab/config\n - /srv/gitlab/logs\n - /srv/gitlab/dat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/gitlab-runner-service | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab-runner-service/tasks/main.yml",
"content": "- name: install prerequirements\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - gnupg\n - debian-archive-keyring\n - apt-transport-https\n\n- name: import gitlab key\n apt_key:\n url: https://pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/k8hosts | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/k8hosts/tasks/main.yml",
"content": "- name: update hosts to contain k8 nodes\n blockinfile:\n path: /etc/hosts\n block: |\n 192.168.1.111 master.home.kd master\n 192.168.1.121 node1.home.kd node1\n 192.168.1.122 node2.home.kd node2\n 192.168.1.123 node3.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/keycloak | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/keycloak/tasks/db.yml",
"content": "# - name: set datasource connection-url\n# lineinfile:\n# path: \"{{ app_path }}/standalone/configuration/standalone.xml\"\n# insertafter: '<datasource jndi-name=\"java:jboss/datasources/KeycloakDS\" pool-name=\"KeycloakDS\" enabled=\"tr... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6119,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/kubernetes-master | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-master/tasks/main.yml",
"content": "- name: disable swap\n command: swapoff -a\n\n- name: disable swap\n lineinfile:\n dest: /etc/fstab\n regexp: '(.* swap .*)'\n line: '# \\1'\n backrefs: yes\n state: present\n\n- name: copy kubernetes binarys\n synchro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4320,
"all_permissive": false
} |
ansible_role | nsu700/Personel-Development | 87e33d4ba0f330fbeb5f52797d5d4606b35c603a | 0 | ansible/roles/kubernetes-worker | 7,984 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-worker/vars/main.yml",
"content": "container_env: docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "ansible/roles/kubernetes-worker/tasks/prepareWorker.yml",
"content": "- name: prepare csr.json\n templ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6492,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.