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 | awisu2/ansible_playbooks | 5e6bfebb02d43e518d49925a26f94bbb0e26aed0 | 0 | roles/vim | 7,883 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: vimのインストール\n yum: name=vim state=installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 55,
"all_permissive": false
} |
ansible_role | hubot-grpc/ansible-runner | ee6831c0a2ede522bb996fafb99e44ce1a8d056f | 1 | tasks/roles/mysql | 7,883 | [
"no_license"
] | [
{
"path": "tasks/roles/mysql/tasks/main.yml",
"content": "- name: Install mysql\n become: yes\n become_method: sudo\n apt: pkg=mysql-server state=installed update_cache=true\n\n- name: Install mysql python bindings\n become: yes\n become_method: sudo\n apt: pkg=python-mysqldb state=installed\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | hubot-grpc/ansible-runner | ee6831c0a2ede522bb996fafb99e44ce1a8d056f | 1 | tasks/roles/mysql-remote | 7,883 | [
"no_license"
] | [
{
"path": "tasks/roles/mysql-remote/meta/main.yml",
"content": "dependencies:\n - { role: mysql }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "tasks/roles/mysql-remote/tasks/main.yml",
"content": "- name: enable mysql remote access\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | hubot-grpc/ansible-runner | ee6831c0a2ede522bb996fafb99e44ce1a8d056f | 1 | tasks/roles/nginx | 7,883 | [
"no_license"
] | [
{
"path": "tasks/roles/nginx/handlers/main.yml",
"content": "- name: Start Nginx\n become: yes\n become_method: sudo\n service: name=nginx state=started\n\n- name: Restart Nginx\n become: yes\n become_method: sudo\n service: name=nginx state=restarted\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | hubot-grpc/ansible-runner | ee6831c0a2ede522bb996fafb99e44ce1a8d056f | 1 | tasks/roles/wordpress | 7,883 | [
"no_license"
] | [
{
"path": "tasks/roles/wordpress/tasks/main.yml",
"content": "- name: Install php-mysql\n become: yes\n become_method: sudo\n apt: pkg=php5-mysql state=installed update_cache=true\n\n- name: Download wordpress\n get_url: url=https://wordpress.org/latest.tar.gz dest=/tmp/latest.tar.gz\n\n- name: Extract ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | hubot-grpc/ansible-runner | ee6831c0a2ede522bb996fafb99e44ce1a8d056f | 1 | tasks/roles/wordpressConnected | 7,883 | [
"no_license"
] | [
{
"path": "tasks/roles/wordpressConnected/tasks/main.yml",
"content": "- name: Add Wordpress Config\n become: yes\n become_method: sudo\n template: src=roles/wordpress/templates/wp-config.php dest=/srv/http/wordpress/wp-config.php owner=www-data group=www-data\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | enkiusz/netspeed | 271cfba6d011305f2aaece9ac65baa02cc68959b | 1 | roles/netspeed | 7,883 | [
"no_license"
] | [
{
"path": "roles/netspeed/templates/tmpfiles.d/network-speed.conf.j2",
"content": "{{ ansible_managed | comment }}\n# Type Path Mode UID GID Age Argument\nd {{ data_root\t}}\t-\troot\troot\t-\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5416,
"all_permissive": false
} |
ansible_role | nileshaher09/ansible_tutorial | a4b1db5154a5540dea7aecbd9665e679e37dfa3f | 0 | roles/base | 7,882 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n\n- name: generate ssh_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file}}\"\n dest: /etc/ssh/sshd_config\n owner: nilesh\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | nileshaher09/ansible_tutorial | a4b1db5154a5540dea7aecbd9665e679e37dfa3f | 0 | roles/workstations | 7,882 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n homebrew:\n name: unzip\n become: false\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.10.4/terraform_1.10.4_linux_386.zip\n dest: /usr/local/bin\n remote_src: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | vinhvu/ansible | c2a96468de9818aab0d4c6aa781529dc26c2b2d6 | 0 | roles/cloudwatch-log-agent | 7,882 | [
"no_license"
] | [
{
"path": "roles/cloudwatch-log-agent/README.md",
"content": "Role Name\n=========\n\nInstalls AWS CloudWatch Log Agent\n\nRequirements\n------------\n\nRequires ec2_facts.\n\nRole Variables\n--------------\n\nList of logs with the following keys\n\n| Name | Description | Required | De... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2154,
"all_permissive": false
} |
ansible_role | vinhvu/ansible | c2a96468de9818aab0d4c6aa781529dc26c2b2d6 | 0 | roles/httpd | 7,882 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\n- name: Installing httpd version 2.4.6 of Apache\n# yum: pkg=httpd state=\"2.4.6\"\n yum: pkg=httpd-2.4.6 state=latest\n- name: Copying the demo file\n template: src=/var/lib/jenkins/playbooks/apache-httpd/index.html dest=/var/www/html\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | cyverse/ds-playbooks | ce217d71c4ad17c93b96b7fe291ef1b553cfb457 | 5 | amqp/roles/rabbitmq | 7,882 | [
"no_license"
] | [
{
"path": "amqp/roles/rabbitmq/tasks/install.yml",
"content": "---\n- name: Install | install CA certificates for get_url\n ansible.builtin.apt:\n name: ca-certificates\n update_cache: true\n state: present\n\n- name: Install | team RabbitMQ main signing key\n ansible.builtin.get_url:\n url: h... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9880,
"all_permissive": false
} |
ansible_role | cyverse/ds-playbooks | ce217d71c4ad17c93b96b7fe291ef1b553cfb457 | 5 | dbms/roles/postgres12 | 7,882 | [
"no_license"
] | [
{
"path": "dbms/roles/postgres12/tasks/main.yml",
"content": "---\n- name: Enable untestable notifications\n ansible.builtin.set_fact:\n _notifications_enabled: true\n tags: no_testing\n\n- name: Verify variables\n ansible.builtin.include_tasks: variables.yml\n\n- name: Install\n ansible.builtin.incl... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 13307,
"all_permissive": false
} |
ansible_role | cyverse/ds-playbooks | ce217d71c4ad17c93b96b7fe291ef1b553cfb457 | 5 | irods/roles/postgresql_db | 7,882 | [
"no_license"
] | [
{
"path": "irods/roles/postgresql_db/README.md",
"content": "# postgresql_db\n\nThis role ensures a database exists within a PostgreSQL DBMS. The role assumes the database has an\nadmin user.\n\n## Requirements\n\nNone\n\n## Role Variables\n\nVariable | Required | Default | Choices | ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1659,
"all_permissive": false
} |
ansible_role | cyverse/ds-playbooks | ce217d71c4ad17c93b96b7fe291ef1b553cfb457 | 5 | proxy/roles/haproxy | 7,882 | [
"no_license"
] | [
{
"path": "proxy/roles/haproxy/molecule/default/verify.yml",
"content": "---\n- name: Verify | template default expansion\n hosts: localhost\n gather_facts: false\n vars_files:\n - ../../defaults/main.yml\n vars:\n haproxy: \"{{ lookup('template', '../../templates/haproxy.cfg.j2') }}\"\n tasks:\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 18479,
"all_permissive": false
} |
ansible_role | j-stpierre/raspberrypi_setup | d9325347de3492c97a4fe4852151357a7322ddd3 | 0 | roles/common | 7,882 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Upgrade the OS (apt-get dist-upgrade)\n apt:\n upgrade: dist\n cache_valid_time: 432000\n become: yes\n\n- name: Update packages\n apt:\n update_cache: yes\n force_apt_get: yes \n cache_valid_time: 432000\n become: yes",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | j-stpierre/raspberrypi_setup | d9325347de3492c97a4fe4852151357a7322ddd3 | 0 | roles/docker | 7,882 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install a list of packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n loop:\n - libffi-dev\n - libssl-dev\n - python3\n - python3-pip\n- name: Remove python-configparser package\n apt:\n name: python-configpar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | YuriiKazabekov/labos-devops-task | 56cdc9ababaf96eeee27e36a888199fc9839fd68 | 0 | ansible/roles/backend-api | 7,882 | [
"no_license"
] | [
{
"path": "ansible/roles/backend-api/tasks/main.yml",
"content": "---\n- name: \"Debug: Print message to confirm role tasks are executed\"\n debug:\n msg: \"backend-api role tasks are executed.\"\n\n- name: Update apt cache and install prerequisites\n apt:\n update_cache: yes\n name:\n - apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4413,
"all_permissive": false
} |
ansible_role | YuriiKazabekov/labos-devops-task | 56cdc9ababaf96eeee27e36a888199fc9839fd68 | 0 | ansible/roles/hashicorp | 7,882 | [
"no_license"
] | [
{
"path": "ansible/roles/hashicorp/tasks/main.yml",
"content": "---\n# Install required dependencies\n- name: Update apt cache and install required packages\n apt:\n name:\n - unzip\n - curl\n state: present\n update_cache: yes\n\n#########################\n# Nomad Installation & Configu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5416,
"all_permissive": false
} |
ansible_role | YuriiKazabekov/labos-devops-task | 56cdc9ababaf96eeee27e36a888199fc9839fd68 | 0 | ansible/roles/jenkins | 7,882 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Update apt cache and install prerequisites\n apt:\n update_cache: yes\n cache_valid_time: 3600\n name:\n - fontconfig\n - openjdk-17-jre\n # First, update the apt cache and install prerequisites before adding the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1266,
"all_permissive": false
} |
ansible_role | lel99999/dev_PostgreSQL-Server | 30793296d9379af7a3431560c2fd55b2d3bb8311 | 0 | roles/postgresql13-dbs | 7,882 | [
"no_license"
] | [
{
"path": "roles/postgresql13-dbs/tasks/main.yml",
"content": "---\n- name: Psycopg2 requirement fix\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"@Development tools\"\n# - \"@development-tools\"\n - python3-devel\n - postgresql-libs\n - postgresql-devel\n - pyt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1010,
"all_permissive": false
} |
ansible_role | lulf/amq-online-hackfest | 7c065a9e12b28072024f16e32cc97e555648ba9a | 0 | templates/ansible/roles/cluster_admin | 7,882 | [
"no_license"
] | [
{
"path": "templates/ansible/roles/cluster_admin/tasks/main.yml",
"content": "---\n- name: Copy component files for mutation\n synchronize:\n src: \"{{ playbook_dir }}/components/\"\n dest: \"{{ playbook_dir }}/install\"\n recursive: yes\n delete: yes\n- name: Find all yaml files\n find:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1147,
"all_permissive": false
} |
ansible_role | lulf/amq-online-hackfest | 7c065a9e12b28072024f16e32cc97e555648ba9a | 0 | templates/ansible/roles/monitoring | 7,882 | [
"no_license"
] | [
{
"path": "templates/ansible/roles/monitoring/tasks/main.yml",
"content": "---\n- name: Apply the Prometheus configuration\n shell: oc apply -n {{ namespace }} -f {{ playbook_dir }}/install/prometheus\n- name: Apply the Alertmanager configuration\n shell: oc apply -n {{ namespace }} -f {{ playbook_dir }}/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1698,
"all_permissive": false
} |
ansible_role | lulf/amq-online-hackfest | 7c065a9e12b28072024f16e32cc97e555648ba9a | 0 | templates/ansible/roles/none_authservice | 7,882 | [
"no_license"
] | [
{
"path": "templates/ansible/roles/none_authservice/tasks/main.yml",
"content": "---\n- name: Apply the None Authentication Service configuration\n shell: oc apply -n {{ namespace }} -f {{ playbook_dir }}/install/none-authservice\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | lulf/amq-online-hackfest | 7c065a9e12b28072024f16e32cc97e555648ba9a | 0 | templates/ansible/roles/project | 7,882 | [
"no_license"
] | [
{
"path": "templates/ansible/roles/project/tasks/main.yml",
"content": "---\n- name: Create project namespace\n shell: oc new-project {{ namespace }} --description=\"AMQ Online Infrastructure\"\n register: namespace_exists\n failed_when: namespace_exists.stderr != '' and 'already exists' not in namespace... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | lulf/amq-online-hackfest | 7c065a9e12b28072024f16e32cc97e555648ba9a | 0 | templates/ansible/roles/standard_authservice | 7,882 | [
"no_license"
] | [
{
"path": "templates/ansible/roles/standard_authservice/tasks/main.yml",
"content": "---\n- name: Create secret with the keycloak credentials\n shell: oc create secret generic -n {{ namespace }} keycloak-credentials --from-literal=admin.username=admin --from-literal=admin.password={{ keycloak_admin_passwor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | lulf/amq-online-hackfest | 7c065a9e12b28072024f16e32cc97e555648ba9a | 0 | templates/ansible/roles/tenant_clusterroles | 7,882 | [
"no_license"
] | [
{
"path": "templates/ansible/roles/tenant_clusterroles/tasks/main.yml",
"content": "---\n- name: Create Tenant Clusterroles\n shell: oc apply -f \"{{ playbook_dir }}/install/tenant\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | SakhnoI/DevOps | a86721d19ec2b993e94ab399bf6914a8f15e75f0 | 0 | Ansible/roles/deploy_apache_web | 7,882 | [
"no_license"
] | [
{
"path": "Ansible/roles/deploy_apache_web/files/webApp/style.css",
"content": "* {\n margin: 0;\n padding: 0;\n}\n\nsection {\n min-height: 100vh;\n min-width: 100vw;\n display: flex;\n}\n\nimg {\n width: 100%;\n /*height: 100%;*/\n object-fit: fill;\n}",
"license_type": "no_lic... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1645,
"all_permissive": false
} |
ansible_role | SakhnoI/DevOps | a86721d19ec2b993e94ab399bf6914a8f15e75f0 | 0 | Ansible/roles/mariadb | 7,882 | [
"no_license"
] | [
{
"path": "Ansible/roles/mariadb/tasks/mariadb.yml",
"content": "---\n- block: #====== Block for RedHat\n - name: Installing mariaDB server\n yum:\n name:\n - mariadb\n - mariadb-server\n state: latest\n\n - name: redhat | Installing PyMySQL\n pip:\n na... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2829,
"all_permissive": false
} |
ansible_role | SakhnoI/DevOps | a86721d19ec2b993e94ab399bf6914a8f15e75f0 | 0 | Ansible/roles/php | 7,882 | [
"no_license"
] | [
{
"path": "Ansible/roles/php/tasks/main.yml",
"content": "---\n# tasks file for ./roles/php\n- block:\n - name: Installing php\n yum:\n name:\n - php\n state: latest\n\n - name: install PHP script with database\n template: src=index.php dest=/var/www/html/index.php mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | andrei-tarnauceanu/devops-interview-test | b0b6327cbe350e15d40a868c719781281cd90498 | 1 | ansible/roles/activemq | 7,886 | [
"no_license"
] | [
{
"path": "ansible/roles/activemq/defaults/main.yml",
"content": "---\n# defaults file for roles/activemq\nactivemq_base: \"{{ config_folder }}/activemq\"\nactivemq_conf: \"{{ config_folder }}/activemq/conf\"\nactivemq_data: \"{{ data_folder }}/activemq/data\"\nactivemq_tmp: \"{{ data_folder }}/activemq/tmp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8598,
"all_permissive": false
} |
ansible_role | andrei-tarnauceanu/devops-interview-test | b0b6327cbe350e15d40a868c719781281cd90498 | 1 | ansible/roles/common | 7,886 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# tasks file for central\n- name: Include nexus credentials for local testing\n include_vars: \"nexus.yml\"\n failed_when: false\n\n- name: Include host var file\n include_vars: \"hosts.yml\"\n failed_when: false\n\n- name: ensure a list ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6334,
"all_permissive": false
} |
ansible_role | andrei-tarnauceanu/devops-interview-test | b0b6327cbe350e15d40a868c719781281cd90498 | 1 | ansible/roles/java | 7,886 | [
"no_license"
] | [
{
"path": "ansible/roles/java/molecule/default/tests/test_java.py",
"content": "\"\"\"Java Tests\"\"\"\nimport pytest\nfrom hamcrest import contains_string, assert_that\n\n# pylint: disable=redefined-outer-name\n@pytest.fixture()\ndef get_ansible_vars(host):\n \"\"\"Define AnsibleVars\"\"\"\n java_rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4227,
"all_permissive": false
} |
ansible_role | cao5zy/py_mongo_initialization | e192e5b2c5b2cbad4046e79eea89a3b76b3fdefb | 0 | deploy/roles/main | 7,886 | [
"no_license"
] | [
{
"path": "deploy/roles/main/vars/main.yml",
"content": "init_mongo_image_path: \"/.init_mongo_image\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "deploy/roles/main/defaults/main.yml",
"content": "---\npublic_prefix: \"\"\npublic_port: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | cao5zy/py_mongo_initialization | e192e5b2c5b2cbad4046e79eea89a3b76b3fdefb | 0 | deploy/roles/publish | 7,886 | [
"no_license"
] | [
{
"path": "deploy/roles/publish/tasks/main.yml",
"content": "---\n\n- name: publish init_mongo image\n docker_image:\n name: \"{{init_mongo_image_name}}\"\n tag: \"{{init_mongo_image_git_version}}\"\n push: yes\n repository: \"{{login}}/{{repository}}\"\n...\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | cao5zy/py_mongo_initialization | e192e5b2c5b2cbad4046e79eea89a3b76b3fdefb | 0 | deploy/roles/test-db | 7,886 | [
"no_license"
] | [
{
"path": "deploy/roles/test-db/defaults/main.yml",
"content": "---\npublic_prefix: \"\"\ntest_db_port: 37017\n\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "deploy/roles/test-db/vars/main.yml",
"content": "---\ntest_db: \"{{public_prefi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | cao5zy/py_mongo_initialization | e192e5b2c5b2cbad4046e79eea89a3b76b3fdefb | 0 | deploy/roles/test_container | 7,886 | [
"no_license"
] | [
{
"path": "deploy/roles/test_container/vars/main.yml",
"content": "init_mongo: \"{{public_prefix}}init_mongo\"\ninit_mongo_root: \".init_mongo\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "deploy/roles/test_container/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | sumantripuraneni/rear-backup-using-ansible | 69c97fdbc9abd2c3a2d3098fd1b56f8794dfb511 | 0 | roles/rear | 7,886 | [
"no_license"
] | [
{
"path": "roles/rear/defaults/main.yml",
"content": "---\n# defaults file\nrear_pkgs: rear, syslinux, genisoimage\nnfs_server: \"127.0.0.1\"\nnfs_dir: \"backup_dir\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/rear/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | cedricho21/DevOps | bdbdddb2176167b3dad74ed22e6e5244574b8973 | 0 | DevOps_8/src/ansible01/roles/apache | 7,886 | [
"no_license"
] | [
{
"path": "DevOps_8/src/ansible01/roles/apache/tasks/main.yml",
"content": "---\n- name: Install Apache web server\n become: true\n apt:\n name: apache2\n state: present\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | cedricho21/DevOps | bdbdddb2176167b3dad74ed22e6e5244574b8973 | 0 | DevOps_8/src/ansible01/roles/application | 7,886 | [
"no_license"
] | [
{
"path": "DevOps_8/src/ansible01/roles/application/tasks/main.yml",
"content": "---\n- name: docker compose up\n command: docker-compose up -d\n args:\n chdir: /vagrant/src\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | cedricho21/DevOps | bdbdddb2176167b3dad74ed22e6e5244574b8973 | 0 | DevOps_8/src/ansible01/roles/postgres | 7,886 | [
"no_license"
] | [
{
"path": "DevOps_8/src/ansible01/roles/postgres/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL\n become: true\n apt:\n name: postgresql\n state: present\n update_cache: yes\n\n- name: Start and enable PostgreSQL service\n service:\n name: postgresql\n state: started\n ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | cedricho21/DevOps | bdbdddb2176167b3dad74ed22e6e5244574b8973 | 0 | DevOps_8/src/ansible02/roles/install_consul_client | 7,886 | [
"no_license"
] | [
{
"path": "DevOps_8/src/ansible02/roles/install_consul_client/tasks/main.yml",
"content": "---\n- name: Install Consul\n become: yes\n apt:\n name:\n - consul\n - software-properties-common\n - curl\n - ca-certificates\n - apt-transport-https\n - gnupg2\n - unzip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2224,
"all_permissive": false
} |
ansible_role | cedricho21/DevOps | bdbdddb2176167b3dad74ed22e6e5244574b8973 | 0 | DevOps_8/src/ansible02/roles/install_consul_server | 7,886 | [
"no_license"
] | [
{
"path": "DevOps_8/src/ansible02/roles/install_consul_server/tasks/main.yml",
"content": "---\n- name: Install Consul\n become: true\n apt:\n name: \n - consul\n - unzip\n state: present\n update_cache: yes\n\n- name: Update Consul\n become: true\n unarchive:\n src: /vagrant/consu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | cedricho21/DevOps | bdbdddb2176167b3dad74ed22e6e5244574b8973 | 0 | DevOps_8/src/ansible02/roles/install_db | 7,886 | [
"no_license"
] | [
{
"path": "DevOps_8/src/ansible02/roles/install_db/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL\n become: true\n apt:\n name: postgresql\n state: present\n update_cache: yes\n\n- name: Create database\n become: true\n postgresql_db:\n name: hotels_db\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | cedricho21/DevOps | bdbdddb2176167b3dad74ed22e6e5244574b8973 | 0 | DevOps_8/src/ansible02/roles/install_hotels_service | 7,886 | [
"no_license"
] | [
{
"path": "DevOps_8/src/ansible02/roles/install_hotels_service/tasks/main.yml",
"content": "---\n- name: Copy service code\n become: true\n copy:\n src: /vagrant/src/services/hotel-service\n dest: /home/hotel-service\n\n- name: Install openjdk\n become: true\n apt:\n name: openjdk-8-jdk\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | ndench/provision-local | e6f84e52cb939da5445035449d84f3a3757af615 | 0 | roles/arch | 7,886 | [
"no_license"
] | [
{
"path": "roles/arch/files/etc/lightdm/display_setup.sh",
"content": "#!/bin/sh\nxrandr --setprovideroutputsource modesetting NVIDIA-0\nxrandr --output eDP-1-1 --auto\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/arch/tasks/configure.yml... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3547,
"all_permissive": false
} |
ansible_role | ndench/provision-local | e6f84e52cb939da5445035449d84f3a3757af615 | 0 | roles/system-config | 7,886 | [
"no_license"
] | [
{
"path": "roles/system-config/files/etc/nginx/nginx.conf",
"content": "# Run nginx as a reverse proxy to expose vagrant dev\n\nworker_processes 1;\n\nevents {\n worker_connections 512;\n}\n\nhttp {\n server {\n listen 80;\n server_name localhost;\n\n location / {\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2150,
"all_permissive": false
} |
ansible_role | ndench/provision-local | e6f84e52cb939da5445035449d84f3a3757af615 | 0 | roles/user-config | 7,886 | [
"no_license"
] | [
{
"path": "roles/user-config/tasks/main.yml",
"content": "---\n\n- name: read ssh public key for github\n shell: cat \"{{ ansible_env.HOME }}/.ssh/id_rsa.pub\"\n register: ssh_pub_key\n\n- name: add ssh public key to github\n github_key:\n name: \"{{ ansible_hostname }}\"\n token: \"{{ github_token... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | emirkoroglu/Ansible-AWS | 3c57f776315d6f3688d26eaa18ba3d68c47b732f | 0 | emirsway/infrastructure/roles/usergroup | 7,886 | [
"permissive"
] | [
{
"path": "emirsway/infrastructure/roles/usergroup/handlers/main.yml",
"content": "---\n# handlers file for usergroup",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 33
},
{
"path": "emirsway/infrastructure/roles/usergroup/tests/test.yml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 797,
"all_permissive": true
} |
ansible_role | emirkoroglu/Ansible-AWS | 3c57f776315d6f3688d26eaa18ba3d68c47b732f | 0 | emirsway/infrastructure/roles/wordpress | 7,886 | [
"permissive"
] | [
{
"path": "emirsway/infrastructure/roles/wordpress/defaults/main.yml",
"content": "---\nwp_version: 4.8\n# defaults file for wordpress\nwp_install_dir: '/var/www/html/new_wordpress_site'\nwp_db_name: 'database_name_here'\nwp_db_user: 'username_here'\nwp_db_password: '<PASSWORD>'\nwp_db_host: 'localhost'\nwp... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3626,
"all_permissive": true
} |
ansible_role | wilson-walrus/bad-ansible-solutions | 2df876c727ccf393c19585e193e1b6003470e61c | 0 | roles/haproxy.configuration | 7,886 | [
"no_license"
] | [
{
"path": "roles/haproxy.configuration/handlers/main.yml",
"content": "---\n# handlers file for haproxy.configuration\n- name: start_haproxy_service\n service:\n name: \"{{ haproxy_configuration_service }}\"\n state: started\n\n- name: restart_haproxy_service\n service:\n name: \"{{ haproxy_conf... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_apache | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_apache/tasks/main.yml",
"content": "- name: yum install httpd, httpd-devel\n become: true\n become_user: root\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - httpd\n - httpd-devel\n tags:\n - httpd\n\n- name: copy /etc/httpd/conf/httpd.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_base_pkg | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_base_pkg/tasks/main.yml",
"content": "- name: yum install base packages\n become: true\n become_user: root\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - vim\n - git\n - epel-release\n - etckeeper\n# see. https://www.python.jp/instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_cacti | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_cacti/tasks/main.yml",
"content": "#\n# Cacti \n# - 2018/02/12 : 1.1.34\n# - 2018/02/19 : 1.1.35\n#\n\n#- name: yum install cacti --enablerepo=epel-testing (cacti latest)\n# become: true\n# become_user: root\n# yum:\n# name: cacti\n# enablerepo: epel-testing\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5729,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_disk | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_disk/tasks/main.yml",
"content": "- name: create partition (parted)\n become: true\n become_user: root\n parted:\n device: /dev/vdb\n number: 1\n state: present\n- name: create filesystem (mkfs)\n become: true\n become_user: root\n filesystem:\n fstype: xfs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_keepalived_syslog-ng | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_keepalived_syslog-ng/templates/keepalived.conf.j2",
"content": "! Configuration File for keepalived\n\nglobal_defs {\n router_id LVS_DEVEL\n}\n\nvrrp_script chk_syslog-ng {\n script \"systemctl is-active syslog-ng\"\n interval 2 # check ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1525,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_local_users | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_local_users/tasks/main.yml",
"content": "- name: create local users\n become: true\n become_user: root\n user:\n name: kotetsu9\n state: present\n# password: \"{{ '<PASSWORD>' | password_hash('md5') }}\" => Hashing results in everytime \"changed\" \n password:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_mysql_cacti | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_mysql_cacti/tasks/main.yml",
"content": "#\n# tested version:\n# mysql : 5.7.21 MySQL Community Server (GPL)\n# cacti : 1.X\n# see.\n# https://docs.cacti.net/manual:100:1_installation#installation\n# http://enog.jp/wp-content/uploads/2017/08/enog46_toyama_cacti.pdf\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1249,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_mysql_install | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_mysql_install/handlers/main.yml",
"content": "- name: restart mysqld\n become: true\n become_user: root\n systemd:\n state: restarted\n name: mysqld\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "playbo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4791,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_ntpd | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_ntpd/handlers/main.yml",
"content": "- name: restart ntpd\n become: true\n become_user: root\n systemd:\n state: restarted\n name: ntpd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "playbooks/roles/bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_php | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_php/tasks/main.yml",
"content": "- name: yum repository Remi for PHP\n become: true\n become_user: root\n yum:\n name: http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\n state: installed\n tags:\n - php\n\n#\n# pst (may be...) :\n# \n# # php -v\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1612,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_rbenv | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_rbenv/templates/rbenv.sh.j2",
"content": "# rbenv\n# see. https://github.com/rbenv/rbenv\n#\nexport RBENV_ROOT=\"/opt/rbenv\"\nexport PATH=\"${RBENV_ROOT}/bin:${PATH}\"\neval \"$(rbenv init -)\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1614,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_rrdtool | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_rrdtool/handlers/main.yml",
"content": "- name: add PATH\n become: true\n become_user: root\n template:\n src: rrdtool.sh.j2\n dest: /etc/profile.d/rrdtool.sh\n owner: root\n group: root\n mode: 0644\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2141,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_rsyslog | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_rsyslog/templates/ignore-systemd-session-slice.conf.j2",
"content": "#\n# see. https://access.redhat.com/solutions/1564823 (Logs flooded with systemd messages: Created slice &amp; Starting Session)\n#\nif \n(\n $programname == \"systemd\"\n or\n $programname == \"syst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_ruby | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_ruby/tasks/main.yml",
"content": "#\n# install ruby with rbenv/ruby-build\n# see. \n# https://github.com/rbenv/rbenv\n# https://github.com/rbenv/ruby-build/wiki\n#\n- name: git pull ruby-build repository\n become: true\n become_user: root\n git:\n repo: 'https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1506,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/build_snmpd | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/build_snmpd/tasks/main.yml",
"content": "- name: yum install net-snmp, net-snmp-utils\n become: true\n become_user: root\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - net-snmp\n - net-snmp-utils\n tags:\n - snmpd\n\n- name: copy snmpd.conf\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | kakkotetsu/ansible-playbooks | 46e2fb6c831d88b7b17b235edbe198f38cbb1256 | 0 | playbooks/roles/repo-syslog-ng | 7,886 | [
"no_license"
] | [
{
"path": "playbooks/roles/repo-syslog-ng/tasks/main.yml",
"content": "- name: git check & pull\n git:\n repo: 'ssh://cent01/var/data/syslog-ng.git'\n dest: '/etc/syslog-ng'\n update: yes\n force: yes\n notify: check and reload syslog-ng\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | branislav-knezevic/Learning | 2c257637e7d29a0e0add1df568d7eec6dd25b80b | 0 | mastering-ansible/ansible/roles/ubuntu | 7,886 | [
"no_license"
] | [
{
"path": "mastering-ansible/ansible/roles/ubuntu/defaults/main.yml",
"content": "---\ndocker_group: docker\nusername: bungee\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "mastering-ansible/ansible/roles/ubuntu/tasks/main.yml",
"content": "... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | turboka11e/linux-dev-setup | 5a959c13c5c78e5a23165d87c9f918b8d097e755 | 0 | roles/dev-essentials | 7,886 | [
"no_license"
] | [
{
"path": "roles/dev-essentials/tasks/main.yml",
"content": "- include_tasks: install_essentials.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/dev-essentials/tasks/install_essentials.yml",
"content": "---\n- name: Update package c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | turboka11e/linux-dev-setup | 5a959c13c5c78e5a23165d87c9f918b8d097e755 | 0 | roles/dev-tools | 7,886 | [
"no_license"
] | [
{
"path": "roles/dev-tools/tasks/main.yml",
"content": "- include_tasks: install_pipenv.yml\n- include_tasks: install_pyenv.yml\n- include_tasks: install_gorepo.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/dev-tools/tasks/install_go... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | turboka11e/linux-dev-setup | 5a959c13c5c78e5a23165d87c9f918b8d097e755 | 0 | roles/user | 7,886 | [
"no_license"
] | [
{
"path": "roles/user/tasks/create_user.yml",
"content": "---\n- name: Creating user \"{{ user }}\" with admin access\n user:\n name: \"{{ user }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n generate_ssh_key: true\n ssh_key_passphrase: \"<PASSWORD>\"\n group: sudo\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | reaandrew/devenv_nodejs | 49370a0effc569a54027a6c811a208e1e36ad55e | 0 | ansible/roles/nodejs | 7,886 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/files/javascript.vim",
"content": "let g:syntastic_javascript_checkers = ['eslint']\nlet g:syntastic_javascript_eslint_exec = 'eslint_d'\nlet g:fixmyjs_rc_filename = ['.eslintrc', '.eslintrc.json']\n\nlet test#javascript#webdriverio#file_pattern = '.js'\nlet g:test#runner_com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2620,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/chruby | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/chruby/tasks/main.yml",
"content": "- name: Download ruby-install src archive\n get_url: url={{ ruby_install_url }}\n dest={{ ruby_install_archive }}\n force=no\n\n- name: Extract ruby-install src\n command: tar -xzf {{ ruby_install_archive }} chdir={{ r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1404,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/common | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update APT package cache\n action: apt update_cache=yes\n\n- name: Upgrade APT to the lastest packages\n action: apt upgrade=safe\n\n- name: Install mosh\n action: apt pkg=mosh state=installed\n\n- name: Install vim\n actio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2571,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/mysql | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/mysql/tasks/main.yml",
"content": "- name: Install mysql dependencies\n action: apt pkg={{item}} state=latest\n with_items:\n - python-selinux\n - mysql-server\n - python-mysqldb\n\n- name: Copy the my.cnf file\n template: src=my.cnf.j2 dest={{ mysql.conf_dir }}/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2426,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/nginx-puma | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/nginx-puma/tasks/main.yml",
"content": "- include: puma.yml tags=puma\n- include: nginx.yml tags=nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "devops/ansible/roles/nginx-puma/tasks/puma.yml",
"content":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4170,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/rails | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/rails/templates/secrets.yml.j2",
"content": "{{ rails.env }}:\n somevalue: somevalue\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "devops/ansible/roles/rails/tasks/main.yml",
"content": "- name: Create deplo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1279,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/redis | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/redis/tasks/main.yml",
"content": "---\n- name: Install Redis server\n action: apt pkg={{item}} state=latest update_cache=yes\n with_items:\n - redis-server\n\n- name: Bind Redis server to all interfaces\n action: lineinfile dest=/etc/redis/redis.conf state=present rege... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/ruby-common | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/ruby-common/tasks/main.yml",
"content": "---\n- name: install ruby dependencies\n action: apt pkg={{item}} state=installed\n with_items:\n - build-essential\n - automake\n - bison\n - autoconf\n - pkg-config\n - libreadline6\n - libreadline6-dev\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/sidekiq | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/sidekiq/templates/sidekiq.conf.j2",
"content": "# /etc/init/sidekiq.conf - Sidekiq config\n\n# sudo service sidekiq {start,stop,restart,status}\n\ndescription \"Sidekiq Background Worker\"\n\nstart on runlevel [2345]\nstop on (stopping workers or runlevel [06])\n\n# change to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | marklatham/infocoop | 09cc6bea5c64c66f10f185a213681ce65c666036 | 0 | devops/ansible/roles/system | 7,885 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/system/tasks/main.yml",
"content": "---\n- name: Create swap file\n command: dd if=/dev/zero of={{ swap.file_path }} bs=1MB count={{ swap.file_size_mb }}\n creates=\"{{ swap.file_path }}\"\n\n- name: Change swap file permissions\n file: path=\"{{ swap.file_path }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | shiraco/ansible_mydev_ubuntu | 76dce79e80d26dfd4d0528fcb82271ccba7bac07 | 0 | roles/development | 7,885 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "---\n- include: common.yml\n- include: python.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/development/vars/main.yml",
"content": "---\npython_version: 3.5.1\nhome: '/home... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/rpi/general/roles/artnet_node | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rpi/general/roles/artnet_node/handlers/main.yml",
"content": "---\n- name: Restart ola\n ansible.builtin.service:\n name: olad.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/rpi/general/roles/autologin | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rpi/general/roles/autologin/tasks/main.yml",
"content": "---\n# systemctl set-default multi-user.target\n# see: https://raspberrypi.stackexchange.com/questions/40415/how-to-enable-auto-login\n- name: Create a symbolic link\n ansible.builtin.file:\n src: /lib/sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/rpi/general/roles/pixelflut | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rpi/general/roles/pixelflut/templates/start.sh",
"content": "#!/bin/bash\n\nexport DISPLAY=:0\n\n# disable sleep\nxset -dpms\nxset s noblank\nxset s off\n# Start pixelnuke\n/home/pi/pixelflut/pixelnuke/pixelnuke &\nAPP_PID=$!\n\n# Wait for pixelnuke to start\nwait ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/rpi/general/roles/qlcplus | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/rpi/general/roles/qlcplus/tasks/untagged.yml",
"content": "---\n- name: Install qlcplus\n ansible.builtin.apt:\n name:\n - qlcplus\n - qlcplus-data\n\n- name: Setup autostart\n ansible.builtin.template:\n src: qlcplus.service\n dest: /lib/syste... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1229,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/server/general/roles/apt | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/server/general/roles/apt/tasks/main.yml",
"content": "---\n- name: Install unattended-upgrades\n apt:\n pkg: unattended-upgrades\n\n- name: Create configs\n ansible.builtin.template:\n src: \"{{ item }}.j2\"\n dest: \"/etc/apt/apt.conf.d/{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2320,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/server/general/roles/crafty | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/server/general/roles/crafty/tasks/untagged.yml",
"content": "---\n- name: create folder\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /opt/crafty\n - /opt/crafty/backups\n - /opt/crafty/logs\n - /opt/crafty/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/server/general/roles/dnsmasq | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/server/general/roles/dnsmasq/templates/hosts.j2",
"content": "# {{ ansible_managed }}\n127.0.0.1 localhost\n{{ ansible_default_ipv4.address }} {{ ansible_hostname }}\n\n# Custom entries\n{% for entry in dnsmasq_dns_entries %}\n{{ entry.ip }} {{ entry.hostname }}\n{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/server/general/roles/miniflux | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/server/general/roles/miniflux/README.md",
"content": "# miniflux\n\nInstalls miniflux\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "collections/ansible_collections/server/general/roles/miniflux/tasks/u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | ljurk/ansible | 5685707d4e093fd05e7d06f3e318a56951031f81 | 0 | collections/ansible_collections/server/general/roles/node_exporter | 7,885 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/server/general/roles/node_exporter/tasks/untagged.yml",
"content": "---\n- name: Install node_exporter\n package:\n name: prometheus-node-exporter\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | hi120ki/lang-env | 91776ce07c518954e41ebedb6cbd6a2b543a8649 | 1 | roles/anyenv | 7,885 | [
"no_license"
] | [
{
"path": "roles/anyenv/tasks/main.yml",
"content": "- name: check anyenv installed\n stat:\n path: ~/.anyenv\n register: check_anyenv\n become: false\n- block:\n - block:\n - name: apt update\n apt:\n update_cache: yes\n - name: apt install pyenv lib\n ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 11526,
"all_permissive": false
} |
ansible_role | MaxenceKamionka/DevOps_MaxenceKAMIONKA | 7d99cb1fe18c5346088940ca5c80a5dc70131b6a | 0 | TP3/ansible/roles/create_network | 7,885 | [
"no_license"
] | [
{
"path": "TP3/ansible/roles/create_network/tasks/main.yml",
"content": "- name: Créer réseau pour frontend (httpd) et backend\n docker_network:\n name: frontend_backend_network\n state: present\n driver: bridge\n vars:\n ansible_python_interpreter: /usr/bin/python3\n\n- name: Créer réseau pou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | MaxenceKamionka/DevOps_MaxenceKAMIONKA | 7d99cb1fe18c5346088940ca5c80a5dc70131b6a | 0 | TP3/ansible/roles/launch_app | 7,885 | [
"no_license"
] | [
{
"path": "TP3/ansible/roles/launch_app/tasks/main.yml",
"content": "- name: Lancer le conteneur simple-api\n docker_container:\n name: simple-api\n image: maxencekamionka/tp-devops-simple-api\n pull: true\n state: started\n restart_policy: always\n networks:\n - name: backend_databa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | MaxenceKamionka/DevOps_MaxenceKAMIONKA | 7d99cb1fe18c5346088940ca5c80a5dc70131b6a | 0 | TP3/ansible/roles/launch_database | 7,885 | [
"no_license"
] | [
{
"path": "TP3/ansible/roles/launch_database/tasks/main.yml",
"content": "- name: Lancer le conteneur de la database\n docker_container:\n name: database\n image: maxencekamionka/tp-devops-database\n pull: true\n state: started\n restart_policy: always\n env:\n POSTGRES_PASSWORD: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | MaxenceKamionka/DevOps_MaxenceKAMIONKA | 7d99cb1fe18c5346088940ca5c80a5dc70131b6a | 0 | TP3/ansible/roles/launch_proxy | 7,885 | [
"no_license"
] | [
{
"path": "TP3/ansible/roles/launch_proxy/tasks/main.yml",
"content": "- name: Lancer le conteneur httpd\n docker_container:\n name: httpd\n image: maxencekamionka/tp-devops-http-server\n pull: true\n state: started\n restart_policy: always\n networks:\n - name: frontend_backend_netw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | attadev/ansible-playbooks | 83120015d90890e697e59072c074caa4288b18ab | 0 | roles/haproxy | 7,885 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n- name: Add HAProxy 1.6 ppa repository\n apt_repository: repo='ppa:vbernat/haproxy-1.6' update_cache=no\n register: apt_source_added\n \n- name: Run apt-get update if repo is added\n apt: update_cache=yes\n when: apt_source_added|changed\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | Dwaynekj/vagrant-replicated-openLDAP-starter | 55109872fd03977bbd4975b8a92f1986bfeddb44 | 1 | ansible/roles/common | 7,885 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "# - debug:\n# msg:\n# - short_name :\"{{ inventory_hostname_short }}\"\n# - name :\"{{ inventory_hostname }}\"\n# - batch: \"{{ ansible_play_batch }}\"\n# - groupname: \"{{ group_names }}\"\n# - groups: \"{{ groups }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1036,
"all_permissive": false
} |
ansible_role | Dwaynekj/vagrant-replicated-openLDAP-starter | 55109872fd03977bbd4975b8a92f1986bfeddb44 | 1 | ansible/roles/docker | 7,885 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Install deps\n yum:\n name: \"{{item}}\"\n state: present\n with_items:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: download docker repo\n get_url:\n url: https://download.docker.com/linux/cento... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | chrisbalmer/homelab | 4bc152a4434f35431185a4b97bea6bbbfa266c0c | 2 | roles/docker-registry-mirrors | 7,885 | [
"no_license"
] | [
{
"path": "roles/docker-registry-mirrors/defaults/main.yml",
"content": "---\nmirror_packages:\n - docker\n\nregistry_protocol: https\nregistry_server: docker-registry.balmerfamilyfarm.com\nregistry_username: \"{{ lookup('community.general.onepassword', 'docker-registry.balmerfamilyfarm.com - chrisbalmer',... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1936,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.