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 | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab1/roles/nic | 72 | [
"no_license"
] | [
{
"path": "Lab1/roles/nic/tasks/main.yml",
"content": "---\r\n- name: Creation de la NIC WEB\r\n azure_rm_networkinterface:\r\n name: \"{{ nic_name_web }}\"\r\n resource_group: \"{{ rg_name }}\"\r\n virtual_network: \"{{ vnet_name }}\"\r\n subnet_name: \"{{ subnetfe_name }}\"\r\n security_gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab1/roles/nsg | 72 | [
"no_license"
] | [
{
"path": "Lab1/roles/nsg/vars/main.yml",
"content": "---\r\nnsg_web_name: nsg-web\r\n...\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "Lab1/roles/nsg/tasks/main.yml",
"content": "---\r\n- name: Installation du Network Seurity Group WEB\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab1/roles/public-ip | 72 | [
"no_license"
] | [
{
"path": "Lab1/roles/public-ip/tasks/main.yml",
"content": "---\r\n- name: Installation de l' IP Publique VM-WEB\r\n azure_rm_publicipaddress:\r\n resource_group: \"{{ rg_name }}\"\r\n name: \"{{ public_ip_web }}\"\r\n allocation_method: \"{{ allocation_method }}\"\r\n...",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab1/roles/rg | 72 | [
"no_license"
] | [
{
"path": "Lab1/roles/rg/tasks/main.yml",
"content": "---\r\n- name: Installation du ressource groupe\r\n azure_rm_resourcegroup:\r\n name: \"{{ rg_name }}\"\r\n location: \"{{ location }}\"\r\n...\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab1/roles/subnet | 72 | [
"no_license"
] | [
{
"path": "Lab1/roles/subnet/tasks/main.yml",
"content": "---\r\n- name : \"installation du subnet front\"\r\n azure_rm_subnet:\r\n name: \"{{ subnetfe_name }}\"\r\n virtual_network_name: \"{{ vnet_name }}\"\r\n resource_group: \"{{ rg_name }}\"\r\n address_prefix_cidr: \"{{ address_prefix_cidr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab1/roles/vm | 72 | [
"no_license"
] | [
{
"path": "Lab1/roles/vm/tasks/main.yml",
"content": "---\r\n- name: installation de la VM Web\r\n azure_rm_virtualmachine:\r\n name: \"{{ vm_name_web }}\"\r\n resource_group: \"{{ rg_name }}\"\r\n vm_size: \"{{ vm_size }}\"\r\n managed_disk_type: \"{{ vm_type_disk }}\"\r\n admin_username: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab1/roles/vnet | 72 | [
"no_license"
] | [
{
"path": "Lab1/roles/vnet/tasks/main.yml",
"content": "---\r\n- name: Installation du virtual network\r\n azure_rm_virtualnetwork:\r\n name: \"{{ vnet_name }}\"\r\n resource_group: \"{{rg_name}}\"\r\n address_prefixes_cidr: \"{{address_prefixes_cidr_vnet}}\" \r\n...",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab2/roles/maj | 72 | [
"no_license"
] | [
{
"path": "Lab2/roles/maj/tasks/main.yml",
"content": "---\r\n- name: mise à jour\r\n become: true\r\n apt:\r\n update_cache: yes\r\n upgrade: dist\r\n force_apt_get: yes \r\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab2/roles/nginx | 72 | [
"no_license"
] | [
{
"path": "Lab2/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: installation de Nginx\r\n become: yes\r\n apt:\r\n name: nginx\r\n state: present\r\n force_apt_get: yes \r\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab2/roles/permission | 72 | [
"no_license"
] | [
{
"path": "Lab2/roles/permission/tasks/main.yml",
"content": "---\r\n- name: Permission sur le repertoire /var/www/html\r\n become: yes\r\n \r\n file:\r\n path: /var/www/html\r\n mode: '0755' \r\n...\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | Lab2/roles/site | 72 | [
"no_license"
] | [
{
"path": "Lab2/roles/site/tasks/main.yml",
"content": "---\r\n- name: Delete le fichier index de base\r\n become: yes\r\n file:\r\n path: /var/www/html/index.nginx-debian.html\r\n state: absent\r\n\r\n- name: Uplaod des fichiers du site\r\n become: yes\r\n copy: \r\n src: ./SiteWeb/\r\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | SQL-Linux-v2/roles/install-SQL-Server-2017 | 72 | [
"no_license"
] | [
{
"path": "SQL-Linux-v2/roles/install-SQL-Server-2017/tasks/main.yml",
"content": "---\n- name: import de la cle GPG\n become: yes\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n- name: installation du repo mssql-server\n become: yes\n get_url:\n url: ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | SQL-Linux-v2/roles/install-SQL-Server-CLT | 72 | [
"no_license"
] | [
{
"path": "SQL-Linux-v2/roles/install-SQL-Server-CLT/tasks/main.yml",
"content": "---\n- name: installation du repo mssql-server-tools\n become: yes\n get_url:\n url: https://packages.microsoft.com/config/ubuntu/16.04/prod.list\n dest: /etc/apt/sources.list.d/msprod.list\n\n- name: refresh du cache ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 885,
"all_permissive": false
} |
ansible_role | dfrappart/Ansible-for-Azure | 8b9d47fb52ccbb95dbed14730e7bac57ee7a7fdc | 0 | SQL-Linux-v2/roles/test-base | 72 | [
"no_license"
] | [
{
"path": "SQL-Linux-v2/roles/test-base/vars/main.yml",
"content": "---\ndb_name: DBtest\nsa_password: <PASSWORD>$\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "SQL-Linux-v2/roles/test-base/tasks/main.yml",
"content": "---\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | hastexo/ceph-checkup | 141e8411f2a9aefc978048310a6dad1e63fc9889 | 2 | roles/checkup | 72 | [
"no_license"
] | [
{
"path": "roles/checkup/tasks/main.yml",
"content": "- name: collect logs from last 24 hours\n shell:\n find {{ ceph_log_directory }} -type f -mtime -1 | xargs tar -czf ceph_logs_{{ hostvars['localhost'].checkup_timestamp }}.tar.gz\n ignore_errors: yes\n\n- name: fetch logs from last 24 hours\n fetch... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | hastexo/ceph-checkup | 141e8411f2a9aefc978048310a6dad1e63fc9889 | 2 | roles/checkup.mon | 72 | [
"no_license"
] | [
{
"path": "roles/checkup.mon/tasks/main.yml",
"content": "---\n- name: run ceph report\n shell:\n ceph report | gzip -c > ceph_report_{{ hostvars['localhost'].checkup_timestamp }}.gz\n\n- name: fetch ceph report\n fetch:\n src: ceph_report_{{ hostvars['localhost'].checkup_timestamp }}.gz\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1911,
"all_permissive": false
} |
ansible_role | hastexo/ceph-checkup | 141e8411f2a9aefc978048310a6dad1e63fc9889 | 2 | roles/checkup.osd | 72 | [
"no_license"
] | [
{
"path": "roles/checkup.osd/tasks/main.yml",
"content": "---\n- name: list OSD journals\n shell:\n ls /var/lib/ceph/osd/*/journal -la > ceph_journals_{{ hostvars['localhost'].checkup_timestamp }}.txt\n\n- name: fetch OSD journal list\n fetch:\n src: ceph_journals_{{ hostvars['localhost'].checkup_ti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/activemq | 72 | [
"no_license"
] | [
{
"path": "roles/activemq/tasks/main.yml",
"content": "---\n- name: Remove existing installation\n file:\n state: absent\n path: \"{{ install_folder }}/apache-activemq-5.15.0\"\n\n- name: Create activemq data foder\n file: \n state: directory\n path: \"{{activemq.data_dir}}\"\n\n- name: Instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2937,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/java | 72 | [
"no_license"
] | [
{
"path": "roles/java/vars/main.yml",
"content": "---\n\narchive: \"{{download_folder}}/jdk-8u161-linux-x64.tar.gz\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/java/tasks/main.yml",
"content": "---\n\n- name: Remove existing inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/operations | 72 | [
"no_license"
] | [
{
"path": "roles/operations/tasks/main.yml",
"content": "---\n\n- name: Stop ActiveMQ service\n service:\n name: '{{amq_service_name}}'\n state: stopped\n enabled: yes\n tags:\n - stop-activemq\n\n- name: Start ActiveMQ service\n service:\n name: '{{amq_service_name}}'\n state: started\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2168,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/osb-install | 72 | [
"no_license"
] | [
{
"path": "roles/osb-install/tasks/main.yml",
"content": "---\n\n- name: Prepare OSB installation response file\n template:\n src: osb.rsp.j2\n dest: \"{{ osb_install_response_file }}\"\n tags:\n - install\n\n- name: Install Oracle Service Bus\n shell: \"{{ java_home_path }}/bin/java -Xms1024m ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/project-config | 72 | [
"no_license"
] | [
{
"path": "roles/project-config/templates/configure_jms.py.j2",
"content": "#\n# This is a WLST script to create and configure an OSB eluster.\n#\n\nimport traceback\n\nprint '[INFO] Configuration Starts..'\nadmin_server_url = 't3://{{wls_admin_server_listen_address}}:{{wls_admin_server_listen_port}}'\namq_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 14044,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/rcu | 72 | [
"no_license"
] | [
{
"path": "roles/rcu/tasks/main.yml",
"content": "---\n\n- name: Password response file for repository creation\n template:\n src: db_passwords.txt\n dest: \"{{ wls_scripts_dir }}/db_passwords.txt\"\n owner: \"{{ fmw_user }}\"\n group: \"{{ fmw_group }}\"\n \n- include: remove-schema.yml\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/remote-server-setup | 72 | [
"no_license"
] | [
{
"path": "roles/remote-server-setup/tasks/main.yml",
"content": "---\n\n- name: Create Managed Server and add to the cluster\n shell: \"{{ osb_scripts_dir }}/setup_MS_add_to_cluster.sh > {{ osb_logs_dir }}/setup_MS_add_to_cluster_$(date +'%F').log 2>&1\"\n register: create_ms_server_cmd\n\n- debug:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1211,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/wls-admin-server-setup | 72 | [
"no_license"
] | [
{
"path": "roles/wls-admin-server-setup/templates/boot.properties.j2",
"content": "#\n# This file is managed by Ansible\n#\n\nusername={{wls_admin_username}}\npassword={{<PASSWORD>}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/wls-admin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1248,
"all_permissive": false
} |
ansible_role | kc-cloud/ansible-weblogic-osb-cluster-installation | 5d05fb7ad48e56879138445a3f3b4e6fc29797d4 | 2 | roles/wls-install | 72 | [
"no_license"
] | [
{
"path": "roles/wls-install/templates/nodemanager.service.j2.BKUP",
"content": "#!/bin/sh\n#\n# chkconfig: 2345 95 05 \n# description: per domain Oracle Weblogic Node Manager service init script\n \n### BEGIN INIT INFO\n# Provides: osb-nodemanager\n# Required-Start: $network $local_fs\n# Required-Stop:\n#... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 26576,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/chrome | 72 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yml",
"content": "---\n- name: import google chrome repo\n yum_repository:\n name: google-chrome\n description: google-chrome\n baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64\n enabled: yes\n gpgcheck: true\n gpgkey: https://dl.google... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/common | 72 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: update packages\n become: yes\n package:\n name: \"*\"\n state: latest\n\n- name: install the 'Development tools' package group\n package:\n name: \"@Development tools\"\n state: present\n\n- name: install plugins core\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1283,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/dev | 72 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/python.yml",
"content": "---\n- name: install pyenv\n git:\n repo: https://github.com/pyenv/pyenv.git\n version: master\n dest: \"{{ ansible_env.HOME }}/.pyenv\"\n\n# - name: install build prerequesites for pyenv\n# package:\n# name:\n# - zlib-devel\n# ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4193,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/docker | 72 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: setup docker CE repo\n command: \"dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo\"\n args:\n creates: /etc/yum.repos.d/docker-ce.repo\n\n- name: install docker CE\n package:\n name: docker-ce\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/dotfiles | 72 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: get dotfile repo\n git: \"\"\n\n- name: Get zsh dotfile\n git:\n repo: \"\"\n dest: \"{{ ansible_env.HOME }}/.zshrc\"\n ignore_errors: yes\n#- name: get coc config, vimrc, gitconfig, gitignore....\n# even more config files???????... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/gnome | 72 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "---\n- name: enable copr for flat-remix-icons\n command: \"dnf copr enable -y daniruiz/flat-remix\"\n args:\n creates: /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:daniruiz:flat_remix.repo\n\n- name: install flat-remix-icons\n package:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1516,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/i3 | 72 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "---\n- name: enable copr for i3-gaps repo\n command: \"dnf copr enable -y gregw/i3desktop\"\n args:\n creates: /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:gregw:i3-gaps.repo\n\n- name: install i3 and deps for config\n package:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/individual | 72 | [
"no_license"
] | [
{
"path": "roles/individual/tasks/main.yml",
"content": "---\n- name: install additional apps\n import_tasks: apps.yml\n\n- name: setup additional multimedia things\n import_tasks: multimedia.yml\n\n- name: install nerd fonts\n import_tasks: fonts.yml\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3615,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/kerberos | 72 | [
"no_license"
] | [
{
"path": "roles/kerberos/tasks/main.yml",
"content": "---\n- name: install kerberos packages\n package:\n name:\n - krb5-libs\n - krb5-workstation\n\n- name: copy kerberos config\n copy:\n src: krb5.conf\n dest: /etc/\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/latex | 72 | [
"no_license"
] | [
{
"path": "roles/latex/tasks/main.yml",
"content": "---\n- name: install texlive\n package:\n name:\n - texlive-scheme-full\n - jabref\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/lenovo-t480 | 72 | [
"no_license"
] | [
{
"path": "roles/lenovo-t480/tasks/main.yml",
"content": "---\n- name: install nvidia-driver\n package:\n name:\n - akmod-nvidia\n - vdpauinfo\n - libva-vdpau-driver\n - libva-utils\n\n- name: nvidia prime support\n shell: |\n cat > /etc/modprobe.d/nvidia.conf <<EOF\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/oh-my-zsh | 72 | [
"no_license"
] | [
{
"path": "roles/oh-my-zsh/vars/main.yml",
"content": "zsh_custom: \"{{ ansible_env.HOME }}/.oh-my-zsh/custom\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/oh-my-zsh/tasks/install.yml",
"content": "---\n- name: change shell to zsh f... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1781,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/sway | 72 | [
"no_license"
] | [
{
"path": "roles/sway/tasks/main.yml",
"content": "---\n- name: install sway and deps for config\n package:\n name:\n - sway\n - dunst\n - rofi\n - network-manager-applet\n - lxappearance\n - py3status\n - qutebrowser\n - mako\n - grim\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/ueberzug | 72 | [
"no_license"
] | [
{
"path": "roles/ueberzug/tasks/main.yml",
"content": "---\n- name: install deps for ueberzug\n package:\n name:\n - libX11-devel\n - libXext-devel\n state: present\n\n- name: install ueberzug via pip\n pip:\n name: ueberzug\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/vim | 72 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n# - name: install language server\n# git:\n# with_items:\n# - latex\n# - scala\n\n- name: install ctrlp plugin\n git:\n repo: https://github.com/ctrlpvim/ctrlp.vim.git\n version: master\n dest: \"{{ ansible_env.HOME }}/.vim/pa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2889,
"all_permissive": false
} |
ansible_role | lockejan/ansible-workstation-setup | 497dcc727e521d1e7a41c8c37345ea2633b37733 | 0 | roles/vs-code | 72 | [
"no_license"
] | [
{
"path": "roles/vs-code/tasks/main.yml",
"content": "---\n- name: import pubKey of microsoft repo\n rpm_key:\n state: present\n key: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: create repo entry for vs code\n yum_repository:\n name: code\n description: Visual Studio Code\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | dnezic/ansible-bdp | 51a75cd47c693f192b168eb04aa36853b8823a22 | 0 | roles/common | 72 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n\n- name: \"disable SELinux\"\n selinux:\n state: disabled\n\n- name: \"disable firewall\"\n service:\n name: \"firewalld\"\n enabled: False\n state: \"stopped\"",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | dnezic/ansible-bdp | 51a75cd47c693f192b168eb04aa36853b8823a22 | 0 | roles/minio | 72 | [
"no_license"
] | [
{
"path": "roles/minio/tasks/main.yaml",
"content": "---\n\n- import_tasks: install_minio.yaml\n- import_tasks: configure_minio.yaml\n- import_tasks: start_minio.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/minio/tasks/install_mini... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | dnezic/ansible-bdp | 51a75cd47c693f192b168eb04aa36853b8823a22 | 0 | roles/spark | 72 | [
"no_license"
] | [
{
"path": "roles/spark/defaults/main.yml",
"content": "\n\nspark_version: 3.5.1\nspark_download_url: https://downloads.apache.org/spark/spark-{{ spark_version }}/spark-{{ spark_version }}-bin-hadoop3.tgz\nspark_package: spark-{{ spark_version }}-bin-hadoop3.tgz\nspark_group: spark\nspark_user: spark\nspark_... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7732,
"all_permissive": false
} |
ansible_role | dnezic/ansible-bdp | 51a75cd47c693f192b168eb04aa36853b8823a22 | 0 | roles/vagrant | 72 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yaml",
"content": "---\n\n- name: \"Vagrant::etc/hosts\"\n lineinfile:\n dest: /etc/hosts\n regexp: '.*{{ item }}$'\n line: '{{ hostvars[item].ip_address }} {{item}}'\n state: present\n with_items: '{{ groups[\"all\"] }}'\n\n- name: \"Vagrant::c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | muturi254/yolo_2 | 649bee2885fb23cbb40cfb4a4c71864c9e7a9374 | 0 | roles/backend | 72 | [
"no_license"
] | [
{
"path": "roles/backend/vars/main.yml",
"content": "backend_path: \"{{ playbook_dir }}/backend/\"\n# backend_path: \"app/backend/\"\nimage_name: ashorta/backend1\nimage_tag: latest\ncontainer_name: backend_3",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | muturi254/yolo_2 | 649bee2885fb23cbb40cfb4a4c71864c9e7a9374 | 0 | roles/db | 72 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yaml",
"content": "---\n- name: create yolom networks\n docker_network:\n name: yolom-network\n state: present\n\n\n- name: Run MongoDB Container\n docker_container:\n name: app-mongo\n image: mongo\n ports:\n - '27017:27017'\n volumes:\n - ./app-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | muturi254/yolo_2 | 649bee2885fb23cbb40cfb4a4c71864c9e7a9374 | 0 | roles/frontend | 72 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Build fontend application\n docker_image:\n name: \"{{ image_name }}\" # Docker image name backend_3\n tag: \"{{ image_tag }}\" # Docker image name\n source: build # Docker image tag\n build:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | jkmino/ter-dock-kong | 1ed9b261985f1fceb35b2f2c54e82ba9834057cd | 0 | roles/Docker | 72 | [
"no_license"
] | [
{
"path": "roles/Docker/tasks/main.yml",
"content": "---\n# tasks file for Docker\n- include: repos.yml\n- include: install.yml\n- include: configure.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/Docker/tasks/install.yml",
"conten... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3271,
"all_permissive": false
} |
ansible_role | kiyoad/trusty-pacemaker-demo | c13e14a0cb23f4744e2ca4922b17410aed89cd58 | 1 | ansible/roles/cluster | 72 | [
"no_license"
] | [
{
"path": "ansible/roles/cluster/tasks/main.yml",
"content": "---\n# Setup Corosync+Pacemaker+HAProxy cluster server\n\n- name: Add authorized key\n authorized_key: user=vagrant key=\"{{ lookup('file', 'cluster_id_rsa.pub') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | kiyoad/trusty-pacemaker-demo | c13e14a0cb23f4744e2ca4922b17410aed89cd58 | 1 | ansible/roles/common | 72 | [
"no_license"
] | [
{
"path": "ansible/roles/common/templates/hosts.j2",
"content": "127.0.0.1 localhost\n\n{% for item in cluster_servers %}\n{{ item.ip }} {{ item.name }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "ansible/roles/common/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | kiyoad/trusty-pacemaker-demo | c13e14a0cb23f4744e2ca4922b17410aed89cd58 | 1 | ansible/roles/corosync-pacemaker | 72 | [
"no_license"
] | [
{
"path": "ansible/roles/corosync-pacemaker/tasks/main.yml",
"content": "---\n# Setup Corosync and Pacemaker\n\n- name: Install Corosync and Pacemaker\n apt: name=pacemaker\n\n- name: Send libqb0 deb package\n copy: src=libqb0_0.17.1-3_amd64.deb dest=/tmp/libqb0_0.17.1-3_amd64.deb\n\n- name: Update libqb0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1403,
"all_permissive": false
} |
ansible_role | kiyoad/trusty-pacemaker-demo | c13e14a0cb23f4744e2ca4922b17410aed89cd58 | 1 | ansible/roles/demo-nginx | 72 | [
"no_license"
] | [
{
"path": "ansible/roles/demo-nginx/tasks/main.yml",
"content": "---\n# Setup nginx for demo\n\n- name: Install nginx\n apt: name=nginx\n\n- name: Send nginx config\n template: src=default.j2 dest=/etc/nginx/sites-available/default\n\n- name: Send index.html\n template: src=index.html.j2 dest=/usr/share/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | kiyoad/trusty-pacemaker-demo | c13e14a0cb23f4744e2ca4922b17410aed89cd58 | 1 | ansible/roles/haproxy | 72 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/tasks/main.yml",
"content": "---\n# Setup HAProxy\n\n- name: Install HAProxy\n apt: name=haproxy\n\n- name: Create OCF directory\n file: path=/usr/lib/ocf/resource.d/heartbeat state=directory mode=0755\n\n- name: Install HAProxy OCF file\n # https://github.com/stackforge/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1388,
"all_permissive": false
} |
ansible_role | kiyoad/trusty-pacemaker-demo | c13e14a0cb23f4744e2ca4922b17410aed89cd58 | 1 | ansible/roles/starter | 72 | [
"no_license"
] | [
{
"path": "ansible/roles/starter/tasks/main.yml",
"content": "---\n# Setup starter\n\n- name: Install private-key\n copy: src=cluster_id_rsa dest=/home/vagrant/.ssh/cluster_id_rsa owner=vagrant group=vagrant mode=0600\n\n- name: Install ssh/config\n copy: src=config dest=/home/vagrant/.ssh/config owner=va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | BuildWithLal/django-nginx-uwsgi-ansible | 9ab4fe8f8e2ee4a7b9b13252b69fb9189a4bfd7a | 2 | roles/deploy | 72 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n- name: Install dependencies listed in requirements.txt\n pip: requirements={{requirements_file}} virtualenv={{virtualenv_dir}}\n\n# virtualenv: If the virtualenv does not exist, it will be created before installing packages\n\n\n\n- name: Django m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | BuildWithLal/django-nginx-uwsgi-ansible | 9ab4fe8f8e2ee4a7b9b13252b69fb9189a4bfd7a | 2 | roles/setup | 72 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/nginx.yml",
"content": "---\n- name: Copy virtual hosts\n template: src=virtual-hosts.conf.j2\n dest=/etc/nginx/sites-available/{{ project_name }}.conf\n notify: restart nginx\n\n\n- name: Remove default virtual host\n file:\n path=/etc/nginx/sites-enabled/defau... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4470,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/bash | 72 | [
"no_license"
] | [
{
"path": "roles/bash/README.md",
"content": "# bash\n\nTracks bash setup based on github.com/aikchar/new-mac.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/bash/tasks/main.yml",
"content": "---\n- name: create shells directory\n fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/docker | 72 | [
"no_license"
] | [
{
"path": "roles/docker/templates/startup_options.conf.j2",
"content": "# https://success.docker.com/article/how-do-i-enable-the-remote-api-for-dockerd\n# https://linuxconfig.org/how-to-move-docker-s-default-var-lib-docker-to-another-directory-on-ubuntu-debian-linux\n# /etc/systemd/system/docker.service.d/o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1818,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/google-chrome | 72 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/main.yml",
"content": "---\n- name: add google chrome's apt signing key\n apt_key:\n url: https://dl.google.com/linux/linux_signing_key.pub\n state: present\n become: yes\n\n- name: add google chrome's apt repo\n apt_repository:\n repo: deb [arch=amd64] http:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/nitpicks | 72 | [
"no_license"
] | [
{
"path": "roles/nitpicks/tasks/main.yml",
"content": "---\n- name: disable unattended-upgrades\n command: systemctl disable unattended-upgrades\n become: yes\n\n- name: stop unattended-upgrades\n command: systemctl stop unattended-upgrades\n become: yes\n\n- name: enable loginctl linger\n shell: login... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/pkgsrc | 72 | [
"no_license"
] | [
{
"path": "roles/pkgsrc/tasks/main.yml",
"content": "---\n# - name: update repositories cache\n# apt:\n# update_cache: yes\n# become: yes\n\n- name: install build tools\n apt:\n name: build-essential\n state: present\n become: yes\n\n- name: install git\n apt:\n name: git\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4935,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/pkgsrc-admin | 72 | [
"no_license"
] | [
{
"path": "roles/pkgsrc-admin/tasks/main.yml",
"content": "---\n- name: fetch latest known vulnerabilities\n shell: source ~/.profile && pkg_admin -K ~/pkg/pkgdb fetch-pkg-vulnerabilities\n args:\n executable: /bin/bash\n\n- name: audit for vulnerabilities\n shell: source ~/.profile && pkg_admin -v au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/prerequisite-packages | 72 | [
"no_license"
] | [
{
"path": "roles/prerequisite-packages/tasks/main.yml",
"content": "---\n- name: update repositories cache\n apt:\n update_cache: yes\n become: yes\n\n- name: install git\n apt:\n name: git\n state: latest\n become: yes\n\n- name: install vim\n apt:\n name: vim\n state: latest\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/pycharm | 72 | [
"no_license"
] | [
{
"path": "roles/pycharm/tasks/main.yml",
"content": "---\n- name: install pycharm-professional snap\n command: snap install pycharm-professional --classic\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/qemu | 72 | [
"no_license"
] | [
{
"path": "roles/qemu/tasks/main.yml",
"content": "---\n- name: install qemu\n apt:\n name: qemu\n state: latest\n become: yes\n\n- name: install qemu-kvm\n apt:\n name: qemu-kvm\n state: latest\n become: yes\n\n- name: add libvirt-qemu group\n group:\n state: present\n name: libvirt-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/unifi | 72 | [
"no_license"
] | [
{
"path": "roles/unifi/handlers/main.yml",
"content": "---\n# https://stackoverflow.com/a/28070759\n- name: restart server\n command: 'sleep 1 && shutdown -r now \"Reboot triggered by Ansible\" && sleep 1'\n async: 1\n poll: 0\n ignore_errors: true\n become: true\n\n- name: wait for server to restart\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2091,
"all_permissive": false
} |
ansible_role | codeghar/ubuntu-dev-box-with-ansible | 8125b833f2f4acb5a81d7c3f78ec2b864c6f4ddf | 0 | roles/vscode | 72 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n- name: install vscode snap\n command: snap install vscode --classic\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | smiledt/rsync-backup-docker | 8e2e70e39d143f999b12cd7fc8f01591755d8efc | 0 | roles/rsync-backup-docker | 72 | [
"no_license"
] | [
{
"path": "roles/rsync-backup-docker/defaults/main.yml",
"content": "# Defaults file for RSync-Backup-Docker\n# These values are meant to be overwritten.\n\nrsync_server: rsync.domain.local\nbackup_dir: /opt\nbackup_storage_dir: /mnt/fileserver/backups",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2156,
"all_permissive": false
} |
ansible_role | bh6539/ansible | 025a14c10fb1a46b6721679f12ee728bda328abc | 0 | 09_roles_create/roles/myfirewall | 72 | [
"no_license"
] | [
{
"path": "09_roles_create/roles/myfirewall/defaults/main.yml",
"content": "---\n# defaults file for myfirewall\n\nfirewall_service: http",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "09_roles_create/roles/myfirewall/tasks/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | bh6539/ansible | 025a14c10fb1a46b6721679f12ee728bda328abc | 0 | 09_roles_create/roles/myvhost | 72 | [
"no_license"
] | [
{
"path": "09_roles_create/roles/myvhost/tasks/main.yml",
"content": "---\n# tasks file for myvhost\n# 1) 패키지 설치 - httpd\n- name: 패키지 설치 - httpd\n yum:\n name: httpd\n state: latest\n\n# 2) 서비스 기동 - httpd\n- name: 서비스 기동 - httpd\n service:\n name: httpd\n state: started\n enabled: yes\n\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | rikodao/sre-task | d2d54d99b3afe01d2ac1509ad1904035f527c8dd | 0 | roles/helloworld | 74 | [
"no_license"
] | [
{
"path": "roles/helloworld/tasks/main.yml",
"content": "---\n# tasks file for helloworld\n\n- name: Update the repository cache and update package \"nginx\" to latest version using default release squeeze-backport\n apt:\n name: nginx\n state: latest\n update_cache: yes\n- name: Install clo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1146,
"all_permissive": false
} |
ansible_role | aaronromeo/ansible-dmi | 394b1f8a2546d0bbbca9a3aa2ca18d55ff7c67cd | 0 | playbooks/roles/common-tier | 74 | [
"no_license"
] | [
{
"path": "playbooks/roles/common-tier/templates/hosts.j2",
"content": "127.0.0.1\tlocalhost\n127.0.1.1\t{{ ansible_hostname }}\n{{ web_server_vpn_ip }} dmi-webserver\n{{ db_server_vpn_ip }} dmi-dbserver\n{{ worker_server_vpn_ip }} dmi-workerserver\n\n# The following lines are desirable for IP... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2816,
"all_permissive": false
} |
ansible_role | aaronromeo/ansible-dmi | 394b1f8a2546d0bbbca9a3aa2ca18d55ff7c67cd | 0 | playbooks/roles/database-tier | 74 | [
"no_license"
] | [
{
"path": "playbooks/roles/database-tier/tasks/main.yml",
"content": "---\n- name: Update postgresql conf\n template: src=postgresql.conf.j2 dest=/etc/postgresql/9.3/main/postgresql.conf\n sudo: true\n notify: restart postgres\n\n- name: Update pg_hba conf\n template: src=pg_hba.conf.j2 dest=/etc/postgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | aaronromeo/ansible-dmi | 394b1f8a2546d0bbbca9a3aa2ca18d55ff7c67cd | 0 | playbooks/roles/django-base-app-tier | 74 | [
"no_license"
] | [
{
"path": "playbooks/roles/django-base-app-tier/tasks/static-setup.yml",
"content": "---\n- name: Make static folder\n file: \n path: \"{{ static_dir }}\"\n state: directory\n when: create\n\n- name: Collect Static\n shell: \"source {{ config_files_base }}/vars.secure && {{ src_root }}/venv_{{ proj... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | aaronromeo/ansible-dmi | 394b1f8a2546d0bbbca9a3aa2ca18d55ff7c67cd | 0 | playbooks/roles/django-web-app-tier | 74 | [
"no_license"
] | [
{
"path": "playbooks/roles/django-web-app-tier/tasks/supervisor-setup.yml",
"content": "---\n- name: Copy gunicorn project specific configuration file\n command: cp {{ config_files_base }}/gunicorn.conf /etc/supervisor/conf.d/{{ projectname }}.conf\n sudo: true\n notify: \n - stop supervisorctl\n -... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1325,
"all_permissive": false
} |
ansible_role | aaronromeo/ansible-dmi | 394b1f8a2546d0bbbca9a3aa2ca18d55ff7c67cd | 0 | playbooks/roles/git-tier | 74 | [
"no_license"
] | [
{
"path": "playbooks/roles/git-tier/tasks/git-crypt-setup.yml",
"content": "---\n- name: Checkout git-crypt\n git:\n repo: \"https://github.com/AGWA/git-crypt.git\"\n dest: /tmp/git-crypt\n force: no\n update: true\n version: \"0.4\"\n accept_hostkey: yes\n\n- name: Make git-crypt\n comm... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1382,
"all_permissive": false
} |
ansible_role | aaronromeo/ansible-dmi | 394b1f8a2546d0bbbca9a3aa2ca18d55ff7c67cd | 0 | playbooks/roles/python-app-tier | 74 | [
"no_license"
] | [
{
"path": "playbooks/roles/python-app-tier/vars/main.yml",
"content": "---\npython_packages:\n - pip\n - virtualenv\nconfig_files_base: \"{{ src_root }}/venv_{{ projectname }}/{{ projectname }}/serverdeploy\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | aaronromeo/ansible-dmi | 394b1f8a2546d0bbbca9a3aa2ca18d55ff7c67cd | 0 | playbooks/roles/web-tier | 74 | [
"no_license"
] | [
{
"path": "playbooks/roles/web-tier/tasks/nginx-disable-offline.yml",
"content": "---\n- name: Remove the offline nginx symlink\n file: \n path: /etc/nginx/sites-enabled/{{ projectname }}-offline.conf\n state: absent\n sudo: true\n notify: restart nginx\n tags:\n - disable-offline-mode\n\n- nam... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2363,
"all_permissive": false
} |
ansible_role | aaronromeo/ansible-dmi | 394b1f8a2546d0bbbca9a3aa2ca18d55ff7c67cd | 0 | playbooks/roles/worker-tier | 74 | [
"no_license"
] | [
{
"path": "playbooks/roles/worker-tier/handlers/main.yml",
"content": "---\n- name: restart rabbitmq\n service: name=rabbitmq-server state=restarted\n sudo: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "playbooks/roles/worker-tier/tasks/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | quwassar/test_ansible | 16c4e5eedff3d3510810ac7de6b73ef918681f36 | 0 | roles/common | 74 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yaml",
"content": "- name: Check nginx\n ansible.builtin.uri:\n url: http://localhost/\n register: result\n until: result.status == 200\n retries: 4\n delay: 5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | L0rdSterben/ansible | 905572a3940d72e1ed48130633bbb5f222705b8e | 0 | roles/deploy_apache_web | 74 | [
"no_license"
] | [
{
"path": "roles/deploy_apache_web/tasks/main.yml",
"content": "---\n# tasks file for deploy_apache_web\n# - name: Check Print Linux Version\n# debug: var=ansible_os_family\n\n - block: # REDHAT BCLOK\n\n - name: Install Apache Web Server for RedHat\n yum: name=httpd state=latest\n\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1733,
"all_permissive": false
} |
ansible_role | icepopfh/ansible-install-starrocks | 05809e612df0dc8e64748473f771919f5eb20162 | 0 | roles/starrocks | 74 | [
"no_license"
] | [
{
"path": "roles/starrocks/templates/starrocks_be.service.j2",
"content": "[Unit]\nDescription=starrocks be service\nAfter=network.target\n\n[Service]\nType=forking\nExecStart={{STARROCKS_BE_HOME}}/bin/start_be.sh --daemon\nExecStop={{STARROCKS_BE_HOME}}/bin/stop_be.sh\nPrivateTmp=true\n\n[Install]\nWantedB... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10108,
"all_permissive": false
} |
ansible_role | naebrae/ansible_rsyslog | e580fc12f45e2bd684e96d342b740fdef7da8f34 | 1 | roles/rsyslogcli-tcp | 74 | [
"no_license"
] | [
{
"path": "roles/rsyslogcli-tcp/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: rsyslogcli_tcp\n author: <NAME>\n description: Configure rsyslog client to send logs to TCP server.\n license: license (GPLv2)\n\n min_ansible_version: 2.8\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | naebrae/ansible_rsyslog | e580fc12f45e2bd684e96d342b740fdef7da8f34 | 1 | roles/rsyslogcli-udp | 74 | [
"no_license"
] | [
{
"path": "roles/rsyslogcli-udp/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: rsyslogcli_udp\n author: <NAME>\n description: Configure rsyslog client to send logs to UDP server.\n license: license (GPLv2)\n\n min_ansible_version: 2.8\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | naebrae/ansible_rsyslog | e580fc12f45e2bd684e96d342b740fdef7da8f34 | 1 | roles/rsyslogcli-x509 | 74 | [
"no_license"
] | [
{
"path": "roles/rsyslogcli-x509/tasks/main.yml",
"content": "---\n- yum: name=policycoreutils-python state=installed\n when: ansible_os_family == \"RedHat\" and ansible_distribution_major_version|int <= 7\n- yum: name=policycoreutils-python-utils state=installed\n when: ansible_os_family == \"RedHat\" an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | naebrae/ansible_rsyslog | e580fc12f45e2bd684e96d342b740fdef7da8f34 | 1 | roles/rsyslogsrv-anon | 74 | [
"no_license"
] | [
{
"path": "roles/rsyslogsrv-anon/tasks/main.yml",
"content": "---\n- yum: name=policycoreutils-python state=installed\n when: ansible_os_family == \"RedHat\" and ansible_distribution_major_version|int <= 7\n- yum: name=policycoreutils-python-utils state=installed\n when: ansible_os_family == \"RedHat\" an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1276,
"all_permissive": false
} |
ansible_role | naebrae/ansible_rsyslog | e580fc12f45e2bd684e96d342b740fdef7da8f34 | 1 | roles/rsyslogsrv-tcp | 74 | [
"no_license"
] | [
{
"path": "roles/rsyslogsrv-tcp/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: rsyslogsrv_tcp\n author: <NAME>\n description: Configure rsyslog to receive logs as TCP server.\n license: license (GPLv2)\n\n min_ansible_version: 2.8\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | naebrae/ansible_rsyslog | e580fc12f45e2bd684e96d342b740fdef7da8f34 | 1 | roles/rsyslogsrv-udp | 74 | [
"no_license"
] | [
{
"path": "roles/rsyslogsrv-udp/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: rsyslogsrv_udp\n author: <NAME>\n description: Configure rsyslog to receive logs as UDP server.\n license: license (GPLv2)\n\n min_ansible_version: 2.8\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | szabogyula/saml-webapp-runner | e34bcfbae9fcf2fbd384213bf90291b9526e6b90 | 1 | ansible/roles/apache | 74 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/main.yml",
"content": "- name: Apt update\n apt:\n update_cache: yes\n\n- name: Install apache packages\n apt:\n name: \"{{item}}\"\n state: installed\n with_items:\n - apache2\n - libapache2-mod-php\n - php\n - php-mysql\n - php-mcrypt\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2599,
"all_permissive": false
} |
ansible_role | szabogyula/saml-webapp-runner | e34bcfbae9fcf2fbd384213bf90291b9526e6b90 | 1 | ansible/roles/shibboleth_sp | 74 | [
"no_license"
] | [
{
"path": "ansible/roles/shibboleth_sp/tasks/main.yml",
"content": "- name: Install apache2 shibboleth module\n become: yes\n apt: name=libapache2-mod-shib2\n state=installed\n\n- name: Enable apache2 shibboleth modul\n become: yes\n command: a2enmod shib2\n notify: Restart apache2\n\n# Configure... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | szabogyula/saml-webapp-runner | e34bcfbae9fcf2fbd384213bf90291b9526e6b90 | 1 | ansible/roles/simplesaml-idp | 74 | [
"no_license"
] | [
{
"path": "ansible/roles/simplesaml-idp/tasks/simplesaml.yml",
"content": "- debug:\n var:\n simplesaml\n\n- name: Grabs required simplesaml version\n get_url:\n url=https://github.com/simplesamlphp/simplesamlphp/releases/download/v{{simplesaml_version}}/simplesamlphp-{{simplesaml_version}}.tar.... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8452,
"all_permissive": false
} |
ansible_role | szabogyula/saml-webapp-runner | e34bcfbae9fcf2fbd384213bf90291b9526e6b90 | 1 | ansible/roles/tailon | 74 | [
"no_license"
] | [
{
"path": "ansible/roles/tailon/templates/tailon.yml.j2",
"content": "bind: 0.0.0.0:8080\ncommands: [tail, grep, awk]\nfiles:\n {% for file in tailon_logfiles %}\n - {{ file }}\n {% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | shey/osr-infra | 2e93d9d0ce15b71e9e013f9cbc88c9f74121b821 | 0 | roles/base | 74 | [
"no_license"
] | [
{
"path": "roles/base/templates/sysctl.conf.j2",
"content": "# {{ ansible_managed }}\n\n# /etc/sysctl.conf - Configuration file for setting system variables\n# See /etc/sysctl.d/ for additional system variables.\n# See sysctl.conf (5) for information.\n\n# see: https://www.cyberciti.biz/tips/linux-unix-bsd-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2877,
"all_permissive": false
} |
ansible_role | shey/osr-infra | 2e93d9d0ce15b71e9e013f9cbc88c9f74121b821 | 0 | roles/configure-app | 74 | [
"no_license"
] | [
{
"path": "roles/configure-app/tasks/main.yml",
"content": "- name: create directory for .env file\n ansible.builtin.file:\n path: \"{{ app_settings_dir }}\"\n state: directory\n owner: \"{{ app_user }}\"\n group: \"{{ app_user }}\"\n\n- name: update env settings for the rails app\n template:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | shey/osr-infra | 2e93d9d0ce15b71e9e013f9cbc88c9f74121b821 | 0 | roles/database-backups | 74 | [
"no_license"
] | [
{
"path": "roles/database-backups/templates/backup.sh.j2",
"content": "#!/usr/bin/env bash\n\n# {{ ansible_managed }}\n\nDB_NAME={{ database_name }}\nDB_USER={{ app_db_user_name }}\nDB_PASS={{ v_app_db_user_password }}\n\nBUCKET_NAME={{ s3_backup_bucket_name }}\n\nTIMESTAMP=$(date +%F_%T | tr ':' '-')\n\nTE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | shey/osr-infra | 2e93d9d0ce15b71e9e013f9cbc88c9f74121b821 | 0 | roles/fail2ban | 74 | [
"no_license"
] | [
{
"path": "roles/fail2ban/templates/jail.local.j2",
"content": "# {{ ansible_managed }}\n\n[sshd]\n\nport = ssh\nlogpath = %(sshd_log)s\nbackend = %(sshd_backend)s\nmaxretry = 4\nfindtime = 300\nbantime = 600\nignoreip = 127.0.0.1{% if developers_ip is defined and developers_ip %}, {{ developers_ip }}{% ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | shey/osr-infra | 2e93d9d0ce15b71e9e013f9cbc88c9f74121b821 | 0 | roles/nginx-certbot | 74 | [
"no_license"
] | [
{
"path": "roles/nginx-certbot/tasks/main.yml",
"content": "- include: firewall.yml\n- include: nginx.yml\n- include: certbot.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/nginx-certbot/tasks/certbot.yml",
"content": "- name: Inst... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1166,
"all_permissive": false
} |
ansible_role | shey/osr-infra | 2e93d9d0ce15b71e9e013f9cbc88c9f74121b821 | 0 | roles/nginx-reverse-proxy | 74 | [
"no_license"
] | [
{
"path": "roles/nginx-reverse-proxy/tasks/firewall.yml",
"content": "- name: \"allow http\"\n ufw:\n rule: allow\n port: 80\n proto: tcp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.