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 | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/network | 3,158 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "---\n- name: install NetworkManager connection editor\n become: True\n package:\n name: nm-connection-editor\n state: present\n- name: install NetworkManager applet\n become: True\n package:\n name: network-manager-applet\n state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/okular | 3,158 | [
"no_license"
] | [
{
"path": "roles/okular/tasks/main.yml",
"content": "---\n- name: install okular\n become: True\n package:\n name: okular\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/security | 3,158 | [
"no_license"
] | [
{
"path": "roles/security/tasks/main.yml",
"content": "---\n- name: Register Keybase GPG key\n become: True\n rpm_key:\n key: https://keybase.io/docs/server_security/code_signing_key.asc\n state: present\n- name: Install Keybase\n become: True\n dnf:\n name: https://prerelease.keybase.io/keybas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/slack | 3,158 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/main.yml",
"content": "---\n- name: import GPG key\n become: True\n rpm_key:\n key: https://slack.com/gpg/slack_pubkey_2019.gpg\n state: present\n- name: install Slack\n become: True\n dnf:\n name: \"https://downloads.slack-edge.com/linux_releases/{{ slack_version }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/ssh | 3,158 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: install keychain\n become: True\n package:\n name: keychain\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/sway | 3,158 | [
"no_license"
] | [
{
"path": "roles/sway/tasks/main.yml",
"content": "---\n- name: install sway\n become: True\n package:\n name: sway\n state: present\n- name: \"Enable eddsalkield/swaylock-effects module\"\n become: True\n command: dnf copr enable -y eddsalkield/swaylock-effects\n args:\n warn: False\n regist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1658,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/terminal | 3,158 | [
"no_license"
] | [
{
"path": "roles/terminal/vars/main.yml",
"content": "---\nthe_user: \"{{ ansible_user_id }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n- name: install Terminator\n become: True\n pack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/themes | 3,158 | [
"no_license"
] | [
{
"path": "roles/themes/tasks/main.yml",
"content": "---\n- name: install Breeze theme (GTK)\n become: True\n package:\n name: breeze-gtk\n state: present\n- name: install Breeze theme (Qt4)\n become: True\n package:\n name: kde-style-breeze\n state: present\n- name: install Breeze theme (Qt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/thunderbird | 3,158 | [
"no_license"
] | [
{
"path": "roles/thunderbird/tasks/main.yml",
"content": "---\n- name: install Thunderbird\n become: True\n package:\n name: thunderbird\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/vim | 3,158 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: install vim\n become: True\n package:\n name: vim\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | skloibi/mysetup | ca7d77a85415f79174be5a96d192b22437c9cddb | 2 | roles/wayland | 3,158 | [
"no_license"
] | [
{
"path": "roles/wayland/tasks/main.yml",
"content": "---\n- name: install Xwayland\n become: True\n package:\n name: xorg-x11-server-Xwayland\n state: present\n\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 | j23478/vagrant_tool | 8499f473bdbf4db047f1fa447660b8615b8b11b7 | 0 | ansible_tool/roles/installDocker | 3,158 | [
"no_license"
] | [
{
"path": "ansible_tool/roles/installDocker/tasks/main.yml",
"content": "\n- name: Install ca-certificates and curl\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n update_cache: True\n\n- name: Create directory for Docker key\n ansible.builtin.file:\n path: /etc/apt/keyri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1271,
"all_permissive": false
} |
ansible_role | j23478/vagrant_tool | 8499f473bdbf4db047f1fa447660b8615b8b11b7 | 0 | ansible_tool/roles/installM8s | 3,158 | [
"no_license"
] | [
{
"path": "ansible_tool/roles/installM8s/tasks/main.yml",
"content": "- name: Install m8s\n community.general.snap:\n classic: true\n channel: 1.28/stable\n name:\n - microk8s\n register: install_result\n\n- name: Wait for m8s to be ready\n ansible.builtin.command: microk8s.status --wait-re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | j23478/vagrant_tool | 8499f473bdbf4db047f1fa447660b8615b8b11b7 | 0 | ansible_tool/roles/joinCluster | 3,158 | [
"no_license"
] | [
{
"path": "ansible_tool/roles/joinCluster/tasks/main.yml",
"content": "- name: Get microk8s join token\n shell: microk8s.add-node\n register: join_output\n when: inventory_hostname == \"ansible-manager\"\n changed_when: false\n delegate_to: ansible-manager\n \n- name: Set join_out to fact\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | j23478/vagrant_tool | 8499f473bdbf4db047f1fa447660b8615b8b11b7 | 0 | ansible_tool/roles/m8sAddon | 3,158 | [
"no_license"
] | [
{
"path": "ansible_tool/roles/m8sAddon/tasks/main.yml",
"content": "- name: m8s enable dashboard\n ansible.builtin.command: microk8s.enable dashboard \n\n- name: m8s enable rbac\n ansible.builtin.command: microk8s.enable rbac\n\n- name: m8s enable ingress\n ansible.builtin.command: microk8s.enable ingres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | j23478/vagrant_tool | 8499f473bdbf4db047f1fa447660b8615b8b11b7 | 0 | ansible_tool/roles/setRegistryHost | 3,158 | [
"no_license"
] | [
{
"path": "ansible_tool/roles/setRegistryHost/templates/hosts.toml.j2",
"content": "server = \"http://{{ master_node_ip }}:32000\"\n[host.\"http://{{ master_node_ip }}:32000\"]\ncapabilities = [\"pull\", \"resolve\"]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | lel99999/HortonworksHDP_ri | 1d1886cfad9cb6b2f8cc68b8a37f150efc954629 | 0 | roles/datanode_hdfs | 3,158 | [
"no_license"
] | [
{
"path": "roles/datanode_hdfs/tasks/main.yml",
"content": "---\n- name: set env variable JAVA_HOME\n become: yes\n become_method: sudo\n shell: . ~/.bashrc && export JAVA_HOME=/usr/java/jdk1.8.0_151\n\n- name: unhealthy node error fix 1/2\n become: yes\n become_method: sudo\n command: chown -R root:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 856,
"all_permissive": false
} |
ansible_role | lel99999/HortonworksHDP_ri | 1d1886cfad9cb6b2f8cc68b8a37f150efc954629 | 0 | roles/jdbc7 | 3,158 | [
"no_license"
] | [
{
"path": "roles/jdbc7/meta/main.yml",
"content": "---\ndependencies:\n# - role: postgresql-client7\n - role: postgresql13-clientRH7\n - role: openjdk1.8 \n# - role: openjdk1.11 \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/jdbc7/task... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1687,
"all_permissive": false
} |
ansible_role | lel99999/HortonworksHDP_ri | 1d1886cfad9cb6b2f8cc68b8a37f150efc954629 | 0 | roles/nodemanager_yarn | 3,158 | [
"no_license"
] | [
{
"path": "roles/nodemanager_yarn/tasks/main.yml",
"content": "---\n- name: set env variable JAVA_HOME\n become: yes\n become_method: sudo\n shell: . ~/.bashrc && export JAVA_HOME=/usr/java/jdk1.8.0_151\n\n- name: start nodemanager\n become: yes\n become_method: sudo\n become_user: yarn\n command: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | lel99999/HortonworksHDP_ri | 1d1886cfad9cb6b2f8cc68b8a37f150efc954629 | 0 | roles/oracle_java8 | 3,158 | [
"no_license"
] | [
{
"path": "roles/oracle_java8/tasks/main.yml",
"content": "---\n# download_url: http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e24606bca991d704f6dcbf/jdk-8u151-linux-x64.tar.gz\n# java_archive: /tmp/jdk-8u151-linux-x64.tar.gz\n# java_name: /usr/java/jdk1.8.0_151\n\n- name: check if oracl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6774,
"all_permissive": false
} |
ansible_role | lel99999/HortonworksHDP_ri | 1d1886cfad9cb6b2f8cc68b8a37f150efc954629 | 0 | roles/secnamenode_hdfs | 3,158 | [
"no_license"
] | [
{
"path": "roles/secnamenode_hdfs/tasks/main.yml",
"content": "---\n- name: set env variable JAVA_HOME\n become: yes\n become_method: sudo\n shell: . ~/.bashrc && export JAVA_HOME=/usr/java/jdk1.8.0_151\n\n- name: Run as user hdfs\n become: yes\n become_method: sudo\n become_user: hdfs\n command: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | yasu0796/private-settings-router | d4d6a6b0448c557670168c1621e76e731c90e880 | 0 | roles/common | 3,158 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: install epel-release\n dnf:\n name:\n - epel-release\n state: latest\n\n- name: install dnf packages\n dnf:\n name:\n - bind-utils\n - iperf3\n - git\n - python3-pip\n - traceroute\n - tcpdump\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1142,
"all_permissive": false
} |
ansible_role | yasu0796/private-settings-router | d4d6a6b0448c557670168c1621e76e731c90e880 | 0 | roles/dhcpd | 3,158 | [
"no_license"
] | [
{
"path": "roles/dhcpd/tasks/main.yaml",
"content": "---\n- name: Install dhcp-server package\n dnf:\n name: dhcp-server\n state: latest\n\n- name: copy dhcpd.conf\n copy:\n src: ./dhcpd.conf\n dest: /etc/dhcp/dhcpd.conf\n\n- name: Disable dhcpd service (for debug)\n systemd:\n name: dhcpd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | yasu0796/private-settings-router | d4d6a6b0448c557670168c1621e76e731c90e880 | 0 | roles/pppoe | 3,158 | [
"no_license"
] | [
{
"path": "roles/pppoe/tasks/main.yaml",
"content": "---\n- name: install NetworkManager-ppp packages\n dnf:\n name: NetworkManager-ppp\n state: latest\n\n# nmcli module doesn't support PPPoE\n#- name: setup pppoe conection\n #nmcli:\n #type: pppoe\n #conn_name: PPPoE\n\n#\"\" nmcli connect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | yasu0796/private-settings-router | d4d6a6b0448c557670168c1621e76e731c90e880 | 0 | roles/unbound | 3,158 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/main.yaml",
"content": "---\n- name: Install unbound package\n dnf:\n name: unbound\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | bodukal/flask-monitoring-dashboard | add228e79f9d667a89fbf1cdea1a3e1194b8acc7 | 0 | ansible/roles/flask | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/flask/tasks/main.yml",
"content": "- name: Install Python and tools\n apt:\n name: [python3-pip, python3-venv]\n state: present\n update_cache: yes\n\n- name: Create app directory\n file:\n path: /home/ubuntu/flaskapp\n state: directory\n\n- name: Copy Flask app and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | bodukal/flask-monitoring-dashboard | add228e79f9d667a89fbf1cdea1a3e1194b8acc7 | 0 | ansible/roles/nginx | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Add Nginx config\n template:\n src: flask_nginx.conf.j2\n dest: /etc/nginx/sites-available/flask\n\n- name: Enable Nginx config\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | engonzal/engonzal.proxmox | d00dc107ce52200d86638d187cc9e0e6b864cee6 | 1 | roles/nonag | 3,158 | [
"no_license"
] | [
{
"path": "roles/nonag/vars/main.yml",
"content": "---\n# vars file for nonag\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/nonag/handlers/main.yml",
"content": "---\n# handlers file for nonag\n\n- name: restart pveproxy\n ansible.bu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1508,
"all_permissive": false
} |
ansible_role | mbruzina/oil-sandbox | 753e1bdecbc73fca7c1f1f01b527ef97aa0912b9 | 0 | test/deploy/linux/cassandra/install/debian/roles/prepare | 3,158 | [
"permissive"
] | [
{
"path": "test/deploy/linux/cassandra/install/debian/roles/prepare/tasks/installCassandra.yml",
"content": "---\n- debug:\n msg: Install Cassandra\n\n- name: Add cassandra repo\n shell: echo \"deb https://debian.cassandra.apache.org 41x main\" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.lis... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 756,
"all_permissive": true
} |
ansible_role | mbruzina/oil-sandbox | 753e1bdecbc73fca7c1f1f01b527ef97aa0912b9 | 0 | test/deploy/linux/consul/install/debian/roles/configure | 3,158 | [
"permissive"
] | [
{
"path": "test/deploy/linux/consul/install/debian/roles/configure/tasks/main.yml",
"content": "---\n- debug:\n msg: Install HashiCorp Consul\n\n- name: Set default create_env_var (default not create)\n set_fact:\n create_env_var: \"false\"\n when: create_env_var is undefined\n\n- name: Set default ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2008,
"all_permissive": true
} |
ansible_role | mbruzina/oil-sandbox | 753e1bdecbc73fca7c1f1f01b527ef97aa0912b9 | 0 | test/deploy/linux/docker/install/roles/prepare | 3,158 | [
"permissive"
] | [
{
"path": "test/deploy/linux/docker/install/roles/prepare/tasks/main.yml",
"content": "---\n- debug:\n msg: Installing Docker using detected package manager...\n\n########################################\n# RHEL support for Docker installation\n########################################\n- block:\n - name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1700,
"all_permissive": true
} |
ansible_role | mbruzina/oil-sandbox | 753e1bdecbc73fca7c1f1f01b527ef97aa0912b9 | 0 | test/deploy/linux/kubernetes/minikube/roles/prepare | 3,158 | [
"permissive"
] | [
{
"path": "test/deploy/linux/kubernetes/minikube/roles/prepare/tasks/main.yml",
"content": "---\n- debug:\n msg: Install Minikube\n\n- name: Is Minikube installed\n shell: 'minikube version | grep \"minikube version:\" | wc -l'\n register: is_minikube_installed\n\n- name: Install required packages\n y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1805,
"all_permissive": true
} |
ansible_role | mbruzina/oil-sandbox | 753e1bdecbc73fca7c1f1f01b527ef97aa0912b9 | 0 | test/deploy/linux/python/install/rhel/roles/configure | 3,158 | [
"permissive"
] | [
{
"path": "test/deploy/linux/python/install/rhel/roles/configure/tasks/main.yml",
"content": "---\n- debug:\n msg: Setting up Sample Python application\n\n- name: Copy files to templates directory\n synchronize:\n src: \"{{ item }}\"\n dest: ~/\n mode: push\n with_fileglob:\n - \"../t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": true
} |
ansible_role | mbruzina/oil-sandbox | 753e1bdecbc73fca7c1f1f01b527ef97aa0912b9 | 0 | test/deploy/onboarding-tests/roles/configure | 3,158 | [
"permissive"
] | [
{
"path": "test/deploy/onboarding-tests/roles/configure/tasks/main.yml",
"content": "---\n- debug:\n msg: Tests E2E\n\n- name: Set test account email from Synthetic secrets\n set_fact:\n test_email: \"{{ test_email }}\"\n\n- name: Set test account password from Synthetic secrets\n set_fact:\n tes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1369,
"all_permissive": true
} |
ansible_role | maxehmookau/neo4j-ansible | 3ebeddecf56b75f71ad55b127649f746996c2e76 | 11 | ansible/roles/java | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "---\n- name: 'Update Apt'\n apt: update_cache=yes\n\n- name: Install Dependencies\n apt: pkg={{ item }}\n state=present\n with_items:\n - python-software-properties\n - python-apt\n - python-pycurl\n\n- name: Add JDK 7 ppa\n apt_r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | Eilon01/voyager-task | 998781bca54a17a2bdc8ab7deceb8e3865145c9a | 0 | ansible/roles/download-tgz | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/download-tgz/tasks/main.yaml",
"content": "---\n- name: Download the .tgz file\n ansible.builtin.get_url:\n url: http://www.sbeams.org/sample_data/Microarray/External_test_data.tar.gz\n dest: /var/tmp/External_test_data.tar.gz\n \n- name: Extract the .tgz file\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | Eilon01/voyager-task | 998781bca54a17a2bdc8ab7deceb8e3865145c9a | 0 | ansible/roles/edit-hosts | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/edit-hosts/tasks/main.yaml",
"content": "---\n- name: Backup /etc/hosts\n ansible.builtin.copy:\n src: /etc/hosts\n dest: /etc/hosts.bak\n remote_src: yes\n force: no\n\n- name: Add entries to /etc/hosts\n ansible.builtin.lineinfile:\n path: /etc/hosts\n line: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | Eilon01/voyager-task | 998781bca54a17a2bdc8ab7deceb8e3865145c9a | 0 | ansible/roles/install-packages | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/install-packages/tasks/main.yaml",
"content": "---\n- name: Import Google Chrome signing key\n rpm_key:\n state: present\n key: https://dl-ssl.google.com/linux/linux_signing_key.pub\n \n- name: Download Google Chrome RPM\n get_url:\n url: https://dl.google.com/linux/di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | Eilon01/voyager-task | 998781bca54a17a2bdc8ab7deceb8e3865145c9a | 0 | ansible/roles/run-chrome | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/run-chrome/tasks/main.yaml",
"content": "---\n- name: Install psutil Python library\n ansible.builtin.yum:\n name: python3-psutil\n state: present\n\n- name: Check if Google Chrome is running\n pids:\n name: chrome\n register: chrome_pid\n changed_when: false\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | whdupreez/ansible-lamp-laravel-playbook | 19f19fcb55be46b49800f2e3aabba3bb4ed1efbd | 1 | roles/common | 3,158 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# Common plays to be run all managed nodes.\n\n- name: install git using apt\n apt: name=git update_cache=yes cache_valid_time=7200\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | whdupreez/ansible-lamp-laravel-playbook | 19f19fcb55be46b49800f2e3aabba3bb4ed1efbd | 1 | roles/db | 3,158 | [
"no_license"
] | [
{
"path": "roles/db/templates/my.cnf.j2",
"content": "[client]\nuser\t\t= root\npassword\t= {{ db_root_password.stdout }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/db/tasks/main.yaml",
"content": "---\n# Install MySQL Server.\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | whdupreez/ansible-lamp-laravel-playbook | 19f19fcb55be46b49800f2e3aabba3bb4ed1efbd | 1 | roles/web | 3,158 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n# ------------------------------------------------------------------------- #\n# Installs and configures the web server, and deploys the web application. #\n# ------------------------------------------------------------------------- #\n\n# Update Cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2915,
"all_permissive": false
} |
ansible_role | sly01/ansible-workspace | 236c44bbc4fc540186beed4048b173bf64f75aaa | 1 | roles/webserver | 3,158 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: \"Install httpd\"\n yum:\n name: httpd\n state: installed\n\n- name: \"Start and Enabled httpd service\"\n service:\n name: httpd\n state: started\n enabled: yes\n\n- name: \"Create index.html page\"\n template:\n src:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | darutaichou/Ansible-lesson1 | 26302b5027cb0dea2a20d2362dcd1b2635e526c2 | 0 | ansible/roles/application_server | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/application_server/tasks/main.yml",
"content": "---\n- import_tasks: yum.yml\n- import_tasks: copy.yml\n- import_tasks: service.yml\n- import_tasks: firewalld.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "ansible/rol... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | darutaichou/Ansible-lesson1 | 26302b5027cb0dea2a20d2362dcd1b2635e526c2 | 0 | ansible/roles/motd | 3,158 | [
"no_license"
] | [
{
"path": "ansible/roles/motd/tasks/main.yml",
"content": "---\n- import_tasks: template.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/motd/tasks/template.yml",
"content": "---\n - template:\n src: motd-hello-app-serve... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/common-misc | 3,158 | [
"no_license"
] | [
{
"path": "roles/common-misc/tasks/main.yml",
"content": "---\n- name: Install misc stuff - Midnight commander, wget, Python MySQL, openssl\n vars:\n packages_Suse: ['mc', 'wget', 'python-mysql', 'openssl']\n packages_RedHat: ['mc', 'wget', 'yum-utils', 'unzip', 'openssl',\n 'sys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1401,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/common-ntp | 3,158 | [
"no_license"
] | [
{
"path": "roles/common-ntp/tasks/main.yml",
"content": "---\n- name: Install NTP\n vars:\n package_Suse: ntp\n package_RedHat: chrony\n package_Debian: ntp\n package: name={{ item }} state=present\n with_items: \"{{ vars['package_' + ansible_os_family] }}\"\n\n\n# ntp can't start in a container... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/common-openjdk11 | 3,158 | [
"no_license"
] | [
{
"path": "roles/common-openjdk11/tasks/main.yml",
"content": "---\n- name: Install OpenJDK 11\n vars:\n packages_RedHat: ['java-11-openjdk',\n 'java-11-openjdk-devel',\n 'java-11-openjdk-headless']\n packages_Debian: ['openjdk-11-jdk']\n packages_Suse: ['... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/ext-mysql-install | 3,158 | [
"no_license"
] | [
{
"path": "roles/ext-mysql-install/tasks/main.yml",
"content": "---\n# Install MySQL\n# TODO compose mysqlpath variables\n- name: Install MySQL / MariaDB\n vars:\n packages_Suse: ['mariadb', 'mariadb-client', 'python-mysql']\n packages_RedHat: ['mariadb-server', 'mariadb', 'MySQL-python']\n packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1806,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/ext-nscd-setup | 3,158 | [
"no_license"
] | [
{
"path": "roles/ext-nscd-setup/tasks/main.yml",
"content": "---\n- name: Install NSCD\n vars:\n packages_RedHat: ['nscd']\n packages_Debian: ['nscd']\n# package: name={{ item }} state=present\n package: name={{ item }} state=absent\n with_items: \"{{ vars['packages_' + ansible_os_family] }}\"\n#-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-cldb-set-numSpsPerInstance | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-cldb-set-numSpsPerInstance/tasks/main.yml",
"content": "---\n\n- name: Populate nodes\n set_fact:\n nodes: \"{{ hosts|default([]) + [ hostvars[item]['ansible_facts']['fqdn'] ] }}\"\n with_items: \"{{ groups['mapr-core'] }}\"\n\n- include: set_numSpsPerInstance.yml\n with_items: \... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-cldb-warden-conf-change | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-cldb-warden-conf-change/tasks/main.yml",
"content": "---\n\n- name: Changes to warden.conf on CLDB nodes\n lineinfile:\n path: /opt/mapr/conf/warden.conf\n search_string: \"{{ item.regexp }}\"\n line: \"{{ item.replace }}\"\n state: present\n with_items:\n - { regexp: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-configure-nativesecurity-secure | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-configure-nativesecurity-secure/tasks/main.yml",
"content": "---\n#- name: Enable customer security by creating /opt/mapr/conf/.customSecure\n# file: path=/opt/mapr/conf/.customSecure state=touch mode=0644\n- name: Copy MapR keys to all nodes\n copy: src=\"{{ local_tmp_path }}/{{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3258,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-configure-security-fetch-keys | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-configure-security-fetch-keys/tasks/main.yml",
"content": "---\n# Configure secure cluster\n- name: Copy MapR keys to local\n fetch: src=\"/opt/mapr/conf/{{ item }}\" dest=\"{{ local_tmp_path }}/{{ item }}\" flat=yes\n with_items:\n - maprserverticket\n- name: Copy MapR keystores tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-disk-label | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-disk-label/tasks/main.yml",
"content": "---\n\n- name: \"Create labels\"\n become: true\n become_user: '{{ mapr_user }}'\n # shell: \"curl -k -X POST '{{ url }}/rest/label/add?label={{ item }}' --user {{ mapr_user }}:{{ mapr_passwd }}\"\n shell: \"maprcli label add -label {{ item ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1921,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-filemigrate-install | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-filemigrate-install/tasks/main.yml",
"content": "---\n# Install File Migrate Service\n- name: Install mapr-filemigrate\n package: name=mapr-filemigrate state=present\n when: ansible_os_family != 'Debian'\n register: filemigrate_result\n- name: Configure.sh -R\n shell: /opt/mapr/ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-hdfs-volume-compression | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-hdfs-volume-compression/tasks/main.yml",
"content": "- name: Setcompression off for the volume\n become: true\n become_user: '{{ mapr_user }}'\n # shell: \"curl -k -X POST '{{ url }}/rest/disk/setlabel?label={{ 'hdd' if label == '1' else 'nvme' if label == '0' }}&host={{ ansible_fq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-mastgateway-conf-change | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-mastgateway-conf-change/tasks/main.yml",
"content": "---\n\n- name: Changes to mastgateway.conf\n lineinfile:\n path: /opt/mapr/conf/mastgateway.conf\n search_string: \"{{ item.regexp }}\"\n line: \"{{ item.replace }}\"\n state: present\n with_items:\n - { regexp: '#?s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-mfs-conf-change | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-mfs-conf-change/tasks/main.yml",
"content": "---\n\n- name: Changes to mfs.conf\n lineinfile:\n path: /opt/mapr/conf/mfs.conf\n search_string: \"{{ item.regexp }}\"\n line: \"{{ item.replace }}\"\n state: present\n with_items:\n - { regexp: '#?mfs.ssd.trim.enabled.*', ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-multimfs-config-save | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-multimfs-config-save/tasks/main.yml",
"content": "---\n\n- name: maprcli config save -values {multimfs.numsps.perinstance:1}\n become: true\n become_user: '{{ mapr_user }}'\n shell: \"maprcli config save -values {multimfs.numsps.perinstance:1}\"\n\n- name: maprcli config save -value... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-nfs-conf-change | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-nfs-conf-change/tasks/main.yml",
"content": "---\n- name: Changes to nfsserver.conf\n lineinfile:\n path: /opt/mapr/conf/nfsserver.conf\n search_string: \"#?NumRpcThreads.*\"\n line: \"NumRpcThreads=4\"\n state: present",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-volume-create | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-volume-create/tasks/main.yml",
"content": "---\n\n- name: Create volume\n become: true\n become_user: '{{ mapr_user }}'\n# shell: \"maprcli volume create -name vel -path /vel --containerallocationfactor 40 -type rw -ecenable true -ecscheme '8+4' -eclabel hdd -label hdd -nslabel hdd ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1953,
"all_permissive": false
} |
ansible_role | jaideepjoshi/ezmeral-orock-ansible | 6debe998cfd613ecf8a91d242e298b5b6822d936 | 0 | roles/mapr-warden-conf-change | 3,158 | [
"no_license"
] | [
{
"path": "roles/mapr-warden-conf-change/tasks/main.yml",
"content": "---\n\n- name: Changes to warden.conf\n lineinfile:\n path: /opt/mapr/conf/warden.conf\n search_string: \"{{ item.regexp }}\"\n line: \"{{ item.replace }}\"\n state: present\n with_items:\n - { regexp: '#?service.command.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | Kasandra-SANReN/CSIR-Bootcamp | c544c9945c46852d11542fdb3108c2abd213ff0b | 0 | roles/bootcamp | 3,158 | [
"permissive"
] | [
{
"path": "roles/bootcamp/vars/main.yml",
"content": "---\n# vars file for roles/bootcamp\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 35
},
{
"path": "roles/bootcamp/.travis.yml",
"content": "---\nlanguage: python\npython: \"2.7\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1073,
"all_permissive": true
} |
ansible_role | Kasandra-SANReN/CSIR-Bootcamp | c544c9945c46852d11542fdb3108c2abd213ff0b | 0 | roles/bootcamp1 | 3,158 | [
"permissive"
] | [
{
"path": "roles/bootcamp1/tasks/main.yml",
"content": "---\n- name: Find out stuff\n hosts: all\n connection: local\n tasks:\n - name: Find the hostname\n debug:\n var: ansible_hostname\n - name: Find the IPv4 address\n debug: var=ansible_default_ipv4.address\n - name: Copy a file\n copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": true
} |
ansible_role | NISAR5535/Ansible | 57addea2b7a079a848f60a066713803e07d7235c | 0 | roles/Nugenisis_vision | 3,038 | [
"no_license"
] | [
{
"path": "roles/Nugenisis_vision/tasks/main.yaml",
"content": "--- \n# roles/NuGenesis_VISION_Server/tasks/main.yml\n\n- name: Go to Services app\n win_shell: 'start services.msc'\n\n- name: Check if \"NuGenesis VISION Server\" service is stopped\n win_shell: 'Get-Service -Name \"NuGenesis VISION Server\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3100,
"all_permissive": false
} |
ansible_role | S-Zakhar/Ansible | d892f272b33a10e40e7caad40df686e03df2eb73 | 0 | lab_02/roles/create_usr | 3,038 | [
"no_license"
] | [
{
"path": "lab_02/roles/create_usr/tasks/main.yml",
"content": "# Create OS user\n---\n- name: Create OS user\n user:\n name: ansusr\n comment: ansible user\n shell: /bin/bash\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | S-Zakhar/Ansible | d892f272b33a10e40e7caad40df686e03df2eb73 | 0 | lab_02/roles/dir_and_files | 3,038 | [
"no_license"
] | [
{
"path": "lab_02/roles/dir_and_files/tasks/main.yml",
"content": "---\n- name: Create a directory\n file:\n path: \"{{ dir_path }}\"\n state: directory\n mode: '0755'\n\n- name: Create a text file\n file:\n path: \"{{ dir_path }}/text_file.txt\"\n state: touch\n\n- name: Insert text block ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | S-Zakhar/Ansible | d892f272b33a10e40e7caad40df686e03df2eb73 | 0 | lab_05/roles/create_users | 3,038 | [
"no_license"
] | [
{
"path": "lab_05/roles/create_users/tasks/main.yml",
"content": "# 3. Организовать создание пользователей из инвентори:\n# в инвентори список логин-пароль-дом.директория-генерация ключа\n---\n- name: Create user\n ansible.builtin.user:\n name: \"{{ item.login }}\"\n password: \"{{ <PASSWORD> }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | S-Zakhar/Ansible | d892f272b33a10e40e7caad40df686e03df2eb73 | 0 | lab_05/roles/file_and_dir | 3,038 | [
"no_license"
] | [
{
"path": "lab_05/roles/file_and_dir/tasks/main.yml",
"content": "---\n- name: Include tasks from others files\n include: check_dir.yaml\n include: create_file.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "lab_05/roles/file_and_dir/tasks... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1612,
"all_permissive": false
} |
ansible_role | S-Zakhar/Ansible | d892f272b33a10e40e7caad40df686e03df2eb73 | 0 | lab_06/roles/nginx | 3,038 | [
"no_license"
] | [
{
"path": "lab_06/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n\n- name: Install nginx\n apt:\n name: nginx\n state: latest\n\n- name: Render nginx.conf\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n\n- name: Enable and Restart nginx\n systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | S-Zakhar/Ansible | d892f272b33a10e40e7caad40df686e03df2eb73 | 0 | lab_07/roles/diagnostic | 3,038 | [
"no_license"
] | [
{
"path": "lab_07/roles/diagnostic/tasks/check_mysql.yaml",
"content": "---\n# Tasks for diagnostic purposes\n\n# Task 3 (mysql)\n- name: INCLUDED TASK | Get MySQL service status\n ansible.builtin.systemd:\n name: \"mysql\"\n register: mysql_service_status\n\n- debug:\n var: mysql_service_status.sta... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2139,
"all_permissive": false
} |
ansible_role | S-Zakhar/Ansible | d892f272b33a10e40e7caad40df686e03df2eb73 | 0 | lab_07/roles/mysql | 3,038 | [
"no_license"
] | [
{
"path": "lab_07/roles/mysql/tasks/main.yml",
"content": "---\n- name: install pip and PyMySQL\n import_tasks: \"prereq.yml\"\n\n- name: install and start mysql\n import_tasks: \"install.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "lab... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | S-Zakhar/Ansible | d892f272b33a10e40e7caad40df686e03df2eb73 | 0 | lab_07/roles/nginx | 3,038 | [
"no_license"
] | [
{
"path": "lab_07/roles/nginx/templates/health.j2",
"content": "{\n \"hostname\":\"{{ansible_hostname}}\",\n \"nodename\":\"{{ ansible_nodename }}\",\n \"ActiveState\":\"true\",\n \"ConditionTimestamp\":\"{{ ansible_date_time.time }}\"\n}",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1722,
"all_permissive": false
} |
ansible_role | asg1612/ansible-role-gogs | c0fb6d1264b1fa5eac4623a1b5de2bdff01f1193 | 0 | molecule/default/.molecule/roles/asg1612.docker | 3,038 | [
"no_license"
] | [
{
"path": "molecule/default/.molecule/roles/asg1612.docker/tasks/centos.yml",
"content": "---\n- name: Install Epel repository\n yum:\n name: epel-release\n state: present\n\n- name: Add Docker GPG key.\n rpm_key:\n key: https://download.docker.com/linux/centos/gpg\n state: present\n\n- name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5087,
"all_permissive": false
} |
ansible_role | openeuler-mirror/PilotGo-plugin-topology | 05f871b8dc40c329bc8aea2d3bbd9269f56acb0f | 0 | playbook/roles/neo4j | 3,038 | [
"no_license"
] | [
{
"path": "playbook/roles/neo4j/tasks/main.yml",
"content": "---\n- name: install java-11-openjdk-devel for elasticsearch\n dnf: \n name: java-11-openjdk-devel*\n state: present\n- name: mkdir neo4j-community-4.4.26\n shell: mkdir -p /opt/neo4j-community-4.4.26\n- name: get neo4j tar file\n shell: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | openeuler-mirror/PilotGo-plugin-topology | 05f871b8dc40c329bc8aea2d3bbd9269f56acb0f | 0 | playbook/roles/pilotgo | 3,038 | [
"no_license"
] | [
{
"path": "playbook/roles/pilotgo/tasks/main.yml",
"content": "---\n- name: install pilotgo-server\n dnf: \n name: PilotGo-server\n state: present\n register: pilotgo_info\n ignore_errors: yes\n- name: exit when pilotgo-server fail install\n fail: \n msg: 'dnf install PilotGo-server failed'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | openeuler-mirror/PilotGo-plugin-topology | 05f871b8dc40c329bc8aea2d3bbd9269f56acb0f | 0 | playbook/roles/pilotgo-agent | 3,038 | [
"no_license"
] | [
{
"path": "playbook/roles/pilotgo-agent/tasks/main.yml",
"content": "---\n- name: install pilotgo-agent\n dnf: \n name: PilotGo-agent\n state: present\n register: pilotgo_info\n ignore_errors: yes\n- name: exit when pilotgo-server fail install\n fail: \n msg: 'dnf install PilotGo-agent failed'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | openeuler-mirror/PilotGo-plugin-topology | 05f871b8dc40c329bc8aea2d3bbd9269f56acb0f | 0 | playbook/roles/topo | 3,038 | [
"no_license"
] | [
{
"path": "playbook/roles/topo/tasks/main.yml",
"content": "---\n- name: install pilotgo-topo-server\n dnf: \n name: PilotGo-plugin-topology-server\n state: present\n register: pilotgo_topo_info\n ignore_errors: yes\n- name: exit when pilotgo-topo-server fail install\n fail: \n msg: 'dnf insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | openeuler-mirror/PilotGo-plugin-topology | 05f871b8dc40c329bc8aea2d3bbd9269f56acb0f | 0 | playbook/roles/topo-agent | 3,038 | [
"no_license"
] | [
{
"path": "playbook/roles/topo-agent/tasks/main.yml",
"content": "---\n- name: install pilotgo-topo-agent\n dnf: \n name: PilotGo-plugin-topology-agent\n state: present\n register: pilotgo_topo_agent_info\n ignore_errors: yes\n- name: exit when pilotgo-topo-agent fail install\n fail: \n msg: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | arista-netdevops-community/automation_and_telemetry_demo | 3e2b1679ccafcf3f96bb58215997d7f2dd973434 | 9 | ansible/roles/snapshots | 3,038 | [
"no_license"
] | [
{
"path": "ansible/roles/snapshots/tasks/markdown.yml",
"content": "- name: Create md_fragments directory for each EOS device\n file:\n path: \"{{ snapshots_backup_dir }}/{{ inventory_hostname }}/md_fragments\"\n state: directory\n\n- name: save collected commands in md files\n template:\n src: m... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3328,
"all_permissive": false
} |
ansible_role | arista-netdevops-community/automation_and_telemetry_demo | 3e2b1679ccafcf3f96bb58215997d7f2dd973434 | 9 | ansible/roles/tests | 3,038 | [
"no_license"
] | [
{
"path": "ansible/roles/tests/defaults/main.yml",
"content": "eos_validate_state_validation_mode_loose: true\n\nroot_dir: '{{ inventory_dir }}'\neos_validate_state_name: 'reports'\neos_validate_state_dir: '{{ root_dir }}/{{ eos_validate_state_name }}'\n\n# Reports name\neos_validate_state_md_report_path: '... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 24218,
"all_permissive": false
} |
ansible_role | RyanPMcD/vagrant_ansible_base | 92f59372b3d3fe2dddfd4593f3a026fd8def2e7f | 0 | ansible/playbooks/roles/app | 3,038 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/app/tasks/main.yml",
"content": "---\n - name: Prune NPM modules from the local installed set\n sudo: true\n sudo_user: ubuntu\n shell: /usr/bin/npm prune chdir=/usr/local/src\n ignore_errors: True\n - name: Install modules in package.json\n sudo: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | RyanPMcD/vagrant_ansible_base | 92f59372b3d3fe2dddfd4593f3a026fd8def2e7f | 0 | ansible/playbooks/roles/common | 3,038 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/common/tasks/main.yml",
"content": "---\n\n # apply package updates\n - name: update apt cache\n sudo: true\n apt:\n update_cache: true\n cache_valid_time: 3600\n\n - name: install baseline dependences\n apt: pkg={{ item }} state=latest\n sudo: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | RyanPMcD/vagrant_ansible_base | 92f59372b3d3fe2dddfd4593f3a026fd8def2e7f | 0 | ansible/playbooks/roles/nodejs | 3,038 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/nodejs/tasks/main.yml",
"content": "---\n\n # code borrowed from https://github.com/AnsibleShipyard/ansible-nodejs\n\n# - name: Checking installed version of nodejs\n# shell: /usr/bin/test {{nodejs_path}}bin/node -v 2> /dev/null = {{nodejs_version_tag}}\n# register... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1762,
"all_permissive": false
} |
ansible_role | peco4ever/mac-provisioning | 4459c25ef83360456de08dc6503bb45c95f7658d | 0 | roles/asdf | 3,038 | [
"no_license"
] | [
{
"path": "roles/asdf/defaults/main.yml",
"content": "---\nruby_versions:\n - 3.1.3\nnodejs_versions:\n - 19.8.1\npython_versions:\n - 2.7.18\n - 3.11.3\nflultter_versions:\n - 3.7.8\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/asd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | peco4ever/mac-provisioning | 4459c25ef83360456de08dc6503bb45c95f7658d | 0 | roles/dotfiles | 3,038 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Clone a dotfiles github repository\n git:\n repo: <EMAIL>:peco4ever/dotfiles.git\n dest: ~/workspace/dotfiles\n clone: yes\n update: yes\n\n- name: Install dotfiles\n shell: sh ./install.sh\n args:\n chdir: ~/workspace/dot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | oleyka/KISStheSwan | 36245552601bbe89d0e86d52bb5f5ab518906d3e | 0 | roles/common | 3,038 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "- name: reload FreeBSD network configuration\n shell: \"/etc/rc.d/netif restart && /etc/rc.d/routing restart\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/common/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | oleyka/KISStheSwan | 36245552601bbe89d0e86d52bb5f5ab518906d3e | 0 | roles/strongswan | 3,038 | [
"no_license"
] | [
{
"path": "roles/strongswan/templates/strongswan.d/charon-logging.conf.j2",
"content": "charon {\n\n # Section to define file loggers, see LOGGER CONFIGURATION in\n # strongswan.conf(5).\n filelog {\n\t /var/log/charon.log {\n\t time_format = %b %e %T\n\t ike_name = yes\n\t append =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7518,
"all_permissive": false
} |
ansible_role | oleyka/KISStheSwan | 36245552601bbe89d0e86d52bb5f5ab518906d3e | 0 | roles/users | 3,038 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n\n- name: perform action\n include: \"{{ action }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/users/templates/client_ipsec.conf.j2",
"content": "conn ikev2-{{ IP_subje... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3372,
"all_permissive": false
} |
ansible_role | dileep-p/elk-amazon-linux | 5de826afe26a728bef00d1f2d2e96303b0df2e52 | 1 | roles/elk-master | 3,038 | [
"no_license"
] | [
{
"path": "roles/elk-master/defaults/main.yml",
"content": "---\n# defaults file for ansible-elk\nelk_kibana:\n version: 4.0.2-linux-x64\n path: /opt/kibana\n port: 5601\n user: kibana # optional; if unset, kibana does not require authentication\n password: <PASSWORD> # optional; if unset, kibana does ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 2901,
"all_permissive": false
} |
ansible_role | dileep-p/elk-amazon-linux | 5de826afe26a728bef00d1f2d2e96303b0df2e52 | 1 | roles/filebeat | 3,038 | [
"no_license"
] | [
{
"path": "roles/filebeat/defaults/main.yml",
"content": "---\n# defaults file for filebeat\nlogstash_server: localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/filebeat/tasks/main.yml",
"content": "---\n#\n# install/run filebeat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 838,
"all_permissive": false
} |
ansible_role | ballestr/play_vagrant | 21753ef7049a908e0fa4183bae2283a9fa887241 | 1 | ansible/roles/base | 3,038 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/yumrepo_epel.yml",
"content": "- name: Base_EPEL\n tags: base,repo,epel\n block:\n ## need separate task for installing repo files\n - yum: pkg={{item}} state=present\n with_items:\n - epel-release\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1959,
"all_permissive": false
} |
ansible_role | ballestr/play_vagrant | 21753ef7049a908e0fa4183bae2283a9fa887241 | 1 | ansible/roles/filebeat | 3,038 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/tasks/main.yml",
"content": "- name: FileBeat\n tags: filebeat\n block:\n - yum: pkg={{item}} state=present\n with_items:\n #- java-1.8.0-openjdk\n - filebeat\n - copy:\n dest: /etc/filebeat/filebeat.yml\n src: filebeat.yml\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | ballestr/play_vagrant | 21753ef7049a908e0fa4183bae2283a9fa887241 | 1 | ansible/roles/kibana | 3,038 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/handlers/main.yml",
"content": "## Perfect demonstration of why Ansible is just a glorified shellscript:\n## https://stackoverflow.com/questions/41556574/run-an-ansible-handler-only-once-for-the-entire-playbook\n## \n#handlers:\n - name: restart kibana\n service: name=kib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | ballestr/play_vagrant | 21753ef7049a908e0fa4183bae2283a9fa887241 | 1 | ansible/roles/logstash | 3,038 | [
"no_license"
] | [
{
"path": "ansible/roles/logstash/tasks/main.yml",
"content": "- name: LogStash\n tags: elk,logstash\n block:\n - yum: pkg={{item}} state=present\n with_items:\n #- java-1.8.0-openjdk\n - logstash\n - copy:\n dest: /etc/logstash/conf.d/logstash.conf\n src: logstash.conf\n owner:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | ballestr/play_vagrant | 21753ef7049a908e0fa4183bae2283a9fa887241 | 1 | elkc7cl/ansible-elk/roles/base | 3,038 | [
"no_license"
] | [
{
"path": "elkc7cl/ansible-elk/roles/base/tasks/main.yml",
"content": "- name: Base_NTP\n tags: base,ntp\n block:\n - yum: pkg={{item}} state=present\n with_items:\n - ntp\n ## VirtualBox VMs fall behind when using ntpd - disable\n - service: name=ntpd state=stopped enabled=false\n ## and use in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | ballestr/play_vagrant | 21753ef7049a908e0fa4183bae2283a9fa887241 | 1 | elkc7cl/ansible-elk/roles/elastic | 3,038 | [
"no_license"
] | [
{
"path": "elkc7cl/ansible-elk/roles/elastic/tasks/main.yml",
"content": "- name: ElasticSearch\n tags: elk,elasticsearch\n block:\n - yum: pkg={{item}} state=present\n with_items:\n - java-1.8.0-openjdk\n - elasticsearch\n - copy:\n dest: /etc/elasticsearch/elasticsearch.yml\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | ballestr/play_vagrant | 21753ef7049a908e0fa4183bae2283a9fa887241 | 1 | elkc7cl/ansible-elk/roles/kibana | 3,038 | [
"no_license"
] | [
{
"path": "elkc7cl/ansible-elk/roles/kibana/tasks/main.yml",
"content": "- name: Kibana\n tags: elk,kibana\n block:\n - yum: pkg={{item}} state=present\n with_items:\n #- java-1.8.0-openjdk\n - kibana\n# - copy:\n# dest: /etc/kibana/kibana.yml\n# src: kibana.yml\n# owner: root\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | ballestr/play_vagrant | 21753ef7049a908e0fa4183bae2283a9fa887241 | 1 | elkc7cl/ansible-elk/roles/logstash | 3,038 | [
"no_license"
] | [
{
"path": "elkc7cl/ansible-elk/roles/logstash/tasks/main.yml",
"content": "- name: LogStash\n tags: elk,logstash\n block:\n - yum: pkg={{item}} state=present\n with_items:\n #- java-1.8.0-openjdk\n - logstash\n - copy:\n dest: /etc/logstash/conf.d/logstash.conf\n src: logstash.conf\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.