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 | pavelyu29/sysadmin_repo | 79b9e4c8343807d04c13a514e729327562d01242 | 0 | Ansible/roles/common | 5,537 | [
"no_license"
] | [
{
"path": "Ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n # Ansible автоматически пропишет в /etc/hostname\n\n- name: Install base packages\n apt:\n name:\n - net-tools\n - dnsutils\n - wget\n - curl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | pavelyu29/sysadmin_repo | 79b9e4c8343807d04c13a514e729327562d01242 | 0 | Ansible/roles/nginx_web | 5,537 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx_web/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Deploy Nginx config (web)\n template:\n src: default.conf.j2\n dest: /etc/nginx/sites-available/default\n notify: Restart nginx\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | pure-zero/windows-project | 4be5ebbe14ae0fb93185de6f128450f594499783 | 0 | roles/win_ad_install | 5,537 | [
"no_license"
] | [
{
"path": "roles/win_ad_install/tasks/main.yml",
"content": "---\n# tasks file for win_ad_install\n- name: install ad-domain-services\n win_feature:\n name: ad-domain-services\n state: present\n notify:\n - reboot instance\n\n- name: set up ad controller\n win_domain:\n dns_domain_name: \"{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 799,
"all_permissive": false
} |
ansible_role | dmcp718/lucidlink-ansible-deploy | 563cd9ec846852daa67a9060fcb34faa7ed3b867 | 0 | roles/lucidlink-config | 5,537 | [
"no_license"
] | [
{
"path": "roles/lucidlink-config/handlers/main.yml",
"content": "---\n- name: restart_lucidlink\n systemd:\n name: lucidlink\n state: restarted ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/lucidlink-config/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2283,
"all_permissive": false
} |
ansible_role | dmcp718/lucidlink-ansible-deploy | 563cd9ec846852daa67a9060fcb34faa7ed3b867 | 0 | roles/lucidlink-install | 5,537 | [
"no_license"
] | [
{
"path": "roles/lucidlink-install/templates/lucidlink-service-vars.txt.j2",
"content": "{% if ansible_distribution == \"Ubuntu\" %}\nFILESPACE={{ ll_filespace }}\nFSUSER={{ ll_username }}\nMOUNTPOINT={{ ll_mount_point }}\n{% else %}\nFILESPACE={{ ll_filespace }}\nFSUSER={{ ll_username }}\nMOUNTPOINT={{ ll_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7847,
"all_permissive": false
} |
ansible_role | dmcp718/lucidlink-ansible-deploy | 563cd9ec846852daa67a9060fcb34faa7ed3b867 | 0 | roles/lucidlink-mount | 5,537 | [
"no_license"
] | [
{
"path": "roles/lucidlink-mount/tasks/main.yml",
"content": "---\n- name: Manage LucidLink mount\n block:\n - name: Check if already mounted\n command: mountpoint {{ ll_mount_point }}\n register: mount_status\n changed_when: false\n failed_when: false\n \n - name: Start Luci... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1822,
"all_permissive": false
} |
ansible_role | dmcp718/lucidlink-ansible-deploy | 563cd9ec846852daa67a9060fcb34faa7ed3b867 | 0 | roles/lucidlink-prerequisites | 5,537 | [
"no_license"
] | [
{
"path": "roles/lucidlink-prerequisites/tasks/main.yml",
"content": "---\n- name: Get system memory\n setup:\n filter: ansible_memtotal_mb\n tags: ['health-check']\n\n- name: Get available disk space\n shell: df --output=avail -B 1 {{ ll_cache_location | dirname }} | tail -n 1\n register: available_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2578,
"all_permissive": false
} |
ansible_role | ersatish2012/devops | 982047b0cc46af3bc7f8275795e89a761ba792ab | 0 | tomcat-playbook/roles/tomcat | 5,537 | [
"no_license"
] | [
{
"path": "tomcat-playbook/roles/tomcat/vars/main.yml",
"content": "package: apache-tomcat-8.5.37.tar.gz\nversion: 8.5.37\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "tomcat-playbook/roles/tomcat/tasks/main.yml",
"content": "---\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1297,
"all_permissive": false
} |
ansible_role | kounne/ansible_expo | 6339f3c2ead046bd0c17f853e8f0b30966b08656 | 0 | roles/elasticsearch | 5,537 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": " - name: copy elasticsearch\n copy:\n src: elasticsearch-8.11.1-x86_64.rpm\n dest: /home/kounne/elasticsearch-8.11.1-x86_64.rpm\n owner: root\n group: root\n mode: 0644\n - name: install elasticsearch\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1919,
"all_permissive": false
} |
ansible_role | kounne/ansible_expo | 6339f3c2ead046bd0c17f853e8f0b30966b08656 | 0 | roles/firewalld | 5,537 | [
"no_license"
] | [
{
"path": "roles/firewalld/tasks/main.yml",
"content": "- name: install firewalld\n ansible.builtin.yum: \n name: firewalld\n state: latest\n\n- name: start firewalld\n service:\n name: firewalld\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | kounne/ansible_expo | 6339f3c2ead046bd0c17f853e8f0b30966b08656 | 0 | roles/nginx | 5,537 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n ansible.builtin.yum: \n name: httpd\n state: latest\n\n- name: start nginx\n service:\n name: httpd\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | kounne/ansible_expo | 6339f3c2ead046bd0c17f853e8f0b30966b08656 | 0 | roles/python | 5,537 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: install python\n ansible.builtin.yum: \n name: python\n state: latest\n\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 | kounne/ansible_expo | 6339f3c2ead046bd0c17f853e8f0b30966b08656 | 0 | roles/security | 5,537 | [
"no_license"
] | [
{
"path": "roles/security/handlers/main.yml",
"content": "- name: restart_selinux\n ansible.builtin.systemd:\n name: selinux\n state: restarted\n enabled: true\n- name: restart_firewalld\n ansible.builtin.systemd:\n name: firewalld\n state: restarted\n enabled: true\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | bibliosansfrontieres/ideascube-deploy | cfefe590ea20582ee13d34232b9fa5a6102d7f71 | 1 | roles/balena-engine | 5,577 | [
"no_license"
] | [
{
"path": "roles/balena-engine/files/daemon.json",
"content": "{\n \"storage-driver\": \"overlay\"\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/balena-engine/tasks/main.yml",
"content": "---\n- name: Download balenad binary & ext... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1058,
"all_permissive": false
} |
ansible_role | bibliosansfrontieres/ideascube-deploy | cfefe590ea20582ee13d34232b9fa5a6102d7f71 | 1 | roles/cleanup | 5,577 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "---\n- name: Stop services\n systemd:\n name: \"{{ item }}\"\n state: stopped\n with_items:\n - uhttpd.service\n - rabbitmq-server.service\n - django-fastcgi\n - celeryd.service\n - nginx.service\n ignore_errors: yes\n\n- name: Di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | bibliosansfrontieres/ideascube-deploy | cfefe590ea20582ee13d34232b9fa5a6102d7f71 | 1 | roles/containers | 5,577 | [
"no_license"
] | [
{
"path": "roles/containers/files/ideascube.ini",
"content": "[uwsgi]\nautoload = false\n\nchdir = /home/ideascube/\nmodule = ideascube.wsgi\n\nfor-readline = /etc/default/ideascube\n env = %(_)\nend-for =\n\nmaster = true\nprocesses = 4\nsocket = /IDCsocket/ideas... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7326,
"all_permissive": false
} |
ansible_role | bibliosansfrontieres/ideascube-deploy | cfefe590ea20582ee13d34232b9fa5a6102d7f71 | 1 | roles/content_management | 5,577 | [
"no_license"
] | [
{
"path": "roles/content_management/defaults/main.yml",
"content": "---\nlanguage:\n fr: 878ec2e6f88c5c268b1be6f202833cd4\n en: 1ceff53605e55bef987d88e0908658c5\n sw: ec164fee25ee526296e68f7c10b1e169\n es: c1f2b7e6ac9f56a2bb44fa7a48b66dce\nkolibri_bin: balena-engine exec {{ containers[kolibri_index].na... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7028,
"all_permissive": false
} |
ansible_role | bibliosansfrontieres/ideascube-deploy | cfefe590ea20582ee13d34232b9fa5a6102d7f71 | 1 | roles/setup_system | 5,577 | [
"no_license"
] | [
{
"path": "roles/setup_system/tasks/ansible.yml",
"content": "---\n- name: Add PPA for Ansible\n apt_repository:\n repo: ppa:ansible/ansible\n update_cache: yes\n\n- name: Install required package\n apt:\n name: ansible\n state: latest\n\n- name: Create local directory to work from\n file:\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7797,
"all_permissive": false
} |
ansible_role | bibliosansfrontieres/ideascube-deploy | cfefe590ea20582ee13d34232b9fa5a6102d7f71 | 1 | roles/update_device_config | 5,577 | [
"no_license"
] | [
{
"path": "roles/update_device_config/templates/splash.html.j2",
"content": "<html>\n<head>\n\t<title>{{project_type}}</title>\n\t<meta http-equiv=\"refresh\" content=\"3;url=$authtarget\">\n</head>\n<body bgcolor=\"#c3dae6\" text=\"black\">\n\n<table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8483,
"all_permissive": false
} |
ansible_role | crazyozzy/ansible-lessons | 2bdc060446b29d5ad59ac2f02427a8691c000740 | 0 | adv-it/roles/deploy_apache_web | 5,577 | [
"no_license"
] | [
{
"path": "adv-it/roles/deploy_apache_web/tasks/main.yml",
"content": "---\n# tasks file for deploy_apache_web\n\n- name: Check and print Linux version\n debug: var=ansible_os_family\n\n- block: ### Block for RedHat ###\n - name: Install Apache for RedHat\n yum: name=httpd state=latest\n \n - name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | innanetguru/ans-network | 6c802c3c7ee641115d8314d8092e2b2ff3a993f3 | 0 | roles/crg-external-access | 5,577 | [
"no_license"
] | [
{
"path": "roles/crg-external-access/tasks/main.yaml",
"content": "---\r\n- name: create address objects\r\n fortios_firewall_address:\r\n state: present\r\n #ssl_verify: False \r\n #host: \"{{ ansible_host }}\"\r\n firewall_address:\r\n name: \"{{ item.name }}\" ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1895,
"all_permissive": false
} |
ansible_role | innanetguru/ans-network | 6c802c3c7ee641115d8314d8092e2b2ff3a993f3 | 0 | roles/crg-fortimgr | 5,577 | [
"no_license"
] | [
{
"path": "roles/crg-fortimgr/meta/main.yaml",
"content": "collections:\n - fortinet.fortimanager",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/crg-fortimgr/defaults/main.yaml",
"content": "adom: root",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2830,
"all_permissive": false
} |
ansible_role | innanetguru/ans-network | 6c802c3c7ee641115d8314d8092e2b2ff3a993f3 | 0 | roles/crg-http-redirect | 5,577 | [
"no_license"
] | [
{
"path": "roles/crg-http-redirect/tasks/main.yaml",
"content": "---\r\n- name: Create Virtual Server\r\n bigip_virtual_server:\r\n provider: \"{{ provider }}\"\r\n name: \"{{ bigip_params.application_name }}_http\"\r\n type: standard\r\n source: 0.0.0.0/0\r\n destination: \"{{ bigip_params.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | innanetguru/ans-network | 6c802c3c7ee641115d8314d8092e2b2ff3a993f3 | 0 | roles/crg-vip | 5,577 | [
"no_license"
] | [
{
"path": "roles/crg-vip/vars/main.yaml",
"content": "ca_chain: f5-ca-bundle",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/crg-vip/defaults/main.yaml",
"content": "---\r\nlb_method: round-robin\r\n\r\nsvr_monitors:\r\n - http\r\n - tc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5361,
"all_permissive": false
} |
ansible_role | innanetguru/ans-network | 6c802c3c7ee641115d8314d8092e2b2ff3a993f3 | 0 | roles/keyloader | 5,577 | [
"no_license"
] | [
{
"path": "roles/keyloader/tasks/main.yaml",
"content": "---\r\n- name: Transfer public key\r\n bigip_ssl_certificate:\r\n provider: \" {{ provider }}\"\r\n name: \"{{ commonName }}_{{ year }}\"\r\n state: present\r\n content: \"{{ lookup('file' , './certificates/{{ commonName }}_crt.crt' }}\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | innanetguru/ans-network | 6c802c3c7ee641115d8314d8092e2b2ff3a993f3 | 0 | roles/sectigo_ansible | 5,577 | [
"no_license"
] | [
{
"path": "roles/sectigo_ansible/defaults/main.yml",
"content": "---\n# defaults file for sectigo_ansible\n# Each variable for the role is described in this file.\n# When the variable is commented, the line is provided as an usage example.\n# Only uncommented variables are set with default values.\n\n\n# --... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 24,
"total_bytes": 190209,
"all_permissive": false
} |
ansible_role | hadynz/workstation | 1834ffd5a7b79f07549a33f4b07a817732407140 | 1 | roles/dev | 5,577 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/zsh.yml",
"content": "---\n- name: Install zsh\n community.general.homebrew:\n name: zsh\n state: latest\n\n- name: Install oh my zsh\n ansible.builtin.git:\n repo: https://github.com/ohmyzsh/ohmyzsh.git\n dest: ~/.oh-my-zsh\n depth: 1\n\n- name: Copy zshrc\n ans... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4900,
"all_permissive": false
} |
ansible_role | hadynz/workstation | 1834ffd5a7b79f07549a33f4b07a817732407140 | 1 | roles/osx | 5,577 | [
"no_license"
] | [
{
"path": "roles/osx/tasks/keychron.yml",
"content": "---\n- name: Copy Keychron remapping Mac script\n ansible.builtin.copy:\n src: keychron/com.keychron.keyremapping.plist\n dest: ~/Library/LaunchAgents\n register: keychron_remapping_script\n\n- name: Load Keychron remapping Mac script\n ansible.... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1721,
"all_permissive": false
} |
ansible_role | cyverse-austria/ansible-amqp | 1d7c488a67c13c2cd96c1d109160d4548addf400 | 0 | roles/rabbitmq | 5,577 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: Install rabbitmq\n ansible.builtin.include_tasks: \"{{ ansible_os_family }}.yml\"\n\n- name: Create rabbitmq config file\n ansible.builtin.template:\n src: etc/rabbitmq/rabbitmq.conf.j2\n dest: /etc/rabbitmq/rabbitmq.conf\n owner... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2103,
"all_permissive": false
} |
ansible_role | uzresk/ansible-elasticsearch2 | eed0a14033821cc6d6dd0a67df99eb770b7464d4 | 2 | roles/elasticsearch | 5,577 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/vars/main.yml",
"content": "elasticsearch_configs:\n dl_url: https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/rpm/elasticsearch/2.1.1/elasticsearch-2.1.1.rpm\n rpm_path: /usr/local/src/elasticsearch-2.1.0.rpm\n cluster_name: test-clust... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2875,
"all_permissive": false
} |
ansible_role | uzresk/ansible-elasticsearch2 | eed0a14033821cc6d6dd0a67df99eb770b7464d4 | 2 | roles/jdk | 5,577 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main.yml",
"content": "---\n- include: jdk.yml tags=jdk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/jdk/tasks/jdk.yml",
"content": "---\n- name: check java rpm\n stat: path={{ jdk.rpm_path }}\n register:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | uzresk/ansible-elasticsearch2 | eed0a14033821cc6d6dd0a67df99eb770b7464d4 | 2 | roles/prepare | 5,577 | [
"no_license"
] | [
{
"path": "roles/prepare/README.md",
"content": "# prepare\r\n\r\n## Description\r\n\r\n* Ansibleのcopy,file,templateモジュールではselinuxが無効であるか、libselinux-pythonがインストールされていることが前提となる。\r\n* Selinuxが有効の場合:\r\n yumが利用できる環境であればlibseliux-pythonをインストールします。\r\n yumが利用できる環境じゃない場合、異常終了します。\r\n* Selinuxが無効の場合:\r\n 処理を継続し... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2018,
"all_permissive": false
} |
ansible_role | ebartz/ansible-hetzner | 21454d621456567ba99d47ba30bec942abf3811e | 10 | roles/cleanup | 5,577 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "---\n- name: 'cleanup conainers'\n shell: 'docker rm -f $(docker ps -aq) || true'\n\n- name: 'cleanup images'\n shell: 'docker rmi -f $(docker images -q) || true'\n\n- name: Remove files and folders\n file:\n path: '{{ item }}' \n state: absent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | ebartz/ansible-hetzner | 21454d621456567ba99d47ba30bec942abf3811e | 10 | roles/docker | 5,577 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: 'install docker'\n shell: 'curl https://releases.rancher.com/install-docker/19.03.sh | sh'\n environment:\n HTTP_PROXY: '{{ vars.http_proxy }}'\n HTTPS_PROXY: '{{ vars.http_proxy }}'\n\n- name: Install basic packages for Cento... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | ebartz/ansible-hetzner | 21454d621456567ba99d47ba30bec942abf3811e | 10 | roles/helm | 5,577 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "---\n- name: Download Kubectl\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/v1.17.3/bin/linux/amd64/kubectl\n dest: /usr/local/bin/\n mode: 775\n environment:\n HTTP_PROXY: '{{ vars.http_proxy }}'\n HTTPS_PROXY... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1391,
"all_permissive": false
} |
ansible_role | ebartz/ansible-hetzner | 21454d621456567ba99d47ba30bec942abf3811e | 10 | roles/proxy | 5,577 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/main.yml",
"content": "---\n- name: 'Create directory for docker proxy settings'\n shell: 'mkdir -p /etc/systemd/system/docker.service.d'\n\n- name: 'Add Proxyconfig'\n shell: |\n rm /etc/systemd/system/docker.service.d/http-proxy.conf || true\n echo >>/etc/systemd/syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 754,
"all_permissive": false
} |
ansible_role | ebartz/ansible-hetzner | 21454d621456567ba99d47ba30bec942abf3811e | 10 | roles/rancher | 5,577 | [
"no_license"
] | [
{
"path": "roles/rancher/tasks/main.yml",
"content": "---\n- name: Install basic packages\n yum: \n state: present \n name: \n - epel-release\n - screen\n - vim\n - openssl\n - net-tools\n - nmap\n - wget\n - curl\n - unzip\n - rsync\n - mlocate... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4901,
"all_permissive": false
} |
ansible_role | ebartz/ansible-hetzner | 21454d621456567ba99d47ba30bec942abf3811e | 10 | roles/servers | 5,577 | [
"no_license"
] | [
{
"path": "roles/servers/tasks/main.yml",
"content": "---\n- name: build list of workers\n debug:\n msg: \"kube-worker-{{ item }}\"\n loop: \"{{ range(0, hetzner_worker_count)|list }}\"\n register: workernames\n\n- name: set worker list fact\n set_fact:\n workernames: \"{{ workernames.results | ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | akash2061/Ansible-Dynamic-Inv | 40759a2a5204fc8f3a651df0225459d45c1ee629 | 0 | roles/nginx_on_ubuntu | 5,577 | [
"no_license"
] | [
{
"path": "roles/nginx_on_ubuntu/tasks/main.yml",
"content": "---\n- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: Copy static HTML file\n ansible.builtin.copy:\n src: index.html\n dest: /var/www/html/index.html\n owner: www-dat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/ansible_prerequisites | 5,577 | [
"no_license"
] | [
{
"path": "roles/ansible_prerequisites/tasks/main.yaml",
"content": "- name: Install Python\n become: true\n ansible.builtin.raw: \"{{ item }}\"\n loop:\n - sudo apt-get update\n - sudo apt-get -y install python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/apt_updates | 5,577 | [
"no_license"
] | [
{
"path": "roles/apt_updates/tasks/main.yaml",
"content": "- name: Print variables\n ansible.builtin.debug:\n msg: \"Distribution {{ ansible_distribution }} | OS Family {{ ansible_os_family }}\"\n\n- name: Update apt packages\n become: true\n ansible.builtin.apt:\n force_apt_get: true\n autoclea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/common_packages | 5,577 | [
"no_license"
] | [
{
"path": "roles/common_packages/tasks/main.yaml",
"content": "- name: Install Packages\n become: true\n ansible.builtin.apt:\n name:\n - nfs-common\n - nano\n state: latest\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/copy_scripts | 5,577 | [
"no_license"
] | [
{
"path": "roles/copy_scripts/tasks/main.yaml",
"content": "- name: Copy Folder\n when: copy_scripts_modules is defined\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: \"/home/{{ server_admin_user_name }}\"\n owner: \"{{ server_admin_user_name }}\"\n group: \"{{ server_admin_user_name }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/docker_compose_service | 5,577 | [
"no_license"
] | [
{
"path": "roles/docker_compose_service/tasks/main.yaml",
"content": "- name: Get Container Information\n community.docker.docker_container_info:\n name: '{{ docker_compose_service_container_name }}'\n register: container_info\n\n- name: Stop Container\n when: container_info.exists and docker_compose_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/install_packages | 5,577 | [
"no_license"
] | [
{
"path": "roles/install_packages/defaults/main.yaml",
"content": "install_packages_update_apt_cache: true\ninstall_packages_apt_cache_valid_time: 3600\ninstall_packages_custom_packages: []\ninstall_packages_install_recommends: true\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/offsite_backup | 5,577 | [
"no_license"
] | [
{
"path": "roles/offsite_backup/tasks/main.yaml",
"content": "- name: Configure Backup\n ansible.builtin.include_tasks: \"setup_{{ detected_system }}_backup.yaml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/offsite_backup/tasks/setup... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/onsite_backup | 5,577 | [
"no_license"
] | [
{
"path": "roles/onsite_backup/tasks/setup_raspbian_backup.yaml",
"content": "- name: Configure Backup Drive\n block:\n - name: Create Local Mount\n become: true\n ansible.builtin.file:\n path: \"{{ local_backup_mount_point }}\"\n state: directory\n group: \"{{ server_admi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1945,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/pihole_ha | 5,577 | [
"no_license"
] | [
{
"path": "roles/pihole_ha/handlers/main.yaml",
"content": "- name: Reload sysctl config\n become: true\n ansible.builtin.command: sysctl -p\n\n- name: Restart keepalived service\n ansible.builtin.service:\n name: keepalived\n state: restarted\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2450,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/rpi_bootstrap | 5,577 | [
"no_license"
] | [
{
"path": "roles/rpi_bootstrap/handlers/main.yaml",
"content": "- name: Reboot after hostname change\n ansible.builtin.reboot:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/rpi_bootstrap/tasks/main.yaml",
"content": "- name: Set time... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/set_detected_system | 5,577 | [
"no_license"
] | [
{
"path": "roles/set_detected_system/tasks/main.yaml",
"content": "- name: Set Detected System to Unknown\n ansible.builtin.set_fact:\n detected_system: \"unknown\"\n\n- name: Check if Synology\n when: detected_system == 'unknown'\n block:\n - name: Check if detected_system can be Synology\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/setup_docker | 5,577 | [
"no_license"
] | [
{
"path": "roles/setup_docker/vars/os_Ubuntu.yaml",
"content": "---\nsetup_docker_download_url: https://download.docker.com/linux/ubuntu\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/setup_docker/tasks/install_docker.yaml",
"content":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2809,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/setup_restic | 5,577 | [
"no_license"
] | [
{
"path": "roles/setup_restic/tasks/install_synology.yaml",
"content": "- name: Install Restic\n block:\n - name: Download Restic Archive\n ansible.builtin.get_url:\n url: https://github.com/restic/restic/releases/download/v0.16.4/restic_0.16.4_linux_amd64.bz2\n dest: \"{{ remote_scri... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2631,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/start_backup | 5,577 | [
"no_license"
] | [
{
"path": "roles/start_backup/tasks/main.yaml",
"content": "# - name: Ensure Backup Script Exist\n# ansible.builtin.file:\n# path: \"{{ }}\"\n# state: file\n# owner: \"{{ server_admin_user_name }}\"\n# group: \"{{ server_admin_user_name }}\"\n# mode: '0775'\n\n# - name: Ensure Backup ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1029,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/sudo_user | 5,577 | [
"no_license"
] | [
{
"path": "roles/sudo_user/tasks/add_general_user.yaml",
"content": "- name: Create sudo user\n ansible.builtin.user:\n name: \"{{ sudo_user_username }}\"\n password: \"{{ <PASSWORD> | default(omit) }}\"\n shell: /bin/bash\n become: true\n\n- name: Add user to sudoers\n ansible.builtin.template:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3379,
"all_permissive": false
} |
ansible_role | freshprinze/launchpad-ansible | 3b3f38c6fe3edc72ea37d1652e0ce0271f981be8 | 0 | roles/system_service | 5,577 | [
"no_license"
] | [
{
"path": "roles/system_service/tasks/main.yaml",
"content": "- name: Manage system service\n ansible.builtin.service:\n name: \"{{ system_service_name }}\"\n state: \"{{ system_service_state }}\"\n register: result\n failed_when:\n - result.failed == true\n - '\"Could not find the requested ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | yasuyuki0321/ansible-template-amzn2 | c289d8c8750743d1755d67353a36fd5d95cc4e43 | 0 | roles/common | 5,577 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "yum_pkg:\n - git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/common/tasks/main.yml",
"content": "- name: update all packages\n yum:\n name: \"*\"\n state: latest\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | yasuyuki0321/ansible-template-amzn2 | c289d8c8750743d1755d67353a36fd5d95cc4e43 | 0 | roles/pyenv | 5,577 | [
"no_license"
] | [
{
"path": "roles/pyenv/tasks/main.yml",
"content": "- name: install base packages\n yum:\n name: \"{{ yum_pkg }}\"\n state: latest\n\n- name: install pyenv\n shell: curl https://pyenv.run | bash\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | Amit4india/HDAP | 61662c18708a97f95b3d1aab906751a1c9bf084e | 0 | jenkins/Jenkins_Ansible/roles/jenkins | 5,577 | [
"no_license"
] | [
{
"path": "jenkins/Jenkins_Ansible/roles/jenkins/tasks/plugins.yml",
"content": "---\n# Jenkins doesn't allow updates via CLI, though that is required before plugins\n# can be installed via CLI. See: https://gist.github.com/rowan-m/1026918\n- name: Create Jenkins updates folder.\n file:\n path: \"{{ jen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5562,
"all_permissive": false
} |
ansible_role | Amit4india/HDAP | 61662c18708a97f95b3d1aab906751a1c9bf084e | 0 | nexus/Nexus_Ansible/roles/nexus | 5,577 | [
"no_license"
] | [
{
"path": "nexus/Nexus_Ansible/roles/nexus/tasks/main.yml",
"content": "---\n- name: Create Nexus group\n group: name={{ nexus_os_group }} state=present\n become: true\n\n- name: Create Nexus user\n user: name={{ nexus_os_user }} group={{ nexus_os_group }} shell={{ nexus_os_user_shell }} state=present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3099,
"all_permissive": false
} |
ansible_role | Amit4india/HDAP | 61662c18708a97f95b3d1aab906751a1c9bf084e | 0 | sonar/Sonar_Ansible/roles/java | 5,577 | [
"no_license"
] | [
{
"path": "sonar/Sonar_Ansible/roles/java/tasks/main.yml",
"content": "---\n- name: Define java_packages.\n set_fact:\n java_packages: \"{{ __java_packages | list }}\"\n when: java_packages is not defined\n\n# Setup/install tasks.\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | Amit4india/HDAP | 61662c18708a97f95b3d1aab906751a1c9bf084e | 0 | wso2/wso2_Ansible/roles/common | 5,577 | [
"permissive"
] | [
{
"path": "wso2/wso2_Ansible/roles/common/tasks/main.yml",
"content": "#----------------------------------------------------------------------------\n# Copyright (c) 2018 WSO2, Inc. http://www.wso2.org\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2109,
"all_permissive": true
} |
ansible_role | 47lining/nucleator-core-beanstalk | a3ab3e3f25ddeed3db73d5b5aadda605a18b3e41 | 1 | ansible/roles/beanstalk_deploy | 5,577 | [
"no_license"
] | [
{
"path": "ansible/roles/beanstalk_deploy/tasks/main.yml",
"content": "# Copyright 2015 47Lining LLC.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1222,
"all_permissive": false
} |
ansible_role | 47lining/nucleator-core-beanstalk | a3ab3e3f25ddeed3db73d5b5aadda605a18b3e41 | 1 | ansible/roles/beanstalk_provision | 5,577 | [
"no_license"
] | [
{
"path": "ansible/roles/beanstalk_provision/tasks/main.yml",
"content": "# Copyright 2015 47Lining LLC.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4613,
"all_permissive": false
} |
ansible_role | 47lining/nucleator-core-beanstalk | a3ab3e3f25ddeed3db73d5b5aadda605a18b3e41 | 1 | ansible/roles/nucleator_config_setup | 5,577 | [
"no_license"
] | [
{
"path": "ansible/roles/nucleator_config_setup/tasks/main.yml",
"content": "# Copyright 2015 47Lining LLC.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1196,
"all_permissive": false
} |
ansible_role | VeselinovStf/DevOps-SoftUni-Apr2022 | 33ab310dded3597fbc7a820dbdd194ef75505ccb | 0 | 02_CM_w_Ansible/homework/vagrant/homework/01_assignment/roles/install-docker | 5,577 | [
"no_license"
] | [
{
"path": "02_CM_w_Ansible/homework/vagrant/homework/01_assignment/roles/install-docker/tasks/debian.yml",
"content": "- name: Prep yum\n apt:\n name: yum-utils\n state: present\n- name: Create Docker Repository\n apt_repository:\n description: Docker Repository\n name: docker-ce\n baseurl:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1130,
"all_permissive": false
} |
ansible_role | VeselinovStf/DevOps-SoftUni-Apr2022 | 33ab310dded3597fbc7a820dbdd194ef75505ccb | 0 | 02_CM_w_Ansible/homework/vagrant/homework/01_assignment/roles/managed-ansible-node | 5,577 | [
"no_license"
] | [
{
"path": "02_CM_w_Ansible/homework/vagrant/homework/01_assignment/roles/managed-ansible-node/tasks/redhat.yml",
"content": "- name: Install required system packages\n yum:\n name: \"{{item}}\"\n state: latest\n update_cache: true\n with_items:\n - python3-pip\n - virtualenv\n - python3-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | VeselinovStf/DevOps-SoftUni-Apr2022 | 33ab310dded3597fbc7a820dbdd194ef75505ccb | 0 | 02_CM_w_Ansible/homework/vagrant/homework/02_assignment/roles/install-apache2 | 5,577 | [
"no_license"
] | [
{
"path": "02_CM_w_Ansible/homework/vagrant/homework/02_assignment/roles/install-apache2/tasks/debian.yml",
"content": "- name: \"Install Software\"\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: true\n with_items: \n - apache2\n - php\n - php-mysqlnd\n\n- name: \"Enable HT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | VeselinovStf/DevOps-SoftUni-Apr2022 | 33ab310dded3597fbc7a820dbdd194ef75505ccb | 0 | 02_CM_w_Ansible/homework/vagrant/homework/02_assignment/roles/install-mariadb | 5,577 | [
"no_license"
] | [
{
"path": "02_CM_w_Ansible/homework/vagrant/homework/02_assignment/roles/install-mariadb/tasks/debian.yml",
"content": "- name: \"Install Software\"\n apt:\n name: \"{{item}}\"\n state: present\n with_items: \n - mariadb-server\n\n- name: \"Enable MariaDb\"\n service:\n name: mariadb\n ena... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | aiming/gyazo-server | 49512a4fb39a1abe2dd706244d1bfd29440d90dc | 0 | provisioning/roles/gyazo | 5,577 | [
"no_license"
] | [
{
"path": "provisioning/roles/gyazo/tasks/main.yml",
"content": "---\n\n- name: rbenv rehash\n include: '../../rbenv/tasks/rehash.yml'\n tags: gem\n\n# changing env variables for zzet.rbenv\n- name: set /etc/bashrc\n lineinfile: >\n dest=/etc/bashrc\n create=no\n state=present\n insertafter=E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3886,
"all_permissive": false
} |
ansible_role | aiming/gyazo-server | 49512a4fb39a1abe2dd706244d1bfd29440d90dc | 0 | provisioning/roles/init | 5,577 | [
"no_license"
] | [
{
"path": "provisioning/roles/init/handlers/main.yml",
"content": "---\n- name: reloaded firewalld\n service: name=firewalld state=reloaded\n # sudo firewall-cmd --reload ??\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "provisioning/roles/in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2760,
"all_permissive": false
} |
ansible_role | aiming/gyazo-server | 49512a4fb39a1abe2dd706244d1bfd29440d90dc | 0 | provisioning/roles/rbenv | 5,577 | [
"no_license"
] | [
{
"path": "provisioning/roles/rbenv/tasks/rehash.yml",
"content": "---\n- name: rbenv rehash\n sudo: yes\n command: rbenv rehash\n environment:\n PATH: \"/usr/local/rbenv/bin:{{ ansible_env.PATH }}\"\n changed_when: False\n tags: gem\n\n\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | aiming/gyazo-server | 49512a4fb39a1abe2dd706244d1bfd29440d90dc | 0 | provisioning/roles/web | 5,577 | [
"no_license"
] | [
{
"path": "provisioning/roles/web/tasks/install_nginx.yml",
"content": "---\n- name: setup systemd for the nginx\n sudo: yes\n template: dest=/lib/systemd/system/nginx.service src=nginx_init backup=no\n\n- name: change permission for nginx_init\n file: >\n path=/lib/systemd/system/nginx.service\n s... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6338,
"all_permissive": false
} |
ansible_role | WeCamp/pegski | 23f7f935b6832d426e6f46f72e16d0f621f745b4 | 2 | sysops/ansible/roles/base | 5,637 | [
"no_license"
] | [
{
"path": "sysops/ansible/roles/base/vars/main.yml",
"content": "ntp_servers:\n - 0.amazon.pool.ntp.org\n - 1.amazon.pool.ntp.org\n - 2.amazon.pool.ntp.org\n - 3.ubuntu.pool.ntp.org",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "sysops/ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | WeCamp/pegski | 23f7f935b6832d426e6f46f72e16d0f621f745b4 | 2 | sysops/ansible/roles/docker | 5,637 | [
"no_license"
] | [
{
"path": "sysops/ansible/roles/docker/tasks/main.yml",
"content": "---\n- include: install-docker.yml\n- include: docker-credentials.yml\n- include: docker-user.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "sysops/ansible/roles/docker/ta... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3618,
"all_permissive": false
} |
ansible_role | WeCamp/pegski | 23f7f935b6832d426e6f46f72e16d0f621f745b4 | 2 | sysops/ansible/roles/ssh_access | 5,637 | [
"no_license"
] | [
{
"path": "sysops/ansible/roles/ssh_access/vars/main.yml",
"content": "users:\n - name: merlijn\n pub_key:\n - public_keys/merlijn.pub\n - name: toby\n pub_key:\n - public_keys/toby.pub\n - name: pim\n pub_key:\n - public_keys/pim.pub\n\ndeprecated_users:\n\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | tksarah/techcircle6 | 18c85666f2ef1ba9a93c9f430e60bbd87a111364 | 0 | lesson2/ref/roles/wordpress | 5,637 | [
"no_license"
] | [
{
"path": "lesson2/ref/roles/wordpress/tasks/_main.yml",
"content": "---\n - name: Install Packages\n yum: name={{ item }} state=latest\n with_items:\n - php\n - php-mysql\n - mariadb-server\n - MySQL-python\n\n - name: Start and Enable mariadb\n service: name=mariadb state=st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | hanengarcia/opnfv-vco-demo | ad7f05de5526db602314c7cd950e83da28777b3b | 3 | mobile/infrastructure-prep/roles/jumpserver | 5,637 | [
"permissive"
] | [
{
"path": "mobile/infrastructure-prep/roles/jumpserver/tasks/main.yaml",
"content": "---\n- name: Set our hostname correctly\n hostname:\n name: opnfv\n become: yes\n\n- name: Add infrastruture admins\n user:\n name: \"{{ item }}\"\n groups: sudo\n shell: /bin/bash\n state: present\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3363,
"all_permissive": true
} |
ansible_role | hanengarcia/opnfv-vco-demo | ad7f05de5526db602314c7cd950e83da28777b3b | 3 | mobile/infrastructure-prep/roles/rhel-provisioner | 5,637 | [
"permissive"
] | [
{
"path": "mobile/infrastructure-prep/roles/rhel-provisioner/tasks/main.yaml",
"content": "---\n- name: Set our hostname correctly\n hostname:\n name: opnfv-demo\n become: true\n- lineinfile:\n dest: /etc/sysconfig/network\n regexp: \"HOSTNAME=\"\n line: \"HOSTNAME=opnfv-demo.wb.cumulusnetwork... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4954,
"all_permissive": true
} |
ansible_role | hanengarcia/opnfv-vco-demo | ad7f05de5526db602314c7cd950e83da28777b3b | 3 | mobile/physical-network/roles/clean-switch | 5,637 | [
"permissive"
] | [
{
"path": "mobile/physical-network/roles/clean-switch/tasks/main.yaml",
"content": "---\n- name: Figure out which switch image to install\n set_fact:\n _vers_arch: \"{{ cumulus_linux_version }}-mlx-amd64\"\n when:\n - '\"amd64\" in ansible_cmdline.BOOT_IMAGE'\n - '\"mlnx\" in ansible_cmdline.cl_platf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1437,
"all_permissive": true
} |
ansible_role | hanengarcia/opnfv-vco-demo | ad7f05de5526db602314c7cd950e83da28777b3b | 3 | mobile/physical-network/roles/l3-evpn-leaf | 5,637 | [
"permissive"
] | [
{
"path": "mobile/physical-network/roles/l3-evpn-leaf/tasks/main.yaml",
"content": "#-------------------------------------------------------------------------------\n#\n# Deploy a leaf device in a Unnumbered BGP fabric and advertise all networks\n# via EVPN\n#\n#---------------------------------------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3274,
"all_permissive": true
} |
ansible_role | hanengarcia/opnfv-vco-demo | ad7f05de5526db602314c7cd950e83da28777b3b | 3 | mobile/physical-network/roles/l3-evpn-spine | 5,637 | [
"permissive"
] | [
{
"path": "mobile/physical-network/roles/l3-evpn-spine/tasks/main.yaml",
"content": "#-------------------------------------------------------------------------------\n#\n# Deploy a spine device in a Unnumbered BGP fabric\n#\n#-------------------------------------------------------------------------------\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1162,
"all_permissive": true
} |
ansible_role | hanengarcia/opnfv-vco-demo | ad7f05de5526db602314c7cd950e83da28777b3b | 3 | mobile/physical-network/roles/switch-common | 5,637 | [
"permissive"
] | [
{
"path": "mobile/physical-network/roles/switch-common/tasks/reimage.yaml",
"content": "---\n- hosts: switches\n become: yes\n\n tasks:\n - name: Initiate ONIE install\n shell: \"onie-select -if\"\n - shell: nohup bash -c 'sleep 2 && shutdown -r now \"Ansible kernel update applied\"' &\n become: t... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3360,
"all_permissive": true
} |
ansible_role | AronFreyr/NOABackend2 | 16e52f1d15f61eaa1648cf40c27e2b347a8f2cba | 0 | deploy/roles/install-docker | 5,637 | [
"permissive"
] | [
{
"path": "deploy/roles/install-docker/tasks/main.yml",
"content": "---\n\n- name: Install dependencies\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common']\n state: present\n update_cache: yes\n cache_valid_time: 600\n\n- name: Add Docker gpg key\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 919,
"all_permissive": true
} |
ansible_role | elayvilkom/Ansible-CICD | d592c60590820800f82bffeca6d5d2a1f5ffc415 | 0 | Ansible/roles/ansible_PostgreSQL | 5,637 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible_PostgreSQL/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for ansible_PostgreSQL\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "Ansible/roles/ansible_PostgreSQL/handlers/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | elayvilkom/Ansible-CICD | d592c60590820800f82bffeca6d5d2a1f5ffc415 | 0 | Ansible/roles/ansible_docker | 5,637 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible_docker/tasks/main.yml",
"content": "---\n- name: install required packages\n ansible.builtin.apt:\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: true\n- name: Add Doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1177,
"all_permissive": false
} |
ansible_role | elayvilkom/Ansible-CICD | d592c60590820800f82bffeca6d5d2a1f5ffc415 | 0 | Ansible/roles/ansible_nginx_lb | 5,637 | [
"no_license"
] | [
{
"path": "Ansible/roles/ansible_nginx_lb/tasks/main.yml",
"content": "---\n- name: install nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: enable nginx service\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | luistorrescisneros/ansible-code | 218b671a831c5a7cc82db2807e0d24dc64d3a0f2 | 0 | roles/webserver | 5,637 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n# tasks file for webserver\n - name: package name\n package:\n name: '{{ package_name }}'\n state: present\n - name: manage service\n service:\n name: '{{ service_name }}'\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | qamodi/ansible-docker-mini-ctf-lf11b | 244b681c9a2dd98e2f2c3eff77bf9784fd50130c | 1 | roles/docker-mini-ctf | 5,637 | [
"no_license"
] | [
{
"path": "roles/docker-mini-ctf/tasks/main.yaml",
"content": "- name: Ensure system is up to date\n ansible.builtin.apt:\n update_cache: true\n upgrade: safe\n autoremove: true\n- name: Docker is installed and configured\n ansible.builtin.apt:\n name:\n - docker.io\n - docker-compos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1948,
"all_permissive": false
} |
ansible_role | qamodi/ansible-docker-mini-ctf-lf11b | 244b681c9a2dd98e2f2c3eff77bf9784fd50130c | 1 | roles/python-base | 5,637 | [
"no_license"
] | [
{
"path": "roles/python-base/tasks/main.yaml",
"content": "# The tasks below use 'raw', as more abstracted tasks such as 'apt'\n# or 'shell' require python to be already installed. This can not be\n# guaranteed at this point, so we will use raw until we installed all the\n# necessary stuff.\n\n# first updat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | ShaunEgan/DevelopmentPlaybook | ace8c501c84031ed244295e7c66908e29f9796df | 0 | roles/docker | 5,637 | [
"no_license"
] | [
{
"path": "roles/docker/README.md",
"content": "Docker\n=========\n\nSets up docker\n\nExample Playbook\n----------------\n\n - hosts: servers\n\n vars:\n ubuntu_version_name: \"trusty\"\n\n roles:\n - docker\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 735,
"all_permissive": false
} |
ansible_role | ShaunEgan/DevelopmentPlaybook | ace8c501c84031ed244295e7c66908e29f9796df | 0 | roles/docker-compose | 5,637 | [
"no_license"
] | [
{
"path": "roles/docker-compose/README.md",
"content": "Docker Compose\n=========\n\nInstalls docker-compose\n\nDependencies\n------------\n\n* docker\n* python_pip\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles:\n - docker-compose\n\nLicense\n-------\n\nBSD\n\nAuthor Inf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | ShaunEgan/DevelopmentPlaybook | ace8c501c84031ed244295e7c66908e29f9796df | 0 | roles/git | 5,637 | [
"no_license"
] | [
{
"path": "roles/git/README.md",
"content": "Git\n=========\n\nSets up git with global gitignore and configuration\n\n\nRole Variables\n--------------\n\nThe following variables are available to configure your git instance with:\n\n* **os_user** - The username used to build the path for the user's home dire... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1677,
"all_permissive": false
} |
ansible_role | ShaunEgan/DevelopmentPlaybook | ace8c501c84031ed244295e7c66908e29f9796df | 0 | roles/python-pip | 5,637 | [
"no_license"
] | [
{
"path": "roles/python-pip/meta/main.yml",
"content": "---\ndependencies:\n - { role: python-setuptools }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/python-pip/tasks/main.yml",
"content": "---\n# tasks file for python-pip\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | ShaunEgan/DevelopmentPlaybook | ace8c501c84031ed244295e7c66908e29f9796df | 0 | roles/python-setuptools | 5,637 | [
"no_license"
] | [
{
"path": "roles/python-setuptools/README.md",
"content": "Python setuptools\n=========\n\nSets up python setuptools.\n\nExample Playbook\n----------------\n\n - hosts: servers\n roles:\n - python-setuptools\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\n<NAME> (<EMA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | ShaunEgan/DevelopmentPlaybook | ace8c501c84031ed244295e7c66908e29f9796df | 0 | roles/ssh | 5,637 | [
"no_license"
] | [
{
"path": "roles/ssh/defaults/main.yml",
"content": "---\n# defaults file for ssh\nos_user: \"user\"\nos_user_public_key: \"~/.ssh/id_rsa.pub\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n# tasks ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | abdelilahBouaiss/Gitlab-CE--ansible-playbooks | 4feb8eb0559bf0c0f54206132a042cbfc4566ec3 | 0 | roles/swap | 5,637 | [
"no_license"
] | [
{
"path": "roles/swap/tasks/main.yml",
"content": "- name: Check if swap exists\n stat:\n path: \"{{swap_file}}\"\n register: swap_file_check\n\n- name: Create the swap if it doesn't exists\n command: fallocate -l {{swap_size}} {{swap_file}}\n when: not swap_file_check.stat.exists\n\n- name: set swap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | abdelilahBouaiss/Gitlab-CE--ansible-playbooks | 4feb8eb0559bf0c0f54206132a042cbfc4566ec3 | 0 | roles/webserver | 5,637 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n# Install and configure Nginx Web server (default choice)\n- include_tasks: nginx.yml\n when: webserver == \"nginx\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | saulshanabrook/gitlab-ci-provision | 9bcdde46e0525272b70ec53da9609a340368933b | 0 | roles/docker.coreos | 5,637 | [
"no_license"
] | [
{
"path": "roles/docker.coreos/tasks/main.yml",
"content": "---\n- pip: name=docker-py\n sudo: false\n\n- file: path=/etc/systemd/system/docker.service.d/ state=directory\n\n- template: src=service.conf dest=/etc/systemd/system/docker.service.d/10-tls-verify.conf\n register: service\n\n- command: systemct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | saulshanabrook/gitlab-ci-provision | 9bcdde46e0525272b70ec53da9609a340368933b | 0 | roles/docker.coreos.cleanup | 5,637 | [
"no_license"
] | [
{
"path": "roles/docker.coreos.cleanup/tasks/main.yml",
"content": "---\n- file: path=/opt/bin/ state=directory\n- copy: src=\"docker-cleanup.sh\" dest=\"/opt/bin/docker-cleanup.sh\" mode=\"a+rx\"\n\n- copy: src=\"docker-cleanup.service\" dest=\"/etc/systemd/system/docker-cleanup.service\"\n\n- copy: src=\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | TaibiNadia/projet10 | 1bee1643a7ffe76097ba2e25365fbdb87ea76259 | 0 | ansible/roles/wordpress | 5,637 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/filebeat.yml",
"content": "--- \n- name: APT - Add elastic.co repository\n get_url: \n url: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-oss-7.10.0-amd64.deb \n dest: / \n\n- name: FILEBEAT - Install Filebeat\n command:\n dpkg -i /f... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4652,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.