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 | Earl-Villamor/Villamor_HOA14 | 1f063feff649f3aeb9cfa79346536e841511b07f | 0 | roles/Nova | 3,898 | [
"no_license"
] | [
{
"path": "roles/Nova/tasks/main.yml",
"content": " - name: Nova Installation\n apt:\n name: nova-compute\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Configuring Nova.conf\n tags: nova, edit, ubuntu\n lineinfile:\n path: /etc/nova/nova.conf\n rege... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7924,
"all_permissive": false
} |
ansible_role | chrisabird/ansible_desktop | 298f151a5023d8d09c6a3cf7431f77809c37e28b | 0 | roles/development | 3,898 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "---\n- name: install xfce\n apt: pkg=xubuntu-desktop state=installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | GeorgeMaged/udapeople-proj | 4a30f6005f3f270e78a18d13ef53770682842b5a | 0 | .circleci/ansible/roles/deploy | 3,898 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Creating backend app direct\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Installing Node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | Arnold-Pham/Ansible-Wordpress | e081ae5fa40a7b01c98f1faee8d0131a4dcb53e5 | 0 | roles/mysql | 3,898 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Mettre à jour la liste des paquets\n apt:\n update_cache: yes\n\n- name: Installer MySQL et les dépendances nécessaires\n apt:\n name:\n - mysql-server\n - python3-mysqldb\n - php-mysql\n state: present\n\n- name: Con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1317,
"all_permissive": false
} |
ansible_role | Arnold-Pham/Ansible-Wordpress | e081ae5fa40a7b01c98f1faee8d0131a4dcb53e5 | 0 | roles/serveur | 3,898 | [
"no_license"
] | [
{
"path": "roles/serveur/tasks/main.yml",
"content": "---\n- name: Mise à jour des paquets\n apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 84600\n\n- name: Installer une liste de paquets nécessaires\n apt:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ server_packages ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | Arnold-Pham/Ansible-Wordpress | e081ae5fa40a7b01c98f1faee8d0131a4dcb53e5 | 0 | roles/wp_cli | 3,898 | [
"no_license"
] | [
{
"path": "roles/wp_cli/tasks/main.yml",
"content": "---\n- name: Télécharger WP-CLI\n get_url:\n url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\n dest: /usr/local/bin/wp\n mode: '0755'\n\n- name: Vérifier que WP-CLI est fonctionnel\n command: wp --info\n register... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2005,
"all_permissive": false
} |
ansible_role | lvvrs/prepare_linux_host | 149bf4dfbaf0b228e1480efd2e1472ad0ee7725e | 0 | roles/prepare_hosts | 3,898 | [
"no_license"
] | [
{
"path": "roles/prepare_hosts/tasks/main.yml",
"content": "---\n- name: Set Hostnames\n hostname:\n name: \"{{ HOSTNAME_PREFIX }}-{{ HOSTNAME_END }}\"\n notify: \n - reboot_apt_servers\n - reboot_rpm_servers\n \n- name: Setup base packeges and full update RPM based systems\n block:\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | lvvrs/prepare_linux_host | 149bf4dfbaf0b228e1480efd2e1472ad0ee7725e | 0 | roles/setup_xrdp | 3,898 | [
"no_license"
] | [
{
"path": "roles/setup_xrdp/tasks/main.yml",
"content": "---\n- name: Install XRDP on RPM distributions and configure FirewallD\n block:\n \n - name: Install XRDP on RPM hosts\n yum:\n name: ['xrdp']\n state: present\n update_cache: yes\n\n - name: Configure FirewallD\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | xyw324/ansible-zabbix | ad623c135d3b827d634678c9f82d42aa44c87f9a | 1 | zabbix_rhel/zabbix_agent/roles/common | 3,898 | [
"no_license"
] | [
{
"path": "zabbix_rhel/zabbix_agent/roles/common/tasks/main.yml",
"content": "- name: Install initializtion require software\n yum: name={{ item }} state=latest\n with_items:\n - curl \n - curl-devel \n - net-snmp \n - net-snmp-devel \n - ntpdate \n - mysql-devel \n - libxml2-devel \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | xyw324/ansible-zabbix | ad623c135d3b827d634678c9f82d42aa44c87f9a | 1 | zabbix_rhel/zabbix_agent/roles/install | 3,898 | [
"no_license"
] | [
{
"path": "zabbix_rhel/zabbix_agent/roles/install/vars/main.yml",
"content": "zabbix_dir: /usr/local/zabbix-agent\nzabbix_version: 3.4.2\nzabbix_user: zabbix\nzabbix_server_port: 10051\nzabbix_agentd_port: 10050\nzabbix_server_ip: 10.0.4.30\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3122,
"all_permissive": false
} |
ansible_role | xyw324/ansible-zabbix | ad623c135d3b827d634678c9f82d42aa44c87f9a | 1 | zabbix_rhel/zabbix_agent/roles/uninstall | 3,898 | [
"no_license"
] | [
{
"path": "zabbix_rhel/zabbix_agent/roles/uninstall/vars/main.yml",
"content": "zabbix_dir: /usr/local/zabbix-agent\nzabbix_agentd_port: 10050\nzabbix_server_ip: 10.0.4.30\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "zabbix_rhel/zabbix_agent/r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | phanimullapudi/ansibleplaybooks | 21ab14236e8caf56162795dda57d5469cabbd1ed | 0 | mysql-simple-ansible-terraform/roles/mysql | 3,898 | [
"no_license"
] | [
{
"path": "mysql-simple-ansible-terraform/roles/mysql/tasks/check-users.yml",
"content": "- name: Simple query to check the users in the database\n community.mysql.mysql_query:\n login_db: mysql\n login_user: root\n login_password: <PASSWORD>\n login_host: localhost\n query: SELECT * FROM my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | suledev/lapps-playbooks | 4603507935ae2a8dfc20bb96b406b9e250236ada | 0 | roles/java-postgres | 4,018 | [
"no_license"
] | [
{
"path": "roles/java-postgres/defaults/main.yml",
"content": "---\noracle_java_version: 8\npostgres_version: 9.4\ninstall_postgres_server: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/java-postgres/tasks/main.yml",
"content": "... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | suledev/lapps-playbooks | 4603507935ae2a8dfc20bb96b406b9e250236ada | 0 | roles/service-manager | 4,018 | [
"no_license"
] | [
{
"path": "roles/service-manager/files/stop_tomcat.sh",
"content": "log \"Stopping tomcat.\"\n\tif [[ $OS = redhat7 || $OS = centos ]] ; then\n\t\tsystemctl stop tomcat\n\telse\n\t\tservice tomcat stop\n\t\twhile [[ `ps aux | grep bootstrap.jar | grep -v grep | wc -l` -gt 0 ]] ; do\n\t\t\techo \"Waiting for... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4381,
"all_permissive": false
} |
ansible_role | rpandyaArlo/deploy1 | 22760b583899f873a8143906c9d06d2722a33f60 | 0 | roles/nfs_server | 4,018 | [
"no_license"
] | [
{
"path": "roles/nfs_server/tasks/amazon.yml",
"content": "---\n\n- name: Install Amazon-Linux-specific NFS packages\n ansible.builtin.yum:\n name:\n - nfs-utils\n vars:\n ansible_python_interpreter: /usr/bin/python2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | rpandyaArlo/deploy1 | 22760b583899f873a8143906c9d06d2722a33f60 | 0 | roles/product_common | 4,018 | [
"no_license"
] | [
{
"path": "roles/product_common/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n vars:\n atl_product_user: \"testuser\"\n atl_product_home: \"/data/atlassian/product\"\n atl_product_installation_base: \"/data/atlassian/product/install\"\n atl_installer_temp: \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | hvamsik/ansiblepractise2 | fe1d7cfc9cc159909f40cbfcc2e865279fa95372 | 0 | nginx/roles/nginx | 4,018 | [
"no_license"
] | [
{
"path": "nginx/roles/nginx/vars/main.yml",
"content": "server_hostname: hostname.domain.com",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "nginx/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n yum: \n name: nginx \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | rburangulov/docker-ubuntu-install | 34f528ae00366050cf7dcab26e7af4d36ab10ffa | 0 | roles/docker | 4,018 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install requiered packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name: Add Docker’s official GPG key\n shell: curl -fsSL https://download.docker.com/l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | istratford1/ansible-test-aws | d1d480f012ee039f7f74b888c78052ea78f87093 | 0 | roles/copy_files | 4,018 | [
"no_license"
] | [
{
"path": "roles/copy_files/tasks/main.yml",
"content": "---\n- name: example copying file with owner and permissions\n copy:\n src: \"{{ role_path }}/files/properties.example.conf\"\n dest: \"{{ install_dir }}/properties.example.conf\"\n owner: ec2-user\n group: ec2-user\n mode: 0644",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | exasol/ai-lab | 96025df995b19e2af61d00d99342dd2461d53a38 | 5 | exasol/ds/sandbox/runtime/ansible/roles/ansible_access | 4,018 | [
"no_license"
] | [
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/ansible_access/defaults/main.yml",
"content": "---\n\napt_dependencies:\n - sudo=1.9.9-1ubuntu2.5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/ansible_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 443,
"all_permissive": false
} |
ansible_role | exasol/ai-lab | 96025df995b19e2af61d00d99342dd2461d53a38 | 5 | exasol/ds/sandbox/runtime/ansible/roles/coredumps | 4,018 | [
"no_license"
] | [
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/coredumps/tasks/main.yml",
"content": "- name: Disable core dumps with limits\n lineinfile:\n dest: /etc/security/limits.conf\n regexp: ^[^#].*core\n line: '* hard core 0'\n create: true\n become: \"{{ need_sudo }}\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | exasol/ai-lab | 96025df995b19e2af61d00d99342dd2461d53a38 | 5 | exasol/ds/sandbox/runtime/ansible/roles/docker | 4,018 | [
"no_license"
] | [
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/docker/defaults/main.yml",
"content": "---\n\napt_dependencies:\n - apt-transport-https=2.4.5\n - gpg-agent=2.2.27-3ubuntu2.4\n - ca-certificates=20240203~22.04.1\n - software-properties-common=0.99.22.9\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | exasol/ai-lab | 96025df995b19e2af61d00d99342dd2461d53a38 | 5 | exasol/ds/sandbox/runtime/ansible/roles/entrypoint | 4,018 | [
"no_license"
] | [
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/entrypoint/tasks/main.yml",
"content": "- name: Copy entrypoint script\n ansible.builtin.copy:\n src: \"entrypoint.py\"\n dest: \"{{ dss_facts.entrypoint }}\"\n mode: 0644\n group: \"{{ user_group }}\"\n owner: \"{{ user_name }}\"\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 11084,
"all_permissive": false
} |
ansible_role | exasol/ai-lab | 96025df995b19e2af61d00d99342dd2461d53a38 | 5 | exasol/ds/sandbox/runtime/ansible/roles/jupyter_user | 4,018 | [
"no_license"
] | [
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/jupyter_user/tasks/main.yml",
"content": "- name: Create group for jupyter user\n ansible.builtin.group:\n name: \"{{ user_group }}\"\n state: present\n become: \"{{ need_sudo }}\"\n- name: Add user for running jupyter\n ansible.builtin.user:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | exasol/ai-lab | 96025df995b19e2af61d00d99342dd2461d53a38 | 5 | exasol/ds/sandbox/runtime/ansible/roles/netplan | 4,018 | [
"no_license"
] | [
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/netplan/defaults/main.yml",
"content": "---\n\napt_dependencies:\n - network-manager=1.36.6-0ubuntu2.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/net... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | exasol/ai-lab | 96025df995b19e2af61d00d99342dd2461d53a38 | 5 | exasol/ds/sandbox/runtime/ansible/roles/rsync | 4,018 | [
"no_license"
] | [
{
"path": "exasol/ds/sandbox/runtime/ansible/roles/rsync/tasks/main.yml",
"content": "- name: Install rsync\n apt:\n name: \"{{apt_dependencies}}\"\n state: latest\n update_cache: true\n install_recommends: false\n become: \"{{need_sudo}}\"\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | im013g/victoriametrics | e21f8daec1d6f55d8b798a447a037936dbefd382 | 0 | roles/victoriametrics | 4,018 | [
"no_license"
] | [
{
"path": "roles/victoriametrics/tasks/vmstorage.yml",
"content": "---\n\n- name: vmstorage | Create poject dir\n file:\n name: \"{{ compose_projects }}/{{ vmstorage_project_name }}\"\n state: directory\n mode: \"0755\"\n owner: \"root\"\n group: \"root\"\n\n- name: vmstorage | Create mount ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6912,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task14-aws/ansible-playbook/roles/goApp | 4,018 | [
"no_license"
] | [
{
"path": "task14-aws/ansible-playbook/roles/goApp/tasks/main.yml",
"content": "- include_tasks: installDependencies.yml\n- include_tasks: goAppStart.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "task14-aws/ansible-playbook/roles/goApp/tasks/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task14-aws/ansible-playbook/roles/node-exporter | 4,018 | [
"no_license"
] | [
{
"path": "task14-aws/ansible-playbook/roles/node-exporter/tasks/main.yml",
"content": "---\n- name: Update system and install dependencies\n become: true\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - wget\n - epel-release\n - nano\n\n- name: Disable SELinux\n become: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task17-aws/ansible-playbook/roles/docker-grafanaLoki | 4,018 | [
"no_license"
] | [
{
"path": "task17-aws/ansible-playbook/roles/docker-grafanaLoki/tasks/main.yml",
"content": "- include_tasks: installDocker.yml\n- include_tasks: startGrafanaLoki.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "task17-aws/ansible-playbook/roles... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3824,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task3-aws/ansible-playbook/roles/mysql-exporter | 4,018 | [
"no_license"
] | [
{
"path": "task3-aws/ansible-playbook/roles/mysql-exporter/templates/.my.cnf.j2",
"content": "[client]\nuser={{ export_mysql_user }}\npassword={{ export_mysql_password }}\nmax_connections = 5\nmax_user_connections = 5",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2093,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task3-aws/ansible-playbook/roles/promtail | 4,018 | [
"no_license"
] | [
{
"path": "task3-aws/ansible-playbook/roles/promtail/tasks/main.yml",
"content": "- name: Create promtail directory\n file:\n path: ~/logging\n state: directory\n mode: '0755'\n\n- name: Install required packages\n yum:\n name: \"{{ item }}\"\n state: latest\n become: true\n with_items:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2475,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task3-aws/ansible-playbook/roles/server | 4,018 | [
"no_license"
] | [
{
"path": "task3-aws/ansible-playbook/roles/server/tasks/main.yml",
"content": "#- name: Update yum cache\n# yum: \n# name: '*'\n# state: present\n# become: true\n\n- name: Install required software\n yum:\n name: \"{{ item }}\"\n state: latest\n become: true\n with_items:\n - httpd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task3-aws/ansible-playbook/roles/wordpress | 4,018 | [
"no_license"
] | [
{
"path": "task3-aws/ansible-playbook/roles/wordpress/handlers/main.yml",
"content": "# handlers file for wordpress\n- name: restart Apache\n systemd:\n name: httpd\n state: restarted\n enabled: yes\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task3/ansible-playbook/wordpress-playbook/roles/mysql | 4,018 | [
"no_license"
] | [
{
"path": "task3/ansible-playbook/wordpress-playbook/roles/mysql/tasks/main.yml",
"content": "- name: Start MariaDB service\n systemd:\n name: mariadb\n state: started\n enabled: true\n become: true\n\n- name: Create mysql database\n mysql_db:\n name: \"{{ wp_mysql_db }}\"\n state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task3/ansible-playbook/wordpress-playbook/roles/nrpe | 4,018 | [
"no_license"
] | [
{
"path": "task3/ansible-playbook/wordpress-playbook/roles/nrpe/tasks/main.yml",
"content": "- name: Install NRPE and Nagios plugins\n become: true\n yum:\n name:\n - nrpe\n - wget\n - nagios-plugins-load\n - nagios-plugins-http\n - nagios-plugins-users\n - nagios-plugins-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task3/ansible-playbook/wordpress-playbook/roles/php | 4,018 | [
"no_license"
] | [
{
"path": "task3/ansible-playbook/wordpress-playbook/roles/php/tasks/main.yml",
"content": "- name: Install EPEL and Remi repositories\n yum:\n name:\n - https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n - https://rpms.remirepo.net/enterprise/remi-release-7.rpm\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | PerviyYegor/internshipSoftServe | 00897acfc03d76dc05cae4a6ae2880d919f374e3 | 0 | task4-aws/ansible-playbook/roles/docker | 4,018 | [
"no_license"
] | [
{
"path": "task4-aws/ansible-playbook/roles/docker/templates/main-loki.tf.j2",
"content": "terraform {\n required_providers {\n docker = {\n source = \"kreuzwerker/docker\"\n version = \"3.0.2\"\n }\n }\n}\n\nprovider \"docker\" {\n host = \"unix:///var/run/docker.sock\"\n}\n\n# Pulls th... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3173,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/azure_cli | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/azure_cli/tasks/main.yml",
"content": "---\n# quick and dirty way to do this, should probably do all the steps manually\n# https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest\n- name: Install Azure CLI\n command:\n cmd: curl -sL https://aka.m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/bashrc | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/bashrc/tasks/main.yml",
"content": "---\n- name: Append lines to the end of .bashrc\n become: false\n lineinfile:\n path: \"{{ bashrc_file }}\"\n insertafter: EOF\n state: present\n line: \"{{ item }}\"\n loop: \"{{ bashrc_lines }}\"\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/cli_tools | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/cli_tools/tasks/main.yml",
"content": "---\n- name: Remove Snapd\n apt:\n name: snapd\n state: absent\n purge: true\n\n- name: Installing a collection of CLI tools\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop: \"{{ cli_tools }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1397,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/docker | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/docker/README.md",
"content": "# Docker\n\nA role to install Docker onto the machine and assign the current user to the Docker group\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "provision/roles/docker/tasks/main.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/dropbox | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/dropbox/tasks/main.yml",
"content": "---\n- name: Install Dropbox\n apt:\n deb: https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2020.03.04_amd64.deb\n",
"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 | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/inkscape | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/inkscape/tasks/main.yml",
"content": "---\n- name: Add InkScape APT repository\n apt_repository:\n repo: ppa:inkscape.dev/stable\n state: present\n\n- name: Install InkScape\n apt:\n name: inkscape\n state: present\n update_cache: true\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/keepassxc | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/keepassxc/tasks/main.yml",
"content": "---\n- name: Add Keepassxc APT repository\n apt_repository:\n repo: ppa:phoerious/keepassxc\n state: present\n\n- name: Install Keepassxc\n apt:\n name: keepassxc\n state: present\n update_cache: true\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/setup_gui | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/setup_gui/vars/main.yml",
"content": "---\npackages:\n - gnome-tweaks\n - gnome-shell-extensions\n # - adapta-gtk-theme\n - flat-remix-gtk\n - flat-remix\n - arc-theme\n # - python-pip\n - gnome-shell-extension-dash-to-panel\n\nrepos:\n - ppa:daniruiz/flat-remix\n # - pp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1115,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/steam | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/steam/README.md",
"content": "# Steam\n\nBasic role to install steam\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "provision/roles/steam/tasks/main.yml",
"content": "---\n- name: Add repository to APT\n apt_repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/terminal | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/terminal/tasks/main.yml",
"content": "---\n- name: Clone Gnome Terminal Colors\n git:\n repo: https://github.com/metalelf0/gnome-terminal-colors.git\n dest: /tmp/gnome-terminal-colors\n version: master\n\n- name: Install Gruvbox-dark theme for Gnome Terminal\n become: f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/terraform | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/terraform/tasks/main.yml",
"content": "---\n- name: Download Terraform\n get_url:\n url: \"https://releases.hashicorp.com/terraform/{{ version }}/terraform_{{ version }}_linux_amd64.zip\"\n dest: /tmp/terraform_{{ version }}_linux_amd64.zip\n\n- name: Extract and install Te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/update_packages | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/update_packages/tasks/main.yml",
"content": "---\n- name: Update packages\n apt:\n name: \"*\"\n state: latest\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/vagrant | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/vagrant/vars/main.yml",
"content": "---\nvagrant_version: 2.2.9\nvagrant_path: /usr/local/bin/vagrant\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "provision/roles/vagrant/tasks/main.yml",
"content": "---\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1008,
"all_permissive": false
} |
ansible_role | JakobGlock/.dotfiles | 8889f87ef0dfb70f5bf2a014a371c71c14eea1c1 | 0 | provision/roles/vivaldi | 4,018 | [
"no_license"
] | [
{
"path": "provision/roles/vivaldi/README.md",
"content": "# Vivaldi\n\nAnsible role to install the Vivaldi web browser\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "provision/roles/vivaldi/tasks/main.yml",
"content": "---\n- name: Add apt ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | jinglejengel/redis_cluster | 952d766f8e5d193f6c2774cb676e6fe4a3dfd09b | 3 | roles/common | 4,018 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install development tools\n yum: name=\"@Development tools\" state=present \n\n- name: Ensure required packages are installed\n yum: name={{ item }} state=present\n with_items:\n - ruby\n - rubygems\n - vim\n\n- name: Place the re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1208,
"all_permissive": false
} |
ansible_role | jinglejengel/redis_cluster | 952d766f8e5d193f6c2774cb676e6fe4a3dfd09b | 3 | roles/master | 4,018 | [
"no_license"
] | [
{
"path": "roles/master/templates/initialize_cluster.j2",
"content": "#!/bin/bash\n\nhost_string=\"{% for host in groups['all'] %}{{ hostvars[host]['inventory_hostname'] }}:6379 {% endfor %}\"\n\nyes 'yes' | /root/redis-3.0.0/src/redis-trib.rb create --replicas 1 $host_string\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | amadeuscam/ansible_tutorial | 5853c10d5da61e96e15a53ed3dffb68b15d631a8 | 0 | roles/base | 4,018 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "#aqui se declara solo las tasks\n- name: add ssh key for amadeuscam\n tags: always\n authorized_key:\n user: amadeuscam\n key: \"<KEY>\"",
"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 | amadeuscam/ansible_tutorial | 5853c10d5da61e96e15a53ed3dffb68b15d631a8 | 0 | roles/db_servers | 4,018 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb (Ubuntu)\n tags: mariadb,db,ubuntu\n apt:\n name: mariadb-server\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install mariadb (CentOS)\n tags: mariadb,db,centos\n dnf:\n name: mariadb\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | amadeuscam/ansible_tutorial | 5853c10d5da61e96e15a53ed3dffb68b15d631a8 | 0 | roles/file_servers | 4,018 | [
"no_license"
] | [
{
"path": "roles/file_servers/tasks/main.yml",
"content": "- name: install samba (Ubuntu,CentOS)\n tags: samba \n package:\n name: samba\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | amadeuscam/ansible_tutorial | 5853c10d5da61e96e15a53ed3dffb68b15d631a8 | 0 | roles/web_servers | 4,018 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache2 and php package for ubuntu\n tags: apache,apache2,ubuntu\n apt:\n name: \n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | wyvernzora/ansible-alpine | ec04406e87eb96448eeab87101383cd47c137eee | 0 | roles/apk | 4,018 | [
"no_license"
] | [
{
"path": "roles/apk/tasks/main.yaml",
"content": "---\n\n- name: Set up apk repositories\n template:\n src: repositories.j2\n dest: /etc/apk/repositories\n mode: 0644\n vars:\n alpine_version: 'v{{ ansible_distribution_version.split(\".\")[:2] | join(\".\") }}'\n\n- name: Install apk packages... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | wyvernzora/ansible-alpine | ec04406e87eb96448eeab87101383cd47c137eee | 0 | roles/cgroups | 4,018 | [
"no_license"
] | [
{
"path": "roles/cgroups/tasks/main.yaml",
"content": "---\n\n- name: Add cgroups boot flags\n bootflag:\n flags:\n - cgroup_enable=cpuset\n - cgroup_memory=1\n - cgroup_enable=memory\n state: present\n register: bootargs\n\n- name: Update bootloader\n shell:\n cmd: update-extlinu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | wyvernzora/ansible-alpine | ec04406e87eb96448eeab87101383cd47c137eee | 0 | roles/doas | 4,018 | [
"no_license"
] | [
{
"path": "roles/doas/defaults/main.yaml",
"content": "---\n\n# Group that has doas permissions\ndoas_group: wheel\n\n# Allow wheel group nopass doas\ndoas_nopass: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/doas/tasks/main.yaml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | wyvernzora/ansible-alpine | ec04406e87eb96448eeab87101383cd47c137eee | 0 | roles/qemu | 4,018 | [
"no_license"
] | [
{
"path": "roles/qemu/tasks/main.yaml",
"content": "---\n\n- name: Install QEMU guest agent\n apk:\n name: qemu-guest-agent\n state: latest\n\n- name: Enable QEMU service\n service:\n name: qemu-guest-agent\n state: started\n enabled: yes\n runlevel: boot\n changed_when: false\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | vilus/horns_hooves | 5c68b9c9647eba6bccb2c96b3da4588d677e1e16 | 0 | deploy/roles/common | 4,018 | [
"no_license"
] | [
{
"path": "deploy/roles/common/tasks/main.yml",
"content": "---\n\n- name: easy-install\n package:\n name: python-setuptools\n state: latest\n\n- name: pip\n easy_install: name=pip\n\n- name: docker-py\n pip: name=docker-py\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | vilus/horns_hooves | 5c68b9c9647eba6bccb2c96b3da4588d677e1e16 | 0 | deploy/roles/db | 4,018 | [
"no_license"
] | [
{
"path": "deploy/roles/db/tasks/main.yml",
"content": "---\n\n- name: pull postgres image\n docker_image:\n name: postgres:{{ postgres_image_tag }}\n\n- name: postgres container\n docker:\n name: \"{{ db_container_name }}\"\n image: postgres:{{ postgres_image_tag }}\n restart_policy: always\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 459,
"all_permissive": false
} |
ansible_role | vilus/horns_hooves | 5c68b9c9647eba6bccb2c96b3da4588d677e1e16 | 0 | deploy/roles/proxy | 4,018 | [
"no_license"
] | [
{
"path": "deploy/roles/proxy/tasks/main.yml",
"content": "---\n\n- name: proxy container\n docker:\n image: \"{{ proxy_image_name }}\"\n restart_policy: always\n extra_hosts:\n backend: \"{{ _backend_ip }}\"\n volumes:\n - \"{{ static_volume }}:{{ static_volume }}\"\n ports:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | vilus/horns_hooves | 5c68b9c9647eba6bccb2c96b3da4588d677e1e16 | 0 | deploy/roles/web | 4,018 | [
"no_license"
] | [
{
"path": "deploy/roles/web/tasks/main.yml",
"content": "---\n\n- name: web container\n docker:\n image: \"{{ web_image_name }}\"\n restart_policy: always\n env:\n DJANGO_SETTINGS_MODULE: \"{{ dj_settings }}\"\n DB_NAME: \"{{ db_name }}\"\n DB_USER: \"{{ db_user }}\"\n DB_PASS:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | myrjola/marpi | 4b7dfc0b3c783ec0343fac8dbb43c10d1ac071ba | 0 | roles/myrjola.marpi | 4,098 | [
"no_license"
] | [
{
"path": "roles/myrjola.marpi/defaults/main.yml",
"content": "---\nmarpi_timemachine_user: tmuser\nmarpi_volume_device: /dev/sda\nmarpi_volume_number: 1\nmarpi_volume_path: \"{{ marpi_volume_device }}{{ marpi_volume_number }}\"\nmarpi_fstype: ext4\nmarpi_mountpoint: /mnt/media\nmarpi_timemachine_folder: \"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 5735,
"all_permissive": false
} |
ansible_role | some-guy/ansible | 7f3b3daa5b3f74f9b2a45052013f06ce07c806ff | 0 | roles/k8s | 4,098 | [
"no_license"
] | [
{
"path": "roles/k8s/README.md",
"content": "k8s\n=========\n\ninstalls and configures all k8s pre reqs\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:\n\n - hosts: k8s\n roles:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2621,
"all_permissive": false
} |
ansible_role | pjdietz/dotfiles | 52e2857d5c8b71d9dcdcfbf5442a11aec1ee1814 | 0 | ansible/roles/development | 4,098 | [
"no_license"
] | [
{
"path": "ansible/roles/development/tasks/stow.yml",
"content": "---\n- name: Ensure GNU Stow is installed\n package:\n name: stow\n state: present\n\n- name: Run stow for each package\n command:\n cmd: \"stow {{ item }}\"\n loop:\n - aerospace\n - bin\n - borders\n - ghostty\n -... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2325,
"all_permissive": false
} |
ansible_role | s4d0w/ansible1 | 8a6e7f14f2efa53f7cb969739131e838771e5f3d | 0 | 00_test/roles/myrole | 4,098 | [
"no_license"
] | [
{
"path": "00_test/roles/myrole/tasks/main.yml",
"content": "---\n# tasks file for myrole\n- name: deliver motd files\n template:\n src: motd.j2\n dest: /etc/motd\n owner: root\n group: root\n mode: '0444'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | s4d0w/ansible1 | 8a6e7f14f2efa53f7cb969739131e838771e5f3d | 0 | 09_roles_create/roles/myvhost | 4,098 | [
"no_license"
] | [
{
"path": "09_roles_create/roles/myvhost/templates/index.html.j2",
"content": "<html>\n <h1><center>Web Server</center></h1>\n <p>\n Hostname: {{ ansible_hostname }}\n IP: {{ ansible_default_ipv4.address }}\n Web Directory: /var/www/vhosts/{{ ansible_hostname }}/\n </p>\n</html... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1640,
"all_permissive": false
} |
ansible_role | mounirLahrem/wordpress_ansible_tower | a33ee1e9e5d61dcfcfdd21b0c31aab180e9d89b6 | 0 | roles/php-fpm | 4,098 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n- name: Install php-fpm and deps\n yum: name={{ item.name }} state=present\n with_items:\n - { name : php }\n - { name : php-fpm }\n - { name : php-enchant }\n - { name : php-IDNA_Convert }\n - { name : php-mbstring }\n - { name ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | mounirLahrem/wordpress_ansible_tower | a33ee1e9e5d61dcfcfdd21b0c31aab180e9d89b6 | 0 | roles/wordpress | 4,098 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/var/www/html/wordpress-{{ wp_version }}.tar.gz\n sha256sum=\"{{ wp_sha256sum }}\"\n\n- name: Extract archive\n command: chdir=/var/w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2479,
"all_permissive": false
} |
ansible_role | sergiopintoviewnext/AWS_EC2_instances | 2525e6607d7bf7b9461e00e42193e7dadd8a72db | 0 | roles/create_ec2_instance | 4,098 | [
"no_license"
] | [
{
"path": "roles/create_ec2_instance/molecule/default/verify.yml",
"content": "---\n\n- name: Verify\n hosts: all\n gather_facts: false\n vars:\n instance_name: [Instancia_Rhel_1, Instancia_Ubuntu_1]\n sg_name: sg_ansible\n region: eu-west-3\n access_key: \n secret_key: \n tasks:\n - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5410,
"all_permissive": false
} |
ansible_role | sergiopintoviewnext/AWS_EC2_instances | 2525e6607d7bf7b9461e00e42193e7dadd8a72db | 0 | roles/destroy_ec2_instance | 4,098 | [
"no_license"
] | [
{
"path": "roles/destroy_ec2_instance/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include destroy_ec2_instance\"\n include_role:\n name: \"destroy_ec2_instance\"\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2834,
"all_permissive": false
} |
ansible_role | shokohsc/ansible-playbook | f9f6b3fa6b23fd38819e6037663c6102bcebd80f | 1 | roles/install | 4,098 | [
"no_license"
] | [
{
"path": "roles/install/tasks/lucio/parsec.yml",
"content": "# parsec tasks file for shokohscrole\n# https://support.parsecgaming.com\n---\n# https://docs.ansible.com/ansible/latest/modules/apt_module.html\n# apt --help\n# https://support.parsecgaming.com/hc/en-us/articles/115003477771-Using-Parsec-With-ot... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 39528,
"all_permissive": false
} |
ansible_role | rexroof/personal-server-cm | 41906e9f0db345df7a797d19817d96f13d54bfb1 | 1 | roles/common | 4,098 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Set the hostname\n ansible.builtin.hostname:\n name: \"{{ hostname | default(inventory_hostname) | default('unset') }}\"\n tags: set_hostname\n\n- name: Remove unattended upgrades\n ansible.builtin.package:\n name: unattended-upgrade... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1903,
"all_permissive": false
} |
ansible_role | rexroof/personal-server-cm | 41906e9f0db345df7a797d19817d96f13d54bfb1 | 1 | roles/cron_scripts | 4,098 | [
"no_license"
] | [
{
"path": "roles/cron_scripts/templates/curl_cmd.sh",
"content": "#!/bin/sh\n # -A \"Mozilla/5.0 (REX64; rv:50.0) Gecko/20100101 Lukas/41.0\" \\\n\ncurl \\\n -H \"User-Agent: Mozilla/5.0 (REX64; rv:50.0) Gecko/20100101 Lukas/41.0 golang\" \\\n -d 'name=rex' \\\n -d 'pass={{ <PASSWORD> }}' \\\n -d 'form... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3002,
"all_permissive": false
} |
ansible_role | rexroof/personal-server-cm | 41906e9f0db345df7a797d19817d96f13d54bfb1 | 1 | roles/datadog | 4,098 | [
"no_license"
] | [
{
"path": "roles/datadog/tasks/main.yml",
"content": "---\n- name: Download datadog install script\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/DataDog/datadog-agent/master/cmd/agent/install_script.sh\n dest: /home/ender/datadog_install.sh\n mode: '0755'\n\n- name: Run datad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | rexroof/personal-server-cm | 41906e9f0db345df7a797d19817d96f13d54bfb1 | 1 | roles/dns | 4,098 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "---\n- name: Install bind packages (Debian)\n ansible.builtin.package:\n state: present\n name:\n - bind9\n - bind9-utils\n - bind9-dnsutils\n when: ansible_distribution == \"Debian\"\n\n- name: Install bind packages (Fedora)\n ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1402,
"all_permissive": false
} |
ansible_role | rexroof/personal-server-cm | 41906e9f0db345df7a797d19817d96f13d54bfb1 | 1 | roles/email | 4,098 | [
"no_license"
] | [
{
"path": "roles/email/handlers/main.yml",
"content": "---\n- name: Restart postfix\n ansible.builtin.service:\n name: postfix\n state: restarted\n\n- name: Restart postsrsd\n ansible.builtin.service:\n name: postsrsd\n state: restarted\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2401,
"all_permissive": false
} |
ansible_role | rexroof/personal-server-cm | 41906e9f0db345df7a797d19817d96f13d54bfb1 | 1 | roles/ender | 4,098 | [
"no_license"
] | [
{
"path": "roles/ender/tasks/main.yml",
"content": "---\n# create ender user for ansible tasks\n\n# create user\n- name: Create user ender\n ansible.builtin.user:\n append: true\n name: ender\n comment: \"enders game is ansible\"\n createhome: true\n uid: 901\n move_home: true\n home: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | rexroof/personal-server-cm | 41906e9f0db345df7a797d19817d96f13d54bfb1 | 1 | roles/nginx_web | 4,098 | [
"no_license"
] | [
{
"path": "roles/nginx_web/tasks/main.yml",
"content": "---\n- name: Install nginx packages\n ansible.builtin.package:\n state: present\n name:\n - nginx\n - awscli\n\n- name: web user on Fedora is nginx\n set_fact:\n web_user: 'nginx'\n when: ansible_distribution == \"Fedora\"\n\n- na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3605,
"all_permissive": false
} |
ansible_role | rexroof/personal-server-cm | 41906e9f0db345df7a797d19817d96f13d54bfb1 | 1 | roles/swapfile | 4,098 | [
"no_license"
] | [
{
"path": "roles/swapfile/tasks/main.yml",
"content": "---\n- name: Create swapfile\n ansible.builtin.command: >\n dd if=/dev/zero of={{ swapfile_location }}\n bs=1MB count={{ swapfile_size }}\n args:\n creates: \"{{ swapfile_location }}\"\n notify: Make-start-swap\n\n- name: Set swapfile permis... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 710,
"all_permissive": false
} |
ansible_role | nimlock/netology-mnt | 89d858697d2a2da1041f91ce4df331ac9e9d91b9 | 0 | 08-ansible-03-role/playbook/roles/netology-elastic-role | 4,098 | [
"no_license"
] | [
{
"path": "08-ansible-03-role/playbook/roles/netology-elastic-role/README.md",
"content": "Elasticsearch\n=========\n\nSimple download binaries from official website and install elasticsearch.\n\nRole Variables\n--------------\nThere are only three variables that you can redefine in your playbook.\n```yaml\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4150,
"all_permissive": false
} |
ansible_role | nimlock/netology-mnt | 89d858697d2a2da1041f91ce4df331ac9e9d91b9 | 0 | 08-ansible-03-role/playbook/roles/netology-kibana-role | 4,098 | [
"no_license"
] | [
{
"path": "08-ansible-03-role/playbook/roles/netology-kibana-role/molecule/default/verify.yml",
"content": "---\n# This is an example playbook to execute Ansible tests.\n\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: Check Kibana version\n command: \"{{ kibana_home }}/bin/kiba... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4519,
"all_permissive": false
} |
ansible_role | nimlock/netology-mnt | 89d858697d2a2da1041f91ce4df331ac9e9d91b9 | 0 | 08-ansible-03-role/playbook/roles/netology-logstash-role | 4,098 | [
"no_license"
] | [
{
"path": "08-ansible-03-role/playbook/roles/netology-logstash-role/README.md",
"content": "Logstash\n=========\n\nSimple download binaries from official website and install logstash.\n\nRole Variables\n--------------\nThere are three variables that you can redefine in your playbook.\n```yaml\nlogstash_vers... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4301,
"all_permissive": false
} |
ansible_role | FoodLust/FL_Ansible | 4c26cf0497d271ab0c5aa609adb9ace5de0f8fb6 | 0 | roles/django | 4,078 | [
"no_license"
] | [
{
"path": "roles/django/tasks/main.yml",
"content": "---\n\n- name: Install System Packages\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n sudo: yes\n with_items: \"{{ system_packages }}\"\n\n- name: Clone Django Repository\n git: repo=https://github.com/FoodLust/FL.git\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2779,
"all_permissive": false
} |
ansible_role | FoodLust/FL_Ansible | 4c26cf0497d271ab0c5aa609adb9ace5de0f8fb6 | 0 | roles/gunicorn | 4,078 | [
"no_license"
] | [
{
"path": "roles/gunicorn/tasks/main.yml",
"content": "---\n\n- name: Install Requirements\n sudo: yes\n pip: name=gunicorn state=present virtualenv={{ venv_home }}\n\n- name: Create gunicorn Upstart Job\n sudo: yes\n template: src=foodlust.conf.j2 dest=/etc/init/foodlust.conf\n\n- name: Start gunicorn ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | rrcfesc/ansible-playbooks | 18092c0a89eab45fd49dc96fa60e7b743cb51c69 | 0 | playbooks/roles/update-server | 4,078 | [
"no_license"
] | [
{
"path": "playbooks/roles/update-server/tasks/main.yml",
"content": "---\r\n- name: shell | install - Update apt\r\n shell: apt update\r\n become: true\r\n\r\n- name: shell | install - Upgrade apt\r\n shell: apt upgrade -y\r\n become: true\r\n\r\n- name: apt | install - requirements\r\n apt:\r\n pk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | rrcfesc/ansible-playbooks | 18092c0a89eab45fd49dc96fa60e7b743cb51c69 | 0 | playbooks/roles/web | 4,078 | [
"no_license"
] | [
{
"path": "playbooks/roles/web/tasks/main.yml",
"content": "---\r\n- import_tasks: install.yml\r\n# - import_tasks: ssl.yml\r\n# - import_tasks: config.yml\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "playbooks/roles/web/tasks/install.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1434,
"all_permissive": false
} |
ansible_role | yurakorabel/DevOps_GL_Hometask | 92624f008031b9064de13fdf8ba7bf8a0b2b5db6 | 0 | wordpress_deploy/ansible/roles/deploy | 4,078 | [
"no_license"
] | [
{
"path": "wordpress_deploy/ansible/roles/deploy/files/wordpress/templates/deployment.yaml",
"content": "apiVersion: apps/v1\r\nkind: Deployment\r\nmetadata: # Metadata about the object\r\n name: {{ .Release.Name }}\r\n labels:\r\n app: {{ .Release.Name }}\r\nspec: # Spe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3803,
"all_permissive": false
} |
ansible_role | xaemiphor/xaemiphor.vgpu | 2c4329d8a1e1d7ffefcf22b30c743baedabe3605 | 0 | roles/vgpu_unlock_rs | 4,078 | [
"no_license"
] | [
{
"path": "roles/vgpu_unlock_rs/defaults/main.yml",
"content": "---\nvgpu_unlock_rs_state: enabled\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/vgpu_unlock_rs/handlers/main.yml",
"content": "---\n- name: 'vgpu_handlers : Reload syste... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4286,
"all_permissive": false
} |
ansible_role | sykwer/dotfiles.macos | c906211263c0c31b647e8622e0a3f020268db7d1 | 3 | provisioning/roles/anyenv | 4,078 | [
"no_license"
] | [
{
"path": "provisioning/roles/anyenv/tasks/main.yml",
"content": "- set_fact:\n anyenv: {}\n\n- name: fetch anyenv repo\n git:\n repo: https://github.com/anyenv/anyenv\n version: riywo\n dest: '{{ anyenv.dir }}'\n when: anyenv.dir\n\n- name: create plugins dir\n file:\n dest: '{{ an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | sykwer/dotfiles.macos | c906211263c0c31b647e8622e0a3f020268db7d1 | 3 | provisioning/roles/homebrew | 4,078 | [
"no_license"
] | [
{
"path": "provisioning/roles/homebrew/tasks/main.yml",
"content": "- set_fact:\n homebrew: {}\n\n- name: update homebrew\n homebrew:\n update_homebrew: yes\n\n- name: install cask applications\n homebrew_cask:\n name: '{{ item }}'\n state: present\n with_items: '{{ homebrew.applications }}'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | sykwer/dotfiles.macos | c906211263c0c31b647e8622e0a3f020268db7d1 | 3 | provisioning/roles/python | 4,078 | [
"no_license"
] | [
{
"path": "provisioning/roles/python/tasks/main.yml",
"content": "- set_fact:\n python: {}\n\n- name: check pyenv\n command: |\n bash -lc 'which pyenv'\n register: which_pyenv\n ignore_errors: yes\n changed_when: False\n\n- name: install pyenv\n command: |\n bash -lc 'anyenv install pyenv'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | sykwer/dotfiles.macos | c906211263c0c31b647e8622e0a3f020268db7d1 | 3 | provisioning/roles/ruby | 4,078 | [
"no_license"
] | [
{
"path": "provisioning/roles/ruby/tasks/main.yml",
"content": "- set_fact:\n ruby: {}\n\n- name: check rbenv\n command: |\n bash -lc 'which rbenv'\n register: which_rbenv\n ignore_errors: yes\n changed_when: which_rbenv.rc > 0\n\n- name: install rbenv\n command: |\n bash -lc 'anyenv install r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1713,
"all_permissive": false
} |
ansible_role | sykwer/dotfiles.macos | c906211263c0c31b647e8622e0a3f020268db7d1 | 3 | provisioning/roles/symlink | 4,078 | [
"no_license"
] | [
{
"path": "provisioning/roles/symlink/tasks/main.yml",
"content": "- set_fact:\n symlink: {}\n\n- name: make parent directories\n file:\n dest: '{{ home_path }}/{{ item }}'\n state: directory\n recurse: yes\n loop_control:\n label: '~/{{ item }}'\n when: item != \"\"\n with_items: '{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1227,
"all_permissive": false
} |
ansible_role | sykwer/dotfiles.macos | c906211263c0c31b647e8622e0a3f020268db7d1 | 3 | provisioning/roles/vagrant | 4,078 | [
"no_license"
] | [
{
"path": "provisioning/roles/vagrant/tasks/main.yml",
"content": "- name: get installed boxes\n command: |\n vagrant box list\n register: installed_boxes\n changed_when: False\n\n- name: install boxes\n command: |\n vagrant box add {{ item | quote }} {{ item | quote }}\n when: |\n vagrant.box... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | sykwer/dotfiles.macos | c906211263c0c31b647e8622e0a3f020268db7d1 | 3 | provisioning/roles/vim | 4,078 | [
"no_license"
] | [
{
"path": "provisioning/roles/vim/tasks/main.yml",
"content": "- name: install dein.vim\n git:\n repo: https://github.com/Shougo/dein.vim\n dest: '{{ dotfiles_path }}/vim/dein/repos/github.com/Shougo/dein.vim'\n register: git_result\n changed_when: \"git_result.after|default('after') != git_res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.