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 | webstean/stuff | bb87ea57a137d964606a00bd8c6abfdfa5515330 | 2 | ansible/roles/pm2 | 839 | [
"permissive"
] | [
{
"path": "ansible/roles/pm2/handlers/main.yml",
"content": "---\n\n- name: restart pm2\n service:\n name: \"{{ pm2_service_name }}\"\n state: restarted\n when: pm2_service_state != 'stopped'\n\n- name: reload pm2\n service:\n name: \"{{ pm2_service_name }}\"\n state: reloaded\n when: pm2_se... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2386,
"all_permissive": true
} |
ansible_role | webstean/stuff | bb87ea57a137d964606a00bd8c6abfdfa5515330 | 2 | ansible/roles/system | 839 | [
"permissive"
] | [
{
"path": "ansible/roles/system/tasks/main.yml",
"content": "---\n- name: UPDATING APT CACHE\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: INSTALLIGN APTITUDE\n apt: pkg=aptitude\n become: yes\n\n- name: UPGRADE DISTRIBUTION\n apt: upgrade=yes\n become: yes\n\n- name: INSTALLI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": true
} |
ansible_role | yukinagae/dev-environment | dd500e0fcb7d818e42c00a878245a1710d5a59c4 | 0 | roles/brew | 839 | [
"no_license"
] | [
{
"path": "roles/brew/tasks/main.yml",
"content": "---\n- include: tasks/install.yml\n- include: tasks/brew.yml\n- include: tasks/brewcask.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/brew/tasks/brewcask.yml",
"content": "---\n- ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1315,
"all_permissive": false
} |
ansible_role | yukinagae/dev-environment | dd500e0fcb7d818e42c00a878245a1710d5a59c4 | 0 | roles/link | 839 | [
"no_license"
] | [
{
"path": "roles/link/tasks/main.yml",
"content": "---\n- name: create vim symbolic link\n file:\n src: \"/Users/{{ ansible_env.USER }}/Dropbox/settings/vim/.vimrc\"\n path: \"/Users/{{ ansible_env.USER }}/.vimrc\"\n state: link\n\n- name: create vim directory symbolic link\n file:\n src: \"/U... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | CarlosAsrc/devops-labs | 39c3bb8fe1ed787b4d9df44f50eb55f37e9530c9 | 1 | nosql-ansible-provision/roles/cass | 839 | [
"no_license"
] | [
{
"path": "nosql-ansible-provision/roles/cass/tasks/main.yml",
"content": "- name: Add cassandra apt key\n apt_key:\n url: https://www.apache.org/dist/cassandra/KEYS\n state: present\n\n- name: Add Cassandra apt repository\n apt_repository:\n repo: deb http://www.apache.org/dist/cassandra/debian ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | CarlosAsrc/devops-labs | 39c3bb8fe1ed787b4d9df44f50eb55f37e9530c9 | 1 | nosql-ansible-provision/roles/es | 839 | [
"no_license"
] | [
{
"path": "nosql-ansible-provision/roles/es/tasks/main.yml",
"content": "---\n\n- name: Add Elasticsearch apt key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Elasticsearch apt repository\n apt_repository:\n repo: deb https://artifacts.elast... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | CarlosAsrc/devops-labs | 39c3bb8fe1ed787b4d9df44f50eb55f37e9530c9 | 1 | nosql-ansible-provision/roles/kafka | 839 | [
"no_license"
] | [
{
"path": "nosql-ansible-provision/roles/kafka/tasks/main.yml",
"content": "- name: Install a list of packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - zookeeperd\n - unzip\n\n- name: Ensure kafka directory exists\n file:\n path: \"{{ kafka_path }}\"\n state: directory\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | CarlosAsrc/devops-labs | 39c3bb8fe1ed787b4d9df44f50eb55f37e9530c9 | 1 | nosql-ansible-provision/roles/open-jdk-8 | 839 | [
"no_license"
] | [
{
"path": "nosql-ansible-provision/roles/open-jdk-8/tasks/main.yml",
"content": "- name: Install Java 8\n apt:\n name: \"openjdk-8-jdk={{ open_jdk_version }}\"\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "nosql-ansible-pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | CarlosAsrc/devops-labs | 39c3bb8fe1ed787b4d9df44f50eb55f37e9530c9 | 1 | nosql-ansible-provision/roles/redis | 839 | [
"no_license"
] | [
{
"path": "nosql-ansible-provision/roles/redis/vars/main.yml",
"content": "redis_server_version: 5:4.0.9-1ubuntu0.2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "nosql-ansible-provision/roles/redis/tasks/main.yml",
"content": "- name: Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | CarlosAsrc/devops-labs | 39c3bb8fe1ed787b4d9df44f50eb55f37e9530c9 | 1 | vault-provision/ansible_jenkins_provision/roles/base | 839 | [
"no_license"
] | [
{
"path": "vault-provision/ansible_jenkins_provision/roles/base/tasks/main.yml",
"content": "---\n- name: unzip\n apt:\n name: unzip\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | CarlosAsrc/devops-labs | 39c3bb8fe1ed787b4d9df44f50eb55f37e9530c9 | 1 | vault-provision/ansible_jenkins_provision/roles/vault | 839 | [
"no_license"
] | [
{
"path": "vault-provision/ansible_jenkins_provision/roles/vault/vars/main.yml",
"content": "vault_version: 1.2.0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "vault-provision/ansible_jenkins_provision/roles/vault/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | RougeLi/ansible-os-setup | 778539d42703ce4d739394300ba1801da68b83ef | 0 | ubuntu/ansible/roles/docker | 839 | [
"no_license"
] | [
{
"path": "ubuntu/ansible/roles/docker/tasks/install-prerequisites-gpg-repo.yaml",
"content": "---\n# Install necessary packages for Docker, add GPG key, and add repository\n\n# Install necessary packages for Docker\n- name: Install necessary packages for Docker\n apt:\n name:\n - ca-certificates\n... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2406,
"all_permissive": false
} |
ansible_role | RougeLi/ansible-os-setup | 778539d42703ce4d739394300ba1801da68b83ef | 0 | ubuntu/ansible/roles/environment_variable | 839 | [
"no_license"
] | [
{
"path": "ubuntu/ansible/roles/environment_variable/tasks/main.yaml",
"content": "---\n\n- name: Load environment variables from a YAML file\n set_fact:\n env_vars: \"{{ lookup('file', '/credentials/env_map.yaml') | from_yaml }}\"\n\n- name: Add environment variables to the specified user's .bashrc\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | RougeLi/ansible-os-setup | 778539d42703ce4d739394300ba1801da68b83ef | 0 | ubuntu/ansible/roles/ftp | 839 | [
"no_license"
] | [
{
"path": "ubuntu/ansible/roles/ftp/vars/main.yaml",
"content": "---\n\n# 默認用戶為 ubuntu,這裡可以自定義\nauthorized_user: ubuntu\n\n# FTP Server Configuration\nftp_data_directory: \"/mnt/ftp_data\"\n\n# AWS Configuration\ns3_bucket_name: \"bk-order-data\"\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5143,
"all_permissive": false
} |
ansible_role | RougeLi/ansible-os-setup | 778539d42703ce4d739394300ba1801da68b83ef | 0 | ubuntu/ansible/roles/gcloud | 839 | [
"no_license"
] | [
{
"path": "ubuntu/ansible/roles/gcloud/tasks/install_gcloud_plugin.yaml",
"content": "---\n\n- name: Update apt package index\n apt:\n update_cache: yes\n become: yes\n\n- name: Install necessary dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-http... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2947,
"all_permissive": false
} |
ansible_role | RougeLi/ansible-os-setup | 778539d42703ce4d739394300ba1801da68b83ef | 0 | ubuntu/ansible/roles/git | 839 | [
"no_license"
] | [
{
"path": "ubuntu/ansible/roles/git/tasks/main.yaml",
"content": "---\n# Main task file for Git installation\n\n# Update apt package index\n- name: Update apt package index\n apt:\n update_cache: yes\n\n# Call the file to install Git\n- include_tasks: install-git.yaml\n\n# Call the file to verify Git in... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | RougeLi/ansible-os-setup | 778539d42703ce4d739394300ba1801da68b83ef | 0 | ubuntu/ansible/roles/java | 839 | [
"no_license"
] | [
{
"path": "ubuntu/ansible/roles/java/tasks/main.yaml",
"content": "---\n# Main task file for Git and Java installation\n\n- name: Update apt package index\n apt:\n update_cache: yes\n\n- name: Install OpenJDK 17\n apt:\n name: openjdk-17-jdk\n state: present\n\n- name: Check Java version\n comma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | RougeLi/ansible-os-setup | 778539d42703ce4d739394300ba1801da68b83ef | 0 | ubuntu/ansible/roles/ssh_key | 839 | [
"no_license"
] | [
{
"path": "ubuntu/ansible/roles/ssh_key/vars/main.yaml",
"content": "---\n\n# 默認用戶為 ubuntu,這裡可以自定義\nauthorized_user: ubuntu\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "ubuntu/ansible/roles/ssh_key/tasks/main.yaml",
"content": "---\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | healinyoon/ansible | 924a1927d6e45ef153520b1f9b21ff52848e48ad | 0 | 05. Ansible Role/roles/nginx | 839 | [
"no_license"
] | [
{
"path": "05. Ansible Role/roles/nginx/handlers/main.yml",
"content": "---\n # 핸들러도 일반적인 태스크와 똑같이 정의할 수 있다. 남은 것은 태스크에 notify를 정의하는 것이다.\n- name: 엔진엑스 리로드\n service:\n name: nginx\n state: reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1374,
"all_permissive": false
} |
ansible_role | guravareddy1993/TomcatInstallByRole | 45e9b35eec994a8335295a7fd816104cce4e125e | 0 | roles/tomcatinstall | 839 | [
"no_license"
] | [
{
"path": "roles/tomcatinstall/vars/main.yml",
"content": "---\n# vars file for tomcatinstall",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/tomcatinstall/tasks/main.yml",
"content": "---\n# tasks file for tomcatinstall\n- name: update c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 742,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/k8s_cp | 839 | [
"no_license"
] | [
{
"path": "roles/k8s_cp/tasks/main.yaml",
"content": "- name: Check cps\n include_role:\n name: k8s_cp_checks\n\n- name: Create the first control plane\n run_once: true\n delegate_to: \"{{ mastercp }}\"\n block:\n - name: Create the first control plane\n include_role:\n name: k8s_cp_cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 697,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/k8s_cp_checks | 839 | [
"no_license"
] | [
{
"path": "roles/k8s_cp_checks/tasks/main.yaml",
"content": "- name: Check if the node is a control plane\n shell: |\n ( test -f /etc/kubernetes/admin.conf && echo \"true\" ) || echo \"false\"\n register: cp_existence\n\n- name: Get only the first host\n run_once: true\n delegate_to: localhost\n se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/k8s_cp_clone | 839 | [
"no_license"
] | [
{
"path": "roles/k8s_cp_clone/tasks/main.yaml",
"content": "- name: Create a new certificate key\n run_once: true\n delegate_to: \"{{ mastercp }}\"\n shell: |\n kubeadm certs certificate-key\n register: __k8s_cert_key\n\n- name: upload the new certificate key\n run_once: true\n delegate_to: \"{{ ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/k8s_cp_create | 839 | [
"no_license"
] | [
{
"path": "roles/k8s_cp_create/tasks/main.yaml",
"content": "- name: create the first control plane\n shell: |\n sudo kubeadm init --control-plane-endpoint \"{{ k8s_api_vip }}:{{ k8s_api_port }}\" --upload-certs --ignore-preflight-errors=all",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/k8s_cp_validate | 839 | [
"no_license"
] | [
{
"path": "roles/k8s_cp_validate/tasks/main.yaml",
"content": "# Get cert info\n- name: Get CA certificate hash\n community.crypto.x509_certificate_info:\n path: /etc/kubernetes/pki/ca.crt\n register: __k8s_pki_ca\n when: cp_existence.stdout == \"true\"\n\n# Use the info\n- name: if the discovery hash... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 504,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/k8s_ha | 839 | [
"no_license"
] | [
{
"path": "roles/k8s_ha/tasks/main.yaml",
"content": "- name: Install High Availability packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - haproxy\n - keepalived\n\n- name: Configure HAProxy\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/k8s_node | 839 | [
"no_license"
] | [
{
"path": "roles/k8s_node/tasks/main.yaml",
"content": "- name: get the join command\n run_once: true\n delegate_to: \"{{ mastercp }}\"\n shell: |\n sudo kubeadm token create --print-join-command\n register: __k8s_join_command\n\n- name: check if the kubelet file exists\n shell: |\n sudo test -f ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/k8s_prepare | 839 | [
"no_license"
] | [
{
"path": "roles/k8s_prepare/tasks/main.yaml",
"content": "- name: Create containerd config file\n file:\n path: \"/etc/modules-load.d/containerd.conf\"\n state: \"touch\"\n\n- name: Add conf for containerd\n blockinfile:\n path: \"/etc/modules-load.d/containerd.conf\"\n block: |\n ov... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2865,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/kube_ovn | 839 | [
"no_license"
] | [
{
"path": "roles/kube_ovn/tasks/main.yaml",
"content": "- name: Copy install.sh to the master node\n copy:\n src: \"install.sh\"\n dest: /root/install.sh\n mode: 0700\n\n- name: Wait a keyboard input to continue\n pause:\n prompt: \"Run the install.sh script, eventually reboot, on the master n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | UniNuvola/ansible | b3f4285a6e9c074995ce3f728d2f9daa7fb1e1cd | 0 | roles/rook | 839 | [
"no_license"
] | [
{
"path": "roles/rook/tasks/main.yaml",
"content": "- name: Copy the rook files to the master node\n copy:\n src: \"{{ item }}\"\n dest: \"/root/{{ item }}\"\n loop:\n - cluster.yaml\n - common.yaml\n - operator.yaml\n - crds.yaml\n - toolbox.yaml\n\n- name: Wait a keyboard input to c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | SoniaFCE/app-salaire | 21088ca89aae733cabb5acc6d241620e2632745a | 0 | roles/Apache | 839 | [
"no_license"
] | [
{
"path": "roles/Apache/tasks/main.yml",
"content": "---\n# tasks file for Apache\n- name: Installe apache\n yum:\n name: httpd\n state: present\n\n- name: disable firewall\n systemd:\n name: firewalld\n state: stopped\n enabled: no\n\n- name: démarre et activate le serveur apache\n systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | SoniaFCE/app-salaire | 21088ca89aae733cabb5acc6d241620e2632745a | 0 | roles/mariadb | 839 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n# tasks file for mariadb\n- name: installation Mariadb\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - mariadb\n - python2-PyMySQL\n - mariadb-server\n\n- name: Activation Mariadb\n systemd:\n name: mariadb\n state: st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | SoniaFCE/app-salaire | 21088ca89aae733cabb5acc6d241620e2632745a | 0 | roles/php | 839 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: installe php\n yum:\n name: \"{{ php_packets }}\"\n state: present\n\n- name: change les valeurs user de fpm\n lineinfile:\n path: /etc/php-fpm.d/www.conf\n regexp: '^user = apache'\n line: ' user = nginx '\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | Shmuel790/hw-14 | 08b250ac37ff58ccdd176ad8552c4fc6bdbf8690 | 0 | roles/common | 839 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: install vim\n apt:\n name: vim\n state: present\n\n- name: install zip\n apt:\n name: zip\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | Fnim987/NewProject | dd9e261332ab8eaa4668fa0cf363db036123cafe | 0 | roles/setup | 939 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: \"update apt package\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade package\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"remove dependencies\"\n become: yes\n apt:\n autoremove: yes\n\n- name: \"install de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | KastonI/RTSP-Recorder-to-Cloud | 81de5a9a5ab2f86aa2afc452972d16ba1ec108b6 | 0 | ansible/roles/bastion | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/bastion/tasks/main.yaml",
"content": "- name: Update apt cache\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install Fail2Ban\r\n apt:\r\n name: fail2ban\r\n state: present\r\n\r\n- name: Ensure Fail2Ban service is running\r\n systemd:\r\n name: fail2ban\r\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | KastonI/RTSP-Recorder-to-Cloud | 81de5a9a5ab2f86aa2afc452972d16ba1ec108b6 | 0 | ansible/roles/nginx | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/nginx.conf.j2",
"content": "user www-data;\r\nworker_processes auto;\r\npid /run/nginx.pid;\r\n\r\nevents {\r\n worker_connections 1024;\r\n}\r\n\r\nhttp { \r\n gzip on;\r\n gzip_types text/plain text/css application/json application/javascript text/xml a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1749,
"all_permissive": false
} |
ansible_role | KastonI/RTSP-Recorder-to-Cloud | 81de5a9a5ab2f86aa2afc452972d16ba1ec108b6 | 0 | ansible/roles/rtsp | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/rtsp/templates/env.j2",
"content": "TZ={{ TZ }}\r\nS3_BUCKET_NAME={{ S3_BUCKET_NAME }}\r\nNUM_CAMERAS={{ NUM_CAMERAS }}\r\nMAX_BUFFER_SIZE={{ MAX_BUFFER_SIZE }}\r\nRECORD_DURATION={{ RECORD_DURATION }}\r\nAWS_REGION={{ AWS_REGION }}\r\nRTSP_URL_1={{ RTSP_URL_1 }}\r\nRTSP_URL_2={{ RT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3333,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/base-packages | 939 | [
"no_license"
] | [
{
"path": "roles/base-packages/tasks/internet.yml",
"content": "---\n- name: Internet | Install sysinternet softutils\n apt:\n name:\n - chromium-browser\n - deluge\n state: present\n\n- name: Internet | Install span softutils\n snap:\n name:\n - mailspring\n state: present\n",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/chrome | 939 | [
"no_license"
] | [
{
"path": "roles/chrome/tasks/main.yml",
"content": "---\n- name: chrome | Add repository\n block:\n - name: add public key\n apt_key:\n id: A040830F7FAC5991\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n\n - name: add chrome repository\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1623,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/dev | 939 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/main.yml",
"content": "---\n- name: Dev | install dev tools\n apt:\n name:\n - strace\n - python3-virtualenv\n state: present\n\n- name: Dev | CFSSL\n include: cfssl.yml\n tags: [cfssl]\n\n- name: Dev | git config\n include: git.yml\n tags: [git]\n\n- name: De... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/devops-tools | 939 | [
"no_license"
] | [
{
"path": "roles/devops-tools/tasks/podman.yml",
"content": "---\n- name: podman | Add podman repo\n copy:\n dest: /etc/apt/sources.list.d/podman.list\n content: deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /\n\n- name: podman | Add podman repo key... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3806,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/obsidian | 939 | [
"no_license"
] | [
{
"path": "roles/obsidian/tasks/main.yml",
"content": "---\n- name: obsidian | Create bin dir\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"{{ lookup('env','HOME') }}/.local/bin/\"\n - \"{{ lookup('env','HOME') }}/Desktop/\"\n\n- name: obsidian | Install obsidian\n get_url:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/package-remove | 939 | [
"no_license"
] | [
{
"path": "roles/package-remove/tasks/main.yml",
"content": "---\n- name: package-remove | remove sysutils\n apt:\n name:\n - thunderbird\n - transmission\n - rhythmbox\n autoclean: true\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/personal | 939 | [
"no_license"
] | [
{
"path": "roles/personal/tasks/main.yml",
"content": "---\n- name: Add tasks with keyboard konfigurations\n include: keyboard.yml\n\n- name: Install python-psutil package\n apt:\n name: python3-psutil\n\n- name: Copy wallpaper file\n become_user: \"{{ lookup('env','USER') }}\"\n copy:\n src: file... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1101,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/users-groups | 939 | [
"no_license"
] | [
{
"path": "roles/users-groups/tasks/main.yml",
"content": "---\n- name: users-groups | Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: users-groups | Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n rege... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/virtual-box | 939 | [
"no_license"
] | [
{
"path": "roles/virtual-box/tasks/main.yml",
"content": "---\n- name: virtual-box | Install oracle gpg key 1\n apt_key:\n url: https://www.virtualbox.org/download/oracle_vbox.asc\n state: present\n\n- name: virtual-box | Install oracle gpg key 2\n apt_key:\n url: https://www.virtualbox.org/downl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1124,
"all_permissive": false
} |
ansible_role | skurbatov/ubuntu-ansible-bootstrap | 96c3d048ed86992eeee92fb9813bd981ff493d7d | 0 | roles/vscode | 939 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n- name: VSCode | Install VSCode\n block:\n - name: Add gpg key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n - name: Add repo\n apt_repository:\n repo: deb https://package... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | Flux-Foundation/Dreamscape-II | c65a23c8dca9823a840a2feec741cfe2692649b9 | 0 | DreamscapeII/roles/lamppost | 939 | [
"no_license"
] | [
{
"path": "DreamscapeII/roles/lamppost/files/DreamlandDemo/SetupPatterns.pde",
"content": "class LampPostBarIterator extends DLPattern\n{\n\tprivate final BasicParameter num = new BasicParameter(\"num\" ,0 ,0 ,6);\n\tprivate final SawLFO counter = new SawLFO(0, 6, 1000);\n\n\tpublic LampPostBarIterator(LX l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 158338,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/addons | 939 | [
"no_license"
] | [
{
"path": "roles/addons/templates/metrics-server.yaml.j2",
"content": "---\napiVersion: apiregistration.k8s.io/v1\nkind: APIService\nmetadata:\n name: v1beta1.metrics.k8s.io\nspec:\n service:\n name: metrics-server\n namespace: kube-system\n group: metrics.k8s.io\n version: v1beta1\n insecureSkip... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 32550,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/cni-plugins | 939 | [
"no_license"
] | [
{
"path": "roles/cni-plugins/tasks/main.yml",
"content": "---\n- name: \"Create cni-plugins bin directory\"\n file:\n path: \"/opt/cni/bin/\"\n owner: root\n group: root\n mode: 0755\n state: directory\n tags: dir\n\n- name: \"Create cni-plugins etc directory\"\n file:\n path: \"/etc/cn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/container-runtime | 939 | [
"no_license"
] | [
{
"path": "roles/container-runtime/docker/tasks/main.yml",
"content": "---\n- name: Fail docker setup if distribution is not supported\n fail:\n msg: \"{{ ansible_distribution }} is not supported by docker.\"\n when:\n - not ansible_distribution in [\"CentOS\", \"OracleLinux\", \"RedHat\", \"Ubuntu\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 12239,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/cri-tools | 939 | [
"no_license"
] | [
{
"path": "roles/cri-tools/templates/crictl.yaml.j2",
"content": "runtime-endpoint: unix://{{containerd.state}}/containerd.sock\nimage-endpoint: unix://{{containerd.state}}/containerd.sock\ntimeout: 30\ndebug: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/etcd | 939 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/main.yml",
"content": "---\n- name: \"Create etcd user group\"\n group:\n name: etcd\n gid: 201\n system: yes\n\n- name: Create etcd user\n user:\n name: etcd\n uid: 201\n group: etcd\n comment: \"Etcd User\"\n createhome: no\n home: \"{{ etcd.data_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4152,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/haproxy | 939 | [
"no_license"
] | [
{
"path": "roles/haproxy/handlers/main.yml",
"content": "\n- name: restart haproxy\n systemd:\n name: haproxy\n state: restarted\n daemon_reload: yes\n enabled: yes\n register: haproxy_restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1801,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/init | 939 | [
"no_license"
] | [
{
"path": "roles/init/files/ipenv.sh",
"content": "PS1_POOL=$(echo ${HOSTNAME} | tr 'A-Z' 'a-z')\nPS1_INT=$(/sbin/ip a | egrep -v 'inet6|127.0.0.1|\\/32' | awk -F'[ /]+' '/inet/{print $NF\" = \"$3}' | head -n1)\nexport PS1='[\\033[1;32m\\u\\033[0m\\033[1;33m@\\033[0m\\033[1;35m$PS1_POOL\\033[0m \\033[1;91m\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6260,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/keepalived | 939 | [
"no_license"
] | [
{
"path": "roles/keepalived/handlers/main.yml",
"content": "\n- name: restart keepalived\n systemd:\n name: keepalived\n state: restarted\n daemon_reload: yes\n enabled: yes\n register: keepalived_restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1574,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/master | 939 | [
"no_license"
] | [
{
"path": "roles/master/templates/controller-manager.kubeconfig.j2",
"content": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority: /etc/kubernetes/pki/ca.pem\n server: https://{% if ansible_default_ipv4.address in groups['master'] %}{{ ansible_default_ipv4.address }}:6443{% elif 'domain_n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 17534,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/network-plugins | 939 | [
"no_license"
] | [
{
"path": "roles/network-plugins/tasks/flannel.yml",
"content": "---\n- name: \"Generate flannel yaml\"\n template:\n src: \"{{item.src}}\"\n dest: \"{{item.dest}}\"\n with_items:\n - {src: \"flannel.yaml.j2\", dest: \"/tmp/flannel.yaml\"}\n tags: flannel\n\n- name: \"Deploy flannel\"\n shell: ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/nginx | 939 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: \"Install nginx\"\n yum:\n name: nginx\n state: present\n when: ansible_os_family == \"RedHat\"\n\n- name: \"Install nginx\"\n yum:\n name: nginx\n state: present\n when: ansible_pkg_mgr == 'apt'\n\n- name: \"Generate nginx.con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/verify | 939 | [
"no_license"
] | [
{
"path": "roles/verify/tasks/main.yml",
"content": "---\n#- name: Fail if not supported OS\n# assert:\n# that: ansible_os_family in ['RedHat', 'CentOS']\n# msg: \"{{ ansible_os_family }} is not a supported OS\"\n\n- name: Fail when hostname is not specified\n assert:\n that: hostname is defined\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2922,
"all_permissive": false
} |
ansible_role | shuinoo/ansible-deploy-k8s | f42eb085910a56b30b253d5b313be92d9f9edb5a | 1 | roles/worker | 939 | [
"no_license"
] | [
{
"path": "roles/worker/templates/bootstrap.kubeconfig.j2",
"content": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority: /etc/kubernetes/pki/ca.pem\n server: https://{% if 'domain_name' in loadbalance %}{{ loadbalance.domain_name }}{% else %}{{ loadbalance.ip }}{% endif %}:{{loadbalance.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 17091,
"all_permissive": false
} |
ansible_role | kolasPowerImproved/swithes-auto_configure | 7dad74a5e7a34b5a07c833f582db993b2c48111f | 0 | roles/AlcatelOS6850 | 939 | [
"no_license"
] | [
{
"path": "roles/AlcatelOS6850/templates/AlcatelOS6850.j2",
"content": "! Stack Manager :\n! Chassis :\nsystem name {{ item.hostname }}({{ item.short_ip }})\nsystem location \"{{ item.hostname }}\"\nsystem timezone EET\n! Configuration:\n! VLAN :\nvlan 1 enable name \"VLAN 1\"\nvlan {{ item.control_vlan }} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8192,
"all_permissive": false
} |
ansible_role | kolasPowerImproved/swithes-auto_configure | 7dad74a5e7a34b5a07c833f582db993b2c48111f | 0 | roles/alcatel-os-6850-u24x | 939 | [
"no_license"
] | [
{
"path": "roles/alcatel-os-6850-u24x/defaults/main.yml",
"content": "---\n# defaults file for alcatel-os-6850-u24x\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/alcatel-os-6850-u24x/handlers/main.yml",
"content": "---\n# handlers fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | kolasPowerImproved/swithes-auto_configure | 7dad74a5e7a34b5a07c833f582db993b2c48111f | 0 | roles/bdcom-p3310c | 939 | [
"no_license"
] | [
{
"path": "roles/bdcom-p3310c/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - bdcom-p3310c",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/bdcom-p3310c/tasks/main.yml",
"content": "---\n- name: Г... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3602,
"all_permissive": false
} |
ansible_role | kolasPowerImproved/swithes-auto_configure | 7dad74a5e7a34b5a07c833f582db993b2c48111f | 0 | roles/cisco2950-24 | 939 | [
"no_license"
] | [
{
"path": "roles/cisco2950-24/tasks/main.yaml",
"content": "---\n- name: Генерування файлу конфігурації для Сisco 2950-24\n template: src=cisco2950-24.j2 dest=/tmp/configs/{{ item.hostname }}.txt\n with_items: \"{{ switches }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | kolasPowerImproved/swithes-auto_configure | 7dad74a5e7a34b5a07c833f582db993b2c48111f | 0 | roles/cisco2950-48 | 939 | [
"no_license"
] | [
{
"path": "roles/cisco2950-48/vars/main.yml",
"content": "---\n# Змінні для шаблону\nstart_from_interface: 1\nend_on_interface: 48\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/cisco2950-48/tasks/main.yaml",
"content": "---\n- name: Г... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3376,
"all_permissive": false
} |
ansible_role | kolasPowerImproved/swithes-auto_configure | 7dad74a5e7a34b5a07c833f582db993b2c48111f | 0 | roles/cisco35XX | 939 | [
"no_license"
] | [
{
"path": "roles/cisco35XX/tasks/main.yaml",
"content": "---\n- name: Генерування файлу конфігурації для Cisco 35XX\n template: src=cisco35XX.j2 dest=/tmp/configs/{{ item.hostname }}.txt\n with_items: \"{{ switches }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2741,
"all_permissive": false
} |
ansible_role | kolasPowerImproved/swithes-auto_configure | 7dad74a5e7a34b5a07c833f582db993b2c48111f | 0 | roles/ec-s3510-28f | 939 | [
"no_license"
] | [
{
"path": "roles/ec-s3510-28f/tasks/main.yaml",
"content": "---\n- name: Генерування файлу конфігурації для Edge Core s3510-28f\n template: src=ec-s3510-28f.j2 dest=/tmp/configs/ec-s3510-28f{{ item.hostname }}.txt\n with_items: \"{{ switches }}\"\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3000,
"all_permissive": false
} |
ansible_role | kolasPowerImproved/swithes-auto_configure | 7dad74a5e7a34b5a07c833f582db993b2c48111f | 0 | roles/vlan-config | 939 | [
"no_license"
] | [
{
"path": "roles/vlan-config/defaults/main.yml",
"content": "---\n# defaults file for vlan-config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/vlan-config/templates/vlan-conf.j2",
"content": "{# Створення вланів для налаштування сіри... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | ukbe/cs-qube | 30329ce7de90e53a72f109eb0d30e8e06a67ece1 | 0 | roles/cs-qube | 939 | [
"no_license"
] | [
{
"path": "roles/cs-qube/tasks/main.yml",
"content": "---\n- debug:\n msg: \"{{ ('undeploy' in ansible_run_tags) | ternary ('Uninstalling', 'Installing') }} CS-Qube on {{ env_label }} Environment\"\n tags: always\n\n- name: \"{{ ('undeploy' in ansible_run_tags) | ternary ('Uninstalling', 'Installing') }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | zikarad/aws-ec2-k8s | 0d44ccdefa15d64f7fa1174dbe5e285ddd992098 | 0 | roles/docker | 939 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Disable SELinux\n selinux:\n policy: targeted\n state: permissive\n\n- name: Install prerequisities\n yum:\n name: [\"yum-utils\", \"device-mapper-persistent-data\", \"lvm2\"]\n\n- name: Docker repository\n yum_repository:\n name: D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | zikarad/aws-ec2-k8s | 0d44ccdefa15d64f7fa1174dbe5e285ddd992098 | 0 | roles/k8s_node | 939 | [
"no_license"
] | [
{
"path": "roles/k8s_node/tasks/main.yml",
"content": "- name: Disable swapiness\n sysctl:\n name: vm.swappiness\n value: \"0\"\n state: present\n\n- name: Disable swap\n command: swapoff --all\n\n- name: Permanently disable swap\n lineinfile:\n path: /etc/fstab\n backrefs: yes\n regexp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1314,
"all_permissive": false
} |
ansible_role | forprem/rabbitmqcluster | 79b3b3d99a8eb7234738b8b277cf4b1b8493f10d | 0 | ansible-rabbitmq-cluster/roles/rabbitmq | 939 | [
"no_license"
] | [
{
"path": "ansible-rabbitmq-cluster/roles/rabbitmq/tasks/install.yml",
"content": "---\n\n- name: Ensure erlang is installed.\n package:\n name: erlang\n state: present\n\n- name: install rabbitmq-server dependencies (RedHat)\n yum: \n name: \"{{ item }}\" \n state: present\n with_items:\n -... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4079,
"all_permissive": false
} |
ansible_role | metasystemdev/Simbirsoft | 623843712d59a395379ea6b4b12e497605014479 | 0 | roles/install | 939 | [
"no_license"
] | [
{
"path": "roles/install/templates/service.j2",
"content": "[Unit]\nDescription={{ app }} service\nAfter=network.target\n\n[Service]\nType=simple\nExecStart=/usr/bin/python3 /opt/{{ app }}/app.py\nStandardInput=tty-force\nRestart=always\n\n[Install]\nWantedBy=multi-user.target\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | metasystemdev/Simbirsoft | 623843712d59a395379ea6b4b12e497605014479 | 0 | roles/setup | 939 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n# tasks file for setup\n- name: Update cache\n apt:\n update_cache: yes\n\n- name: Install a list of packages\n apt:\n name:\n - python3\n - python3-pip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/base_pkgs | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/base_pkgs/tasks/main.yml",
"content": "---\n- name: Install epel-release\n yum:\n name: epel-release\n state: latest\n\n- name: Install pip\n yum:\n name: python-pip\n state: latest\n\n- name: Install python-devel\n yum:\n name: python-devel\n state: present\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/command | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/command/templates/command_servers.j2",
"content": "---\ncommand_servers:\n server1:\n ip: {{vm_ip}}\n connection: ssh\n ssh_user: root\n ssh_pass: <PASSWORD>\n sudo_pass: <PASSWORD>\n ntpserver: {{ntp_server}}\n{% if registry == 'nodei40'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2714,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/commit_switch_conf | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/commit_switch_conf/tasks/main.yaml",
"content": "# This task gets all Junos configuration from all devices \n- name: load vars\n include_vars: \"{{ vagrant_root }}/playbooks/host_vars/{{ switch_name }}.yaml\"\n\n- name: Build configuration\n template: \n src: vqfx.conf.j2 \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/contrail | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/contrail/templates/config_instances_k8s.j2",
"content": "global_configuration:\n{% if registry == 'nodei40' %}\n CONTAINER_REGISTRY: nodei40.englab.juniper.net:5000\n REGISTRY_PRIVATE_INSECURE: True\n{% elif registry == 'hub' %}\n CONTAINER_REGISTRY: hub.juniper.net/contrail-nigh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12374,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/dev_pkgs | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/dev_pkgs/tasks/main.yml",
"content": "---\n- name: Install net-tools\n yum:\n name: net-tools\n state: latest\n\n- name: Install wget\n yum:\n name: wget\n state: latest\n\n- name: Install python-devel\n yum:\n name: python-devel\n state: latest\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2222,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/devenv | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/devenv/tasks/main.yml",
"content": "---\n- name: Clone contrail-dev-env\n git:\n repo: https://github.com/tungstenfabric/tf-dev-env.git\n dest: /root/contrail-dev-env\n version: \"master\"\n\n- name: Adding contrail-tpc repository\n blockinfile:\n path: /etc/yum.repos.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2960,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/interface | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/interface/tasks/main.yml",
"content": "---\n- name: Copy script to server\n template:\n src: interface_config.j2\n dest: \"/tmp/config-{{ interface_name }}.sh\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/kernel | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/kernel/tasks/main.yml",
"content": "---\n- name: Download kernel 3.10.0-1127\n yum:\n name: http://tf-nexus.progmaticlab.com/repository/yum-tpc/kernel-3.10.0-1127.el7.x86_64.rpm\n state: present\n\n- name: Reboot vm\n reboot:\n reboot_timeout: 300\n\n- name: verify kernel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/network | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n- name: Re-configure {{ vm_interface }} interface\n template:\n src: ifcfg-interface.j2\n dest: /etc/sysconfig/network-scripts/ifcfg-{{ vm_interface }}\n\n- name: Re-configure /etc/resolv.conf\n template:\n src: resolv.conf.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | kirankn80/lab-in-a-server | 3a0d66c23a037861ef74b9f0b8182590ba247a20 | 2 | ansible/roles/setup_switch | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_switch/templates/switch_interface.j2",
"content": "interfaces:\n{% for i in range(interface_count) %}\n - name: xe-0/0/{{ i }}\n description: connected to n{{ i }}\n vlan_id: {{ vlan_id }}\n{% endfor %}\ninet_interfaces:\n - name: irb\n description: \"vRouter gatewa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1049,
"all_permissive": false
} |
ansible_role | Smrutisw2001/Ansible-yamlfile | 1b6c79bbbf8ea57cd6e5e51427d82c709c0a2e98 | 0 | playbook/roles/webserver | 939 | [
"no_license"
] | [
{
"path": "playbook/roles/webserver/tasks/main.yml",
"content": "---\n# tasks file for webserver\n- name: install httpd\n yum: name=httpd state=present\n- name: copy index.html file\n copy: src=index.html dest=/var/www/html\n- name: start httpd\n service: name=httpd state=started\n notify: restart httpd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | okamototk/docker-cluster | 3272cee9a179ceb9d59fef7099b59adca0afc755 | 0 | roles/consul | 939 | [
"no_license"
] | [
{
"path": "roles/consul/tasks/main.yml",
"content": "---\n- name: Install unzip deb\n apt: name=unzip\n environment: proxy_env\n when: ansible_os_family == 'Debian'\n\n- name: Install unzip rpm\n yum: name=unzip\n environment: proxy_env\n when: ansible_os_family == 'RedHat'\n\n- name: Install libselin... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2599,
"all_permissive": false
} |
ansible_role | okamototk/docker-cluster | 3272cee9a179ceb9d59fef7099b59adca0afc755 | 0 | roles/docker | 939 | [
"no_license"
] | [
{
"path": "roles/docker/templates/docker.j2",
"content": "{% if (native_cluster | default(False)) %}\nDOCKER_OPTS=-s {{docker_config.storage_driver}} --cluster-store={{cluster_store}} --cluster-advertise={{manage_if}}:2376 -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock\n{% else %}\nDOCKER_OPTS=-s {{do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2268,
"all_permissive": false
} |
ansible_role | okamototk/docker-cluster | 3272cee9a179ceb9d59fef7099b59adca0afc755 | 0 | roles/etcd | 939 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/ufw.yml",
"content": "---\n# Open firewalld port for etcd\n- ufw: rule=allow proto=tcp port=2379\n- ufw: rule=allow proto=tcp port=2380\n- ufw: rule=allow proto=tcp port=4001\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},
{
"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2935,
"all_permissive": false
} |
ansible_role | okamototk/docker-cluster | 3272cee9a179ceb9d59fef7099b59adca0afc755 | 0 | roles/flannel | 939 | [
"no_license"
] | [
{
"path": "roles/flannel/defaults/main.yml",
"content": "---\nflannel_ver: 0.5.5\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/flannel/tasks/service.yml",
"content": "- template: src=flannel.service.j2 dest={{systemd_path}}/flannel... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2557,
"all_permissive": false
} |
ansible_role | okamototk/docker-cluster | 3272cee9a179ceb9d59fef7099b59adca0afc755 | 0 | roles/k8s-worker | 939 | [
"no_license"
] | [
{
"path": "roles/k8s-worker/tasks/main.yml",
"content": "- name: Check kubenates kubelet container\n command: docker inspect k8s_kubelet\n register: chk_kubelet\n ignore_errors: yes\n\n- name: Check kubenates kubelet container\n command: docker inspect k8s_proxy\n register: chk_proxy\n ignore_errors: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2138,
"all_permissive": false
} |
ansible_role | okamototk/docker-cluster | 3272cee9a179ceb9d59fef7099b59adca0afc755 | 0 | roles/swarm-manager | 939 | [
"no_license"
] | [
{
"path": "roles/swarm-manager/tasks/main.yml",
"content": "---\n- name: Check swarm manage container\n command: docker inspect swarm_manage\n register: check_manage\n ignore_errors: yes\n\n- name: Pull swarm image\n command: docker pull swarm\n when: check_manage.rc !=0 \n\n#- name: Set http_proxy for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1304,
"all_permissive": false
} |
ansible_role | okamototk/docker-cluster | 3272cee9a179ceb9d59fef7099b59adca0afc755 | 0 | roles/swarm-node | 939 | [
"no_license"
] | [
{
"path": "roles/swarm-node/tasks/main.yml",
"content": "---\n- name: Check swarm join container\n command: docker inspect swarm_join\n register: check_join\n ignore_errors: yes\n\n- name: Pull swarm image\n command: docker pull swarm\n when: check_join.rc != 0\n\n- name: Set http_proxy for swarm\n se... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1573,
"all_permissive": false
} |
ansible_role | SebastianUA/vagrant-ansible-docker-jenkins | 6cccf25d2a7e3d38a37cba2ae8aa78505c13b9ae | 0 | ansible/roles/install-utilites | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/install-utilites/vars/main.yml",
"content": "---\n# vars file for install-utilites\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/install-utilites/tests/test.yml",
"content": "---\n- hosts: localhost\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2089,
"all_permissive": false
} |
ansible_role | SebastianUA/vagrant-ansible-docker-jenkins | 6cccf25d2a7e3d38a37cba2ae8aa78505c13b9ae | 0 | ansible/roles/local-tasks | 939 | [
"no_license"
] | [
{
"path": "ansible/roles/local-tasks/tasks/main.yml",
"content": "---\n- name: create logs directory for root user\n file: path=/root/ansible/logs state=directory mode=0775\n\n- name: create logs directory for vagrant user \n file: path=/home/vagrant/ansible/logs state=directory mode=0775\n\n\n- name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | SebastianUA/vagrant-ansible-docker-jenkins | 6cccf25d2a7e3d38a37cba2ae8aa78505c13b9ae | 0 | data/ansible/roles/docker-containers | 939 | [
"no_license"
] | [
{
"path": "data/ansible/roles/docker-containers/vars/main.yml",
"content": "---\n# vars file for docker-containers\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "data/ansible/roles/docker-containers/tasks/main.yml",
"content": "---\n# tasks ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | SebastianUA/vagrant-ansible-docker-jenkins | 6cccf25d2a7e3d38a37cba2ae8aa78505c13b9ae | 0 | data/ansible/roles/docker-installation | 939 | [
"no_license"
] | [
{
"path": "data/ansible/roles/docker-installation/tasks/main.yml",
"content": "---\n#- name: install Docker\n# yum: name=docker state=latest\n# notify:\n# - restart docker\n \n- name: install docker-py\n become: yes\n pip: name=docker-py==1.9.0 #state=latest\n#\n- name: install docker-compose\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | SebastianUA/vagrant-ansible-docker-jenkins | 6cccf25d2a7e3d38a37cba2ae8aa78505c13b9ae | 0 | data/ansible/roles/jenkins-installation | 939 | [
"no_license"
] | [
{
"path": "data/ansible/roles/jenkins-installation/vars/main.yml",
"content": "---\n# vars file for jenkins-installation\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "data/ansible/roles/jenkins-installation/defaults/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1584,
"all_permissive": false
} |
ansible_role | cbanciu/ansible-apache-vhost_ssl | 94527b1278e3ed69247d0f983905e22bc8df55d4 | 0 | roles/vhost_ssl | 939 | [
"no_license"
] | [
{
"path": "roles/vhost_ssl/tasks/ssl.yml",
"content": "---\n- name: Create Apache vhost \n template: src=vhost_ssl.conf.j2 dest={{ apache_dir }}/{{ site_url }}-ssl.conf owner=root\n\n- name: Enable the vhost on Debian family\n shell: a2ensite {{ site_url }}-ssl.conf\n when: ansible_os_family == \"Debian\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2584,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.