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 | andrewwh/ansible-workstation | e00859d68ef9a296765dc7e16c104882d0fd7be9 | 0 | roles/users | 7,821 | [
"no_license"
] | [
{
"path": "roles/users/defaults/main.yml",
"content": "---\n\nusers:\n - user: andrew\n name: <NAME>\n password: <PASSWORD>\n groups: docker,users,sudo,sambashare,adm\n - user: emma\n name: <NAME>\n password: <PASSWORD>\n groups: users",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | guyincognito-io/k8s-hetzner-playbook | 8b8dc445c0eafe076f21f8c047793a7d31582a59 | 0 | roles/common | 7,821 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: Wait for instances to become reachable over SSH\n wait_for_connection:\n timeout: 600\n\n- name: Update System\n apt:\n upgrade: yes\n update_cache: true\n- name: Ensure packages needed to use the Kubernete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2628,
"all_permissive": false
} |
ansible_role | XRP-Dad/go-go-gadget | c9e687c33cde22bc773854b4170d6ad6d137b74d | 0 | ansible/roles/gogogadget_proxy | 7,821 | [
"no_license"
] | [
{
"path": "ansible/roles/gogogadget_proxy/templates/gogogadget.env.j2",
"content": "# Go Go Gadget Proxy Environment Variables\nAPI_TOKEN={{ api_token }}\nSERVER_URL={{ server_url }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "ansible/roles/gog... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1792,
"all_permissive": false
} |
ansible_role | XRP-Dad/go-go-gadget | c9e687c33cde22bc773854b4170d6ad6d137b74d | 0 | ansible/roles/gogogadget_server | 7,821 | [
"no_license"
] | [
{
"path": "ansible/roles/gogogadget_server/templates/gogogadget.env.j2",
"content": "# Go Go Gadget Server Environment Variables\nAPI_TOKEN={{ api_token }}\nDB_USER={{ db_user }}\nDB_PASSWORD={{ <PASSWORD> }}\nDB_NAME={{ db_name }}",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3460,
"all_permissive": false
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/coredump | 7,821 | [
"permissive"
] | [
{
"path": "roles/coredump/defaults/main.yml",
"content": "---\n\nsystemd_coredump: {}\n # storage: \"\"\n # compress: \"\"\n # process_size_max: \"\"\n # external_size_max: \"\"\n # journal_size_max: \"\"\n # max_use: \"\"\n # keep_free: \"\"\n\n...\n",
"license_type": "permissive",
"detected... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2938,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/homed | 7,821 | [
"permissive"
] | [
{
"path": "roles/homed/molecule/configured/group_vars/all/vars.yml",
"content": "---\n\nsystemd_homed:\n default_storage: \"directory\"\n default_filesystem_type: \"ext4\"\n\n...\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 90
},
{
"p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2124,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/journald | 7,821 | [
"permissive"
] | [
{
"path": "roles/journald/tasks/main.yml",
"content": "---\n\n- name: merge systemd journald configuration between defaults and custom\n ansible.builtin.set_fact:\n systemd_journald: \"{{ systemd_defaults_journald | combine(systemd_journald, recursive=True) }}\"\n\n- name: create systemd journald config... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11810,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/logind | 7,821 | [
"permissive"
] | [
{
"path": "roles/logind/molecule/configured/group_vars/all/vars.yml",
"content": "---\n\nsystemd_logind:\n n_auto_vt: \"12\" # 6\n reserve_vt: \"12\" # 6\n kill_user_processes: \"\" # false\n kill_only_users: \"\" #\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9670,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/networkd | 7,821 | [
"permissive"
] | [
{
"path": "roles/networkd/molecule/configured/group_vars/all/vars.yml",
"content": "---\n\nsystemd_networkd:\n speed_meter: \"true\" # false\n speed_meter_interval_sec: \"20sec\" # 10sec\n manage_foreign_routing_policy_rules: \"\" # true\n manage_foreign_routes: \"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4811,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/oomd | 7,821 | [
"permissive"
] | [
{
"path": "roles/oomd/tasks/main.yml",
"content": "---\n\n- name: merge systemd oomd configuration between defaults and custom\n ansible.builtin.set_fact:\n systemd_oomd: \"{{ systemd_defaults_oomd | combine(systemd_oomd, recursive=True) }}\"\n\n- name: create systemd oomd configuration\n ansible.built... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2442,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/pstore | 7,821 | [
"permissive"
] | [
{
"path": "roles/pstore/molecule/configured/group_vars/all/vars.yml",
"content": "---\n\nsystemd_pstore:\n storage: \"journal\" # external\n unlink: \"\" # true\n\n...\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 92
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1898,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/resolved | 7,821 | [
"permissive"
] | [
{
"path": "roles/resolved/tasks/main.yml",
"content": "---\n\n- name: merge systemd resolved configuration between defaults and custom\n ansible.builtin.set_fact:\n systemd_resolved: \"{{ systemd_defaults_resolved | combine(systemd_resolved, recursive=True) }}\"\n\n- name: create systemd resolved config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7282,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/sleep | 7,821 | [
"permissive"
] | [
{
"path": "roles/sleep/templates/systemd/sleep.conf.j2",
"content": "#jinja2: trim_blocks: True, lstrip_blocks: True\n# {{ ansible_managed }}\n#\n# This file is part of systemd.\n#\n# systemd is free software; you can redistribute it and/or modify it under the\n# terms of the GNU Lesser General Public Li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6106,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/system | 7,821 | [
"permissive"
] | [
{
"path": "roles/system/molecule/default/converge.yml",
"content": "---\n- name: converge\n hosts: instance\n any_errors_fatal: false\n\n roles:\n - role: bodsch.systemd.system\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 109
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 20076,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/systemd_unit | 7,821 | [
"permissive"
] | [
{
"path": "roles/systemd_unit/defaults/main.yml",
"content": "---\n\nsystemd_unit: []\n\n...\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 27
},
{
"path": "roles/systemd_unit/vars/main.yml",
"content": "---\n\nsystemd_defaults_unit: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4045,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/timesyncd | 7,821 | [
"permissive"
] | [
{
"path": "roles/timesyncd/templates/systemd/timesyncd.conf.j2",
"content": "#jinja2: trim_blocks: True, lstrip_blocks: True\n# {{ ansible_managed }}\n#\n# This file is part of systemd.\n#\n# systemd is free software; you can redistribute it and/or modify it under the\n# terms of the GNU Lesser General P... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3489,
"all_permissive": true
} |
ansible_role | bodsch/ansible-collection-systemd | 2cd97d2e70446ba1b194bc5740c96e5062e7cf0d | 2 | roles/user | 7,821 | [
"permissive"
] | [
{
"path": "roles/user/defaults/main.yml",
"content": "---\n\nsystemd_user: {}\n # log_level: \"\" # info\n # log_target: \"\" # auto\n # log_color: \"\" # yes\n # log_location: \"\" # no\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 13830,
"all_permissive": true
} |
ansible_role | nmalish/infrastructure | 5569addc7d26a91da98db208006fe979e166668b | 0 | roles/docker | 7,821 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Include OS-specific variables\n include_vars: \"{{ ansible_facts['os_family'] }}.yml\"\n\n- name: Install required system packages\n package:\n state: latest\n name: \"{{ docker_deps }}\"\n\n- name: Install Docker (Ubuntu)\n when: an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 957,
"all_permissive": false
} |
ansible_role | nmalish/infrastructure | 5569addc7d26a91da98db208006fe979e166668b | 0 | roles/essential | 7,821 | [
"no_license"
] | [
{
"path": "roles/essential/tasks/main.yml",
"content": "---\n- name: Ubuntu specific tasks\n become: yes\n when: ansible_facts['distribution'] == 'Ubuntu'\n block:\n - name: Update and upgrade apt packages (Debian and Ubuntu)\n when: ansible_os_family == 'Debian'\n shell:\n cmd: apt u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | Fytex/GhostSimple | 0794df869f7c72ac3ca7e1e3626958c259f7075c | 1 | roles/access_test | 7,821 | [
"no_license"
] | [
{
"path": "roles/access_test/tasks/main.yml",
"content": "- name: Change ip address in jmeter config\n replace: \n path: tests/accesstest.jmx\n regexp: '^(\\s*\\<stringProp name=\"HTTPSampler\\.domain\"\\>).*(\\<\\/stringProp\\>)' \n replace: '\\g<1>{{ghost_ip}}\\g<2>'\n \n\n- name: Change numb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | Fytex/GhostSimple | 0794df869f7c72ac3ca7e1e3626958c259f7075c | 1 | roles/complete_test | 7,821 | [
"no_license"
] | [
{
"path": "roles/complete_test/tasks/main.yml",
"content": "- name: Change ip address in jmeter config\n replace: \n path: tests/completetest.jmx\n regexp: '^(\\s*\\<stringProp name=\"HTTPSampler\\.domain\"\\>).*(\\<\\/stringProp\\>)' \n replace: '\\g<1>{{ghost_ip}}\\g<2>'\n\n\n- name: Execute jme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | Fytex/GhostSimple | 0794df869f7c72ac3ca7e1e3626958c259f7075c | 1 | roles/db | 7,821 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "- name: Create a PVC for MySQL\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: PersistentVolumeClaim\n metadata:\n name: mysql-pv-claim\n namespace: default\n spec:\n accessModes:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2548,
"all_permissive": false
} |
ansible_role | Fytex/GhostSimple | 0794df869f7c72ac3ca7e1e3626958c259f7075c | 1 | roles/ghost | 7,821 | [
"no_license"
] | [
{
"path": "roles/ghost/tasks/main.yml",
"content": "- name: Get database pods\n k8s_info:\n namespace: default\n kind: Pod\n label_selectors:\n - app=mysql\n register: pod_list\n\n- name: Create a Deployment object for Ghost app\n kubernetes.core.k8s:\n state: present\n definition:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3444,
"all_permissive": false
} |
ansible_role | Fytex/GhostSimple | 0794df869f7c72ac3ca7e1e3626958c259f7075c | 1 | roles/undeploy_db | 7,821 | [
"no_license"
] | [
{
"path": "roles/undeploy_db/tasks/main.yml",
"content": "- name: Undeploy the PVC for MySQL\n kubernetes.core.k8s:\n state: absent\n definition:\n apiVersion: v1\n kind: PersistentVolumeClaim\n metadata:\n name: mysql-pv-claim\n namespace: default\n\n\n- name: Undeploy t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | Fytex/GhostSimple | 0794df869f7c72ac3ca7e1e3626958c259f7075c | 1 | roles/undeploy_ghost | 7,821 | [
"no_license"
] | [
{
"path": "roles/undeploy_ghost/tasks/main.yml",
"content": "- name: Undeploy the object for Ghost\n kubernetes.core.k8s:\n state: absent\n definition:\n apiVersion: v1\n kind: Deployment\n metadata:\n name: ghost-deployment\n namespace: default\n labels:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | ComputeCanada/openstack-ansible-wordpress | 966e7c18ecff4244bfc2722db24d8cb925b53bb6 | 1 | roles/arc-install-wordpress | 7,821 | [
"no_license"
] | [
{
"path": "roles/arc-install-wordpress/handlers/main.yml",
"content": "---\n# handlers file for arc-install-wordpress",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/arc-install-wordpress/tasks/main.yml",
"content": "---\n# tasks file for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3303,
"all_permissive": false
} |
ansible_role | zeroking783/3x-ui-ansible | 5d1c1ce2b994a21b590bb43f83362f89dd329b49 | 0 | roles/3x_ui_container | 7,821 | [
"no_license"
] | [
{
"path": "roles/3x_ui_container/tasks/start_container.yml",
"content": "### Этот скрипт нужен для запуска контейнера, который на паузе\n### - vpn_id_user\n### Ну чтобы запустить нужно знать name of container\n\n\n\n### CHECK VARIABLES START ###\n\n#- name: Debug vpn_id_user\n# fail:\n# msg: \"Variable ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5677,
"all_permissive": false
} |
ansible_role | zeroking783/3x-ui-ansible | 5d1c1ce2b994a21b590bb43f83362f89dd329b49 | 0 | roles/docker | 7,821 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/install_docker.yml",
"content": "- name: Update all packages to their latest version\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n\n- name: Install ca-certificates and curl (required)\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2184,
"all_permissive": false
} |
ansible_role | evgenyshulman/my-ansible | 966b661ba3a2afd0beea9fa31c5c2715d7ca6b31 | 0 | roles/GR360RY.kodi-client | 7,821 | [
"no_license"
] | [
{
"path": "roles/GR360RY.kodi-client/tasks/main.yml",
"content": "---\n# tasks file for kodi-client\n\n- name: Add Kodi repository\n apt_repository: repo={{ kodi_repo }} state=present update_cache=yes\n\n- name: Make sure Kodi is installed\n apt: name='kodi' update_cache=yes cache_valid_time=3600\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | evgenyshulman/my-ansible | 966b661ba3a2afd0beea9fa31c5c2715d7ca6b31 | 0 | roles/dotfiles | 7,821 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/localenv.yml",
"content": "\n\n - name: Create localenv\n file: path=\"{{localenv_file}}\" state=touch\n\n - name: jenv init\n action: lineinfile dest=\"{{localenv_file}}\" line=\"eval \\\"$(jenv init -)\\\"\"\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1398,
"all_permissive": false
} |
ansible_role | evgenyshulman/my-ansible | 966b661ba3a2afd0beea9fa31c5c2715d7ca6b31 | 0 | roles/htpc-user | 7,821 | [
"no_license"
] | [
{
"path": "roles/htpc-user/vars/main.yml",
"content": "---\n# vars file for htpc-user\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/htpc-user/handlers/main.yml",
"content": "---\n# handlers file for htpc-user\n\n- name: restart lightd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1631,
"all_permissive": false
} |
ansible_role | kritika14092001/ansible-roles | 5813b57ba5ddb4cf1004a214679942d7ba25b038 | 0 | roles/myapache | 7,813 | [
"no_license"
] | [
{
"path": "roles/myapache/tasks/main.yml",
"content": "- name: \"installing httpd\"\n package:\n name: \"httpd\"\n state: present\n\n- name: \"creating web page\"\n copy:\n content: \" Hi this is {{ ansible_facts['hostname'] }} using roles\"\n dest: \"/var/www/html/inde... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | kritika14092001/ansible-roles | 5813b57ba5ddb4cf1004a214679942d7ba25b038 | 0 | roles/myloadbalancer | 7,813 | [
"no_license"
] | [
{
"path": "roles/myloadbalancer/tasks/main.yml",
"content": "- name: \"installing haproxy\"\n package: \n name: \"haproxy\"\n state: present\n\n- name: \"configuring haproxy\"\n template:\n src: \"haproxy.cfg\"\n dest: \"/etc/haproxy/haproxy.cfg\"\n\n- name: \"starting hapr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | llanesa97/ansible-nginx-lab | e17f0058418d6797ac00cef49260ab030bfbb7ea | 0 | roles/deploy-nginx | 7,813 | [
"no_license"
] | [
{
"path": "roles/deploy-nginx/tasks/main.yml",
"content": "---\n- name: Deploy NGINX with custom HTML\n community.docker.docker_container:\n name: nginx\n image: nginx:latest\n state: started\n restart_policy: always\n ports:\n - \"8080:80\"\n volumes:\n - \"{{ playbook_dir }}/f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | petergtechnologent/ansible-morpheus | 67f91e787b2c191a7e2cf3cc5936650fd1ac8320 | 0 | roles/tzf-tomcat-install | 7,813 | [
"no_license"
] | [
{
"path": "roles/tzf-tomcat-install/defaults/main.yml",
"content": "---\n\nlocal_temp_dir: \"/tmp\"\ntarget_temp_dir: \"C:\\\\Temp\"\ntomcat_home: \"C:\\\\Temp\\\\apache-tomcat-{{ tomcat_latest_version }}\"\ntomcat_major_version: \"9\"\ntomcat_package_name: \"apache-tomcat-{{ tomcat_latest_version }}-window... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5383,
"all_permissive": false
} |
ansible_role | mani0070/ansible | e5522e70d2ddc9ff0e5ab8fc82778f4287a4e480 | 0 | roles/destroy | 7,813 | [
"no_license"
] | [
{
"path": "roles/destroy/defaults/main.yml",
"content": "template_output_dir: \"{{ playbook_dir }}/_generated-templates\"\nazure_subscription_id: 9cfdd2bf-eab4-4af6-84e8-39d7d8dd3d75\nazure_resource_region: \"{{ azure_resource_region_base }}\"\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | mani0070/ansible | e5522e70d2ddc9ff0e5ab8fc82778f4287a4e480 | 0 | roles/sampleinfra | 7,813 | [
"no_license"
] | [
{
"path": "roles/sampleinfra/defaults/main.yml",
"content": "template_output_dir: \"{{ playbook_dir }}/_generated-templates\"\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/sampleinfra/tasks/main.yml",
"content": "- name: Create Az... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | matijapul/ci-emulator | 186ba37c02fe680d7a62354a8f890cc635d1b810 | 0 | playbooks/roles/create_project | 7,813 | [
"no_license"
] | [
{
"path": "playbooks/roles/create_project/tasks/main.yaml",
"content": "- name: Check if {{ project }} project exists\n uri:\n url: http://gerrit:8080/projects/{{ project }}\n status_code: 200, 404\n register: project_check\n\n- name: Create {{ project }}\n when: project_check.status==404\n block:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1517,
"all_permissive": false
} |
ansible_role | ThiagoHara/opsTest | 38ddc9a6cbf4b6928b824824d26a74562f7acd5c | 0 | ansible/roles/franklinkim.htpasswd | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/franklinkim.htpasswd/tasks/manage.yml",
"content": "---\n\n- name: Adding htpasswd files\n htpasswd:\n name: \"{{ item.1.name }}\"\n path: \"{{ item.0.path | default(htpasswd_path) ~ '/' ~ item.0.name }}\"\n crypt_scheme: \"{{ item.1.crypt | default(htpasswd_crypt) }}\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6396,
"all_permissive": false
} |
ansible_role | ThiagoHara/opsTest | 38ddc9a6cbf4b6928b824824d26a74562f7acd5c | 0 | ansible/roles/wangsha.docker-cadvisor | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/wangsha.docker-cadvisor/tasks/main.yml",
"content": "- name: Run docker cadvisor container\n become: true\n docker:\n docker_api_version: \"{{ docker_api_version }}\"\n env: \"{{ docker_cadvisor_env }}\"\n expose: \"{{ docker_cadvisor_expose }}\"\n image: \"{{ docker_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 698,
"all_permissive": false
} |
ansible_role | ThiagoHara/opsTest | 38ddc9a6cbf4b6928b824824d26a74562f7acd5c | 0 | ansible/roles/weareinteractive.pm2 | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/weareinteractive.pm2/tasks/install.yml",
"content": "---\n\n- name: Install packages\n npm:\n name: pm2\n global: yes\n version: \"{{ pm2_version | default(omit) }}\"\n\n- name: Installing startup script\n command: \"pm2 startup\"\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6642,
"all_permissive": false
} |
ansible_role | takahia1988/macAnsible | 42b58e925b28ea33d837848b5e088b1ba8fb8e78 | 0 | roles/common | 7,813 | [
"no_license"
] | [
{
"path": "roles/common/tasks/homebrewDepends.yml",
"content": "- name: リポジトリを追加\n homebrew_tap: tap={{ item.name }} state=present\n with_items: homebrew_taps\n when:\n - homebrew_taps is defined\n - homebrew_taps | length > 0\n\n- name: homebrew をアップデート\n homebrew: update_homebrew=yes\n",
"li... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2575,
"all_permissive": false
} |
ansible_role | takahia1988/macAnsible | 42b58e925b28ea33d837848b5e088b1ba8fb8e78 | 0 | roles/mac_setting | 7,813 | [
"no_license"
] | [
{
"path": "roles/mac_setting/vars/brewPackages.yml",
"content": "---\nhomebrew_packages:\n - { name: python }\n - { name: ansible }\n - { name: git }\n - { name: wget }\n - { name: curl }\n - { name: tree }\n - { name: nkf }\n - { name: go }\n - { name: rbenv }\n - { name: ruby-build }\n - { name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | devopsenqineer/ansible | ce24016bd4ea8d89cb161b86f3e74028beebd34b | 0 | ansible/roles/ad_dc_create | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/ad_dc_create/tasks/main.yaml",
"content": " - name: Promote server as a read only domain controller\n\n# Doc: https://docs.ansible.com/ansible/latest/collections/microsoft/ad/domain_controller_module.html\n\n microsoft.ad.domain_controller:\n dns_domain_name: \"{{ AD_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1057,
"all_permissive": false
} |
ansible_role | devopsenqineer/ansible | ce24016bd4ea8d89cb161b86f3e74028beebd34b | 0 | ansible/roles/ad_oubase_create | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/ad_oubase_create/tasks/main.yaml",
"content": "- name: Create Base OU - \"{{ AD_OUBase_Create_mainou }}\"\n\n# Doc: https://docs.ansible.com/ansible/latest/collections/community/windows/win_domain_ou_module.html\n\n community.windows.win_domain_ou:\n name: \"{{ AD_OUBase_Create_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2397,
"all_permissive": false
} |
ansible_role | devopsenqineer/ansible | ce24016bd4ea8d89cb161b86f3e74028beebd34b | 0 | ansible/roles/ad_ouchild_create | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/ad_ouchild_create/tasks/main.yaml",
"content": "- name: Create Child OU - \"{{ servers_child_ou_name }}\"\n\n# Doc: https://docs.ansible.com/ansible/latest/collections/community/windows/win_domain_ou_module.html\n\n community.windows.win_domain_ou:\n name: \"{{ servers_child_ou_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7370,
"all_permissive": false
} |
ansible_role | devopsenqineer/ansible | ce24016bd4ea8d89cb161b86f3e74028beebd34b | 0 | ansible/roles/msps_site_create | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/msps_site_create/tasks/main.yaml",
"content": "- name: Create Site\n\n# Doc: Own create_site module\n\n create_site: \n sitename: \"{{ MSPS_Site_Create_sitename }}\"\n sitesubnet: \"{{ MSPS_Site_Create_sitesubnet }}\"\n firstsite: \"{{ MSPS_Site_Create_firstsite }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | devopsenqineer/ansible | ce24016bd4ea8d89cb161b86f3e74028beebd34b | 0 | ansible/roles/msps_vm_create | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/msps_vm_create/tasks/main.yaml",
"content": "- name: Create VM\n\n# Doc: Own create_vm module\n create_vm: \n vlan_id: \"{{ MSPS_VM_Create_vlan_id }}\"\n vm_name: \"{{ MSPS_VM_Create_vm_name }}\"\n golden_path: \"{{ MSPS_VM_Create_golden_path }}\"\n vm_path: \"{{ MSPS_V... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | devopsenqineer/ansible | ce24016bd4ea8d89cb161b86f3e74028beebd34b | 0 | ansible/roles/win_folders_create | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/win_folders_create/tasks/main.yaml",
"content": "- name: create durectorys\n\n# Doc: https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_file_module.html\n\n win_file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"C:\\\\Production\"\n - \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | alacaba/dev-playbook | 9a41714b02ffa9bf283ac257047d3e28d46bbcc4 | 0 | roles/node | 7,813 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n# node setup\n\n- name: Pull nvm\n shell: curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash\n\n- name: Install latest npm\n shell: source ~/.nvm/nvm.sh && nvm install --lts\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | alacaba/dev-playbook | 9a41714b02ffa9bf283ac257047d3e28d46bbcc4 | 0 | roles/postgresql | 7,813 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n# configure and install postgresql\n\n- name: Install postgres11 rpm from source\n become: true\n dnf:\n name: \"https://download.postgresql.org/pub/repos/yum/11/fedora/fedora-29-x86_64/pgdg-fedora11-11-2.noarch.rpm\"\n state: present\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | alacaba/dev-playbook | 9a41714b02ffa9bf283ac257047d3e28d46bbcc4 | 0 | roles/ruby | 7,813 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n# Ruby / Rails setup\n\n- name: Check if rbenv is installed\n stat:\n path: ~/.rbenv\n register: rbenv_path\n\n- name: Check if ruby is installed\n stat:\n path: ~/.rbenv/shims/ruby\n register: ruby_installed\n\n- name: Pull rbenv\n git:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | alacaba/dev-playbook | 9a41714b02ffa9bf283ac257047d3e28d46bbcc4 | 0 | roles/rust | 7,813 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "---\n# rust setup\n\n- name: check rustup installation\n stat:\n path: ~/.cargo/bin/rustup\n register: rustup_installed\n\n- name: Rustup\n shell: curl https://sh.rustup.rs -sSf | sh -s -- -y\n when: not rustup_installed.stat.exists\n\n- name: Rustup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | alacaba/dev-playbook | 9a41714b02ffa9bf283ac257047d3e28d46bbcc4 | 0 | roles/system | 7,813 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "---\n# installs dev dependencies\n\n- name: RPM fusion repositories\n dnf:\n name:\n - https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-29.noarch.rpm\n - https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-rele... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | alacaba/dev-playbook | 9a41714b02ffa9bf283ac257047d3e28d46bbcc4 | 0 | roles/urxvt | 7,813 | [
"no_license"
] | [
{
"path": "roles/urxvt/tasks/main.yml",
"content": "---\n# vim, tmux, fish setup\n\n- name: Install fisherman\n shell: curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish\n\n- name: Pull dotfiles\n git:\n repo: \"{{ dotfiles }}\"\n dest: ~/dotfiles\n\n- name: Install d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | themalikyusuf/ansible-aws-config | c31a42c962a5e31a453e8f9b2517e10c1e5a11db | 0 | roles/ami | 7,813 | [
"no_license"
] | [
{
"path": "roles/ami/tasks/main.yml",
"content": "---\n- name: Check if an AMI with the same name as the ami_name variable already exists\n command: bash -c \"aws ec2 describe-images --filters Name=name,Values={{ ami_name }} --query 'Images[*].{ID:ImageId}' | grep ami\"\n register: ami_created\n ignore_e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | themalikyusuf/ansible-aws-config | c31a42c962a5e31a453e8f9b2517e10c1e5a11db | 0 | roles/cloudformation | 7,813 | [
"no_license"
] | [
{
"path": "roles/cloudformation/templates/cloudformation.json.j2",
"content": "{\n \"AWSTemplateFormatVersion\": \"2010-09-09\",\n \"Description\": \"Configuring AWS Infrastructure With CloudFormation\",\n\n \"Resources\": {\n\n \"S3Bucket\": {\n \"Type\": \"AWS::S3::Bucket\",\n \"Properties... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 19925,
"all_permissive": false
} |
ansible_role | themalikyusuf/ansible-aws-config | c31a42c962a5e31a453e8f9b2517e10c1e5a11db | 0 | roles/s3 | 7,813 | [
"no_license"
] | [
{
"path": "roles/s3/tasks/main.yml",
"content": "---\n- name: Check if data has been uploaded to S3 bucket\n command: bash -c \"aws s3 ls s3://{{ bucket_name }} | grep {{ item }}\"\n with_items:\n - index.html\n - error.html\n register: data_uploaded\n ignore_errors: True\n tags:\n - s3_upload... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | themalikyusuf/ansible-aws-config | c31a42c962a5e31a453e8f9b2517e10c1e5a11db | 0 | roles/setup | 7,813 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: Check if Boto is installed\n command: bash -c \"pip list | grep 'boto '\"\n register: boto_installed\n ignore_errors: True\n tags:\n - boto\n\n- name: Install Boto if its uninstalled\n pip: name=boto state=latest\n when: boto_installe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1128,
"all_permissive": false
} |
ansible_role | mboytchev/DevOps | 6b2d262f575cf74ccba9d194a05ce80dd3a22d5e | 0 | ansible/roles/backend_API | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/backend_API/defaults/main.yml",
"content": "---\n# defaults file for roles/backend_API\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "ansible/roles/backend_API/tests/test.yml",
"content": "---\n- hosts: localhost\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | mboytchev/DevOps | 6b2d262f575cf74ccba9d194a05ce80dd3a22d5e | 0 | ansible/roles/database | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n- name: Launch PostgreSQL container\n docker_container:\n name: my-postgres\n image: mboytchev/devops-database\n env:\n POSTGRES_USER: usr\n POSTGRES_PASSWORD: pwd\n POSTGRES_DB: db\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | mboytchev/DevOps | 6b2d262f575cf74ccba9d194a05ce80dd3a22d5e | 0 | ansible/roles/network | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n# tasks file for roles/network\n- name: Create a network\n docker_network:\n name: app-network\n vars:\n ansible_python_interpreter: /usr/bin/python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | mboytchev/DevOps | 6b2d262f575cf74ccba9d194a05ce80dd3a22d5e | 0 | ansible/roles/proxy | 7,813 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/proxy\n- name: Launch HTTP Server container\n docker_container:\n name: server\n image: mboytchev/devops-httpd\n ports:\n - \"80:80\"\n networks:\n - name: app-network\n state: started\n vars:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | hchicha11/devops | d1f957f19a934416cf079d74ce35a81b61ee2131 | 0 | roles/nginx | 7,813 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n yum: \n name: nginx\n state: present\n update_cache: yes\n \n \n\n- name: start nginx\n service:\n name: nginx\n state: started\n become: yes\n\n- name: index\n template:\n src: index.html.j2\n dest: /us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | kim6515516/ansible2 | 29c1b7147f8d11ff743afc2413d9c21c86169dc5 | 0 | roles/codedeploy | 7,813 | [
"no_license"
] | [
{
"path": "roles/codedeploy/tasks/main.yml",
"content": "---\n# tasks file for codedeploy\n- name: Installs aws cd agent\n aws_codedeploy:\n enabled: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | kim6515516/ansible2 | 29c1b7147f8d11ff743afc2413d9c21c86169dc5 | 0 | roles/helloworld | 7,813 | [
"no_license"
] | [
{
"path": "roles/helloworld/tasks/main.yml",
"content": "---\n# tasks file for helloworld\n- name: Copy files\n copy:\n src: helloworld.js\n dest: /home/ec2-user/\n owner: ec2-user\n group: ec2-user\n mode: 0644\n notify: restart helloworld\n\n- name: copy upstart file\n copy:\n src: hellowor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | kim6515516/ansible2 | 29c1b7147f8d11ff743afc2413d9c21c86169dc5 | 0 | roles/nodejs | 7,813 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n# tasks file for nodejs\n- name: install node and npm\n yum:\n name: \"{{ item }}\"\n enablerepo: epel\n state: installed\n with_items:\n - nodejs\n - npm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | Guisal/Projecto-K8S-Cluster | 495d40becbae7e580ce6ca0c36115d1f3eb7e7cd | 0 | deploy-app-v2/roles/deploy-app-v2 | 7,813 | [
"no_license"
] | [
{
"path": "deploy-app-v2/roles/deploy-app-v2/tasks/deploy-app-v2.yml",
"content": "- name: Instalando o pip\n apt:\n name: \n - python-pip\n state: present\n \n- name: Atualiza o pip\n shell: pip install --upgrade pip\n\n- name: Instalando dependencias do modulo do k8s v2\n shell: pip install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | Guisal/Projecto-K8S-Cluster | 495d40becbae7e580ce6ca0c36115d1f3eb7e7cd | 0 | provisioning/roles/criando-instancias | 7,813 | [
"no_license"
] | [
{
"path": "provisioning/roles/criando-instancias/tasks/provisioning.yml",
"content": "---\n- name: criando sec group\n local_action:\n module: ec2_group\n name: \"{{ sec_group_name }}\"\n description: sg giropops\n profile: \"{{ profile }}\"\n region: \"{{ region }}\"\n rules:\n - prot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3873,
"all_permissive": false
} |
ansible_role | lekien9537/Ansible-MySQL-Cluster-Load-Balancing | 7d7713178a88edda570b76346f20248359a47ce9 | 0 | roles/data | 7,813 | [
"no_license"
] | [
{
"path": "roles/data/templates/my.cnf.j2",
"content": "[mysqld]\nndbcluster # run NDB storage engine\n\n[mysql_cluster]\nndb-connectstring={{ groups['ManagementNodes'] | join(\",\") }}\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/dat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2446,
"all_permissive": false
} |
ansible_role | lekien9537/Ansible-MySQL-Cluster-Load-Balancing | 7d7713178a88edda570b76346f20248359a47ce9 | 0 | roles/haproxy | 7,813 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg.j2",
"content": "frontend Local_Server\n bind *:{{ expose_port }}\n mode tcp\n option tcplog\n default_backend MySQL_Cluster\n\nbackend static\n balance leastconn\n server static {{ vip }}:{{ expose_port }}\n\nbackend MySQL_Cluster\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | lekien9537/Ansible-MySQL-Cluster-Load-Balancing | 7d7713178a88edda570b76346f20248359a47ce9 | 0 | roles/keepalived | 7,813 | [
"no_license"
] | [
{
"path": "roles/keepalived/vars/keepalived_backup.yml",
"content": "priority: 98\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13
},
{
"path": "roles/keepalived/tasks/main.yml",
"content": "---\n- name: Install keepalived package \n apt:\n name: keepal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | lekien9537/Ansible-MySQL-Cluster-Load-Balancing | 7d7713178a88edda570b76346f20248359a47ce9 | 0 | roles/management | 7,813 | [
"no_license"
] | [
{
"path": "roles/management/vars/main.yml",
"content": "---\n# For config\n\n\n# [tcp default]\n\n#SendBufferMemory: 2M\n#ReceiveBufferMemory: 2M\n\n# Increasing the sizes of these 2 buffers beyond the default values\n# helps prevent bottlenecks due to slow disk I/O.\n\n\n# [ndb_mgmd default]\n\nmanagement_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7592,
"all_permissive": false
} |
ansible_role | lekien9537/Ansible-MySQL-Cluster-Load-Balancing | 7d7713178a88edda570b76346f20248359a47ce9 | 0 | roles/sql | 7,813 | [
"no_license"
] | [
{
"path": "roles/sql/vars/main.yml",
"content": "root_pass: <PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "roles/sql/defaults/main.yml",
"content": "dependency_packages:\n- libaio1 \n- libmecab2",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6605,
"all_permissive": false
} |
ansible_role | NethunRanasinghe/MyAnsibleLibrary | 5b7145a8d084a708189dd840c578faeba64fa488 | 0 | Practice/roles/testrole1 | 7,810 | [
"no_license"
] | [
{
"path": "Practice/roles/testrole1/defaults/main.yml",
"content": "---\n# defaults file for testtole1\nmyvar: THIS IS THE DEFAULT FROM DEFAULTS!\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "Practice/roles/testrole1/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | jeezber/Operating-Automation-Showcase | 0a6dcae8b5bbb28c8a2c86f21a0e67404c40d14d | 1 | Operating-Automation-Showcase/showcase/roles/chk_pg | 7,810 | [
"no_license"
] | [
{
"path": "Operating-Automation-Showcase/showcase/roles/chk_pg/tasks/main.yml",
"content": " - name: copy chk_pg_cpy\n copy:\n src: ~/Operating-Automation-Showcase/Operating-Automation-Showcase/showcase/chk_pg_cpy/main.yml\n dest: /home/ansible/roles/chk_pg/tasks\n\n - name: copy script\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | jeezber/Operating-Automation-Showcase | 0a6dcae8b5bbb28c8a2c86f21a0e67404c40d14d | 1 | Operating-Automation-Showcase/showcase/roles/cpy | 7,810 | [
"no_license"
] | [
{
"path": "Operating-Automation-Showcase/showcase/roles/cpy/tasks/main.yml",
"content": " - name: Ansible copy file to remote server\n copy:\n src: ~/Operating-Automation-Showcase/Operating-Automation-Showcase/showcase/startprogres.yml\n dest: /home/ansible\n \n - name: Copy host file\n te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | jeezber/Operating-Automation-Showcase | 0a6dcae8b5bbb28c8a2c86f21a0e67404c40d14d | 1 | Operating-Automation-Showcase/showcase/roles/dir | 7,810 | [
"no_license"
] | [
{
"path": "Operating-Automation-Showcase/showcase/roles/dir/tasks/main.yml",
"content": "- name: Creates directory\n file:\n path: /home/ansible/roles\n state: directory\n\n- name: Creates directory\n file:\n path: /home/ansible/roles/chk_pg\n state: directory\n\n- name: Creates directory\n f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | minnsoe/dotfiles-prov | db37126e7b29c1dddc66dcd8568ede698ac62ff6 | 0 | playbooks/roles/common | 7,810 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: Install pip\n easy_install: name=pip\n\n- name: Ensure pip is on the latest version\n pip: name=pip state=latest\n\n- name: Install python packages using pip\n pip: name={{ item }} state=latest\n with_items:\n # Development\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | minnsoe/dotfiles-prov | db37126e7b29c1dddc66dcd8568ede698ac62ff6 | 0 | playbooks/roles/macos-apps | 7,810 | [
"no_license"
] | [
{
"path": "playbooks/roles/macos-apps/tasks/main.yml",
"content": "---\n- name: Check if xcode command line tools present\n shell: xcodebuild --help\n register: xcodebuild_exec\n ignore_errors: yes\n\n- name: Install xcode\n shell: xcode-select --install\n when: xcodebuild_exec.rc != 0 and '/Library/De... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2100,
"all_permissive": false
} |
ansible_role | rafadc/busgijon | 823e9e7aa3f93c9448df0d9d7ee89e47a61901bd | 0 | ansible/roles/common | 7,810 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Create application's group\n remote_user: deploy\n group: name=busgijon\n\n- name: Create application's user\n remote_user: deploy\n user: name=busgijon group=busgijon groups=\"sudo\" shell=/bin/bash generate_ssh_key=yes ssh_key_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | rafadc/busgijon | 823e9e7aa3f93c9448df0d9d7ee89e47a61901bd | 0 | ansible/roles/elixir | 7,810 | [
"no_license"
] | [
{
"path": "ansible/roles/elixir/tasks/main.yml",
"content": "---\n- name: Add erlang solutions key\n apt_key: url=http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc state=present\n\n- name: Add erlang solutions repo\n apt_repository: repo='deb http://packages.erlang-solutions.com/ubuntu trus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | rafadc/busgijon | 823e9e7aa3f93c9448df0d9d7ee89e47a61901bd | 0 | ansible/roles/nginx | 7,810 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install basic dependencies\n apt: name={{item}} update_cache=yes\n with_items:\n - nginx\n\n- name: Add nginx site configuration\n template: src=nginx_site dest=/etc/nginx/sites-available/busgijon.cyg.us owner=root group=root mode=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | alokhom/ansible-role-xenial-jdk9 | a46754af1471010b072dafc934dc72664cfe1e11 | 0 | roles/alokhom.j | 7,810 | [
"no_license"
] | [
{
"path": "roles/alokhom.j/tests/requirements.txt",
"content": "ansiblebit.launchpad-ppa-webupd8\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/alokhom.j/tasks/main.yml",
"content": "---\n# file: oracle-java/tasks/main.yml\n#\n# task... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2534,
"all_permissive": false
} |
ansible_role | baderfahoum17/Intro-To-Ansible | fcef617b13d4bc874452a600dfd02758b2c2d939 | 0 | using-roles/roles/flask_web | 7,810 | [
"no_license"
] | [
{
"path": "using-roles/roles/flask_web/tasks/main.yml",
"content": "---\n# install and Configure Web Server\n- name: Instal Python Flask depenecy\n pip:\n name: \"{{item}}\"\n state: present\n with_items:\n - flask\n - flask-mysql\n\n- name: Copy source code\n copy: src=app.py dest=/opt/app.p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | baderfahoum17/Intro-To-Ansible | fcef617b13d4bc874452a600dfd02758b2c2d939 | 0 | using-roles/roles/python | 7,810 | [
"no_license"
] | [
{
"path": "using-roles/roles/python/tasks/main.yml",
"content": "# Install all required dependencies\n- name: install all rquired depencies\n apt: name={{ item }} state=present\n with_items:\n - python\n - python-setuptools\n - python-dev\n - build-essential\n - python-pip\n - python-mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | freerobby/swarm_builder | e328bec091f150f4709786c49c7b27e86777afd2 | 1 | roles/avinetworks.docker | 7,810 | [
"no_license"
] | [
{
"path": "roles/avinetworks.docker/vars/OpenSUSE.yml",
"content": "# OpenSUSE vars file for avinetworks.docker\n\ndocker_package_directory: \"opensuse\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/avinetworks.docker/vars/RedHat.yml",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6676,
"all_permissive": false
} |
ansible_role | freerobby/swarm_builder | e328bec091f150f4709786c49c7b27e86777afd2 | 1 | roles/swarm_frontend_container | 7,810 | [
"no_license"
] | [
{
"path": "roles/swarm_frontend_container/templates/Dockerfile.j2",
"content": "{% if ansible_machine == \"x86_64\" -%}\n FROM debian:jessie\n{% elif ansible_machine == \"armv7l\" -%}\n FROM resin/rpi-raspbian:jessie-20160831\n{% else -%}\n # No docker base available for architecture: {{ansible_machine}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2210,
"all_permissive": false
} |
ansible_role | freerobby/swarm_builder | e328bec091f150f4709786c49c7b27e86777afd2 | 1 | roles/xapplication_container | 7,810 | [
"no_license"
] | [
{
"path": "roles/xapplication_container/defaults/main.yml",
"content": "---\nservice_name: xapp\ngui_width: 800\ngui_height: 600\nbuild_packages: []\nrun_packages: []\nstage_files: []\npublic_vnc_port: 5900\npublic_websockify_port: 6080\nxdisplay: 0\nexecutable: xapp\nrestart_policy: unless-stopped\ncontain... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3193,
"all_permissive": false
} |
ansible_role | genie9/elk-stack-ansible-setup | cf2a69a62b359ad8670d76cc3f3726cdb557420d | 1 | roles/elasticsearch | 7,810 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/elasticsearch-Debian-version-lock.yml",
"content": "---\n- name: Debian - hold elasticsearch version\n become: yes\n command: \"apt-mark hold {{ es_package_name }}\"\n register: hold_elasticsearch_result\n changed_when: \"hold_elasticsearch_result.stdout != '{{ es_pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3067,
"all_permissive": false
} |
ansible_role | genie9/elk-stack-ansible-setup | cf2a69a62b359ad8670d76cc3f3726cdb557420d | 1 | roles/filebeat | 7,810 | [
"no_license"
] | [
{
"path": "roles/filebeat/defaults/main.yml",
"content": "---\nfilebeat_version: 6.x\nfilebeat_create_config: true\n\nfilebeat_inputs:\n - type: log\n tags: [\"json\"]\n fields: {\"log_type\": \"apilogs\"}\n paths:\n - \"{{ log_path }}\"\n\nfilebeat_output_elasticsearch_enabled: false\nfilebe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1720,
"all_permissive": false
} |
ansible_role | genie9/elk-stack-ansible-setup | cf2a69a62b359ad8670d76cc3f3726cdb557420d | 1 | roles/kibana | 7,810 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Install Kibana.\n package:\n name: \"{{ kibana_package }}\"\n state: \"{{ kibana_package_state ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1220,
"all_permissive": false
} |
ansible_role | genie9/elk-stack-ansible-setup | cf2a69a62b359ad8670d76cc3f3726cdb557420d | 1 | roles/logstash | 7,810 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/config.yml",
"content": "---\n- name: Stop elasticsearch\n become: true\n service:\n name: elasticsearch\n state: stopped\n enabled: true\n\n- name: Create Logstash configuration files.\n template:\n src: \"{{ item }}.j2\"\n dest: \"/etc/logstash/conf.d/{{ i... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4010,
"all_permissive": false
} |
ansible_role | DenisM6131/ansible | f18088fcb65b0439e1f263c9af9f290d06a3d1e1 | 0 | d2hw/roles/install_vhost | 7,810 | [
"no_license"
] | [
{
"path": "d2hw/roles/install_vhost/defaults/main.yml",
"content": "---\n# defaults file for install_vhost\nvhost_path: \"/var/www/{{ ansible_domain }}/public_html\"\nconf_path: \"/etc/httpd/conf.d\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1308,
"all_permissive": false
} |
ansible_role | pixel-hawk/ansible-templates | 3852d4e1ff19554411343227e77bad2349d60fea | 0 | playbook/roles/game_backup | 7,810 | [
"no_license"
] | [
{
"path": "playbook/roles/game_backup/vars/main.yml",
"content": "---\n# vars file for game_backup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "playbook/roles/game_backup/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | 4linux/801 | 70339fa522cab3fc78af8414c409e13e59bcae77 | 2 | Ansible/roles/Instalation | 7,810 | [
"no_license"
] | [
{
"path": "Ansible/roles/Instalation/defaults/main.yml",
"content": "---\n\ngrupo: vagrant\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "Ansible/roles/Instalation/tasks/main.yml",
"content": "---\n\n- name: cria chaves do root\n user:\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2122,
"all_permissive": false
} |
ansible_role | gfaugere/ansible-workstation | c428f5c6344dc079fa19fd5d56cdbc0d989438cc | 0 | roles/git | 7,823 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: Check/generates a gpg key\n block:\n - name: Check if gpg key exists\n ansible.builtin.shell: gpg --list-secret-keys --keyid-format LONG {{ git.email }} | grep --only-matching --extended-regexp '[A-Z0-9]{40}'\n register: gpg_key_id\n faile... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1228,
"all_permissive": false
} |
ansible_role | gfaugere/ansible-workstation | c428f5c6344dc079fa19fd5d56cdbc0d989438cc | 0 | roles/gnome | 7,823 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/set_terminal_shortcuts.yml",
"content": "- name: Set terminal shortcuts\n block:\n - name: Check if binding is already correct\n ansible.builtin.command: gsettings get org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ {{ item.key }}\n register... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1979,
"all_permissive": false
} |
ansible_role | gfaugere/ansible-workstation | c428f5c6344dc079fa19fd5d56cdbc0d989438cc | 0 | roles/goggalaxy | 7,823 | [
"no_license"
] | [
{
"path": "roles/goggalaxy/tasks/main.yml",
"content": "- name: Install minigalaxy client for GOG\n become: yes\n package:\n name: minigalaxy\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 | gfaugere/ansible-workstation | c428f5c6344dc079fa19fd5d56cdbc0d989438cc | 0 | roles/misc_packages | 7,823 | [
"no_license"
] | [
{
"path": "roles/misc_packages/tasks/main.yml",
"content": "- name: Install common packages\n become: yes\n package:\n name:\n - ripgrep\n - bat\n - htop\n - tree\n - ansible-lint\n - bash-completion\n - rpi-imager\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.