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 | lubieniebieski/pinsible | e6fb9eb71ef60b5a782d415c3f52a814860ef1e5 | 0 | roles/raspberry-basic | 307 | [
"no_license"
] | [
{
"path": "roles/raspberry-basic/tasks/utilities.yml",
"content": "---\n- name: \"htop\"\n apt: name=htop state=present\n\n- name: \"vim\"\n apt: name=vim state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/raspberry-basic/tasks... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | robtuh221/Patroni_ansible | 98e4b9b9e5435514890b4f405584f8e9aeb187f6 | 0 | postgres_playbook/roles/role_assembly | 307 | [
"no_license"
] | [
{
"path": "postgres_playbook/roles/role_assembly/tasks/main.yml",
"content": "- name: Скопировать файл db_installer.sh на удаленный хост \n ansible.builtin.copy:\n src: /tmp/Patroni/components/pgpro-repo-add.sh\n dest: /tmp/pgpro-repo-add.sh\n mode: '0755'\n\n- name: Запуск скрипта для обновления ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1446,
"all_permissive": false
} |
ansible_role | robtuh221/Patroni_ansible | 98e4b9b9e5435514890b4f405584f8e9aeb187f6 | 0 | postgres_playbook/roles/role_etcd | 307 | [
"no_license"
] | [
{
"path": "postgres_playbook/roles/role_etcd/tasks/main.yml",
"content": " - name: Создать директорию для конфигурации etcd (если не существует)\n ansible.builtin.file:\n path: /var/lib/etcd\n state: directory\n owner: root\n group: root\n mode: '0777'\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | robtuh221/Patroni_ansible | 98e4b9b9e5435514890b4f405584f8e9aeb187f6 | 0 | postgres_playbook/roles/role_update | 307 | [
"no_license"
] | [
{
"path": "postgres_playbook/roles/role_update/tasks/main.yml",
"content": "- name: Обновить кэш пакетов\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Обновить все пакеты до последних версий\n ansible.builtin.apt:\n upgrade: dist\n\n- name: Установить pip3\n ansible.builtin.apt:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | robtuh221/Patroni_ansible | 98e4b9b9e5435514890b4f405584f8e9aeb187f6 | 0 | tantor_playbook/roles/role_assembly | 307 | [
"no_license"
] | [
{
"path": "tantor_playbook/roles/role_assembly/tasks/main.yml",
"content": " - name: Скопировать файл db_installer.sh на удаленный хост \n ansible.builtin.copy:\n src: /tmp/Patroni/components/db_installer.sh\n dest: /tmp/db_installer.sh\n mode: '0755'\n\n - name: Скопировать ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | robtuh221/Patroni_ansible | 98e4b9b9e5435514890b4f405584f8e9aeb187f6 | 0 | tantor_playbook/roles/role_configure_haproxy | 307 | [
"no_license"
] | [
{
"path": "tantor_playbook/roles/role_configure_haproxy/tasks/main.yml",
"content": " - name: Добавление конфигурации haproxy\n ansible.builtin.template:\n src: /tmp/Patroni/configs/haproxy.conf.j2\n dest: /etc/haproxy/haproxy.cfg\n owner: root\n group: root\n mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | robtuh221/Patroni_ansible | 98e4b9b9e5435514890b4f405584f8e9aeb187f6 | 0 | tantor_playbook/roles/role_configure_keepalived | 307 | [
"no_license"
] | [
{
"path": "tantor_playbook/roles/role_configure_keepalived/tasks/main.yml",
"content": " - name: Добавление параметров в файл sysctl.conf\n ansible.builtin.lineinfile:\n path: /etc/sysctl.conf\n line: \"net.ipv4.ip_nonlocal_bind=1\"\n state: present\n\n - name: Перезагрузка s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | robtuh221/Patroni_ansible | 98e4b9b9e5435514890b4f405584f8e9aeb187f6 | 0 | tantor_playbook/roles/role_configure_patroni | 307 | [
"no_license"
] | [
{
"path": "tantor_playbook/roles/role_configure_patroni/tasks/main.yml",
"content": " - name: Развернуть конфиг сервиса Patroni\n ansible.builtin.template:\n src: /tmp/Patroni/configs/patroni_service.conf.j2\n dest: /lib/systemd/system/patroni.service\n owner: root\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1382,
"all_permissive": false
} |
ansible_role | robtuh221/Patroni_ansible | 98e4b9b9e5435514890b4f405584f8e9aeb187f6 | 0 | tantor_playbook/roles/role_update | 307 | [
"no_license"
] | [
{
"path": "tantor_playbook/roles/role_update/tasks/main.yml",
"content": " - name: Убить процессы, блокирующие dpkg\n ansible.builtin.shell: lsof -t /var/lib/dpkg/lock | xargs kill -9 || true\n changed_when: false\n\n - name: Закомментировать запись репозитория CD-ROM\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2628,
"all_permissive": false
} |
ansible_role | axeldenise/epitech_automation | e58cc6746e9d93a8f42b0292f2e65dfd52fe2bf6 | 0 | roles/base | 307 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n - name: Installation des paquets\n apt: name={{item}} update_cache=yes state=latest\n with_items:\n - python-pip\n - python-dev\n - python3-pip\n - python3-dev\n - python-psycopg2\n - python3-psycopg2",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | axeldenise/epitech_automation | e58cc6746e9d93a8f42b0292f2e65dfd52fe2bf6 | 0 | roles/poll | 307 | [
"no_license"
] | [
{
"path": "roles/poll/tasks/main.yml",
"content": "---\n - name: Copie de poll.tar\n copy:\n src: ../../../poll.tar\n dest: ~/poll.tar\n owner: root\n group: root\n mode: u=rw,g=r,o=r\n\n - name: Copie du service\n copy:\n src: ../files/poll.service\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | axeldenise/epitech_automation | e58cc6746e9d93a8f42b0292f2e65dfd52fe2bf6 | 0 | roles/postgresql | 307 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n\n - name: Mise a jour paquets\n apt:\n upgrade: dist\n\n - name: Installation paquets\n apt: name={{item}} update_cache=yes state=latest\n with_items:\n - gnupg2\n - wget\n - libpq-dev\n\n - name: Ajout du depot P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2423,
"all_permissive": false
} |
ansible_role | axeldenise/epitech_automation | e58cc6746e9d93a8f42b0292f2e65dfd52fe2bf6 | 0 | roles/redis | 307 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n - name: Install Redis\n apt: name=redis-server update_cache=yes state=latest\n\n - name: Copy de la configuration\n copy:\n src: ../files/redis.conf\n dest: /etc/redis/redis.conf\n owner: redis\n group: redis\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | axeldenise/epitech_automation | e58cc6746e9d93a8f42b0292f2e65dfd52fe2bf6 | 0 | roles/result | 307 | [
"no_license"
] | [
{
"path": "roles/result/tasks/main.yml",
"content": "---\n - name: Copie de result.tar\n copy:\n src: ../../../result.tar\n dest: ~/result.tar\n owner: root\n group: root\n mode: u=rw,g=r,o=r\n \n - name: Copie du service\n copy:\n src: ../files/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1649,
"all_permissive": false
} |
ansible_role | axeldenise/epitech_automation | e58cc6746e9d93a8f42b0292f2e65dfd52fe2bf6 | 0 | roles/worker | 307 | [
"no_license"
] | [
{
"path": "roles/worker/tasks/main.yml",
"content": "---\n - name: Installation de openjdk\n apt: name={{item}} update_cache=yes state=latest\n with_items:\n - openjdk-11-jdk\n - libasound2 \n - libasound2-data\n\n - name: Telechargement Apachage Maven 3.6.0\n get_url:\n url: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2870,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/aur | 307 | [
"no_license"
] | [
{
"path": "roles/aur/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n gather_facts: false\n\n vars:\n aur_installed_packages:\n - shellcheck-bin\n\n roles:\n - role: aur\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1931,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/dash | 307 | [
"no_license"
] | [
{
"path": "roles/dash/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n gather_facts: false\n\n roles:\n - role: dash\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/dash/meta/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/dots | 307 | [
"no_license"
] | [
{
"path": "roles/dots/tasks/main.yml",
"content": "---\n- name: Check if git exists.\n ansible.builtin.stat:\n path: \"{{ dots_git_dest }}/.git\"\n register: result\n\n- name: Clone/update dots.\n ansible.builtin.git:\n clone: \"{{ not result.stat.exists }}\"\n dest: \"{{ (not result.stat.exists... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1910,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/firefox | 307 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/profile.yml",
"content": "---\n- name: \"Create profile {{ item.name }}.\"\n ansible.builtin.command:\n cmd: \"firefox-developer-edition -no-remote -CreateProfile {{ item.name }} --headless\"\n changed_when: false\n\n- name: Get profile path from profiles.ini.\n ansible.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3359,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/git | 307 | [
"no_license"
] | [
{
"path": "roles/git/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: scthijsse\n description: Personal git installer.\n license: \"MIT\"\n min_ansible_version: \"2.4\"\n platforms:\n - name: ArchLinux\n versions:\n - all\n galaxy_tags: []\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/k8s | 307 | [
"no_license"
] | [
{
"path": "roles/k8s/tasks/kubectl.yml",
"content": "---\n- name: Check if kubectl binary exists.\n ansible.builtin.stat:\n path: \"{{ kubectl_bin_path }}\"\n register: kubectl_check\n\n- name: Check kubectl version.\n ansible.builtin.command: \"{{ kubectl_bin_path }} version\"\n failed_when: false\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5109,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/lang_go | 307 | [
"no_license"
] | [
{
"path": "roles/lang_go/tasks/main.yml",
"content": "---\n- name: Install go & gopls.\n become: true\n ansible.builtin.pacman:\n name:\n - go\n - gopls\n state: present\n\n# - ansible.builtin.include_tasks: earthly.yml\n- ansible.builtin.include_tasks: golangcilint.yml\n",
"license_ty... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4336,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/lang_java | 307 | [
"no_license"
] | [
{
"path": "roles/lang_java/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n gather_facts: false\n\n vars:\n java_maven_repo: /root/.m2/repository\n java_eclipse_git_dest: /root/eclipse.jdt.ls\n java_debug_git_dest: /root/java-debug\n java_test_git_dest: /root/v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3004,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/lang_javascript | 307 | [
"no_license"
] | [
{
"path": "roles/lang_javascript/defaults/main.yml",
"content": "---\nnvm_version: 0.39.1\nnode_version: 18.6.0\n\nnpm_installed_packages:\n - \"@ansible/ansible-language-server@0.8.0\"\n - bash-language-server@3.0.4\n - npm-check-updates@15.0.1\n - npm@8.13.2\n - typescript-language-server@0.11.2\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2797,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/lang_lua | 307 | [
"no_license"
] | [
{
"path": "roles/lang_lua/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: scthijsse\n description: Personal lua tools installer.\n license: \"MIT\"\n min_ansible_version: \"2.4\"\n platforms:\n - name: ArchLinux\n versions:\n - all\n galaxy_tags: []\n",
"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3670,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/lang_python | 307 | [
"no_license"
] | [
{
"path": "roles/lang_python/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: scthijsse\n description: Personal python tools installer.\n license: \"MIT\"\n min_ansible_version: \"2.4\"\n platforms:\n - name: ArchLinux\n versions:\n - all\n galaxy_tags: []\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/lang_rust | 307 | [
"no_license"
] | [
{
"path": "roles/lang_rust/tasks/main.yml",
"content": "---\n- ansible.builtin.include_tasks: toast.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/lang_rust/tasks/toast.yml",
"content": "---\n- name: \"Ensure {{ toast_bin_path | di... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1260,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/lang_shell | 307 | [
"no_license"
] | [
{
"path": "roles/lang_shell/tasks/main.yml",
"content": "---\n- name: Install unzip.\n become: true\n ansible.builtin.pacman:\n name: unzip\n state: present\n\n- ansible.builtin.include_tasks: shellcheck.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
}... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2092,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/neovim | 307 | [
"no_license"
] | [
{
"path": "roles/neovim/handlers/main.yml",
"content": "---\n- name: build neovim\n become: true\n ansible.builtin.make:\n chdir: \"{{ neovim_git_dest }}\"\n target: install\n\n- name: remove plugins\n ansible.builtin.file:\n path: \"{{ neovim_plugin_dir }}\"\n state: absent\n\n- name: instal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2187,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/pacman | 307 | [
"no_license"
] | [
{
"path": "roles/pacman/tasks/main.yml",
"content": "---\n- name: Get current mirrorlist.\n become: true\n ansible.builtin.lineinfile:\n dest: /etc/pacman.d/mirrorlist\n line: '## Netherlands'\n state: present\n notify: get mirrorlist\n\n- name: Ensure mirrorlist is updated.\n ansible.builtin.m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2923,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/suckless | 307 | [
"no_license"
] | [
{
"path": "roles/suckless/handlers/main.yml",
"content": "---\n- name: find patches\n ansible.builtin.find:\n paths: \"{{ suckless_git_dest }}/{{ suckless_tool }}/patches\"\n register: patches\n\n- name: apply patches\n ansible.posix.patch:\n basedir: \"{{ suckless_git_dest }}/{{ suckless_tool }}\"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3266,
"all_permissive": false
} |
ansible_role | SCThijsse/dots-ansible | 7ea5a74d2d047d9a444d4abfbfb4ddde9b51b712 | 0 | roles/system | 307 | [
"no_license"
] | [
{
"path": "roles/system/molecule/default/prepare.yml",
"content": "---\n- name: Prepare\n hosts: all\n gather_facts: false\n\n roles:\n - role: pacman\n vars:\n pacman_installed_packages: [openssh, zsh]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 14... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2541,
"all_permissive": false
} |
ansible_role | ruanbekker/ansible-primer | bee2f55f46d316af2627591540a386b0b1524d98 | 0 | roles/promtail-for-linux | 307 | [
"no_license"
] | [
{
"path": "roles/promtail-for-linux/tasks/main.yml",
"content": "---\n- import_tasks: tasks/task-ubuntu.yml\n when: ansible_distribution in [\"Debian\", \"Ubuntu\"]\n # when: ansible_distribution == \"Ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3053,
"all_permissive": false
} |
ansible_role | ansible-kickstart/web-server-provisioning-lab | 2e1b2ae956522bae7c9fa571bc6002c63cd0f3cb | 0 | roles/add_single_win_user | 307 | [
"no_license"
] | [
{
"path": "roles/add_single_win_user/tasks/main.yml",
"content": "---\n- name: Create Win User\n win_domain_user:\n name: \"{{ server_username }}\"\n firstname: \"{{ user_firstname }}\"\n surname: \"{{ user_surname }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n # email: \"{{ win_u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | ansible-kickstart/web-server-provisioning-lab | 2e1b2ae956522bae7c9fa571bc6002c63cd0f3cb | 0 | roles/add_tower_host | 307 | [
"no_license"
] | [
{
"path": "roles/add_tower_host/vars/main.yml",
"content": "---\n# vars file for add_tower_host",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/add_tower_host/tasks/main.yml",
"content": "---\n# tasks file for add_tower_host\n- name: Add ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | ansible-kickstart/web-server-provisioning-lab | 2e1b2ae956522bae7c9fa571bc6002c63cd0f3cb | 0 | roles/nginx_install | 307 | [
"no_license"
] | [
{
"path": "roles/nginx_install/tasks/main.yml",
"content": "---\n\n- name: MAKE SURE THE LATEST VERSION OF NGINX IS INSTALLED\n yum:\n name: nginx\n state: latest\n\n\n- name: Copy using inline content\n copy:\n content: \"{{ nginx_test_message }}\"\n dest: /usr/share/nginx/html/index.html\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | ansible-kickstart/web-server-provisioning-lab | 2e1b2ae956522bae7c9fa571bc6002c63cd0f3cb | 0 | roles/report | 307 | [
"no_license"
] | [
{
"path": "roles/report/templates/mail_body.j2",
"content": "A new server was enabled.\nServer IP Address {{ tower_inventory }}\nSwitch IP {{ tower_inventory_cisco}}\nVLAN {{ access_vlan }}\nAdmin username {{ server_username }}",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | mourendis/ansible | 67b132947b01677c85be6b3f32044ce7330345ec | 0 | ansible/day-3/roles/nginx | 307 | [
"no_license"
] | [
{
"path": "ansible/day-3/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Install nginx\n become: yes\n become_user: root\n yum: name=nginx state=latest\n- name: Make nginx correct\n become: yes\n become_user: root\n template:\n src: nginx.conf.j2d\n dest: /etc/nginx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | mourendis/ansible | 67b132947b01677c85be6b3f32044ce7330345ec | 0 | ansible/day-4/roles/java | 307 | [
"no_license"
] | [
{
"path": "ansible/day-4/roles/java/tasks/main.yml",
"content": "---\n# tasks file for java\n# tasks:\n- name: ensure that java is at the latest version\n yum: name=java state=latest\n become: yes\n become_method: sudo\n- name: create fact\n become: yes\n become_user: root\n script: scripts/java_versi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | mourendis/ansible | 67b132947b01677c85be6b3f32044ce7330345ec | 0 | ansible/day-4/roles/maven_deploy | 307 | [
"no_license"
] | [
{
"path": "ansible/day-4/roles/maven_deploy/defaults/main.yml",
"content": "---\n# defaults file for maven_deploy\n{\n war_path: /opt/wars/\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "ansible/day-4/roles/maven_deploy/tests/test.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | mourendis/ansible | 67b132947b01677c85be6b3f32044ce7330345ec | 0 | ansible/mntlab-exam/roles/tomcat | 307 | [
"no_license"
] | [
{
"path": "ansible/mntlab-exam/roles/tomcat/defaults/main.yml",
"content": "---\n# defaults file for tomcat\n{\n version: 8,\n sub_version: 8.5.9,\n home_dir: /opt/tomcat/,\n tomcat_user: tomcat_as,\n tomcat_group: tomcat_as_group,\n}\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2500,
"all_permissive": false
} |
ansible_role | mehradi-github/ref-singbox | d69eed0eb4937475483b890560369a760200e7c0 | 0 | src/roles/client-sing-box | 308 | [
"no_license"
] | [
{
"path": "src/roles/client-sing-box/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - client-sing-box\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "src/roles/client-sing-box/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2582,
"all_permissive": false
} |
ansible_role | mehradi-github/ref-singbox | d69eed0eb4937475483b890560369a760200e7c0 | 0 | src/roles/server-sing-box | 308 | [
"no_license"
] | [
{
"path": "src/roles/server-sing-box/tasks/main.yml",
"content": "---\n# tasks file for install-singbox\n- name: check ping\n ansible.builtin.ping:\n when: false\n\n- name: Remove old singbox\n import_tasks: remove-singbox.yml\n when: run_unnecessary_task\n\n- name: Upgrade all packages on servers\n im... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 7436,
"all_permissive": false
} |
ansible_role | anderson-jason573/cisco-config-generator | bd028645153bcc44962052646d00edd0ed61eca7 | 0 | roles/get_cisco_config_netconf | 308 | [
"no_license"
] | [
{
"path": "roles/get_cisco_config_netconf/vars/main.yml",
"content": "---\n# vars file for roles/get_cisco_config_netconf",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/get_cisco_config_netconf/handlers/main.yml",
"content": "---\n# hand... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | liquidweaver/home_ansible | 1cf444d15dff4f2d91edc0dc60e5a98d336a0c88 | 0 | roles/consul | 308 | [
"no_license"
] | [
{
"path": "roles/consul/templates/consul.json.j2",
"content": "{\n \"ui_dir\": \"{{ consul_home }}/dist\",\n{% if consul_join_at_start is defined and consul_join_at_start %}\n \"start_join\": [\"{{ join_server }}\"],\n{% endif %}\n{% if consul_disable_remote_exec is defined and consul_disable_remote_exec ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4240,
"all_permissive": false
} |
ansible_role | mroura100/parches_weblogic | 1fdec5ec7d2efd6acbc76ab6fee6aff2b7fc24ea | 0 | WL12.2.1.3_update_Opatch/roles/update_opatch | 308 | [
"no_license"
] | [
{
"path": "WL12.2.1.3_update_Opatch/roles/update_opatch/vars/main.yml",
"content": "---\n# vars file for WL_update_patch_and_java\n#software_config_files: \"/software_wl12/\"\n#java_dir: \"/opt/\"\n\n#domain_root_directory: \"/u01/Oracle/WL12/domainsAnsible/\"\n#domain_name: \"mwidomain\"\n\noracle_home: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | mroura100/parches_weblogic | 1fdec5ec7d2efd6acbc76ab6fee6aff2b7fc24ea | 0 | WL12.2.1.3_update_jdk1.8.0.191/roles/update_java1.8.191 | 308 | [
"no_license"
] | [
{
"path": "WL12.2.1.3_update_jdk1.8.0.191/roles/update_java1.8.191/tasks/main.yml",
"content": "- name: Check Java version\n tags: javaVersion\n become: true\n become_user: \"{{ user }}\"\n shell: source /home/{{ user }}/.bash_profile;java -version 2>&1 | grep version | awk '{print $3}' | sed 's/\"//g'\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2951,
"all_permissive": false
} |
ansible_role | mroura100/parches_weblogic | 1fdec5ec7d2efd6acbc76ab6fee6aff2b7fc24ea | 0 | WL12.2.1.3_update_weblogic/roles/update_weblogic_12.2 | 308 | [
"no_license"
] | [
{
"path": "WL12.2.1.3_update_weblogic/roles/update_weblogic_12.2/tasks/main.yml",
"content": "---\n- name: Install the latest version of psmisc\n ansible.builtin.package:\n name:\n - psmisc\n state: latest\n\n- name: Copy Files to update WebLogic\n tags: updatePatchWebLogic\n become: true\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1595,
"all_permissive": false
} |
ansible_role | DenisStagniunas/nginx-redis | 5115094617f89f27fd7fa4fc7006bfc70cc97b6f | 0 | roles/libs | 308 | [
"no_license"
] | [
{
"path": "roles/libs/tasks/main.yml",
"content": "---\n- name: be sure build-essential is installed\n apt:\n name: build-essential\n state: latest\n become: yes\n become_method: \"{{become_method}}\"\n\n- name: be sure nginx dependencies installed\n apt:\n name: perl\n state: latest\n with... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | DenisStagniunas/nginx-redis | 5115094617f89f27fd7fa4fc7006bfc70cc97b6f | 0 | roles/nginx | 308 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: be sure nginx is downloaded\n get_url:\n url: https://nginx.org/download/nginx-1.13.2.tar.gz\n dest: /tmp/nginx-1.13.2.tar.gz\n mode: '0440'\n tags:\n - nginx\n - core\n\n- name: be sure nginx is extracted\n unarchive:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3044,
"all_permissive": false
} |
ansible_role | DenisStagniunas/nginx-redis | 5115094617f89f27fd7fa4fc7006bfc70cc97b6f | 0 | roles/redis | 308 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: be sure redis is installed\n apt:\n name: redis-server\n state: latest\n become: yes\n become_method: \"{{become_method}}\"\n tags:\n - redis\n - core\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | toomanysecrets/nginx-ansible-playbook | f75fa33d476e96fd7e0b356d2aeeb24973c45098 | 0 | roles/nginx | 308 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Instalar nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n become: true\n\n- name: Asegurar que nginx está arrancado y habilitado\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: true\n become: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1505,
"all_permissive": false
} |
ansible_role | lukmanlab/ansible-proxmox | 5de9e7f119bdf8550f4a6a3563a179cce0931b7d | 10 | roles/container | 308 | [
"no_license"
] | [
{
"path": "roles/container/handlers/main.yml",
"content": "---\n# handlers file for container",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/container/defaults/main.yml",
"content": "---\n# defaults file for container",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1177,
"all_permissive": false
} |
ansible_role | lukmanlab/ansible-proxmox | 5de9e7f119bdf8550f4a6a3563a179cce0931b7d | 10 | roles/vm | 308 | [
"no_license"
] | [
{
"path": "roles/vm/handlers/main.yml",
"content": "---\n# handlers file for vm",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/vm/vars/main.yml",
"content": "---\n# vars file for vm",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | pranali2482/Ansible-LAMP-Stack | ea3606e72cb2a0702dfcd8cbe0df2e425aaaedc4 | 0 | roles/apache | 308 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: Install Apache\n apt:\n name: apache2\n state: present # Install apache if not already installed\n update_cache: true\n\n- name: Enable and start Apache service\n service:\n name: apache2\n state: started # Start Apac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | pranali2482/Ansible-LAMP-Stack | ea3606e72cb2a0702dfcd8cbe0df2e425aaaedc4 | 0 | roles/mysql | 308 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Install debconf-utils\n apt:\n name: debconf-utils #allow you set the password before installing so no need to provide manually during setup.\n state: present\n update_cache: yes\n\n- name: Preseed MySQL root password\n shell: |\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | pranali2482/Ansible-LAMP-Stack | ea3606e72cb2a0702dfcd8cbe0df2e425aaaedc4 | 0 | roles/php | 308 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "- name: Install PHP and modules\n apt:\n name:\n - php # Install the main PHP package\n - php-mysql # Install PHP module to connect PHP with MySQL databases\n - libapache2-mod-php # Install Apache module to run PHP ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | carlosfparada/AWS-Netbox | 2536cab98b58b59e8c0c985607a846f1a6af1873 | 0 | roles/aws_netbox_deploy | 308 | [
"no_license"
] | [
{
"path": "roles/aws_netbox_deploy/templates/user_data_juniper.j2",
"content": "#junos-config\ngroups {\n aws-default {\n system {\n host-name HOSTNAME;\n services {\n ssh {\n root-login allow;\n }\n }\n l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 13836,
"all_permissive": false
} |
ansible_role | carlosfparada/AWS-Netbox | 2536cab98b58b59e8c0c985607a846f1a6af1873 | 0 | roles/aws_netbox_undeploy | 308 | [
"no_license"
] | [
{
"path": "roles/aws_netbox_undeploy/tasks/main.yml",
"content": "---\n\n- name: Query VPCs\n amazon.aws.ec2_vpc_net_info:\n region: \"{{ ec2_vpc_region }}\"\n filters:\n \"tag:name\": \"{{ ec2_vpc_name }}\"\n register: vpc\n\n- name: Query Subnets\n amazon.aws.ec2_vpc_subnet_info:\n region... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5769,
"all_permissive": false
} |
ansible_role | carlosfparada/AWS-Netbox | 2536cab98b58b59e8c0c985607a846f1a6af1873 | 0 | roles/utils_hosts_aws | 308 | [
"no_license"
] | [
{
"path": "roles/utils_hosts_aws/tasks/main.yml",
"content": "---\n\n# - name: Refresh inventory\n# ansible.builtin.meta: refresh_inventory\n\n- name: Get AAP node\n set_fact:\n node_name: \"{{ item }}\"\n loop: \"{{ groups['all'] }}\"\n when: hostvars[item].tags is defined and hostvars[item].tags.N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | RadwanAlboom/ansible | 554f45585a0f6552b9b224b2ff902422ad513215 | 0 | ansible/roles/agent | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/agent/tasks/main.yml",
"content": "---\n# tasks file for agent\n\n- name: Install Zabbix Agent\n yum:\n name: zabbix-agent\n state: present\n\n\n- name: Configure Zabbix Agent\n template:\n src: zabbix_agentd.conf.j2\n dest: /etc/zabbix/zabbix_agentd.conf\n notify:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | RadwanAlboom/ansible | 554f45585a0f6552b9b224b2ff902422ad513215 | 0 | ansible/roles/db | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yml",
"content": "---\n# tasks file for db\n\n- name: Install Mariadb Server & PyMySQL\n yum:\n name: mariadb-server,MySQL-python\n state: latest\n\n- name: Start and Enable Mariadb Server\n service:\n name: mariadb\n enabled: true\n state: started\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | RadwanAlboom/ansible | 554f45585a0f6552b9b224b2ff902422ad513215 | 0 | ansible/roles/repo | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/repo/tasks/main.yml",
"content": "---\n# tasks file for repo\n\n- name: Add Zabbix Repo\n yum_repository:\n name: zabbix\n description: zabbix 4.4\n baseurl: https://mirrors.aliyun.com/zabbix/zabbix/4.4/rhel/7/x86_64/\n enabled: yes\n gpgcheck: no\n\n\n- name: Add Up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | RadwanAlboom/ansible | 554f45585a0f6552b9b224b2ff902422ad513215 | 0 | ansible/roles/server | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/server/handlers/main.yml",
"content": "---\n# handlers file for server\n\n- name: Restart Zabbix Server\n service:\n name: zabbix-server\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "ansible/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | RadwanAlboom/ansible | 554f45585a0f6552b9b224b2ff902422ad513215 | 0 | ansible/roles/web | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yml",
"content": "---\n# tasks file for web\n- name: Install Zabbix Web\n yum:\n name: zabbix-web-mysql\n state: present\n\n- name: Config Zabbix Web\n copy:\n src: zabbix.conf\n dest: /etc/httpd/conf.d/zabbix.conf\n notify: Restart HTTPD\n\n- name: Sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | rlopez133/demos | b9755f594e7fabd203c0cd54d334fda152450022 | 7 | gitops/collections/ansible_collections/rlopez/fest_demo/roles/app | 308 | [
"no_license"
] | [
{
"path": "gitops/collections/ansible_collections/rlopez/fest_demo/roles/app/tasks/20_check_app.yml",
"content": "---\n- name: Check whether app is publically available \n ansible.builtin.uri:\n url: \"http://{{ pub_ip }}:{{ container_port }}\"\n status_code: 200\n",
"license_type": "no_license",... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | rlopez133/demos | b9755f594e7fabd203c0cd54d334fda152450022 | 7 | gitops/collections/ansible_collections/rlopez/fest_demo/roles/aws | 308 | [
"no_license"
] | [
{
"path": "gitops/collections/ansible_collections/rlopez/fest_demo/roles/aws/tasks/25_aws_config.yml",
"content": "---\n- name: Install podman\n ansible.builtin.package:\n name: \"podman\"\n state: latest\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3292,
"all_permissive": false
} |
ansible_role | Emidowojo/Todo-Iac | 3a21bb3f2f8983c5f865ee870b39e5e18973d827 | 0 | ansible/roles/dependencies | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/dependencies/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1357,
"all_permissive": false
} |
ansible_role | Emidowojo/Todo-Iac | 3a21bb3f2f8983c5f865ee870b39e5e18973d827 | 0 | ansible/roles/deployment | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/deployment/tasks/main.yml",
"content": "---\n- name: Create app directory\n file:\n path: /app\n state: directory\n mode: '0755'\n\n- name: Clone application repository\n git:\n repo: \"{{ app_repo_url }}\"\n dest: /app\n force: yes\n\n- name: Create Traefik conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1325,
"all_permissive": false
} |
ansible_role | PolloChang/GCB-Ansible | d8712dc9436d098150808ba3a87069da25e56f3b | 1 | roles/base | 308 | [
"no_license"
] | [
{
"path": "roles/base/files/CentOS/7/etc/profile.d/gcb.sh",
"content": "# TWGCB-01-008-0238\nreadonly TMOUT=900 ; export TMOUT\numask 027",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/base/vars/main.yml",
"content": "gcb_action: # 要執行GC... | {
"task_files": 36,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 38,
"total_bytes": 42517,
"all_permissive": false
} |
ansible_role | PolloChang/GCB-Ansible | d8712dc9436d098150808ba3a87069da25e56f3b | 1 | roles/ssh | 308 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/TWGCB-01-008-0265.yml",
"content": "\n- name: TWGCB-01-008-0266\n become: true\n file:\n path: /etc/ssh/sshd_config\n state: file\n mode: '0600'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/ssh/tasks/... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7376,
"all_permissive": false
} |
ansible_role | imanashoorii/ansible | b48d9c10c6efb2ef83664c7b7736ba9351bc340d | 0 | roles/docker | 308 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/install.yml",
"content": "---\n- name: install dependency\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n\n- name: Add signin... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2597,
"all_permissive": false
} |
ansible_role | imanashoorii/ansible | b48d9c10c6efb2ef83664c7b7736ba9351bc340d | 0 | roles/preparing | 308 | [
"no_license"
] | [
{
"path": "roles/preparing/tasks/fstab.yml",
"content": "---\n- name: Remount /tmp as read-only\n become: yes\n ansible.builtin.command: mount -o remount,ro /tmp\n ignore_errors: true\n\n- name: Kill processes using /tmp\n become: yes\n ansible.builtin.command: fuser -k /tmp\n ignore_errors: true\n \... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2463,
"all_permissive": false
} |
ansible_role | buzzer322/service | 997504e690fbee811767615fef19c741a5838dd7 | 0 | ansible/roles/base | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yaml",
"content": "---\n- name: Установка базовых пакетов\n apt:\n name:\n - curl\n - wget\n - htop\n - net-tools\n - dnsutils\n - rsync\n state: present\n become: yes\n\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | buzzer322/service | 997504e690fbee811767615fef19c741a5838dd7 | 0 | ansible/roles/postgresql_master | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql_master/tasks/main.yaml",
"content": "---\n- name: Установка Patroni и PostgreSQL\n apt:\n name:\n - patroni\n - postgresql\n state: present\n become: yes\n\n- name: Настройка Patroni для мастера\n template:\n src: patroni_master.yaml.j2\n dest: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | buzzer322/service | 997504e690fbee811767615fef19c741a5838dd7 | 0 | ansible/roles/postgresql_replica | 308 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql_replica/handlers/main.yaml",
"content": "- name: restart patroni\n service:\n name: patroni\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/postgresql_replica/tasks/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | psturc/test-apb | d051e81e92114a1d0dbec436938828c7825f5a71 | 0 | roles/provision-test-apb | 308 | [
"permissive"
] | [
{
"path": "roles/provision-test-apb/tasks/main.yml",
"content": "##############################################################################\n## Provision test\n## This role executes much of the needed functionality to provision an\n## application using an Ansible Playbook Bundle. Included in the commen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2738,
"all_permissive": true
} |
ansible_role | psturc/test-apb | d051e81e92114a1d0dbec436938828c7825f5a71 | 0 | roles/verify-test-apb | 308 | [
"permissive"
] | [
{
"path": "roles/verify-test-apb/tasks/main.yaml",
"content": "---\n- name: url check for webpage status\n uri:\n url: \"http://{{ route.route.spec.host }}\"\n return_content: yes\n register: webpage\n retries: 10\n delay: 10\n until: webpage.status == 200\n",
"license_type": "permissive",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": true
} |
ansible_role | parusahu/ansible | a135f176ba39c13a8814ad5cb3c2e06cc1eb3f4e | 0 | roles/role1 | 308 | [
"no_license"
] | [
{
"path": "roles/role1/tasks/main.yml",
"content": "- name: install the software\n yum:\n name: vsftpd\n state: present\n- name: print something\n debug:\n msg: \"{{ansible_fqdn}}\"\n- name: copy a file\n copy:\n content: \"Hi All Welcome to {{ansible_hostname}}\"\n dest: /tmp/motd\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | parusahu/ansible | a135f176ba39c13a8814ad5cb3c2e06cc1eb3f4e | 0 | roles/role2 | 308 | [
"no_license"
] | [
{
"path": "roles/role2/tasks/main.yml",
"content": "---\n# tasks file for role2\n- name: print something \n debug:\n msg: Hi There {{var1}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | qdrant/vector-db-benchmark | 7945778e69834d60bfc620856d1eca5050b04ff8 | 328 | ansible/playbooks/roles/run-hnsw-indexing-common | 309 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/run-hnsw-indexing-common/tasks/main.yml",
"content": "---\n- name: Copy files to the remote machine\n ansible.builtin.copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n mode: \"{{ item.mode | default('0644') }}\"\n owner: \"{{ ansible_user }}\"\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2559,
"all_permissive": true
} |
ansible_role | qdrant/vector-db-benchmark | 7945778e69834d60bfc620856d1eca5050b04ff8 | 328 | ansible/playbooks/roles/run-hnsw-indexing-transform | 309 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/run-hnsw-indexing-transform/tasks/main.yml",
"content": "---\n- name: Ensure directories exist with proper permissions\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ ansible_user }}\"\n mode: '0755'\n recurse: yes\n loop:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10238,
"all_permissive": true
} |
ansible_role | qdrant/vector-db-benchmark | 7945778e69834d60bfc620856d1eca5050b04ff8 | 328 | ansible/playbooks/roles/run-hnsw-indexing-update | 309 | [
"permissive"
] | [
{
"path": "ansible/playbooks/roles/run-hnsw-indexing-update/tasks/main.yml",
"content": "---\n- name: Ensure directories exist with proper permissions\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ ansible_user }}\"\n mode: '0755'\n recurse: yes\n follow: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8227,
"all_permissive": true
} |
ansible_role | diimallya/humio-single-node | 2ded744b49ceea39ff8bba1a9efbe0af18509210 | 1 | roles/dk.humio | 309 | [
"no_license"
] | [
{
"path": "roles/dk.humio/handlers/main.yml",
"content": "---\n# handlers file for dk.humio\n- name: Restart humio SystemD service\n service:\n name: humio\n daemon_reload: yes\n state: restarted\n listen: Restart humio",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3244,
"all_permissive": false
} |
ansible_role | diimallya/humio-single-node | 2ded744b49ceea39ff8bba1a9efbe0af18509210 | 1 | roles/dk.kafka | 309 | [
"no_license"
] | [
{
"path": "roles/dk.kafka/tasks/main.yml",
"content": "---\n# tasks file for dk.kafka\n- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest\n\n- name: Upgrade all packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: create kafka group\n group: \n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2615,
"all_permissive": false
} |
ansible_role | diimallya/humio-single-node | 2ded744b49ceea39ff8bba1a9efbe0af18509210 | 1 | roles/dk.zookeeper | 309 | [
"no_license"
] | [
{
"path": "roles/dk.zookeeper/tasks/main.yml",
"content": "---\n# tasks file for dk.zookeeper\n- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest\n\n- name: Upgrade all packages\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: create zookeeper group\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3078,
"all_permissive": false
} |
ansible_role | diimallya/humio-single-node | 2ded744b49ceea39ff8bba1a9efbe0af18509210 | 1 | roles/humio.java | 309 | [
"no_license"
] | [
{
"path": "roles/humio.java/defaults/main.yml",
"content": "---\njava_version: 13.33.25-2\nredhat_java_version: 13.31.11-2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/humio.java/tasks/java-var-check.yml",
"content": "---\n- name: spli... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1673,
"all_permissive": false
} |
ansible_role | andrewkaczynski/homelab-ansible | 3b8960768d36c321220a142e341b07ea116048da | 0 | roles/proxmox | 309 | [
"no_license"
] | [
{
"path": "roles/proxmox/tasks/main.yml",
"content": "---\n- name: Configure Debian bookworm based Proxmox\n block:\n - name: Disable pve-enterprise bookworm repository\n apt_repository:\n repo: deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise\n state: absent\n\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1810,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/caipiao | 309 | [
"no_license"
] | [
{
"path": "roles/caipiao/tasks/caipiao-nginx.yml",
"content": "---\r\n- name: (template) scp etc/nginx/conf.d/default.conf.j2 /etc/nginx/conf.d/*.conf\r\n template:\r\n src: etc/nginx/conf.d/default.conf.j2\r\n dest: \"/etc/nginx/conf.d/{{ CONF['SERVER_NAME'] }}.conf\"\r\n owner: root\r\n group... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3664,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/chatroom | 309 | [
"no_license"
] | [
{
"path": "roles/chatroom/tasks/chatroom-service_other_backend-koa.yml",
"content": "- name: (file) mkdir /var/www/chatroom-service_other_backend-koa\r\n file:\r\n path: /var/www/chatroom-service_other_backend-koa\r\n recurse: yes \r\n owner: root\r\n group: root\r\n mode: 0777\r\n when: ch... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 73748,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/chrome | 309 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/yum-install-chrome.yml",
"content": "---\n- name: (yum) yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm\n yum:\n name: https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm # 请到 ELK 官网 复制最新 rpm url\n",
"license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/crontab | 309 | [
"no_license"
] | [
{
"path": "roles/crontab/tasks/main.yml",
"content": "- import_tasks: template-var_spool_cron_root.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/crontab/handlers/main.yml",
"content": "---\r\n- name: debug crontab\r\n import_tasks:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/gcc | 309 | [
"no_license"
] | [
{
"path": "roles/gcc/tasks/main.yml",
"content": "---\r\n- import_tasks: yum-install-gcc.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/gcc/tasks/yum-install-gcc.yml",
"content": "---\r\n- name: (yum) yum install gcc-c++\r\n yum:\r\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/git | 309 | [
"no_license"
] | [
{
"path": "roles/git/tasks/git-config-core_ignorecase.yml",
"content": "- name: (shell) git config --global core.ignorecase false\r\n shell: git config --global core.ignorecase false\r\n ignore_errors: True",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/lottery | 309 | [
"no_license"
] | [
{
"path": "roles/lottery/tasks/lottery-supervisor.yml",
"content": "---\r\n- name: (template) scp etc/supervisor/conf.d/default.conf.j2 /etc/supervisor/conf.d/*.conf\r\n template:\r\n src: etc/supervisor/conf.d/default.conf.j2\r\n dest: \"/etc/supervisor/conf.d/{{ CONF['GROUP'] }}.conf\"\r\n owner... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8515,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/mmm_agent | 309 | [
"no_license"
] | [
{
"path": "roles/mmm_agent/tasks/service-mysql_mmm_agent-restarted.yml",
"content": "---\n- name: (service) service mysql-mmm-agent restarted\n service:\n name: mysql-mmm-agent\n state: restarted\r\n# - name: Debug start nginx\n# debug: \n# msg: 'The key value is !!'\n# when: debug==true or d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/mmm_monitor | 309 | [
"no_license"
] | [
{
"path": "roles/mmm_monitor/tasks/yum-install-mysql_mmm.yml",
"content": "---\r\n- name: (yum) yum insatll epel-release-latest-7.noarch.rpm\n yum: \n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n allow_downgrade: True\r\n- name: (yum) yum remove mysql-mmm-agent mysq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/mongodb | 309 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/template-etc_mongod_conf.yml",
"content": "---\r\n- name: (template) scp etc/mongod.conf.j2 /etc/mongod.conf\r\n template:\r\n src: etc/mongod.conf.j2\r\n dest: \"/etc/mongod.conf\"\r\n owner: root\r\n group: root\r\n mode: 0776\r\n backup: no",
"license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1267,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/mysql | 309 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/tmp/alter_user.sql.j2",
"content": "###\r\n{% set i = groups[bra ~ '-mysql'].index(inventory_hostname) %}\r\n\r\nALTER USER '{{ MYSQL.SERVERS[i].CONNECTIONS[0]['USER'] }}'@'{{ MYSQL.SERVERS[i].CONNECTIONS[0].HOSTS[1] }}' IDENTIFIED BY '{{ MYSQL.SERVERS[i].CONNECTIONS[0]['PA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3011,
"all_permissive": false
} |
ansible_role | landan222/any-devops-ansible | 88c10a600301885aac2ddf99a878302b2018186d | 2 | roles/nginx | 309 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/file-var_www.yml",
"content": "---\r\n- name: (file) chmod -R 775 /var/www\r\n file:\r\n path: /var/www\r\n owner: root\r\n group: root\r\n mode: 0777",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2035,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.