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 | codepainter/dotfiles-v2 | 1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac | 0 | roles/nushell | 4,897 | [
"no_license"
] | [
{
"path": "roles/nushell/tasks/ubuntu.yml",
"content": "---\n- name: \"nushell | Ensure nushell is installed\"\n homebrew:\n name: \"{{ item }}\"\n state: present\n loop:\n - nushell\n - starship\n tags:\n - nushell\n\n- name: \"nushell | Install configs\"\n copy:\n src: \"files/{{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | codepainter/dotfiles-v2 | 1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac | 0 | roles/nvm | 4,897 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/ubuntu.yml",
"content": "- name: \"NVM | Ensure NVM is installed\"\n shell: command -v nvm\n register: nvm_installed\n tags:\n - nvm\n - nvm_install\n\n- name: \"NVM | Install NVM\"\n shell: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | codepainter/dotfiles-v2 | 1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac | 0 | roles/omf | 4,897 | [
"no_license"
] | [
{
"path": "roles/omf/tasks/ubuntu.yml",
"content": "# Oh My Fish\n- name: \"OMF | Check if oh-my-fish is installed\"\n stat:\n path: \"~/omf.installed\"\n register: omf\n tags:\n - fish\n - omf\n - omf_install\n\n- name: \"OMF | Clone oh-my-fish repo\"\n git:\n repo: \"https://github.com/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1727,
"all_permissive": false
} |
ansible_role | codepainter/dotfiles-v2 | 1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac | 0 | roles/python | 4,897 | [
"no_license"
] | [
{
"path": "roles/python/tasks/macos.yml",
"content": "--- \n- name: \"Python | Ensure Homebrew packages\"\n homebrew:\n name: \"{{ item }}\"\n state: present\n loop:\n - python\n - poetry\n tags:\n - python\n\n- name: \"Python | Pip Packages\"\n pip:\n name: \"{{ item }}\"\n state: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | codepainter/dotfiles-v2 | 1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac | 0 | roles/ssh | 4,897 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/ubuntu.yml",
"content": "---\n- name: \"SSH | Copy Work SSH keys\"\n copy:\n dest: \"{{ ansible_user_dir }}/.ssh/{{ ssh_key_item.key }}\"\n content: \"{{ ssh_key_item.value }}\"\n mode: 0600\n no_log: true\n loop_control:\n loop_var: ssh_key_item\n with_items: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | codepainter/dotfiles-v2 | 1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac | 0 | roles/system | 4,897 | [
"no_license"
] | [
{
"path": "roles/system/tasks/ubuntu.yml",
"content": "---\n# - name: \"System | Update Homebrew\"\n# community.general.homebrew:\n# update_homebrew: true\n# tags:\n# - always\n# - homebrew\n# - homebrew_update\n\n- name: \"System | Install Homebrew Packages\"\n community.general.homebr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | codepainter/dotfiles-v2 | 1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac | 0 | roles/tmux | 4,897 | [
"no_license"
] | [
{
"path": "roles/tmux/files/tmux.conf",
"content": "set-option -sa terminal-overrides ',xterm*:Tc'\nset -g status-position top\nset -g mouse on\n\n# Set the prefix to Ctrl-Space\nunbind C-b\nset -g prefix C-Space\nbind C-Space send-prefix\n\n# Split window horizontally\nunbind %\nbind | split-window -h\n# S... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5252,
"all_permissive": false
} |
ansible_role | codepainter/dotfiles-v2 | 1c3ce6e673f09c98cbf9e7eff8badb1d7fc1ebac | 0 | roles/zoxide | 4,897 | [
"no_license"
] | [
{
"path": "roles/zoxide/tasks/macos.yml",
"content": "---\n- name: \"zoxide | Ensure zoxide is installed\"\n homebrew:\n name: zoxide\n state: present\n tags:\n - zoxide\n\n- name: \"zoxide | Install zoxide fish plugin\"\n shell: \"fish -c 'fisher install kidonng/zoxide.fish'\"\n tags:\n - z... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/devhost | 4,897 | [
"no_license"
] | [
{
"path": "roles/devhost/vars/main.yml",
"content": "---\n# vars file for devhost\nsupported_platforms:\n - RedHat\n\n#########################################################\n# MAVEN-RELATED VARIABLES #\n#########################################################\n\n# path for... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3235,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/disable-iptables | 4,897 | [
"no_license"
] | [
{
"path": "roles/disable-iptables/defaults/main.yml",
"content": "---\n# defaults file for disable-iptables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/disable-iptables/handlers/main.yml",
"content": "---\n# handlers file for disabl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/disable_swappiness | 4,897 | [
"no_license"
] | [
{
"path": "roles/disable_swappiness/vars/main.yml",
"content": "---\n# vars file for disable-swappiness\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/disable_swappiness/tasks/main.yml",
"content": "---\n# tasks file for disable-swappi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/hadoop-swift | 4,897 | [
"no_license"
] | [
{
"path": "roles/hadoop-swift/tasks/main.yml",
"content": "---\n- name: Copy library\n copy: src=../files/hadoop-openstack-2.6.0-cdh5.4.4.jar dest=/opt/cloudera/parcels/CDH/lib/hadoop/hadoop-openstack.jar owner=root group=root mode=0644\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/install-sparkR | 4,897 | [
"no_license"
] | [
{
"path": "roles/install-sparkR/vars/main.yml",
"content": "---\n# vars file for install-sparkR\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/install-sparkR/defaults/main.yml",
"content": "---\n# defaults file for install-sparkR\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2005,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/setup-java | 4,897 | [
"no_license"
] | [
{
"path": "roles/setup-java/files/java.sh",
"content": "export JAVA_HOME=/usr/java/jdk\nexport PATH=$PATH:$JAVA_HOME/bin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/setup-java/tasks/main.yml",
"content": "---\n# tasks file for setup... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1230,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/synchronize-clocks | 4,897 | [
"no_license"
] | [
{
"path": "roles/synchronize-clocks/vars/main.yml",
"content": "---\n# vars file for synchronize-clocks\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/synchronize-clocks/handlers/main.yml",
"content": "---\n# handlers file for synchron... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/transparent_hugepage | 4,897 | [
"no_license"
] | [
{
"path": "roles/transparent_hugepage/tasks/main.yml",
"content": "---\n - name: Turn off redhat transparent hugepage runtime\n shell: echo never > /sys/kernel/mm/redhat_transparent_hugepage/defrag\n# when: ansible_distribution == \"RedHat\"\n\n - name: Turn off redhat transparent hugepage permanen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | elisska/cdh-roles | 46934392d4927a85ab71092fe98d2a9567bca3ce | 0 | roles/update-hosts | 4,897 | [
"no_license"
] | [
{
"path": "roles/update-hosts/vars/main.yml",
"content": "---\n# vars file for update-hosts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/update-hosts/defaults/main.yml",
"content": "---\n# defaults file for update-hosts\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2417,
"all_permissive": false
} |
ansible_role | itblaked/ansible-general-collection | 68ca34b32215f67fc53e04eedd354f8ddb884e1c | 0 | roles/os_version_check | 4,897 | [
"no_license"
] | [
{
"path": "roles/os_version_check/vars/main.yml",
"content": "---\n# vars file for os_version_check\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/os_version_check/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | berkbal/Bacula-Backup-Environment-with-Ansible | 633ebfb9ca4476c55c5f869dbc086ffc090ce577 | 0 | playbooks/roles/bacula_clients | 4,897 | [
"no_license"
] | [
{
"path": "playbooks/roles/bacula_clients/handlers/main.yml",
"content": "- name: Restart Bacula File Daemon\n service:\n name: bacula-fd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "playbooks/roles/bacula_clients/tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | berkbal/Bacula-Backup-Environment-with-Ansible | 633ebfb9ca4476c55c5f869dbc086ffc090ce577 | 0 | playbooks/roles/bacula_director | 4,897 | [
"no_license"
] | [
{
"path": "playbooks/roles/bacula_director/templates/bacula-dir.conf.j2",
"content": "Director {\n Name = bacula-dir\n DIRport = 9101\n QueryFile = \"/etc/bacula/scripts/query.sql\"\n WorkingDirectory = \"/var/lib/bacula\"\n PidDirectory = \"/var/run/bacula\"\n Maximum Concurrent Jobs = 10\n Password... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | berkbal/Bacula-Backup-Environment-with-Ansible | 633ebfb9ca4476c55c5f869dbc086ffc090ce577 | 0 | playbooks/roles/bacula_storage | 4,897 | [
"no_license"
] | [
{
"path": "playbooks/roles/bacula_storage/tasks/main.yml",
"content": "---\n\n- name: \"Install Bacula Storage\" \n ansible.builtin.import_tasks: 00_install_bacula_storage.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "playbooks/roles/ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | redhat-nfvpe/tripleo-ffu | 94d888ab3c68f1af3f01e07a2057f1d0762303e7 | 0 | roles/common | 4,897 | [
"no_license"
] | [
{
"path": "roles/common/canary/report/tasks/main.yml",
"content": "- name: Report any jobs that have stopped early\n debug:\n msg: '\"{{ item.key }}\" stopped.'\n when: item.value['finished'] == 1\n with_dict: \"{{ async_jobs }}\"\n\n- name: Gracefully kill all test processes\n shell: \"{{ item }}\"\... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 32,
"total_bytes": 15112,
"all_permissive": false
} |
ansible_role | Onyx-poc/Mlag | 2a22a4f43e0434d5325256102daf2156de56a701 | 0 | Onxy_2_Switch_MLAG/roles/leaf1 | 4,897 | [
"no_license"
] | [
{
"path": "Onxy_2_Switch_MLAG/roles/leaf1/tasks/main.yml",
"content": "---\n\n# This task for coniguring leaf1 switch\n\n- name: configure protocols\n onyx_protocol:\n spanning_tree: disabled\n ip_routing: enabled\n lacp: enabled\n mlag: enabled\n dcb_pfc: enabled\n magp: enabled\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2210,
"all_permissive": false
} |
ansible_role | Onyx-poc/Mlag | 2a22a4f43e0434d5325256102daf2156de56a701 | 0 | Onxy_2_Switch_MLAG/roles/servers | 4,897 | [
"no_license"
] | [
{
"path": "Onxy_2_Switch_MLAG/roles/servers/tasks/main.yml",
"content": "# This task for coniguring hosts\n- name: enable bonding\n shell: modprobe bonding\n\n- name: copy network files\n copy:\n src: inventory/{{inventory_hostname}}/\n dest: /etc/sysconfig/network-scripts/\n\n- name: restart bond0 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | manojvaddi97/Ansible_Projects | 40f824949da0f547b4ddb77082be5c26d295d407 | 0 | roles/prometheus | 4,897 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": " - name: Ensure group prometheus exists\n ansible.builtin.group:\n name: \"{{ groupId }}\"\n state: present\n\n - name: Creating Prometheus System User\n ansible.builtin.user:\n name: \"{{ userId }}\"\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2892,
"all_permissive": false
} |
ansible_role | d3nisko/net-ansible | 6711f238be38c93e3119b49907382fc0d22b9c71 | 0 | roles/dmvpn_hub | 4,897 | [
"no_license"
] | [
{
"path": "roles/dmvpn_hub/tasks/main.yml",
"content": "---\n- name: create dmvpn hub configuration \n template: \n src=hub.j2\n dest=../output/{{ item.hostname }}.conf\n with_items: hub_vars\n delegate_to: 127.0.0.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1036,
"all_permissive": false
} |
ansible_role | d3nisko/net-ansible | 6711f238be38c93e3119b49907382fc0d22b9c71 | 0 | roles/dmvpn_spoke | 4,897 | [
"no_license"
] | [
{
"path": "roles/dmvpn_spoke/templates/spoke.j2",
"content": "crypto isakmp policy {{ item.isakmp_policy }} \n encr aes\n authentication pre-share\n group {{ item.dh_group }}\n!\ncrypto ipsec transform-set {{ item.transform_set }} esp-aes esp-sha-hmac \n mode tunnel\n!\ncrypto ipsec profile {{ item.ipsec_pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1289,
"all_permissive": false
} |
ansible_role | d3nisko/net-ansible | 6711f238be38c93e3119b49907382fc0d22b9c71 | 0 | roles/ios | 4,897 | [
"no_license"
] | [
{
"path": "roles/ios/tasks/main.yml",
"content": "---\n- name: create aggregation router infrastructure access-list\n template:\n src=\"aggr_infra_acl.j2\"\n dest=\"../output/{{ hostname }}.conf\"\n when: (platform == \"ios\" and network_role == \"aggr\")\n with_items: infrastructure_acl \n delega... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | d3nisko/net-ansible | 6711f238be38c93e3119b49907382fc0d22b9c71 | 0 | roles/nx-os | 4,897 | [
"no_license"
] | [
{
"path": "roles/nx-os/templates/aggr_infra_acl.j2",
"content": "ip access-list test-acl \n remark deny spoofing\n{% for src in item.sources %}\n deny {{ src }} any\n{% endfor %}\n remark permit own sources\n{% for prefix in advertised_prefixes %}\n permit {{ prefix }} any\n{% endfor %}\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | freezzze/test_task | 47e80fc244538e7d6fd0fa2aca4e3f12b3ce1de4 | 0 | softether_vpn_api/roles/configure_softether | 4,897 | [
"no_license"
] | [
{
"path": "softether_vpn_api/roles/configure_softether/meta/main.yml",
"content": "dependencies:\n - role: install_softether\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "softether_vpn_api/roles/configure_softether/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | freezzze/test_task | 47e80fc244538e7d6fd0fa2aca4e3f12b3ce1de4 | 0 | softether_vpn_api/roles/install_softether | 4,897 | [
"no_license"
] | [
{
"path": "softether_vpn_api/roles/install_softether/tasks/main.yml",
"content": "---\n- name: Установка зависимостей\n yum:\n name:\n - gcc\n - make\n - git\n state: present\n\n- name: Скачивание SoftEther\n get_url:\n url: \"https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/rel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | thadigus/Turner-Services-Infrastructure | b2cf5d1a520462298444d2ad76f95ce60f5afcb1 | 0 | roles/deploy-turnerans_svc | 4,897 | [
"no_license"
] | [
{
"path": "roles/deploy-turnerans_svc/tasks/main.yml",
"content": "####################################################\n## /roles/deploy-turnerans_svc.yml/tasks/main.yml ##\n####################################################\n#\n# This role is used to deploy the Ansible service account on servers\n# that... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1825,
"all_permissive": false
} |
ansible_role | thadigus/Turner-Services-Infrastructure | b2cf5d1a520462298444d2ad76f95ce60f5afcb1 | 0 | roles/linux-base-config | 4,897 | [
"no_license"
] | [
{
"path": "roles/linux-base-config/tasks/main.yml",
"content": "#############################################\n## /roles/linux-base-config/tasks/main.yml ##\n#############################################\n#\n# Role for all Linux base configuration.\n\n---\n- name: Create turneradmin user\n user:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | thadigus/Turner-Services-Infrastructure | b2cf5d1a520462298444d2ad76f95ce60f5afcb1 | 0 | roles/windows-base-config | 4,897 | [
"no_license"
] | [
{
"path": "roles/windows-base-config/tasks/main.yml",
"content": "###############################################\n## /roles/windows-base-config/tasks/main.yml ##\n###############################################\n#\n# Role for all Windows base configuration.\n\n---\n- name: Create turneradmin User\n win_us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | nasmolin/ansible | 1ebc2798c717e669d47ede383355e31d6256274d | 0 | roles/gitlab-runner_patch | 4,897 | [
"no_license"
] | [
{
"path": "roles/gitlab-runner_patch/handlers/main.yml",
"content": "---\n# handlers file for gitlab-runner_patch\n- name: daemon reload\n become: yes\n command: systemctl daemon-reload\n- name: restart gitlab-runner\n ansible.builtin.service:\n name: gitlab-runner\n state: restarted\n become: yes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1944,
"all_permissive": false
} |
ansible_role | nasmolin/ansible | 1ebc2798c717e669d47ede383355e31d6256274d | 0 | roles/pip_install | 4,897 | [
"no_license"
] | [
{
"path": "roles/pip_install/handlers/main.yml",
"content": "---\n# handlers file for pip_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/pip_install/vars/main.yml",
"content": "---\n# vars file for pip_install\npython_packages:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | nasmolin/ansible | 1ebc2798c717e669d47ede383355e31d6256274d | 0 | roles/server_init | 4,897 | [
"no_license"
] | [
{
"path": "roles/server_init/vars/ue5.yml",
"content": "---\n# vars file for server_init: ue5\nsudo_users:\n - \"ue5\"\nusers: []\npackages: \n - libgbm-dev\n - libasound2\n - tree\n - mc\n - unzip\n - qemu-guest-agent\n - spice-vdagent\n - certbot\n - resolvconf\n - zip",
"license_type": "no... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3465,
"all_permissive": false
} |
ansible_role | nasmolin/ansible | 1ebc2798c717e669d47ede383355e31d6256274d | 0 | roles/ue5_build_from_source | 4,897 | [
"no_license"
] | [
{
"path": "roles/ue5_build_from_source/vars/main.yml",
"content": "---\n# vars file for ue5_build_from_source\nue5_version: 5.3.2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/ue5_build_from_source/tasks/main.yml",
"content": "---\n# ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | magnum31415/ex294v8 | 806b5455632645e40fb2d9f39c59cae43d12167e | 0 | roles/apache | 4,977 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: install pkg\n yum:\n name:\n - \"{{web_pkg}}\"\n - \"{{fw_pkg}}\"\n state: latest\n- name: srv\n service:\n name: \"{{item}}\"\n state: started\n enabled: yes\n loop:\n - \"{{web_svc}}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | magnum31415/ex294v8 | 806b5455632645e40fb2d9f39c59cae43d12167e | 0 | roles/apache.role | 4,977 | [
"no_license"
] | [
{
"path": "roles/apache.role/tasks/main.yml",
"content": "---\n- name: install pkgs\n yum:\n name:\n - httpd\n - firewalld\n state: installed\n- name: svc up\n service:\n name: \"{{ item }}\"\n state: started\n enabled: yes\n loop:\n - httpd\n - firewalld\n- name: fw\n fir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | magnum31415/ex294v8 | 806b5455632645e40fb2d9f39c59cae43d12167e | 0 | roles/custom-apache | 4,977 | [
"no_license"
] | [
{
"path": "roles/custom-apache/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - custom-apache\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/custom-apache/defaults/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | krismess/devops-courses | 3d7b74b3f47155e80bbd9a4fa0c45ebe957a9423 | 0 | lesson9/roles/builder | 4,977 | [
"no_license"
] | [
{
"path": "lesson9/roles/builder/tasks/main.yml",
"content": "---\n# tasks file for builder\n- name: ensure java package is present\n apt:\n name: openjdk-8-jdk\n state: present\n\n- name: ensure project is cloned\n git:\n clone: yes\n repo: https://github.com/boxfuse/boxfuse-sample-java-war-h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | krismess/devops-courses | 3d7b74b3f47155e80bbd9a4fa0c45ebe957a9423 | 0 | lesson9/roles/production | 4,977 | [
"no_license"
] | [
{
"path": "lesson9/roles/production/tasks/main.yml",
"content": "---\n# tasks file for production\n- name: ensure java package is present\n apt:\n name: openjdk-8-jdk\n state: present\n\n- name: ensure tomcat package is present\n apt:\n name: tomcat8\n state: present\n\n- name: Ensure app war... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | hspsh/linuxworkshopspreparation | ae1c78a0d6a5b4d2ca059dd336b5c1aefc1c3aa9 | 0 | roles/add_users | 4,977 | [
"no_license"
] | [
{
"path": "roles/add_users/handlers/main.yml",
"content": "---\n# handlers file for roles/add_users\n\n- name: Restart sshd\n systemd:\n name: sshd\n state: reloaded",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/add_users/tasks/main... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1021,
"all_permissive": false
} |
ansible_role | errordeveloper/kubernetes-ansible-vagrant | 8e5c426a7bbec9ca5564bb87f7ff4eb8503e78fd | 55 | ansible/roles/k8s-base | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-base/tasks/main.yml",
"content": "---\n- name: Ensure SSH Directories\n when: ansible_distribution == 'Ubuntu'\n become: yes\n file:\n path: /home/ubuntu/.ssh\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: 0700\n\n- name: Copy SSH Key Files\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4394,
"all_permissive": false
} |
ansible_role | errordeveloper/kubernetes-ansible-vagrant | 8e5c426a7bbec9ca5564bb87f7ff4eb8503e78fd | 55 | ansible/roles/k8s-master | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master/tasks/main.yml",
"content": "---\n- name: Ensure kubeadm initialization\n become: yes\n command: \"kubeadm init --token=2<PASSWORD> --api-advertise-addresses=192.168.127.12 --skip-preflight-checks=true\"\n tags:\n - k8s\n\n- name: Ensure Network Start Script\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2162,
"all_permissive": false
} |
ansible_role | errordeveloper/kubernetes-ansible-vagrant | 8e5c426a7bbec9ca5564bb87f7ff4eb8503e78fd | 55 | ansible/roles/k8s-worker | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-worker/tasks/main.yml",
"content": "---\n- name: Join Kubernetes Cluster\n become: yes\n command: \"kubeadm join --token=2<PASSWORD> --skip-preflight-checks=true 172.16.17.32\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | lnx1288/home-setup | 4d70968258a5139096824247139f96d0bafccdb1 | 0 | ansible/roles/common | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "- name: Update and upgrade via apt\n apt:\n update_cache: yes\n upgrade: dist\n tags:\n - common\n\n- name: Install extra packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop: \n - \"{{ extra_packages }}\"\n tags:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | lnx1288/home-setup | 4d70968258a5139096824247139f96d0bafccdb1 | 0 | ansible/roles/hypervisor | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/hypervisor/tasks/main.yaml",
"content": "- name: Check host CPU virtualization support\n block:\n - name: Check host CPU required instruction set\n command: \"egrep -c '(vmx|svm)' /proc/cpuinfo\"\n register: cpuinfo_output\n failed_when: cpuinfo_output.stdout == \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1279,
"all_permissive": false
} |
ansible_role | lnx1288/home-setup | 4d70968258a5139096824247139f96d0bafccdb1 | 0 | ansible/roles/kubernetes-common | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-common/tasks/main.yaml",
"content": "---\n- include_tasks: 01-install-cri.yaml\n- include_tasks: 02-k8s-utils.yaml\n- include_tasks: 03-nodes-misc.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "ansible/r... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | lnx1288/home-setup | 4d70968258a5139096824247139f96d0bafccdb1 | 0 | ansible/roles/kubernetes-master | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-master/templates/cluster-conf.yaml.j2",
"content": "---\napiVersion: kubeadm.k8s.io/v1beta2\nkind: InitConfiguration\nlocalAPIEndpoint:\n advertiseAddress: {{ ansible_default_ipv4.address }}\n bindPort: 6443\nnodeRegistration:\n name: \"cluster-master\"\n kubeletExtra... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3445,
"all_permissive": false
} |
ansible_role | lnx1288/home-setup | 4d70968258a5139096824247139f96d0bafccdb1 | 0 | ansible/roles/ssh | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/defaults/main.yaml",
"content": "dest_key: \"{{ lookup('env', 'HOME') }}/.ssh/id_rsa\"\nsrc_key: \"{{ lookup('env', 'HOME') }}/home-setup/ansible/secrets/ssh/id_rsa\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "ans... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | kennedyengineering/ansible-play | 239f2346fd6ce126aefb6d9fb88c0024e9233eba | 0 | roles/bootstrap | 4,977 | [
"no_license"
] | [
{
"path": "roles/bootstrap/README.md",
"content": "Role Name\n=========\n\nCreate the user 'ansible' for future deployment\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\n\nDependencies\n------------\n\n\nExample Playbook\n----------------\n\n\nLicense\n-------\n\n\nAuthor Information\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1441,
"all_permissive": false
} |
ansible_role | kennedyengineering/ansible-play | 239f2346fd6ce126aefb6d9fb88c0024e9233eba | 0 | roles/general_software | 4,977 | [
"no_license"
] | [
{
"path": "roles/general_software/tasks/set_timezone.yml",
"content": "---\n# task file for general_software\n\n# Test machine already set to america/los_angeles, errors when trying to change that\n# \"Failed to set time zone: Connection timed out\"\n\n#- name: Set timezone to America/Los_Angeles\n# timezo... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 6149,
"all_permissive": false
} |
ansible_role | kovasorov/DevOpsCourse | f86f86e40b4a4e6f0e93caef9e622431a22d4e1f | 1 | homework_09/les_09/roles/common | 4,977 | [
"no_license"
] | [
{
"path": "homework_09/les_09/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: install packages\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - tree\n - mc\n - htop\n - ncdu\n - links\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | kovasorov/DevOpsCourse | f86f86e40b4a4e6f0e93caef9e622431a22d4e1f | 1 | homework_09/les_09/roles/security | 4,977 | [
"no_license"
] | [
{
"path": "homework_09/les_09/roles/security/tasks/main.yml",
"content": "---\n# tasks file for security\n- name: copy banner\n copy:\n src: banner\n dest: /etc/ssh/\n\n- name: edit config sshd\n lineinfile:\n dest: /etc/ssh/sshd_config\n line: 'Banner /etc/ssh/banner'\n notify:\n - restar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | kovasorov/DevOpsCourse | f86f86e40b4a4e6f0e93caef9e622431a22d4e1f | 1 | homework_09/les_09/roles/webserver | 4,977 | [
"no_license"
] | [
{
"path": "homework_09/les_09/roles/webserver/defaults/main.yml",
"content": "---\n# defaults file for webserver\ndest_folders: /var/www/html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "homework_09/les_09/roles/webserver/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | zimagi-modules/cluster | 500534f3adf35f39c253023244cc150d6d07e872 | 1 | ansible/roles/mount | 4,977 | [
"permissive"
] | [
{
"path": "ansible/roles/mount/tasks/install.yml",
"content": "- name: install | dependencies\n apt:\n name: \"{{ item }}\"\n state: \"{{ apt_install_state | default('latest') }}\"\n with_items: \"{{ apt_dependencies }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Ap... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1638,
"all_permissive": true
} |
ansible_role | zimagi-modules/cluster | 500534f3adf35f39c253023244cc150d6d07e872 | 1 | ansible/roles/user-environment | 4,977 | [
"permissive"
] | [
{
"path": "ansible/roles/user-environment/tasks/main.yml",
"content": "- include: install.yml\n- include: root.yml\n- include: admin.yml\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 64
},
{
"path": "ansible/roles/user-environment/tasks/... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1892,
"all_permissive": true
} |
ansible_role | OpsStrike/dos14-Labzeev_Timofey-git-flow | 2aa9d28f95c75bbc3d2063af997952880281201e | 0 | roles/bank | 4,977 | [
"no_license"
] | [
{
"path": "roles/bank/tasks/main.yaml",
"content": "- name: Create 'bank' user and add to 'root' group\n user:\n name: \"{{ username }}\"\n groups: sudo\n append: yes\n state: present\n shell: /bin/bash\n home: /home/{{ username }}\n \n- name: Add user to sudoers file\n lineinfile:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | OpsStrike/dos14-Labzeev_Timofey-git-flow | 2aa9d28f95c75bbc3d2063af997952880281201e | 0 | roles/clone repo | 4,977 | [
"no_license"
] | [
{
"path": "roles/clone repo/tasks/main.yaml",
"content": "- name: Change ownership of /home/{{ username }}/git directory\n file:\n path: /home/{{ username }}/git\n owner: \"{{ username }}\"\n group: \"{{ username }}\"\n recurse: yes\n\n- name: Clone repository\n become_user: \"{{ username }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | OpsStrike/dos14-Labzeev_Timofey-git-flow | 2aa9d28f95c75bbc3d2063af997952880281201e | 0 | roles/docker | 4,977 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: install dependencies\n become: true\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - ca-certificates\n - curl\n - gnupg-agent\n \n- name: Set up Docker apt keyrings\n become: true\n file:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1570,
"all_permissive": false
} |
ansible_role | OpsStrike/dos14-Labzeev_Timofey-git-flow | 2aa9d28f95c75bbc3d2063af997952880281201e | 0 | roles/docker-compose | 4,977 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yaml",
"content": "- name: Install pip\n apt:\n name: python3-pip \n state: present\n update_cache: yes \n\n- name: Install Docker Compose for ansible\n become: true\n become_user: \"{{ username }}\"\n pip:\n name: docker-compose\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | OpsStrike/dos14-Labzeev_Timofey-git-flow | 2aa9d28f95c75bbc3d2063af997952880281201e | 0 | roles/postgres | 4,977 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yaml",
"content": "- name: install PostgreSQL client\n apt:\n name: postgresql-client\n state: present\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | owlfox/TheMap | 9d2d6b7e9602e144a04c60397e08e7e99bd931ef | 0 | ansible/roles/db | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yml",
"content": "---\n- name: install apt packages\n apt:\n update_cache: yes\n cache_valid_time: 3600\n pkg:\n - libpq-dev\n - postgresql\n - python-psycopg2\n become: True\n- name: Set timezone to Asia/Taipei\n become: yes\n timezone:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1151,
"all_permissive": false
} |
ansible_role | owlfox/TheMap | 9d2d6b7e9602e144a04c60397e08e7e99bd931ef | 0 | ansible/roles/web_and_crawler | 4,977 | [
"no_license"
] | [
{
"path": "ansible/roles/web_and_crawler/vars/main.yml",
"content": "---\nuser: \"{{ ansible_user }}\"\nproj_name: aqi\nproj_dirname: aqi\nproj_app: \"{{ proj_name }}\"\nproj_path: \"{{ ansible_env.HOME }}/workspace\"\nvenv_home: \"{{ ansible_env.HOME }}/.virtualenvs\"\nuser_systemd_path: \"{{ ansible_env.H... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7582,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-cluster/provisioning/ansible/roles/common_nmon | 4,977 | [
"no_license"
] | [
{
"path": "env-cluster/provisioning/ansible/roles/common_nmon/README.md",
"content": "Ansible Role For Common_Nmon playbook\r\n=========================================\r\n\r\nThis ansible role will install the nmon binary. \r\n\r\nTasks performed by this rolebook:\r\n\r\n* Install NMON\r\n\r\nRequired/rela... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1876,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-cluster/provisioning/ansible/roles/common_ntp | 4,977 | [
"no_license"
] | [
{
"path": "env-cluster/provisioning/ansible/roles/common_ntp/tasks/ntp_iptables.yml",
"content": "### IPTables Playbook for Common NTP role\r\n# file: roles/common_ntp/tasks/ntp_iptables.yml\r\n\r\n---\r\n\r\n## Get the contents of the current IPTables configuration and store it\r\n- name: get iptables rule... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1642,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-cluster/provisioning/ansible/roles/common_packages | 4,977 | [
"no_license"
] | [
{
"path": "env-cluster/provisioning/ansible/roles/common_packages/tasks/main.yml",
"content": "### Main Playbook for common_packages role\r\n# file: roles/common_packages/tasks/main.yml\r\n\r\n---\r\n\r\n- include: packages_install.yml\r\n\r\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2383,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-cluster/provisioning/ansible/roles/common_selinux | 4,977 | [
"no_license"
] | [
{
"path": "env-cluster/provisioning/ansible/roles/common_selinux/defaults/main.yml",
"content": "# file: roles/common_selinux/defaults/main.yml\r\n\r\n---\r\n\r\n# Selinux state (enforcing|permissive|disabled)\r\nselinux_state: permissive\r\n\r\n# Selinux policy\r\nselinux_policy: targeted\r\n",
"licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-cluster/provisioning/ansible/roles/install_redis | 4,977 | [
"no_license"
] | [
{
"path": "env-cluster/provisioning/ansible/roles/install_redis/tasks/redis_users.yml",
"content": "### Users Playbook for Install_Redis role\r\n# file: roles/install_redis/tasks/redis_users.yml\r\n\r\n---\r\n\r\n# Add system groups for Redis\r\n- name: Add Redis Admin group\r\n group: >\r\n name={{ red... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 13486,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-single/provisioning/ansible/roles/common_hosts | 4,977 | [
"no_license"
] | [
{
"path": "env-single/provisioning/ansible/roles/common_hosts/vars/main.yml",
"content": "## vars for common_hosts\r\n---\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "env-single/provisioning/ansible/roles/common_hosts/tasks/hosts_create.yml"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-single/provisioning/ansible/roles/common_ntp | 4,977 | [
"no_license"
] | [
{
"path": "env-single/provisioning/ansible/roles/common_ntp/tasks/ntp_install.yml",
"content": "### Ntp Install Playbook for common ntp role\r\n# file: roles/common_ntp/tasks/ntp_install.yml\r\n\r\n---\r\n\r\n## Deploy the NTP configuration file\r\n- name: Deploy the NTP template\r\n template: >\r\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2310,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-single/provisioning/ansible/roles/common_repositories | 4,977 | [
"no_license"
] | [
{
"path": "env-single/provisioning/ansible/roles/common_repositories/templates/ius-web.repo.j2",
"content": "[ius]\r\nname=IUS Community Packages for Enterprise Linux 6 - $basearch\r\nbaseurl={{ius_web_repo_url}}\r\nfailovermethod=priority\r\nenabled=1\r\ngpgcheck=1\r\ngpgkey={{ius_web_repo_gpg}}",
"lic... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2714,
"all_permissive": false
} |
ansible_role | galahade/products_review | 4f2e6ab461c9d1d185cbbdb77c880c833633ecb1 | 6 | env-single/provisioning/ansible/roles/install_redis | 4,977 | [
"no_license"
] | [
{
"path": "env-single/provisioning/ansible/roles/install_redis/defaults/main.yml",
"content": "## Defaults for the install_redis playbook\r\n# file: roles/install_redis/defaults/main.yml\r\n\r\n---\r\n\r\n#########################\r\n## Redis Configuration\r\n#########################\r\n\r\n## Redis servic... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4800,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/apache2 | 4,977 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n- name: Apache web server configuration\n import_tasks: apache2.yml\n tags:\n - apache\n - apache2\n - www\n - webserver\n\n- name: Apache web server firewalld configuration\n import_tasks: firewalld.yml\n tags:\n - apache\n - ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4497,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/approx | 4,977 | [
"no_license"
] | [
{
"path": "roles/approx/templates/approx/approx.conf.j2",
"content": "# Here are some examples of remote repository mappings.\n# See http://www.debian.org/mirror/list for mirror sites.\n\n#debian\t\thttp://ftp.debian.org/debian\n#security\thttp://security.debian.org/debian-security\n\n# The following are th... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3031,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/common | 4,977 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: APT configuration\n import_tasks: apt.yml\n tags:\n - apt\n\n- name: firewalld configuration tasks\n import_tasks: firewalld.yml\n tags:\n - firewalld\n\n- name: Kernel module configuration tasks\n import_tasks: modules.yml\n tags... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 14561,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/debci_master | 4,977 | [
"no_license"
] | [
{
"path": "roles/debci_master/tasks/rabbitmq.yml",
"content": "---\n- name: debci-master => Increase RabbitMQ consumer_timeout to 12h\n copy:\n src: rabbitmq/conf.d/consumer_timeout.conf\n dest: /etc/rabbitmq/conf.d/consumer_timeout.conf\n owner: rabbitmq\n group: rabbitmq\n mode: \"0644\"\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9354,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/debci_worker | 4,977 | [
"no_license"
] | [
{
"path": "roles/debci_worker/tasks/debci.yml",
"content": "---\n- name: debci-worker => Ensure main packages are installed\n apt:\n name: debci-worker\n state: present\n install_recommends: false\n\n- name: debci-worker => Ensure QEMU backend packages are installed\n when: debci_backend == \"qem... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5508,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/rabbitmq | 4,977 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/firewalld.yml",
"content": "---\n- name: RabbitMQ => Open up AMQP ports on endpoints\n firewalld:\n zone: \"{{ rabbitmq_firewalld_zone | default(omit, true) }}\"\n service: \"{{ item }}\"\n permanent: true\n state: enabled\n loop:\n - amqp\n - amqps\n not... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2741,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/reprepro | 4,977 | [
"no_license"
] | [
{
"path": "roles/reprepro/templates/reprepro/uploaders.j2",
"content": "# When using \"by key <key-id>\", note that <key-id> must be in reprepo's own\n# keyring in ~/.gnupg, otherwise an upload cannot be verified and will be\n# rejected.\n{% for uploader in reprepro_uploaders %}\nallow * by {{ uploader }}\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 15438,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/rsnapshot | 4,977 | [
"no_license"
] | [
{
"path": "roles/rsnapshot/tasks/main.yml",
"content": "---\n- name: rsnapshot configuration\n import_tasks: rsnapshot.yml\n tags:\n - rsnapshot\n - backup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/rsnapshot/README.md",
"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4312,
"all_permissive": false
} |
ansible_role | ckastner/debian-ansible-roles | 203f29141744b4c109cc88e387c582fd22900c4e | 0 | roles/wireguard | 4,977 | [
"no_license"
] | [
{
"path": "roles/wireguard/handlers/main.yml",
"content": "---\n- name: Restart WireGuard interface\n shell: ifdown --ignore-errors {{ wireguard_interface_name }} && ifup {{ wireguard_interface_name }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"pa... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7098,
"all_permissive": false
} |
ansible_role | akai-tsuki/ansible_work | 6eda3e2664758e2ab449aed2d91e67562742df75 | 0 | roles/base | 4,957 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install base packages\n yum:\n name: '{{ item }}'\n state: installed\n with_items:\n - \"bash-completion\"\n - \"chrony\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | akai-tsuki/ansible_work | 6eda3e2664758e2ab449aed2d91e67562742df75 | 0 | roles/gitlab | 4,957 | [
"no_license"
] | [
{
"path": "roles/gitlab/vars/main.yml",
"content": "gitlab_script_url: \"https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh\"\ngitlab_external_url: \"http://gitlab.node.devlocal\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | akai-tsuki/ansible_work | 6eda3e2664758e2ab449aed2d91e67562742df75 | 0 | roles/pacemaker-install | 4,957 | [
"no_license"
] | [
{
"path": "roles/pacemaker-install/tasks/main.yml",
"content": "---\n- include: config-centos.yml\n tags:\n - never\n - install\n\n- include: pacemaker-install.yml\n tags:\n - never\n - install\n- include: corosync-config.yml\n tags:\n - never\n - install\n\n- include: config-rhel7.yml\... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1878,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/commonCompute | 4,957 | [
"no_license"
] | [
{
"path": "roles/commonCompute/tasks/main.yaml",
"content": "---\n- name: Disabling firewalld\n service: name=firewalld state=stopped enabled=no\n\n- name: Disabling NetworkManager\n service: name=NetworkManager state=stopped enabled=no\n\n- name: Enabling basic network\n service: name=network state=star... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/commonCompute.ubuntu | 4,957 | [
"no_license"
] | [
{
"path": "roles/commonCompute.ubuntu/tasks/main.yaml",
"content": "---\n- name: Disabling firewalld\n ufw:\n state: enabled\n policy: allow\n\n- name: Updating /etc/hosts\n copy: src=etc.hosts dest=/etc/hosts\n\n- name: Installing chrony\n apt: \n name: chrony \n state: present\n\n- name: Tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/glance | 4,957 | [
"no_license"
] | [
{
"path": "roles/glance/templates/glance-api.conf.j2",
"content": "[DEFAULT]\n\n#\n# From glance.api\n#\n\n#\n# Set the image owner to tenant or the authenticated user.\n#\n# Assign a boolean value to determine the owner of an image. When set to\n# True, the owner of the image is the tenant. When set to Fal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 155958,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/horizon | 4,957 | [
"no_license"
] | [
{
"path": "roles/horizon/tasks/main.yaml",
"content": "---\n\n- name: Installing horizon packages\n yum: name=openstack-dashboard state=installed\n\n- name: Transfering horizon local_settings\n template: src=local_settings.j2 dest=/etc/openstack-dashboard/local_settings\n\n- name: Restarting httpd and mem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/keystone | 4,957 | [
"no_license"
] | [
{
"path": "roles/keystone/templates/clouds.yaml.j2",
"content": "clouds:\n default:\n auth:\n auth_url: http://controller1:35357/v3\n project_name: admin\n tenant_name: admin\n username: admin\n password: {{ <PASSWORD> }}\n user_domain_name: Default\n project_domain_na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 122207,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/mariadb | 4,957 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yaml",
"content": "---\n\n- name: Installing MariaDB and python packages\n yum: name={{ item }} state=installed\n with_items:\n - mariadb\n - mariadb-server\n - python2-PyMySQL\n - MySQL-python\n\n- name: Transferring OpenStack MariaDB config\n copy: src=op... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/messagequeue | 4,957 | [
"no_license"
] | [
{
"path": "roles/messagequeue/tasks/main.yaml",
"content": "---\n \n- name: Installing Message Queue\n yum: name={{ item }} state=installed\n with_items:\n - rabbitmq-server\n - memcached\n - python-memcached\n\n- name: Starting Message Queue\n service: name=rabbitmq-server state=started enable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/neutronCompute | 4,957 | [
"no_license"
] | [
{
"path": "roles/neutronCompute/tasks/main.yaml",
"content": "---\n\n- name: Installing neutron-compute components\n yum: name={{ item }} state=installed\n with_items: \n - openstack-neutron-linuxbridge\n - ebtables\n - ipset\n\n- name: Transfering neutron config\n template: src=neutron.conf.j2 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/neutronCompute.ubuntu | 4,957 | [
"no_license"
] | [
{
"path": "roles/neutronCompute.ubuntu/tasks/main.yaml",
"content": "---\n\n- name: Installing neutron-compute components\n apt: name={{ item }} state=present\n with_items: \n - openstack-neutron-linuxbridge\n - ebtables\n - ipset\n\n- name: Transfering neutron config\n template: src=neutron.con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 531,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/neutronController | 4,957 | [
"no_license"
] | [
{
"path": "roles/neutronController/tasks/main.yaml",
"content": "---\n\n- name: Creating neutron database\n mysql_db: name={{ item }} state=present login_user=root login_password={{ <PASSWORD> }}\n with_items:\n - neutron\n\n- name: Creating neutron DB user\n mysql_user: name=neutron password={{ <PAS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3025,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/packages | 4,957 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yaml",
"content": "---\n- name: Install OpenStack repo\n yum:\n name: centos-release-openstack-ocata\n state: installed\n\n- name: Install the OpenStack client\n yum:\n name: python-openstackclient\n state: installed\n\n- name: Install Openstack SELinux\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | salimwp/OpenStackOrchestration | b4347d95e6d2317298e3553a1aa975e82d6f9a12 | 1 | roles/packages.ubuntu | 4,957 | [
"no_license"
] | [
{
"path": "roles/packages.ubuntu/tasks/main.yaml",
"content": "---\n\n- name: Install the common software properties\n apt:\n name: software-properties-common\n state: installed\n\n- name: Installing cloud repo\n apt_repository:\n repo: 'cloud-archive:ocata'\n\n- name: Updating server\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | jkieltyka/Ansible-Practice | b01b6083c1df5e51e591064624abd42d0b8d4117 | 0 | roles/redhat_webservers | 4,957 | [
"no_license"
] | [
{
"path": "roles/redhat_webservers/handlers/main.yml",
"content": "- name: Restart HTTPD\n service: name={{ redhat_apache }} state=restarted\n when: ansible_os_family == \"RedHat\"\n- name: Restart APACHE2\n service: name={{ debian_apache }} state=restarted\n when: ansible_os_family == \"Debian\"\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 562,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.