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 | avigovskij/vpn | ac51277d1e072010efb7caef2d6e2e3e78d77fb4 | 0 | ansible/roles/pki_init | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/pki_init/tasks/main.yml",
"content": "- name: Initialize PKI\n ansible.builtin.command: \"$EASYRSA/easyrsa init-pki\"\n register: init_pki_output\n changed_when: init_pki_output.rc == 0\n environment:\n # Environment variable should point to the Easy-RSA top-level dir, where ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | avigovskij/vpn | ac51277d1e072010efb7caef2d6e2e3e78d77fb4 | 0 | ansible/roles/sign_request | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/sign_request/tasks/main.yml",
"content": "---\n- name: Define PKI path\n block:\n - name: Call module manage_pki to get information about pki\n manage_pki:\n rsa_home: \"{{ rsa_home }}\"\n state: info\n register: manage_pki_result\n\n - name: Set fact ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | avigovskij/vpn | ac51277d1e072010efb7caef2d6e2e3e78d77fb4 | 0 | ansible/roles/user_setup | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/user_setup/defaults/main.yml",
"content": "---\nuser_setup_username: \"sample_user\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/user_setup/tasks/main.yml",
"content": "---\n- name: Create user\n an... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | jensdriller/pikube-k3s | ab30333244b484e3b130077ba8583ede39f769c1 | 0 | roles/base-install | 5,037 | [
"no_license"
] | [
{
"path": "roles/base-install/tasks/main.yml",
"content": "- name: set hostname from entry in hosts file\r\n hostname:\r\n name: \"{{ inventory_hostname }}\"\r\n\r\n- name: copy inputrc to user directory\r\n copy:\r\n src: .inputrc\r\n dest: /home/ubuntu/.inputrc\r\n owner: ubuntu\r\n group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1393,
"all_permissive": false
} |
ansible_role | jensdriller/pikube-k3s | ab30333244b484e3b130077ba8583ede39f769c1 | 0 | roles/clean | 5,037 | [
"no_license"
] | [
{
"path": "roles/clean/tasks/main.yaml",
"content": "- name: stop k3s service\n service:\n name: \"{{ item }}\"\n state: stopped\n daemon_reload: yes\n enabled: no\n ignore_errors: yes \n with_items:\n - k3s\n\n- name: Remove k3s from iptables\n script:\n cmd: ../files/unmount.sh\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1404,
"all_permissive": false
} |
ansible_role | margarita-markova/CI-CD-training | 2505cdcd5beb02d883cf7cb6c6fbbf034e99bc7c | 0 | day1/roles/java | 5,037 | [
"no_license"
] | [
{
"path": "day1/roles/java/defaults/main.yml",
"content": "jdk_version: \"1.8.0\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "day1/roles/java/tasks/main.yml",
"content": "#check java needed?\n\n#installation by package\n- name: Installation... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | margarita-markova/CI-CD-training | 2505cdcd5beb02d883cf7cb6c6fbbf034e99bc7c | 0 | day1/roles/jenkins | 5,037 | [
"no_license"
] | [
{
"path": "day1/roles/jenkins/tasks/main.yml",
"content": "- name: Check WAR \n file:\n path: \"{{ jenkins_war_home }}\"\n state: directory\n group: \"{{ jenkins_group }}\"\n owner: \"{{ jenkins_user }}\"\n mode: g=rwx\n recurse: yes\n become: yes \n\n\n\n- name: WAR downloading\n get_u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1258,
"all_permissive": false
} |
ansible_role | haserge/ansible-lab | 886e95bf8db4876b9f20740a5f53fffbd071e9fb | 0 | ansible_lesson03/roles/apache_default | 5,037 | [
"no_license"
] | [
{
"path": "ansible_lesson03/roles/apache_default/tasks/main.yml",
"content": "---\n- name: Include specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Install httpd on CentOS\n yum:\n name: httpd\n state: present\n when: ansible_facts.distribution == required_os\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | haserge/ansible-lab | 886e95bf8db4876b9f20740a5f53fffbd071e9fb | 0 | ansible_lesson03/roles/vsftpd_default | 5,037 | [
"no_license"
] | [
{
"path": "ansible_lesson03/roles/vsftpd_default/tasks/main.yml",
"content": "---\n- name: Install vsftpd\n yum:\n name: vsftpd\n state: present\n\n- name: Ensure the vsftpd service is running and enable it at boot\n service:\n name: vsftpd\n state: started\n enabled: yes\n\n- name: Enable ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | so61pi/ansible | 5b3c4997caca62beac0c50ba292f0b683f1897fa | 1 | roles/development-go | 5,037 | [
"no_license"
] | [
{
"path": "roles/development-go/tasks/main.yml",
"content": "---\n- name: Setting Up go Packages\n become: true\n become_user: root\n block:\n - name: Refreshing Repository\n zypper_repository:\n repo: '*'\n runrefresh: true\n\n - name: Installing Packages\n zypper:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | so61pi/ansible | 5b3c4997caca62beac0c50ba292f0b683f1897fa | 1 | roles/development-rust | 5,037 | [
"no_license"
] | [
{
"path": "roles/development-rust/tasks/main.yml",
"content": "- name: Creating Directory Structure\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - ~/.cargo/bin\n\n- name: Installing rust\n block:\n - shell: curl https://sh.rustup.rs -sSf | sh -s -- -y\n - shell: . ~/.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | so61pi/ansible | 5b3c4997caca62beac0c50ba292f0b683f1897fa | 1 | roles/workstation | 5,037 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/user/files/commands/systemd-systemctl.toml",
"content": "[[snippets]]\n description = \"show system status\"\n command = \"systemctl status\"\n tag = []\n output = \"\"\n\n[[snippets]]\n description = \"show service status\"\n command = \"systemctl status {service=ss... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 54,
"total_bytes": 121503,
"all_permissive": false
} |
ansible_role | serdardevops/AnsibleExample | 13d90b83afc57e056bd798cfb14f6270c8b9c11f | 0 | roles/nginx | 5,037 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# Nginx kurulumu ve yapılandırması için görevler\n\n- name: Nginx paketini yükle\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Nginx servisini başlat ve boot'ta otomatik başlatılmasını sağla\n service:\n name: ngin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1524,
"all_permissive": false
} |
ansible_role | Digitaltrickster/c2infrastructure | a1c38cd46e4590de88ee8b843e3606bcd1fa7c4f | 0 | roles/common | 5,037 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Add Certbot repo\n become: yes\n become_user: root\n become_method: sudo\n apt_repository:\n repo: 'ppa:certbot/certbot'\n\n- name: Update packages\n become: yes\n become_user: root\n become_method: sudo\n apt: >\n update_cache=yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | Digitaltrickster/c2infrastructure | a1c38cd46e4590de88ee8b843e3606bcd1fa7c4f | 0 | roles/dnsred | 5,037 | [
"no_license"
] | [
{
"path": "roles/dnsred/tasks/main.yml",
"content": "---\n- name: Socat DNS Redirector\n shell: socat udp4-recvfrom:53,reuseaddr,fork udp4-sendto:\"{{ hostvars[sbeacon]['ansible_default_ipv4']['address'] }}\"\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | Digitaltrickster/c2infrastructure | a1c38cd46e4590de88ee8b843e3606bcd1fa7c4f | 0 | roles/evilnginx | 5,037 | [
"no_license"
] | [
{
"path": "roles/evilnginx/tasks/main.yml",
"content": "- name: Download gophish\n shell: wget -c \"{{ evilnginx_repo }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 65,
"all_permissive": false
} |
ansible_role | Digitaltrickster/c2infrastructure | a1c38cd46e4590de88ee8b843e3606bcd1fa7c4f | 0 | roles/gceserver | 5,037 | [
"no_license"
] | [
{
"path": "roles/gceserver/tasks/main.yml",
"content": "---\n#gceservers.yml\n\n- name: Create server\n gce:\n instance_names: \"{{ instance_name }}\"\n zone: us-east1-b \n machine_type: f1-micro \n image: ubuntu-16 \n disk_size: 30 \n state: present\n tags: \"{{ tag_names }}\"\n reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | Digitaltrickster/c2infrastructure | a1c38cd46e4590de88ee8b843e3606bcd1fa7c4f | 0 | roles/gophish | 5,037 | [
"no_license"
] | [
{
"path": "roles/gophish/tasks/main.yml",
"content": "- name: Get gophish release\n shell: curl -s https://api.github.com/repos/boxbilling/boxbilling/releases/latest | grep browser_download_url | cut -d '\"' -f 4\n register: gophish_release\n\n\n- name: Download gophish\n shell: wget -c {{ gophish_releas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | Digitaltrickster/c2infrastructure | a1c38cd46e4590de88ee8b843e3606bcd1fa7c4f | 0 | roles/httpred | 5,037 | [
"no_license"
] | [
{
"path": "roles/httpred/tasks/main.yml",
"content": "---\n- name: Install apache\n apt:\n name: apache2\n state: latest \n\n- name: set config\n copy:\n src: files/apache2.conf\n dest: /etc/apache2/\n force: yes\n\n- name: Install modules\n shell: a2enmod rewrite proxy proxy_http\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | Digitaltrickster/c2infrastructure | a1c38cd46e4590de88ee8b843e3606bcd1fa7c4f | 0 | roles/sbeacon | 5,037 | [
"no_license"
] | [
{
"path": "roles/sbeacon/tasks/main.yml",
"content": "---\n- name: Get empire\n git:\n repo: \"{{ empire_repo }}\"\n clone: yes\n\n- name: Get Veil\n git:\n repo: \"{{ veil_repo }}\"\n clone: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | Raisahab1905/Jenkins | 1b9cd1f38d5b53bd63720251662ca104a5b06d34 | 0 | roles/jenkins | 5,037 | [
"no_license"
] | [
{
"path": "roles/jenkins/defaults/main.yml",
"content": "---\n# defaults file for jenkins\n# Default vars (can be overridden if needed)\njenkins_repo_key_url: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key\njenkins_repo_path: /etc/apt/sources.list.d/jenkins.list\njenkins_keyring_path: /etc/apt/key... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1201,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/az_blobs_container | 5,037 | [
"no_license"
] | [
{
"path": "roles/az_blobs_container/tasks/get_info.yml",
"content": "---\n# blobs user\n- name: read blobs user\n k8s_info:\n api_version: postgres.kabisa.nl/v1alpha1\n kind: AzBlobsUser\n namespace: \"{{ meta.namespace }}\"\n name: \"{{ az_blobs_user }}\"\n register: blobs_user_result\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/backup_cron_job | 5,037 | [
"no_license"
] | [
{
"path": "roles/backup_cron_job/tasks/main.yml",
"content": "---\n- name: create backup cron job\n include_role:\n name: jobs\n tasks_from: backup\n vars:\n job_type: cron_job\n job_action: backup\n when: desired_state == \"present\"\n- name: remove backup cron job\n include_role:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/backup_job | 5,037 | [
"no_license"
] | [
{
"path": "roles/backup_job/tasks/main.yml",
"content": "---\n- name: create backup job\n include_role:\n name: jobs\n tasks_from: backup\n vars:\n job_type: job\n job_action: backup\n when: desired_state == \"present\"\n- name: remove backup job\n include_role:\n name: jobs\n tasks_fr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/copy_job | 5,037 | [
"no_license"
] | [
{
"path": "roles/copy_job/defaults/main.yml",
"content": "desired_state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/copy_job/tasks/main.yml",
"content": "---\n- name: create copy job\n include_role:\n name: jobs\n ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/database | 5,037 | [
"no_license"
] | [
{
"path": "roles/database/tasks/get_info.yml",
"content": "---\n# database\n- name: \"read database {{ database_name }}\"\n k8s_info:\n api_version: postgres.kabisa.nl/v1alpha1\n kind: Database\n namespace: \"{{ meta.namespace }}\"\n name: \"{{ database_name }}\"\n register: databases_result\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2587,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/jobs | 5,037 | [
"no_license"
] | [
{
"path": "roles/jobs/tasks/create_cron_job.yml",
"content": "- name: ensure scripts\n include_role:\n name: jobs\n tasks_from: ensure_scripts\n- name: create cron job\n k8s:\n state: \"{{ desired_state }}\"\n definition:\n apiVersion: batch/v1beta1\n kind: CronJob\n metadata:\n... | {
"task_files": 14,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 13832,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/postgreshost | 5,037 | [
"no_license"
] | [
{
"path": "roles/postgreshost/tasks/get_info.yml",
"content": "---\n- name: test if host is defined\n fail:\n msg: 'the key host not defined'\n when: \"host is not defined\"\n- name: test if namespace is defined\n fail:\n msg: 'the key namespace not defined'\n when: \"namespace is not defined\"\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2080,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/postgresuser | 5,037 | [
"no_license"
] | [
{
"path": "roles/postgresuser/tasks/create_user_item.yml",
"content": "- name: create user for databases\n block:\n - name: Connect to database, create user, and grant privileges\n postgresql_user:\n db: \"{{ database_item.value.database_name }}\"\n port: \"{{ database_item.value.port }}\"\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5009,
"all_permissive": false
} |
ansible_role | kabisa/postgresdb-operator | 3a7d781f9edaba1ce7370074dd8d9dd150f72fb9 | 1 | roles/restore_job | 5,037 | [
"no_license"
] | [
{
"path": "roles/restore_job/tasks/main.yml",
"content": "---\n- name: create restore job\n include_role:\n name: jobs\n tasks_from: create_restore\n vars:\n job_type: job\n job_action: restore\n when: desired_state == \"present\"\n- name: remove restore job\n include_role:\n name: jobs\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | antvick/kubernetes_playground | 4b10d0a870e2659c430f710974ed76bf2d860187 | 0 | ansible/roles/common | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- debug:\n var: hostvars\n\n# - debug:\n# var: ansible_facts\n\n- debug: \n var: hostvars['demo-master']['groups']['master']\n\n# - name: Update packages\n# yum:\n# name: \"*\"\n# state: latest\n# become: True\n\n- name: Upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1279,
"all_permissive": false
} |
ansible_role | antvick/kubernetes_playground | 4b10d0a870e2659c430f710974ed76bf2d860187 | 0 | ansible/roles/docker | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Remove docker if installed from CentOS repo\n yum:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logrotate\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1351,
"all_permissive": false
} |
ansible_role | antvick/kubernetes_playground | 4b10d0a870e2659c430f710974ed76bf2d860187 | 0 | ansible/roles/kubernetes | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/handlers/main.yml",
"content": "- name: enable and start kubelet\n service:\n name: kubelet\n enabled: True\n state: started\n become: True",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "ansible/role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2886,
"all_permissive": false
} |
ansible_role | virtuousbody/backup | e853f7051c49b4cf753a8d99588e0630f5b264cd | 0 | ansible/roles/backup | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/backup/tasks/main.yml",
"content": "- name: Создание пользователя borg (если отсутствует)\n user:\n name: borg\n shell: /bin/bash\n state: present\n\n- name: Создание каталога для резервных копий /var/backup\n file:\n path: /var/backup\n state: directory\n owner:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | virtuousbody/backup | e853f7051c49b4cf753a8d99588e0630f5b264cd | 0 | ansible/roles/client | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/client/tasks/main.yml",
"content": "- name: Генерация SSH-ключа, если отсутствует\n openssh_keypair:\n path: /home/vagrant/.ssh/id_rsa\n type: rsa\n size: 2048\n owner: vagrant\n group: vagrant\n mode: '0600'\n register: ssh_key\n ignore_errors: yes\n\n- name: И... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1699,
"all_permissive": false
} |
ansible_role | virtuousbody/backup | e853f7051c49b4cf753a8d99588e0630f5b264cd | 0 | ansible/roles/common | 5,037 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: Обновление списка пакетов\n apt:\n update_cache: yes\n\n- name: Установка BorgBackup\n apt:\n name: borgbackup\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | mrdracon/sapiens-ansible | 8d3baca05f5a94235f4ede47c945f5d1f5cc0219 | 0 | roles/common | 5,077 | [
"no_license"
] | [
{
"path": "roles/common/tasks/Suse.yml",
"content": "---\n# Suse\n# Install Zabbix agent\n\n# To avoid ansible inability to parse .repo files we remove repo first\n- name: \"Remove old repo\"\n zypper_repository:\n name: \"server_monitoring\"\n state: absent\n\n- name: \"Add Zabbix repositori... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2749,
"all_permissive": false
} |
ansible_role | zjpeterson/ansible-net-compliance | c48a3833c78fc61358263dfd03acb1918358c4cc | 0 | roles/net_compliance | 5,077 | [
"no_license"
] | [
{
"path": "roles/net_compliance/tasks/cisco.nxos.nxos.yml",
"content": "---\n- name: Gather facts\n cisco.nxos.nxos_facts:\n gather_subset: min\n\n- name: Purge local users\n cisco.nxos.nxos_user:\n purge: yes\n notify: save cisco.nxos.nxos config\n register: user_out\n\n# NX-OS requires that you ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4333,
"all_permissive": false
} |
ansible_role | zjpeterson/ansible-net-compliance | c48a3833c78fc61358263dfd03acb1918358c4cc | 0 | roles/net_snow | 5,077 | [
"no_license"
] | [
{
"path": "roles/net_snow/defaults/main.yml",
"content": "---\nsnow_mode: incident\nsnow_group: Network\nsnow_category: network\nsnow_req_user: ansible\nsnow_title: My Incident\nsnow_description: My Description\nsnow_notes: My Notes\nsnow_urgency: medium\nsnow_impact: medium\nsnow_priority: 3\n",
"licen... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4248,
"all_permissive": false
} |
ansible_role | zjpeterson/ansible-net-compliance | c48a3833c78fc61358263dfd03acb1918358c4cc | 0 | roles/table_format | 5,077 | [
"no_license"
] | [
{
"path": "roles/table_format/README.md",
"content": "# Ansible Role: table_format\n\nFormats inputted data into an ASCII table with correct spacing, for use in ChatOps applications.\n\n## Credentials\n\nIf using Slack, provide an appropriate API token in the variable `table_slack_token`.\n\n## Defaults\n\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2737,
"all_permissive": false
} |
ansible_role | supernoodz/itsm-operator | bfaf49bb8b28460dd2f8bba7a1e3344e7f852d3c | 0 | roles/finalizer | 5,077 | [
"no_license"
] | [
{
"path": "roles/finalizer/tasks/main.yml",
"content": "---\n# tasks file for namespace\n\n- name: Fetch namespace sys_id label\n set_fact:\n project: \"{{ lookup('k8s', api_version='v1', kind='Namespace', resource_name=meta.name) }}\"\n\n- set_fact:\n sys_id: '{{ project.metadata.labels.sys_id }}'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | supernoodz/itsm-operator | bfaf49bb8b28460dd2f8bba7a1e3344e7f852d3c | 0 | roles/namespace | 5,077 | [
"no_license"
] | [
{
"path": "roles/namespace/tasks/main.yml",
"content": "---\n# tasks file for namespace\n\n- name: Fetch namespace sys_id label\n set_fact:\n project: \"{{ lookup('k8s', api_version='v1', kind='Namespace', resource_name=meta.name) }}\"\n\n- set_fact:\n sys_id: '{{ project.metadata.labels.sys_id }}'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | someeeday/ansible-pt1 | 60edeb2fa88f833fed8063938ad953e5384c0881 | 0 | roles/postgresql | 5,077 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/install.yml",
"content": "---\n- name: Обновление списка пакетов\n apt:\n update_cache: yes\n\n- name: Установка необходимых пакетов\n apt:\n name:\n - wget\n - curl\n - gnupg\n - lsb-release\n - postgresql\n state: present\n\n- name: Про... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | genesinepo/Nepomuceno_FinalExam | a7e815eb79c946db7cff385976b8d9531ed5078b | 0 | roles/ubuntu_es | 5,077 | [
"no_license"
] | [
{
"path": "roles/ubuntu_es/tests/test.yml",
"content": "---\n- hosts: ubuntu\n remote_user: qrielegaspi01\n roles:\n - roles/ubuntu-es \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/ubuntu_es/tasks/main.yml",
"content": "---\n# t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | genesinepo/Nepomuceno_FinalExam | a7e815eb79c946db7cff385976b8d9531ed5078b | 0 | roles/ubuntu_git | 5,077 | [
"no_license"
] | [
{
"path": "roles/ubuntu_git/tasks/main.yml",
"content": "---\n# tasks file for roles/ubuntu-git\n- name: create directory\n file:\n path: /home/genesinepo/repo\n state: directory\n mode: '777'\n\n- name: clone prelim repo\n git:\n repo: 'https://github.com/genesinepo/Nepomuceno_PrelimExam.git'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | sagarising/deploy_basic_nginx_app_on_aws | 27d1e8436feadb6cf8a97d8169f9fd9ddf762d40 | 0 | roles/aws_infra | 5,077 | [
"no_license"
] | [
{
"path": "roles/aws_infra/tasks/main.yml",
"content": "---\n- name: Import vpc creation tasks\n import_tasks: vpc.yml\n\n- name: Get controller machine public IP\n ipify_facts:\n\n- name: Create Security Group/Firewall\n ec2_group:\n name: basic_app\n description: sg for basic app\n vpc_id: \"{... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3241,
"all_permissive": false
} |
ansible_role | sagarising/deploy_basic_nginx_app_on_aws | 27d1e8436feadb6cf8a97d8169f9fd9ddf762d40 | 0 | roles/epel | 5,077 | [
"no_license"
] | [
{
"path": "roles/epel/tasks/main.yml",
"content": "---\n# tasks file for epel\n- name: Install epel\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | sagarising/deploy_basic_nginx_app_on_aws | 27d1e8436feadb6cf8a97d8169f9fd9ddf762d40 | 0 | roles/nginx | 5,077 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n yum:\n name: nginx\n become: yes\n\n- name: Start Nginx\n systemd:\n name: nginx\n state: started\n enabled: yes\n become: yes\n\n- name: Configure root page\n copy: \n src: index.html\n dest: /usr/share... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | make0x0/ansible_j2template_sample | ae1bb47344c824b063f1a6c0ecf1a508f28bcee3 | 0 | roles/create_files | 5,077 | [
"no_license"
] | [
{
"path": "roles/create_files/tasks/main.yml",
"content": "- name: \"create file ifcfg from template\"\n template:\n dest: /tmp/{{ item.hostname }}.cfg\n src: ifcfg.j2\n mode: 755\n loop: \"{{ vmhostlist }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | make0x0/ansible_j2template_sample | ae1bb47344c824b063f1a6c0ecf1a508f28bcee3 | 0 | roles/iptables | 5,077 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/main.yml",
"content": "- name: create file from template\n template:\n dest: /tmp/test.txt\n src: iptables.sh.j2\n mode: 755\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/iptables/templates/iptab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | jwennerberg/ansible-collection-rhlabs | c8ed2bdc9d31d6e89a457aafe6420c182c7b495a | 0 | roles/aap | 5,077 | [
"no_license"
] | [
{
"path": "roles/aap/defaults/main.yml",
"content": "---\naap_setup_dir: /opt/automation-platform\naap_public_ip_name: \"{{ ansible_facts.default_ipv4.address }}\"\n\naap_admin_password: <PASSWORD>\naap_pg_password: <PASSWORD>\n\napp_image: ansible-automation-platform-2.0-early-access-for-rhel-8-x86_64-file... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6459,
"all_permissive": false
} |
ansible_role | jwennerberg/ansible-collection-rhlabs | c8ed2bdc9d31d6e89a457aafe6420c182c7b495a | 0 | roles/cloudinfra | 5,077 | [
"no_license"
] | [
{
"path": "roles/cloudinfra/tasks/aws-cleanup.yml",
"content": "--- \n- name: Assert AWS creds variables\n ansible.builtin.assert:\n that:\n - ec2_access_key is defined\n - ec2_secret_key is defined\n fail_msg: \"AWS creds ec2_access_key and ec2_secret_key are not defined\"\n\n- name: Get V... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5801,
"all_permissive": false
} |
ansible_role | jwennerberg/ansible-collection-rhlabs | c8ed2bdc9d31d6e89a457aafe6420c182c7b495a | 0 | roles/rhel | 5,077 | [
"no_license"
] | [
{
"path": "roles/rhel/README.md",
"content": "rhel\n=========\n\nSimple role for initial config of RHEL lab servers\n\n- Configure hostname\n- Create a local `rhel` user\n - Configure sudoers for `rhel` user\n - Configure ssh_authorized_key for `rhel` user\n- Add /etc/hosts entries for all lab servers\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2662,
"all_permissive": false
} |
ansible_role | dwerder/ansible-telegraf-prometheus-setup | ed02f61980cae0f0e3fffd51d5dcee54620a527d | 0 | roles/telegraf | 5,077 | [
"no_license"
] | [
{
"path": "roles/telegraf/files/telegraf.conf.j2",
"content": "# Telegraf Configuration\n#\n# Telegraf is entirely plugin driven. All metrics are gathered from the\n# declared inputs, and sent to the declared outputs.\n#\n# Plugins must be declared in here to be active.\n# To deactivate a plugin, comment ou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5239,
"all_permissive": false
} |
ansible_role | rkun0068/bigdata-bootstrap | 022ac9cb4214c8d5e2c261e246fce8298370332f | 0 | ansible/roles/hbase | 5,077 | [
"no_license"
] | [
{
"path": "ansible/roles/hbase/tasks/02_config.yml",
"content": "- name: Copy hbase-env.sh\n lineinfile:\n path: \"/opt/hbase/conf/hbase-env.sh\"\n regexp: \"^# export {{ item.name }}\"\n line: \"export {{ item.name }}={{ item.value }}\"\n create: yes\n with_items: \"{{ hbase_env_sh }}\"\n ta... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2846,
"all_permissive": false
} |
ansible_role | rkun0068/bigdata-bootstrap | 022ac9cb4214c8d5e2c261e246fce8298370332f | 0 | ansible/roles/hdfs | 5,077 | [
"no_license"
] | [
{
"path": "ansible/roles/hdfs/tasks/main.yml",
"content": "- import_tasks: 01_download.yml\n tags:\n - hdfs_01_download\n\n- import_tasks: 02_config.yml\n tags:\n - hdfs_02_config\n\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "ansible/r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6404,
"all_permissive": false
} |
ansible_role | rkun0068/bigdata-bootstrap | 022ac9cb4214c8d5e2c261e246fce8298370332f | 0 | ansible/roles/ops | 5,077 | [
"no_license"
] | [
{
"path": "ansible/roles/ops/tasks/main.yml",
"content": "- name: Hbase->stop region servers\n shell: . /etc/profile && hbase-daemon.sh stop regionserver\n args:\n executable: /bin/bash\n ignore_errors: yes\n tags:\n - stop-region",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | rkun0068/bigdata-bootstrap | 022ac9cb4214c8d5e2c261e246fce8298370332f | 0 | ansible/roles/phoenix | 5,077 | [
"no_license"
] | [
{
"path": "ansible/roles/phoenix/tasks/02_config.yml",
"content": "- name: Setup hbase-site.xml\n community.general.xml:\n path: \"/opt/hbase/conf/hbase-site.xml\"\n xpath: \"/configuration\"\n add_children:\n - property:\n name: \"{{ item.name }}\"\n value: \"{{ item.value ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2177,
"all_permissive": false
} |
ansible_role | rkun0068/bigdata-bootstrap | 022ac9cb4214c8d5e2c261e246fce8298370332f | 0 | ansible/roles/prerequisites | 5,077 | [
"no_license"
] | [
{
"path": "ansible/roles/prerequisites/vars/main.yml",
"content": "# TODO: 修改为实际的IP\nhost_map:\n- { ip: 10.80.128.3, hostname: node01 } \n- { ip: 10.67.16.23, hostname: node02 } \n- { ip: 10.67.16.25, hostname: node03 } \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | rkun0068/bigdata-bootstrap | 022ac9cb4214c8d5e2c261e246fce8298370332f | 0 | ansible/roles/zookeeper | 5,077 | [
"no_license"
] | [
{
"path": "ansible/roles/zookeeper/tasks/main.yml",
"content": "- import_tasks: 01_download.yml\n tags:\n - zookeeper_01_download\n\n- import_tasks: 02_config.yml\n tags:\n - zookeeper_02_config\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1529,
"all_permissive": false
} |
ansible_role | kumahq/kuma-tools | 1fb3d27bba764ce51b75bed64c637db8f556c683 | 2 | ansible-universal/roles/all | 5,077 | [
"no_license"
] | [
{
"path": "ansible-universal/roles/all/tasks/main.yml",
"content": "---\n\n# Ensure that all hosts are updated.\n- name: Upgrade all packages\n dnf:\n name: \"*\"\n state: latest\n when: ansible_os_family == \"RedHat\"\n\n# Configure the local hostname `control-plane` for all hosts in the control\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | kumahq/kuma-tools | 1fb3d27bba764ce51b75bed64c637db8f556c683 | 2 | ansible-universal/roles/control-plane | 5,077 | [
"no_license"
] | [
{
"path": "ansible-universal/roles/control-plane/tasks/main.yml",
"content": "---\n\n- name: Create persistent state directory\n ansible.builtin.file:\n path: \"{{ kuma_statedir }}\"\n state: directory\n owner: kuma\n group: kuma\n mode: \"0700\"\n\n- name: Create configuration directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | kumahq/kuma-tools | 1fb3d27bba764ce51b75bed64c637db8f556c683 | 2 | ansible-universal/roles/data-plane | 5,077 | [
"no_license"
] | [
{
"path": "ansible-universal/roles/data-plane/tasks/dirs.yml",
"content": "---\n\n- name: Create persistent state directory\n ansible.builtin.file:\n path: \"{{ kuma_statedir }}\"\n state: directory\n owner: kuma\n group: kuma\n mode: \"0700\"\n\n- name: Create dataplanes directory\n ansibl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1986,
"all_permissive": false
} |
ansible_role | kumahq/kuma-tools | 1fb3d27bba764ce51b75bed64c637db8f556c683 | 2 | ansible-universal/roles/echo-server | 5,077 | [
"no_license"
] | [
{
"path": "ansible-universal/roles/echo-server/vars/main.yml",
"content": "---\n\nlisten_port: 7000\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "ansible-universal/roles/echo-server/tasks/main.yml",
"content": "---\n\n- name: Create sysconf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | kumahq/kuma-tools | 1fb3d27bba764ce51b75bed64c637db8f556c683 | 2 | ansible-universal/roles/gateway | 5,077 | [
"no_license"
] | [
{
"path": "ansible-universal/roles/gateway/vars/main.yml",
"content": "---\n\nservice_name: edge-gateway\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible-universal/roles/gateway/tasks/main.yml",
"content": "---\n\n- name: Ensure system... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | kumahq/kuma-tools | 1fb3d27bba764ce51b75bed64c637db8f556c683 | 2 | ansible-universal/roles/install-kuma | 5,077 | [
"no_license"
] | [
{
"path": "ansible-universal/roles/install-kuma/templates/envoy.sh",
"content": "#! /usr/bin/env bash\n\nset -o errexit\nset -o pipefail\nset -o nounset\n\nreadonly DOCKER=${DOCKER:-podman}\nreadonly ENVOY=${ENVOY:-{{envoy.repository}}:{{envoy.version}}}\n\nreadonly HERE=$(cd $(dirname $0) && pwd)\nreadonly... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4320,
"all_permissive": false
} |
ansible_role | telecmi90/Freeswitch_Ansible | 2fbfc7e45a775a3215bf3cc39bd715b35fcc7e63 | 1 | roles/freeswitch | 5,077 | [
"no_license"
] | [
{
"path": "roles/freeswitch/handlers/main.html",
"content": "---\n# handlers file for freeswitch-mw\n- name: restart freeswitch\n service: name=freeswitch state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/freeswitch/defaults/m... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4589,
"all_permissive": false
} |
ansible_role | berkut116/StreiSand | 50bbf34bbca76268c96a92bb01828376af88e9a3 | 1 | playbooks/roles/dnsmasq | 5,077 | [
"no_license"
] | [
{
"path": "playbooks/roles/dnsmasq/tasks/main.yml",
"content": "---\n- name: Ensure that BIND is not installed in order to avoid conflicts with dnsmasq\n apt:\n package: bind9\n state: absent\n\n- name: Disable systemd-resolved and mask it\n systemd:\n name: systemd-resolved\n enabled: no\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1246,
"all_permissive": false
} |
ansible_role | berkut116/StreiSand | 50bbf34bbca76268c96a92bb01828376af88e9a3 | 1 | playbooks/roles/lets-encrypt | 5,077 | [
"no_license"
] | [
{
"path": "playbooks/roles/lets-encrypt/tasks/install.yml",
"content": "- name: Remove \"certbot\" package\n apt:\n name: certbot\n state: absent\n\n- name: Install snapd\n apt:\n name: snapd\n state: present\n\n- name: Update snapd\n command: snap install core\n\n- name: Refresh snapd\n com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | berkut116/StreiSand | 50bbf34bbca76268c96a92bb01828376af88e9a3 | 1 | playbooks/roles/wireguard | 5,077 | [
"no_license"
] | [
{
"path": "playbooks/roles/wireguard/tasks/install.yml",
"content": "---\n\n- name: Determine the running kernel release\n command: uname -r\n register: kernel_release\n\n- name: Install the WireGuard packages\n apt:\n package:\n - linux-headers-{{ kernel_release.stdout }}\n - linux-headers-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | sabirpiludiya/ha-graylog-by-terraform-and-ansible-on-aws | 547cb1d80262397e1c0bf8265e1cc9c637239d10 | 0 | Ansible/roles/elasticsearch | 5,077 | [
"no_license"
] | [
{
"path": "Ansible/roles/elasticsearch/tasks/main.yml",
"content": "---\n\n#- name: Create the Elasticsesarch configuration file\n# template: src=elasticsearch.yml.j2\n # dest=/etc/elasticsearch/elasticsearch.yml\n # backup=yes\n # owner=root\n # mode=\"777\"\n# not... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | sabirpiludiya/ha-graylog-by-terraform-and-ansible-on-aws | 547cb1d80262397e1c0bf8265e1cc9c637239d10 | 0 | Ansible/roles/graylog | 5,077 | [
"no_license"
] | [
{
"path": "Ansible/roles/graylog/handlers/main.yml",
"content": "---\n\n- name: restart graylog\n service: name=graylog-server state=restarted\n\n- name: restart elasticsearch\n service: name=elasticsearch state=restarted\n\n- name: restart mongod\n become: true\n become_method: sudo\n service:\n na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1324,
"all_permissive": false
} |
ansible_role | sabirpiludiya/ha-graylog-by-terraform-and-ansible-on-aws | 547cb1d80262397e1c0bf8265e1cc9c637239d10 | 0 | Ansible/roles/mongo | 5,077 | [
"no_license"
] | [
{
"path": "Ansible/roles/mongo/tasks/main.yml",
"content": "---\n\n#- name: Create the Elasticsesarch configuration file\n# template: src=elasticsearch.yml.j2\n # dest=/etc/elasticsearch/elasticsearch.yml\n # backup=yes\n # owner=root\n # mode=\"777\"\n# notify: rel... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1419,
"all_permissive": false
} |
ansible_role | sabirpiludiya/ha-graylog-by-terraform-and-ansible-on-aws | 547cb1d80262397e1c0bf8265e1cc9c637239d10 | 0 | Ansible/roles/restartg | 5,077 | [
"no_license"
] | [
{
"path": "Ansible/roles/restartg/tasks/main.yml",
"content": "---\n\n#- name: Ensure Elasticsesarch service is started\n# service: name=elasticsearch state=started enabled=yes\n\n#- name: restart Elasticsearch\n# service: name=elasticsearch state=restarted\n\n\n- name: ReStart Graylog.\n service:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | e30chris/Ansible-GatherUsers | 9b5b0af3419bf97dee68f0e36bb785942b5a3f3e | 1 | roles/common | 5,057 | [
"no_license"
] | [
{
"path": "roles/common/tasks/Redhat.yml",
"content": "---\n# Audit the users on RedHat systems\n- name: audit passwd file\n fetch:\n src=/etc/passwd\n dest={{ auditfile_save_dir }}/{{ ansible_hostname }}/\n flat=yes\n\n- name: audit group file\n fetch:\n src=/etc/group\n dest={{ auditfile_... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2594,
"all_permissive": false
} |
ansible_role | kodemuseGit/ansible-dev | 84dcdfa88b297d0feb8353c32867ae28a38e6029 | 0 | ansible-roles-poc/roles/ec2 | 5,057 | [
"no_license"
] | [
{
"path": "ansible-roles-poc/roles/ec2/tasks/main.yml",
"content": "---\n\n- name: Creating Security Group\n local_action: \n module: ec2_group\n name: \"{{ ec2_security_group }}\"\n description: The webservers security group\n region: \"{{ ec2_region }}\"\n aws_access_key: \"{{ aws_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1809,
"all_permissive": false
} |
ansible_role | VitaliyZuban/dz9 | 7b5adeef2599258d131e327caae965cf2b18c860 | 0 | roles/mvn | 5,057 | [
"no_license"
] | [
{
"path": "roles/mvn/tasks/main.yml",
"content": "---\n# tasks for mvn\n- name: install packages\n apt: name={{item}} state=installed\n with_items:\n - git\n - openjdk-11-jre-headless\n - maven",
"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 | VitaliyZuban/dz9 | 7b5adeef2599258d131e327caae965cf2b18c860 | 0 | roles/webserver | 5,057 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n# tasks for webserver\n- name: install packages\n apt: name={{item}} state=installed\n with_items:\n - tomcat9",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | aetherith/packer-ovirt-arch | 04875ff9e06bb0cb81a00c30f24bf8751a5acca3 | 0 | provision/roles/arch_bootstrap | 5,057 | [
"no_license"
] | [
{
"path": "provision/roles/arch_bootstrap/tasks/lvm.yml",
"content": "---\n- name: Create a single LVM partition on each root block device.\n parted:\n device: \"{{ item }}\"\n number: 1\n label: msdos\n part_type: primary\n flags:\n - lvm\n state: present\n loop: \"{{ arch_bootstra... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8921,
"all_permissive": false
} |
ansible_role | aetherith/packer-ovirt-arch | 04875ff9e06bb0cb81a00c30f24bf8751a5acca3 | 0 | provision/roles/cloud_init | 5,057 | [
"no_license"
] | [
{
"path": "provision/roles/cloud_init/defaults/main.yml",
"content": "---\ncloud_init_package_names:\n - cloud-init\n - growpart\ncloud_init_service_names:\n - cloud-init\n - cloud-final\ncloud_init_conf_dir: /etc/cloud/cloud.cfg.d\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | aetherith/packer-ovirt-arch | 04875ff9e06bb0cb81a00c30f24bf8751a5acca3 | 0 | provision/roles/firewalld | 5,057 | [
"no_license"
] | [
{
"path": "provision/roles/firewalld/tasks/main.yml",
"content": "---\n- name: Install FirewallD\n package:\n name: \"{{ firewalld_package_name }}\"\n state: present\n- name: Enable and start FirewallD\n service:\n name: \"{{ firewalld_service_name }}\"\n enabled: yes\n state: started\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 633,
"all_permissive": false
} |
ansible_role | aetherith/packer-ovirt-arch | 04875ff9e06bb0cb81a00c30f24bf8751a5acca3 | 0 | provision/roles/ovirt_guest | 5,057 | [
"no_license"
] | [
{
"path": "provision/roles/ovirt_guest/defaults/main.yml",
"content": "---\novirt_guest_package_name: ovirt-guest-agent\novirt_guest_service_name: ovirt-guest-agent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "provision/roles/ovirt_guest/tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | aetherith/packer-ovirt-arch | 04875ff9e06bb0cb81a00c30f24bf8751a5acca3 | 0 | provision/roles/yay | 5,057 | [
"no_license"
] | [
{
"path": "provision/roles/yay/defaults/main.yml",
"content": "---\nyay_git_repository_url: https://aur.archlinux.org/yay.git\nyay_dependency_package_names:\n - git\nyay_build_dir: /tmp/yay\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "provis... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | cityzz/zz16.04vm | 6c923fad67210195f2545366922807f750af1ed1 | 0 | roles/personalisation | 5,057 | [
"no_license"
] | [
{
"path": "roles/personalisation/tasks/unity.yml",
"content": "---\n- name: Create themes directory\n file:\n state: directory\n path: /usr/share/themes\n become: yes\n become_method: sudo\n\n- name: Download flatabulous\n get_url:\n url: https://github.com/anmoljagetia/Flatabulous/archive/mast... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6654,
"all_permissive": false
} |
ansible_role | cityzz/zz16.04vm | 6c923fad67210195f2545366922807f750af1ed1 | 0 | roles/software | 5,057 | [
"no_license"
] | [
{
"path": "roles/software/tasks/atom.yml",
"content": "---\n\n- name: Download Atom\n get_url:\n url: \"{{ atom_pkg }}\"\n dest: /tmp/atom.deb\n mode: 0755\n\n- name: Install Atom\n apt: deb=/tmp/atom.deb\n become: yes\n become_method: sudo\n\n- name: Install Atom packages\n apm:\n name: \"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2760,
"all_permissive": false
} |
ansible_role | cityzz/zz16.04vm | 6c923fad67210195f2545366922807f750af1ed1 | 0 | roles/system | 5,057 | [
"no_license"
] | [
{
"path": "roles/system/tasks/network.yml",
"content": "---\n- name: Set hostname\n hostname: name={{ inventory_hostname }}\n become: yes\n\n- name: Update /etc/hosts\n lineinfile:\n dest=/etc/hosts\n regexp=\"^127\\.0\\.1\\.1\"\n line=\"127.0.1.1{{ '\\t' }}{{ inventory_hostname }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | wentaotoyou/scripts | dd46e1f976c734380638ff6440fc6afbe8c907b3 | 0 | ansible/roles/filebeat | 5,057 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/tasks/fb.yml",
"content": "---\n\n- name: Deploy filebeat\n unarchive:\n src: filebeat-{{ filebeat_version }}.tar.gz\n dest: \"{{ filebeat_home_dir }}\"\n creates: \"{{ filebeat_home_dir }}/filebeat-{{ filebeat_version }}\"\n copy: yes\n owner: tomcat\n g... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3536,
"all_permissive": false
} |
ansible_role | wentaotoyou/scripts | dd46e1f976c734380638ff6440fc6afbe8c907b3 | 0 | ansible/roles/logstash | 5,057 | [
"no_license"
] | [
{
"path": "ansible/roles/logstash/site.yml",
"content": "---\n- hosts: test\n remote_user: tomcat\n roles:\n - role: logstash\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/logstash/defaults/main.yml",
"content": "---\n# d... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3463,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/applications | 5,057 | [
"no_license"
] | [
{
"path": "roles/applications/tasks/main.yml",
"content": "- name: Install konsole\n pacman: \n name: konsole\n state: present\n\n- name: Configure konsole menu bar\n become: true\n become_user: \"{{ username }}\"\n ini_file:\n path: \"/home/{{ username }}/.config/konsolerc\"\n section: Main... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/aur-helper-yay | 5,057 | [
"no_license"
] | [
{
"path": "roles/aur-helper-yay/vars/main.yml",
"content": "user_downloads_dir: /home/{{ username }}/Downloads",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/aur-helper-yay/tasks/main.yml",
"content": "- name: Clone yay repo\n become: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/bootstrap | 5,057 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yml",
"content": "- name: Check if arch-chroot is installed\n stat:\n path: /bin/arch-chroot\n register: arch_chroot_check\n\n- name: Create and mount partition\n when: arch_chroot_check.stat.exists\n include_role:\n name: partition-create\n vars:\n disk: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1543,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/common | 5,057 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "common_packages:\n - xdg-user-dirs\n - spice-vdagent\n - git\n - man-db\n - man-pages\n - noto-fonts\n - sudo\n - which\n - python-pip\n - zsh\n - fzf\n - fakeroot\n - make\n - gcc",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/display-manager-sddm | 5,057 | [
"no_license"
] | [
{
"path": "roles/display-manager-sddm/tasks/main.yml",
"content": "- name: Install SDDM\n pacman:\n name: sddm\n state: present\n\n- name: Enable SDDM service\n systemd:\n name: sddm\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/display-server-xorg | 5,057 | [
"no_license"
] | [
{
"path": "roles/display-server-xorg/tasks/main.yml",
"content": "- name: Install xorg-server\n pacman:\n name: xorg-server\n state: present\n\n- name: Initialise Xorg configuration\n shell: |\n Xorg :0 -configure\n mv /root/xorg.conf.new /etc/X11/xorg.conf\n args:\n creates: /etc/X11/xorg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/editor | 5,057 | [
"no_license"
] | [
{
"path": "roles/editor/tasks/main.yml",
"content": "- name: Install {{ program }}\n pacman:\n name: \"{{ program }}\"\n state: present\n\n- name: Set default editor\n copy:\n content: |\n export EDITOR={{ program }}\n {% for alias in aliases %}\n alias {{ alias }}={{ program }}\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/localisation | 5,057 | [
"no_license"
] | [
{
"path": "roles/localisation/defaults/main.yml",
"content": "timezone: Europe/London\nlocale: en_GB.UTF-8 UTF-8\nlanguage: en_GB.UTF-8\nlayout: gb\nmodel: pc105\nvariant: mac\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/localisation/ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/oh-my-zsh | 5,057 | [
"no_license"
] | [
{
"path": "roles/oh-my-zsh/tasks/main.yml",
"content": "- name: Download oh-my-zsh install script\n get_url:\n url: https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh\n dest: /tmp/omz-install.sh\n mode: \"0755\"\n\n- name: Check if oh-my-zsh is already installed\n stat:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/partition-create | 5,057 | [
"no_license"
] | [
{
"path": "roles/partition-create/vars/main.yml",
"content": "disk: /dev/vda\nnumber: 1\nmount_path: /mnt",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/partition-create/tasks/main.yml",
"content": "- name: Create partition\n parted:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/reboot | 5,057 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "- name: Reboot host\n reboot:\n reboot_timeout: \"{{ reboot_timeout }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/reboot/defaults/main.yml",
"content": "reboot_timeout: 360... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 93,
"all_permissive": false
} |
ansible_role | cristianrgreco/archlinux-bootstrap-ansible | 2304d4866e4fd1b6046ef44022e5b03819c0b7b2 | 0 | roles/shutdown | 5,057 | [
"no_license"
] | [
{
"path": "roles/shutdown/tasks/main.yml",
"content": "- name: Shutdown remote host\n community.general.shutdown:\n delay: 0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 71,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.