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 | suraj8791998/ANSIBLE-ROBOSHOP-ROLES | f70ea1216e216de56e7d0e4fa5232f28bbacd4c6 | 0 | roles/catalogue | 1,919 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: SETTING UP NODE JS APPLICATION\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: USER AND DIRECTORY CREATION\n ansible.builtin.import_role:\n name: common\n tasks_from: user-setup\n\n- name: USER AND DIR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | suraj8791998/ANSIBLE-ROBOSHOP-ROLES | f70ea1216e216de56e7d0e4fa5232f28bbacd4c6 | 0 | roles/common | 1,919 | [
"no_license"
] | [
{
"path": "roles/common/tasks/user-setup.yaml",
"content": "- name: CHECKING WHETHER USER IS EXIST OR NOT\n ansible.builtin.command: id roboshop\n register: user\n ignore_errors: true\n \n- when: user.rc != 0\n name: CREATING USER\n become: yes\n ansible.builtin.user:\n name: roboshop\n\n- name: CH... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1421,
"all_permissive": false
} |
ansible_role | suraj8791998/ANSIBLE-ROBOSHOP-ROLES | f70ea1216e216de56e7d0e4fa5232f28bbacd4c6 | 0 | roles/mongodb | 1,919 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yaml",
"content": "- name: COPYING MONGO REPO\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: INSTALLING MONGODB APPLICATION\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: ENABLING AND STAR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | asiamaster2/Devops | f9a95c32cf721c5aa4e34d0d15004476cf527df5 | 2 | kube-ansible/roles/app_installation | 1,919 | [
"no_license"
] | [
{
"path": "kube-ansible/roles/app_installation/tasks/main.yml",
"content": " - name: Install docker\n apt: \n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - docker.io\n notify:\n - docker status\n\n\n\n - name: Install kubernetes tools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | asiamaster2/Devops | f9a95c32cf721c5aa4e34d0d15004476cf527df5 | 2 | kube-ansible/roles/first_configuration | 1,919 | [
"no_license"
] | [
{
"path": "kube-ansible/roles/first_configuration/tasks/main.yml",
"content": "# - name: \"Install list of packages\" \n# apt: name={{item}} state=installed\n# with_items:\n# - atop\n# - sysstat\n# - gcc\n# - libssl-dev\n# - python-selinux\n# -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1460,
"all_permissive": false
} |
ansible_role | dextersarcauga/HOA15 | 9a79eab1fd70e09633f97a4735c57518c4497d3b | 0 | roles/cinder | 1,919 | [
"no_license"
] | [
{
"path": "roles/cinder/templates/cinder.conf.j2",
"content": "---\n- name: Deploy cinder.conf\n template:\n src: \"cinder.conf.j2\"\n dest: \"/etc/cinder/cinder.conf\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/cinder/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | dextersarcauga/HOA15 | 9a79eab1fd70e09633f97a4735c57518c4497d3b | 0 | roles/horizon | 1,919 | [
"no_license"
] | [
{
"path": "roles/horizon/tasks/main.yml",
"content": "---\n- name: Install Horizon package\n apt:\n name: \"{{ horizon_package }}\"\n state: present\n\n- name: Configure Horizon\n template:\n src: \"local_settings.py.j2\"\n dest: \"{{ horizon_config_file }}\"\n\n- name: Start and enable Apache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | dextersarcauga/HOA15 | 9a79eab1fd70e09633f97a4735c57518c4497d3b | 0 | roles/neutron | 1,919 | [
"no_license"
] | [
{
"path": "roles/neutron/templates/neutron.conf.j2",
"content": "[DEFAULT]\ncore_plugin = {{ neutron_plugin }}\nservice_plugins = {{ neutron_service_plugins }}\nallow_overlapping_ips = True\n\n[DATABASE]\nconnection = {{ neutron_db_connection }}\n\n[ml2]\ntype_drivers = {{ neutron_type_drivers }}\ntenant_ne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | J-Pixel/ansible | bf626d3cfc7898dc59e432b8e73c1eb79eb0e113 | 0 | roles/nginx-test | 1,959 | [
"no_license"
] | [
{
"path": "roles/nginx-test/defaults/main.yml",
"content": "---\n\nsiteslist:\n - \"www.example.com\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/nginx-test/tasks/main.yml",
"content": "---\n\n- name: For Debian-based\n block: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | ashankaushanka96/operations-dashboard | 2cfc386a559f7a2d12bc8da5771369d88973ca6f | 0 | ansible/roles/deploy_backend | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_backend/tasks/copy-files.yml",
"content": "- name: Copy artifact to server\n copy:\n src: \"../artifacts.tar.gz\"\n dest: \"{{ component_path }}/artifacts.tar.gz\"\n\n- name: Extract artifact.tar.gz\n ansible.builtin.unarchive:\n src: \"{{ component_path }}/artifac... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | ashankaushanka96/operations-dashboard | 2cfc386a559f7a2d12bc8da5771369d88973ca6f | 0 | ansible/roles/deploy_frontend | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_frontend/tasks/copy-files.yml",
"content": "- name: Copy build files to target server\n copy:\n src: \"{{ project_build_dir }}/\"\n dest: \"{{ component_path }}/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | Gidraff/lb-master-slave-setup | ad8240b17ad9d1cca12fe2bd94d0ac61c3b1743b | 0 | packer/provisioners/ansible/roles/etcd | 1,959 | [
"no_license"
] | [
{
"path": "packer/provisioners/ansible/roles/etcd/tasks/install.yml",
"content": "---\n\n- name: Upgrade all packages to the latest version\n become: yes\n yum:\n name: \"*\"\n state: latest\n\n- name: install etcd\n become: yes\n yum: \n name: etcd\n state: present",
"license_type": "no... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | Gidraff/lb-master-slave-setup | ad8240b17ad9d1cca12fe2bd94d0ac61c3b1743b | 0 | packer/provisioners/ansible/roles/haproxy | 1,959 | [
"no_license"
] | [
{
"path": "packer/provisioners/ansible/roles/haproxy/tasks/main.yml",
"content": "---\n# tasks file for haproxy\n- import_tasks: install.yml\n- import_tasks: configure.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "packer/provisioners/ansible/... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1597,
"all_permissive": false
} |
ansible_role | Gidraff/lb-master-slave-setup | ad8240b17ad9d1cca12fe2bd94d0ac61c3b1743b | 0 | packer/provisioners/ansible/roles/postgres | 1,959 | [
"no_license"
] | [
{
"path": "packer/provisioners/ansible/roles/postgres/tasks/main.yml",
"content": "---\n# tasks file for postgres\n- import_tasks: install_postgresql.yml\n- import_tasks: install_patroni.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "packer/p... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | pfs273/ansibletest | 9b84017fe6b76ac4fe339b6d39d1f1ab1714dcee | 0 | roles/web_servers | 1,959 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main_b4_variables.yml",
"content": "- name: install apache, php packages Debian\n tags: apache,apache2,debian\n apt:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Debian\"\n\n- name: install httpd, php packa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | Cloudxtreme/cldemo-archive | d506034660d1e51398434a4ed23346751a595aae | 0 | cldemo-wbench-hortonworks-2lt22s-ansible/debian/home/cumulus/ansibledemos/roles/bigdata-common | 1,959 | [
"no_license"
] | [
{
"path": "cldemo-wbench-hortonworks-2lt22s-ansible/debian/home/cumulus/ansibledemos/roles/bigdata-common/handlers/main.yml",
"content": "- name: restart server networking\n shell: /sbin/ifdown --exclude=lo -a && /sbin/ifup --exclude=lo -a\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 16408,
"all_permissive": false
} |
ansible_role | Cloudxtreme/cldemo-archive | d506034660d1e51398434a4ed23346751a595aae | 0 | cldemo-wbench-hortonworks-2lt22s-ansible/debian/home/cumulus/ansibledemos/roles/bigdata-master | 1,959 | [
"no_license"
] | [
{
"path": "cldemo-wbench-hortonworks-2lt22s-ansible/debian/home/cumulus/ansibledemos/roles/bigdata-master/tasks/main.yml",
"content": "---\n- name: format filesystem for hdfs namenode\n shell: '/usr/lib/hadoop/bin/hadoop namenode -format'\n sudo: yes\n sudo_user: hdfs\n args:\n creates: /grid/hadoop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1332,
"all_permissive": false
} |
ansible_role | Cloudxtreme/cldemo-archive | d506034660d1e51398434a4ed23346751a595aae | 0 | cldemo-wbench-hortonworks-2lt22s-ansible/debian/home/cumulus/ansibledemos/roles/bigdata-slave | 1,959 | [
"no_license"
] | [
{
"path": "cldemo-wbench-hortonworks-2lt22s-ansible/debian/home/cumulus/ansibledemos/roles/bigdata-slave/tasks/main.yml",
"content": "---\n- name: enable and start hdfs datanode\n service: name=hadoop-datanode state=started enabled=yes\n\n- name: enable and start yarn nodemanager\n service: name=yarn-node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | KnowledgeCaptureAndDiscovery/enigma_deploy | 0e566731144f843b18ecc6c1c49085c838b532f7 | 0 | roles/base | 1,959 | [
"no_license"
] | [
{
"path": "roles/base/tasks/users.yml",
"content": "- name: Create the mintui user\n user:\n name: \"{{deploy_user }}\"\n state: present\n shell: /bin/bash # Defaults to /bin/bash\n system: no # Defaults to no\n createhome: yes # Defaults to yes\n\n- name: Set up mul... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1302,
"all_permissive": false
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/asdf | 1,959 | [
"permissive"
] | [
{
"path": "roles/asdf/meta/main.yml",
"content": "---\ndependencies:\n - os/shell\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 31
},
{
"path": "roles/asdf/tasks/main.yml",
"content": "- tags: [asdf]\n block:\n - name: Create direc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1358,
"all_permissive": true
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/bash-alias | 1,959 | [
"permissive"
] | [
{
"path": "roles/bash-alias/tasks/main.yml",
"content": "---\n- name: Add alias command to .bash_alias\n lineinfile:\n line: alias {{ alias }}=\\'{{ cmd }}\\'\n dest: \"{{ user.homedir }}/.bash_aliases\"\n create: yes\n owner: \"{{ user.name }}\"\n group: \"{{ user.group }}\"\n mode: 0600... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": true
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/docker | 1,959 | [
"permissive"
] | [
{
"path": "roles/docker/files/daemon.json",
"content": "{\n \"default-address-pools\": [\n {\n \"base\": \"172.19.0.0/16\",\n \"size\": 24\n }\n ]\n}\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 97
},
{
"path": "roles/doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1327,
"all_permissive": true
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/gcloud | 1,959 | [
"permissive"
] | [
{
"path": "roles/gcloud/tasks/main.yml",
"content": "---\n- tags: [gcloud]\n block:\n - name: Download apt key for Google Cloud SDK\n get_url:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n dest: /usr/share/keyrings/cloud.google.gpg\n\n - name: Add apt key for Googl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1003,
"all_permissive": true
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/khal | 1,959 | [
"permissive"
] | [
{
"path": "roles/khal/vars/main.yml",
"content": "khal_config_dir: \"{{ user.homedir }}/.config/khal\"\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 51
},
{
"path": "roles/khal/tasks/main.yml",
"content": "---\n- tags: [khal]\n block:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 482,
"all_permissive": true
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/khard | 1,959 | [
"permissive"
] | [
{
"path": "roles/khard/tasks/main.yml",
"content": "---\n- tags: [khard]\n block:\n - name: Install khard\n package: name=khard state=present\n\n - name: Create config directory for khard\n file:\n path: \"{{ khard_config_dir }}\"\n state: directory\n mode: 0700\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 496,
"all_permissive": true
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/libvirt | 1,959 | [
"permissive"
] | [
{
"path": "roles/libvirt/tasks/main.yml",
"content": "---\n- tags: [libvirt]\n block:\n - name: Install libvirt\n package:\n state: present\n name:\n - qemu-kvm\n - libvirt-clients\n - libvirt-daemon-system\n\n - name: Create libvirt groups\n group:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 525,
"all_permissive": true
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/screencasts | 1,959 | [
"permissive"
] | [
{
"path": "roles/screencasts/tasks/main.yml",
"content": "---\n- tags: [ screencasts ]\n block:\n - name: Install SimpleScreenRecorder\n package: name=simplescreenrecorder state=present\n\n - name: Create config directory for SimpleScreenRecorder\n file:\n path: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1399,
"all_permissive": true
} |
ansible_role | kulla/my-ansible-scripts | 980c0bce582c7f72853c1c19ce8166ecd3869d58 | 0 | roles/vdirsyncer | 1,959 | [
"permissive"
] | [
{
"path": "roles/vdirsyncer/tasks/main.yml",
"content": "---\n- tags: [vdirsyncer]\n block:\n - name: Install vdirsyncer\n package: name=vdirsyncer state=present\n\n - name: Create config directory for vdirsyncer\n file:\n path: \"{{ vdirsyncer_config_dir }}\"\n state: directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 684,
"all_permissive": true
} |
ansible_role | gingkolane/mysql8server | 78f9d136ab3ee18883aa556464c91619711d4b51 | 0 | roles/basic_server | 1,959 | [
"no_license"
] | [
{
"path": "roles/basic_server/tasks/initiate.yml",
"content": "---\n#============================================================================\n# This role installs common programs to all servers after the server initiaion\n\n# Before this, centos8 server was spinned with root user with sysadmin ssh key\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 11406,
"all_permissive": false
} |
ansible_role | gingkolane/mysql8server | 78f9d136ab3ee18883aa556464c91619711d4b51 | 0 | roles/mysql | 1,959 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/install.yml",
"content": "---\n# This code is to install MySQL8.0 and apply our custom root user etc.\n# Previously for mysql5.7, we download and install mysql using shell command ----------------\n# shell: rpm -Uvh http://dev.mysql.com/get/mysql57-community-release-el7-11.noarc... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 21119,
"all_permissive": false
} |
ansible_role | RoeeFabrikant/Ansible-Session2 | 823434810053d724c27c4a4d15ee27d9e3c42d09 | 0 | ansible/roles/docker-webapp | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-webapp/tasks/docker_install_redhat.yml",
"content": "- name: Add Docker official GPG\n rpm_key:\n key: \"{{ docker_gpg_yum }}\"\n state: present\n \n- name: Add Docker repository - YUM\n get_url:\n url: \"{{ docker_repo_yum }}\"\n dest: '/etc/yum.repos.d/docker... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2777,
"all_permissive": false
} |
ansible_role | bitintheskud/ansible-puppet-agent | 797ecd99fc0a1b7661ebaf0115bb340825b93923 | 0 | roles/puppet-agent | 1,959 | [
"no_license"
] | [
{
"path": "roles/puppet-agent/tasks/main.yml",
"content": "---\n- name: Install PuppetLabs releasea RPM\n yum:\n #fix this\n #name: \"{{ item }}.noarch.rpm\"\n name: http://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm\n state: \"present\"\n # fix this\n #with_items:\n # -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | Aniket61/openshift3.x | 66e91170f245ce7e5f44b690933c9030752768b2 | 0 | roles/openshift_node | 1,959 | [
"no_license"
] | [
{
"path": "roles/openshift_node/tasks/gather_debug.yml",
"content": "---\n\n- name: Gather Debug - Get service status\n command: >\n systemctl status {{ item }}\n changed_when: false\n ignore_errors: true\n register: systemctl_status\n loop:\n - cri-o\n - kubelet\n\n- name: Gather Debug - Get comp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | kawinpromsopa/project-crm-c | 71a288e315c824123762dd21ce4031e2d978bc8c | 0 | ansible/roles/awscli | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/awscli/tasks/main.yml",
"content": "- name: install pip\n apt:\n name: python-pip\n state: present\n update_cache: yes\n become: yes\n\n- name: install awscli\n pip:\n name: awscli\n executable: pip2\n become: yes\n\n- name: create .aws dir\n file:\n path: \"{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | kawinpromsopa/project-crm-c | 71a288e315c824123762dd21ce4031e2d978bc8c | 0 | ansible/roles/base_ami | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/base_ami/defaults/main.yml",
"content": "apt_upgrade: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "ansible/roles/base_ami/tasks/main.yml",
"content": "- apt:\n upgrade: yes\n update_cache: yes\n become:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | kawinpromsopa/project-crm-c | 71a288e315c824123762dd21ce4031e2d978bc8c | 0 | ansible/roles/cachet | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/cachet/tasks/main.yml",
"content": "- name: Clone repo cachet apps\n git:\n repo: \"{{ git_repo }}\"\n dest: /home/ubuntu/{{ customer_name }}\n\n- name: Create Dockerfile file\n copy:\n dest: /home/ubuntu/{{ customer_name }}/cachet/Dockerfile\n content: |\n FROM n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6561,
"all_permissive": false
} |
ansible_role | kawinpromsopa/project-crm-c | 71a288e315c824123762dd21ce4031e2d978bc8c | 0 | ansible/roles/docker | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - python-pip\n become: yes\n\n- name: add docker apt key\n shell: \"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1572,
"all_permissive": false
} |
ansible_role | kawinpromsopa/project-crm-c | 71a288e315c824123762dd21ce4031e2d978bc8c | 0 | ansible/roles/jenkins | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "- name: Install add-apt-repostory\n become: yes\n apt: name=software-properties-common state=latest\n\n- name: Add Oracle Java Repository\n become: yes\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Accept Java 8 License\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | kawinpromsopa/project-crm-c | 71a288e315c824123762dd21ce4031e2d978bc8c | 0 | ansible/roles/nginx | 1,959 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/config.j2",
"content": "upstream {{ customer_name }} {\n server 127.0.0.1:{{ nginx_port }};\n}\n\nmap $http_upgrade $connection_upgrade {\n default upgrade;\n '' close;\n}\n\nserver {\n listen 80;\n\n server_name {{ customer_name }}.crm-c.com;\n client_max_body... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | jnoth/ansible-roles | 2b44d9df0327644763c46f28799bd6f4a8e841d9 | 0 | roles/admin | 1,959 | [
"no_license"
] | [
{
"path": "roles/admin/tasks/admin-main.yml",
"content": "---\n\n- name: get SSH keys from GitHub\n hosts: domain\n remote_user: root\n tasks:\n - name: get ssh key from url\n uri:\n url: https://github.com/{{ item }}.keys\n return_content: true\n register: ssh_keys\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | jnoth/ansible-roles | 2b44d9df0327644763c46f28799bd6f4a8e841d9 | 0 | roles/apprenti | 1,959 | [
"no_license"
] | [
{
"path": "roles/apprenti/tasks/apprenti-main.yml",
"content": "---\n\n- hosts: all\n remote_user: root\n vars:\n ssh_keys:\n tasks:\n - name: Ansible Basic Variable Example\n debug:\n msg: \"{{ ssh_keys }}\"\n\n # - name: Set authorized key took from file for IC-IT\n # authorized_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1817,
"all_permissive": false
} |
ansible_role | jnoth/ansible-roles | 2b44d9df0327644763c46f28799bd6f4a8e841d9 | 0 | roles/dev | 1,959 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/dev-main.yml",
"content": "---\n\n- name: get SSH keys from GitHub\n hosts: webserver\n remote_user: root\n tasks:\n - name: get ssh key from url\n uri:\n url: https://github.com/{{ item }}.keys\n return_content: true\n register: ssh_keys\n with_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | Devopsnikhil4/ansible | fe3c99016beb8b00d917c390cebfde14e914ceda | 0 | roles/common | 1,959 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nodejs.yml",
"content": "- name: Install bottle into the specified (virtualenv), inheriting globally installed modules\n ansible.builtin.pip:\n name:\n - boto3\n - botocore\n executable: pip3\n \n- name: configuring Nodejs repo {{ COMPONENT }}\n a... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3216,
"all_permissive": false
} |
ansible_role | Devopsnikhil4/ansible | fe3c99016beb8b00d917c390cebfde14e914ceda | 0 | roles/frontend | 1,959 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Installing nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: starting nginx\n ansible.builtin.systemd:\n name: nginx\n state: started\n enabled: true\n\n- name: Download and extracting the {{ COMPONENT }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | Devopsnikhil4/ansible | fe3c99016beb8b00d917c390cebfde14e914ceda | 0 | roles/mongodb | 1,959 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Copy the {{ COMPONENT }} repo\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Installing {{ COMPONENT }}\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: Updatin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | Devopsnikhil4/ansible | fe3c99016beb8b00d917c390cebfde14e914ceda | 0 | roles/mysql | 1,959 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "COMPONENT: mysql\nAPPUSER: roboshop\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Copy the {{ COMPONENT }} repository\n ansible.builtin.cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1891,
"all_permissive": false
} |
ansible_role | Devopsnikhil4/ansible | fe3c99016beb8b00d917c390cebfde14e914ceda | 0 | roles/redis | 1,959 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Copy the {{ COMPONENT }} repo\n ansible.builtin.copy:\n src: redis.repo\n dest: /etc/yum.repos.d/redis.repo\n\n- name: Installing {{ COMPONENT }}\n ansible.builtin.package:\n name: redis-6.2.12\n state: present\n\n- name: Updating the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | iuriipetrovepam/ansible_homework | 47d0defe2c0baf585b0e01acfbf9f6b215c3c259 | 0 | roles/ftp_role | 1,959 | [
"no_license"
] | [
{
"path": "roles/ftp_role/vars/RedHat.yml",
"content": "---\nsrc: ./templates/vsftpd.conf.j2\ndst: /etc/vsftpd/vsftpd.conf\nrpm_name: vsftpd\nvar_anonymous_enable: \"YES\"\nvar_anon_upload_enable: \"YES\"\nvar_anon_root: /var/ftp/pub\nvar_no_anon_password: \"YES\"\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1342,
"all_permissive": false
} |
ansible_role | iuriipetrovepam/ansible_homework | 47d0defe2c0baf585b0e01acfbf9f6b215c3c259 | 0 | roles/httpd_role | 1,959 | [
"no_license"
] | [
{
"path": "roles/httpd_role/templates/index.html.j2",
"content": "Welcome to my {{ ansible_host }} {{ ansible_os_family }} web server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/httpd_role/tasks/main.yml",
"content": "---\n# vars se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | AUTOMATION-PATHSHALA/fivra-demo | 49ff28ec04cff645dd476f8811778b8aa9d81507 | 0 | roles/helloworld | 1,979 | [
"no_license"
] | [
{
"path": "roles/helloworld/tasks/main.yml",
"content": "---\n# tasks file for helloworld\n\n- name: Print Hello World\n debug:\n msg: \"Hello World\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | lel99999/dev_EmacsRH7 | c3aa2bbb6304afa7fba123e9f5018a6c918c1fbe | 0 | roles/emacsRH7 | 1,979 | [
"no_license"
] | [
{
"path": "roles/emacsRH7/tasks/main.yml",
"content": "---\n#- name: Install Yum Emacs\n# yum;\n# name: emacs\n# state: present\n#- name: Configure alternatives for Emacs\n# alternatives:\n# name: emacs\n# link: /usr/bin/emacs\n# path: /usr/local/bin/emacs\n# priority: 5\n\n- name: Add E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | nycmeshnet/k8s-infra | 080ca0281845cb90569f20cdb54c44d8ac2c1446 | 0 | ansible/roles/k8s_cluster_helm | 1,979 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_cluster_helm/templates/datadog_agent.yaml.j2",
"content": "apiVersion: datadoghq.com/v2alpha1\nkind: DatadogAgent\nmetadata:\n name: datadog\n namespace: datadog\nspec:\n override:\n nodeAgent:\n containers:\n trace-agent:\n env:\n - name: DD_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4167,
"all_permissive": false
} |
ansible_role | nycmeshnet/k8s-infra | 080ca0281845cb90569f20cdb54c44d8ac2c1446 | 0 | ansible/roles/k8s_lb | 1,979 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_lb/templates/netplan_dummy1.yaml.j2",
"content": "network:\n version: 2\n renderer: networkd\n ethernets:\n lo:\n dhcp4: no\n dhcp6: no\n addresses:\n - {{ EXTERNAL_LISTEN_IPS.split(';')[1] }}/32\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 14794,
"all_permissive": false
} |
ansible_role | nycmeshnet/k8s-infra | 080ca0281845cb90569f20cdb54c44d8ac2c1446 | 0 | ansible/roles/mesh_k8s_node | 1,979 | [
"no_license"
] | [
{
"path": "ansible/roles/mesh_k8s_node/tasks/main.yaml",
"content": "- name: Install packages on each node\n ansible.builtin.apt:\n pkg:\n - open-iscsi\n - nfs-common\n - cryptsetup\n update_cache: true\n\n- name: Add WN\n ansible.posix.authorized_key:\n user: debian\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | nycmeshnet/k8s-infra | 080ca0281845cb90569f20cdb54c44d8ac2c1446 | 0 | ansible/roles/mesh_mgr | 1,979 | [
"no_license"
] | [
{
"path": "ansible/roles/mesh_mgr/tasks/main.yaml",
"content": "- name: Install git\n ansible.builtin.apt:\n pkg:\n - git\n - curl\n update_cache: true\n\n- name: Git checkout\n ansible.builtin.git:\n repo: \"https://github.com/nycmeshnet/meshdb.git\"\n dest: /root/meshdb\n versio... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | mattuskan/ansible-stuff | 3c06641c0729b66e2d8623210c04b3f11364cc48 | 0 | playbooks/roles/demo_app | 1,979 | [
"no_license"
] | [
{
"path": "playbooks/roles/demo_app/files/demo/app/demo.py",
"content": "from flask import Flask\nfrom flask.ext.sqlalchemy import SQLAlchemy\nimport os, socket\n\napp = Flask(__name__)\napp.config['SQLALCHEMY_DATABASE_URI'] = os.environ['DATABASE_URI']\ndb = SQLAlchemy(app)\nhostname = socket.gethostname()... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | mattuskan/ansible-stuff | 3c06641c0729b66e2d8623210c04b3f11364cc48 | 0 | playbooks/roles/httpd | 1,979 | [
"no_license"
] | [
{
"path": "playbooks/roles/httpd/tasks/main.yml",
"content": "---\n- name: Install System and Webserver Components\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - httpd\n - epel-release\n\n- name: ensure mod_wsgi enabled\n yum:\n name: mod_wsgi\n notify: restart httpd\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | mattuskan/ansible-stuff | 3c06641c0729b66e2d8623210c04b3f11364cc48 | 0 | playbooks/roles/mysql | 1,979 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/tasks/main.yml",
"content": "---\n - name: install tools\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - python-mysqldb\n \n - name: install mysql-server\n apt: name=mysql-server state=present update_cache=yes\n\n - name: ensure mysql li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | mattuskan/ansible-stuff | 3c06641c0729b66e2d8623210c04b3f11364cc48 | 0 | playbooks/roles/nginx | 1,979 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/tasks/main.yml",
"content": "---\n - name: install tools\n apt: name{{item}} state=present update_cache=yes\n with_items:\n - python-httplib2\n\n - name: install nginx\n apt: name=nginx state=present update_cache=yes\n\n - name: configure nginx site\n tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | opdev/cfgm | 45a69516abf620833c2b520a7e14cb53b1c269a3 | 0 | ansible/playbook/roles/ec2_management | 1,979 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/ec2_management/tasks/main.yml",
"content": "#Tasks related to EC2 management\n- name: Delete existing SSH key file # This task deletes the existing private key file if it exists\n ansible.builtin.file:\n path: \"~/.ssh/{{ key_name }}.pem\"\n state: absent\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2958,
"all_permissive": false
} |
ansible_role | opdev/cfgm | 45a69516abf620833c2b520a7e14cb53b1c269a3 | 0 | ansible/playbook/roles/route53_config | 1,979 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/route53_config/tasks/main.yml",
"content": "#Uses DNS to look up the domain name to find out the corresponding IP address \n#where that website lives. \n#The DNS record set is a collection of records in a zone file that maps domain names to IP addresses. \n#The A record map... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1317,
"all_permissive": false
} |
ansible_role | opdev/cfgm | 45a69516abf620833c2b520a7e14cb53b1c269a3 | 0 | ansible/playbook/roles/security_setup | 1,979 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/security_setup/tasks/main.yml",
"content": "# A security group that controls \n# the traffic allowed to and from the EC2 instances. \n# When you launch an EC2 instance, you assign it to one or more security groups. \n# The rules in these security groups define the allowed a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1723,
"all_permissive": false
} |
ansible_role | opdev/cfgm | 45a69516abf620833c2b520a7e14cb53b1c269a3 | 0 | ansible/playbook/roles/server_config | 1,979 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/server_config/tasks/main.yml",
"content": "# Install and configure the server\n# Install git, yum-utils, device-mapper-persistent-data, and lvm2\n- name: Install git, yum-utils, device-mapper-persistent-data, and lvm2\n ansible.builtin.yum:\n name:\n - git\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2147,
"all_permissive": false
} |
ansible_role | opdev/cfgm | 45a69516abf620833c2b520a7e14cb53b1c269a3 | 0 | ansible/playbook/roles/web_server_setup | 1,979 | [
"no_license"
] | [
{
"path": "ansible/playbook/roles/web_server_setup/tasks/main.yml",
"content": "# Remove existing directory to ensure a clean state\n- name: Remove existing directory\n ansible.builtin.file:\n path: \"./cfgmdir\"\n state: absent\n\n# Clone GitHub repository to the local machine\n- name: Clone GitHub ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1720,
"all_permissive": false
} |
ansible_role | mikhailznak/ansible_playbooks | a11ac8ba3b130cb1d48f327b8dbae80fb96fb819 | 0 | roles/docker_install | 1,979 | [
"no_license"
] | [
{
"path": "roles/docker_install/tasks/docker-compose.yaml",
"content": "- name: Check docker-compose installed\n shell: docker-compose --version\n register: docker_compose_is_defined\n ignore_errors: true\n changed_when: false\n\n- name: Download docker-compose\n get_url:\n url: \"{{ docker_compose_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2298,
"all_permissive": false
} |
ansible_role | mikhailznak/ansible_playbooks | a11ac8ba3b130cb1d48f327b8dbae80fb96fb819 | 0 | roles/gcloud_install | 1,979 | [
"no_license"
] | [
{
"path": "roles/gcloud_install/defaults/main.yml",
"content": "---\n# defaults file for roles/gcloud_install\ngcloud_repo: \"deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main\"\ngcloud_gpg_key: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | mikhailznak/ansible_playbooks | a11ac8ba3b130cb1d48f327b8dbae80fb96fb819 | 0 | roles/java_install | 1,979 | [
"no_license"
] | [
{
"path": "roles/java_install/tasks/debian.yml",
"content": "- name: Collect installed modules\n package_facts:\n manager: \"auto\"\n\n- name: Check Java installed\n debug:\n msg: \"Java already installed\"\n when: package in ansible_facts.packages\n\n- name: Install java\n apt:\n name: \"{{ pa... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | mikhailznak/ansible_playbooks | a11ac8ba3b130cb1d48f327b8dbae80fb96fb819 | 0 | roles/k8s_install | 1,979 | [
"no_license"
] | [
{
"path": "roles/k8s_install/defaults/main.yml",
"content": "---\n# defaults file for roles/k8s_install\nuser: vagrant\nk8s_gpg_key: https://packages.cloud.google.com/apt/doc/apt-key.gpg\nk8s_apt_repo: \"deb http://apt.kubernetes.io/ kubernetes-xenial main\"\nk8s_packages:\n - kubelet\n - kubeadm\n - kub... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2570,
"all_permissive": false
} |
ansible_role | mikhailznak/ansible_playbooks | a11ac8ba3b130cb1d48f327b8dbae80fb96fb819 | 0 | roles/maven_install | 1,979 | [
"no_license"
] | [
{
"path": "roles/maven_install/tasks/main.yml",
"content": "---\n# tasks file for roles/maven_install\n- name: Debian maven install\n import_tasks: debian.yml\n when: ansible_os_family|lower == 'debian'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"pa... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | mikhailznak/ansible_playbooks | a11ac8ba3b130cb1d48f327b8dbae80fb96fb819 | 0 | roles/terraform_install | 1,979 | [
"no_license"
] | [
{
"path": "roles/terraform_install/tasks/main.yml",
"content": "---\n# tasks file for roles/terraform_install\n- name: Debian Terraform install\n import_tasks: debian.yml\n when: ansible_os_family|lower == 'debian'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 758,
"all_permissive": false
} |
ansible_role | jagacodes/Ansible02 | 0fe22bb83730672382218ba116d15a222d263748 | 0 | roles/setup | 1,979 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\r\n- name: \"update yum packages.\"\r\n become: true\r\n yum:\r\n update_cache: yes\r\n\r\n\r\n- name: \"install NPM repo\"\r\n become: true\r\n shell: curl -sL https://rpm.nodesource.com/setup_10.x | bash -\r\n \r\n\r\n- name: \"install NPM ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | parmitam/myria-ec2-ansible | 2d4605890e281cc94551efc3e33790549d2b6dd0 | 0 | roles/basenode | 1,979 | [
"no_license"
] | [
{
"path": "roles/basenode/tasks/main.yml",
"content": "---\n- name: Add key to authorized key #use shell rather than auth key module.\n shell: cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys\n sudo: no\n\n- name: disable ssh host key checking # this is excessive, fix this to be restricted to the list of I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | parmitam/myria-ec2-ansible | 2d4605890e281cc94551efc3e33790549d2b6dd0 | 0 | roles/ganglia | 1,979 | [
"no_license"
] | [
{
"path": "roles/ganglia/handlers/main.yml",
"content": "---\n##ganglia handlers - restart services\n- name: restart apache\n action: service name=apache2 state=restarted\n\n\n# gmetad and ganglia-monitor init scripts does not support `status`\n# argument.\n- name: restart gmond\n action: command service ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | parmitam/myria-ec2-ansible | 2d4605890e281cc94551efc3e33790549d2b6dd0 | 0 | roles/ganglia-client | 1,979 | [
"no_license"
] | [
{
"path": "roles/ganglia-client/tasks/main.yml",
"content": "---\n- name: Install ganglia monitor \n action: apt pkg={{item}} state=latest update_cache=yes\n with_items:\n - ganglia-monitor\n\n- name: Configure gmond\n action: template src=roles/ganglia-client/templates/gmond.conf.j2 dest=/etc/ganglia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | parmitam/myria-ec2-ansible | 2d4605890e281cc94551efc3e33790549d2b6dd0 | 0 | roles/myria | 1,979 | [
"no_license"
] | [
{
"path": "roles/myria/defaults/main.yml",
"content": "---\n#default vairables use for setting up myria\nmyria_repository_url: https://github.com/uwescience/myria.git\nmyria_path: /mnt/myria\nmyria_branch: master\nrest_port: 8753\ncoordinator_port: 8001\nworker_base_port: 9001\ndatabase_password: <PASSWORD>... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1893,
"all_permissive": false
} |
ansible_role | parmitam/myria-ec2-ansible | 2d4605890e281cc94551efc3e33790549d2b6dd0 | 0 | roles/myria-python | 1,979 | [
"no_license"
] | [
{
"path": "roles/myria-python/defaults/main.yml",
"content": "---\n#default vairables use for setting up myria-python\nmyria_python_repository_url: 'https://github.com/uwescience/myria-python.git'\nmyria_python: '/home/ubuntu/myria-python'\n\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | parmitam/myria-ec2-ansible | 2d4605890e281cc94551efc3e33790549d2b6dd0 | 0 | roles/postgres | 1,979 | [
"no_license"
] | [
{
"path": "roles/postgres/defaults/main.yml",
"content": "---\n# default vars file for myria postgres setup\ndatabase_name: myria\ndatabase_username: uwdb # Myria currently requires a postgres user named 'uwdb'\ndatabase_password: <PASSWORD> # TODO: Fix me :(\npostgres_version: 9.3\nmyria_path: /mnt/myria \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | slackbone/huawei_network | e93d7baeb1e838b844c00f26b3c72aebe8b53ae5 | 0 | roles/apply_acls | 1,979 | [
"no_license"
] | [
{
"path": "roles/apply_acls/README.md",
"content": "# Role: apply_acls\n\nEsta role executa a função de **apply_acls** em switches Huawei.\n\n## Exemplo de ACL esperada\n\n```yaml\nacl_rules:\n - acl_number: 3001\n entries:\n - rule_id: 5\n action: permit\n protocol: ip\n sourc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2068,
"all_permissive": false
} |
ansible_role | slackbone/huawei_network | e93d7baeb1e838b844c00f26b3c72aebe8b53ae5 | 0 | roles/backup | 1,979 | [
"no_license"
] | [
{
"path": "roles/backup/README.md",
"content": "# Role: backup\n\nEsta role executa a função de **backup** em switches Huawei.\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n- name: Coletar in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | slackbone/huawei_network | e93d7baeb1e838b844c00f26b3c72aebe8b53ae5 | 0 | roles/restore | 1,979 | [
"no_license"
] | [
{
"path": "roles/restore/README.md",
"content": "# Role: restore\n\nEsta role executa a função de **restore** em switches Huawei.\n\n## Uso\n\nAdicione esta role ao playbook e defina as variáveis apropriadas no inventário ou na linha de comando.\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | iainhouston/bradford-abbas.uk | cb195ca9bb9d00d520999b7387a04f17d39fb3ef | 0 | library/provisioning/roles/geerlingguy.drupal | 1,979 | [
"no_license"
] | [
{
"path": "library/provisioning/roles/geerlingguy.drupal/tasks/deploy.yml",
"content": "---\n- name: Ensure drupal_deploy_dir directory exists.\n file:\n path: \"{{ drupal_deploy_dir }}\"\n state: directory\n mode: 0775\n owner: \"{{ drupal_core_owner }}\"\n group: \"{{ drupal_core_owner }}\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5402,
"all_permissive": false
} |
ansible_role | iainhouston/bradford-abbas.uk | cb195ca9bb9d00d520999b7387a04f17d39fb3ef | 0 | library/provisioning/roles/iainhouston.mailhog | 1,979 | [
"no_license"
] | [
{
"path": "library/provisioning/roles/iainhouston.mailhog/tasks/main.yml",
"content": "---\n# Install and configure MailHog.\n- name: Ensure mailhog install directory exists.\n file:\n path: \"{{ mailhog_install_dir }}\"\n owner: root\n group: root\n state: directory\n mode: 0755\n\n- name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | iainhouston/bradford-abbas.uk | cb195ca9bb9d00d520999b7387a04f17d39fb3ef | 0 | library/provisioning/roles/iainhouston.mysql | 1,979 | [
"no_license"
] | [
{
"path": "library/provisioning/roles/iainhouston.mysql/tasks/main.yml",
"content": "---\n# Variable configuration.\n- include_tasks: variables.yml\n\n- include_tasks: setup-Debian.yml\n\n- name: Check if MySQL packages were installed.\n set_fact:\n mysql_install_packages: \"{{ (rh_mysql_install_package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | iainhouston/bradford-abbas.uk | cb195ca9bb9d00d520999b7387a04f17d39fb3ef | 0 | library/provisioning/roles/iainhouston.php-xdebug | 1,979 | [
"no_license"
] | [
{
"path": "library/provisioning/roles/iainhouston.php-xdebug/README.md",
"content": "# Ansible Role: PHP-XDebug\n\nInstalls PHP [XDebug](http://xdebug.org/) on Linux servers.\n\n## Requirements\n\nIain simplified this drastically to install an apt binary package rather than building one\n",
"license_typ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | FlorianBorn/devops-exercises | 95f0c844b6ee04c34c46fbe80b1d253578e87856 | 0 | ansible/roles/jenkins_server | 1,979 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins_server/meta/main.yaml",
"content": "---\ndependencies:\n - role: podman",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/jenkins_server/tasks/main.yaml",
"content": "---\n- name: create to be used ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | FlorianBorn/devops-exercises | 95f0c844b6ee04c34c46fbe80b1d253578e87856 | 0 | ansible/roles/podman | 1,979 | [
"no_license"
] | [
{
"path": "ansible/roles/podman/tasks/main.yaml",
"content": "---\n- name: install podman\n yum:\n name: podman\n state: present\n become_user: root\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | FlorianBorn/devops-exercises | 95f0c844b6ee04c34c46fbe80b1d253578e87856 | 0 | ansible/roles/webserver | 1,979 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yaml",
"content": "---\n- name: install httpd\n yum:\n name: httpd\n state: present\n become_user: root\n become: yes\n\n- name: create a new default index.html\n copy:\n src: index.html\n dest: \"/var/www/html/index.html\"\n become_user: root\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | FlorianBorn/devops-exercises | 95f0c844b6ee04c34c46fbe80b1d253578e87856 | 0 | devops-exercises-2/06/ansible/roles/podman | 1,979 | [
"no_license"
] | [
{
"path": "devops-exercises-2/06/ansible/roles/podman/tasks/main.yml",
"content": "---\n- name: install podman\n package:\n name: \"{{ item }}\"\n state: present\n become_user: root\n become: yes\n loop:\n - podman\n - buildah\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | FlorianBorn/devops-exercises | 95f0c844b6ee04c34c46fbe80b1d253578e87856 | 0 | devops-exercises-2/06/ansible/roles/random_name_generator | 1,979 | [
"no_license"
] | [
{
"path": "devops-exercises-2/06/ansible/roles/random_name_generator/tasks/main.yml",
"content": "# load image from jenkins\n- name: deliver the Container image\n copy:\n src: /container_images/random_name_generator-latest\n dest: /container_images\n become: yes\n\n# unpack the image\n- name: pull t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | FlorianBorn/devops-exercises | 95f0c844b6ee04c34c46fbe80b1d253578e87856 | 0 | standalone-exercises/01/roles/httpd | 1,979 | [
"no_license"
] | [
{
"path": "standalone-exercises/01/roles/httpd/tasks/main.yml",
"content": "- name: Create httpd container\n containers.podman.podman_container:\n name: my_webserver\n image: docker.io/library/httpd\n ports:\n - \"9090:80\"",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | FlorianBorn/devops-exercises | 95f0c844b6ee04c34c46fbe80b1d253578e87856 | 0 | standalone-exercises/01/roles/jenkins | 1,979 | [
"no_license"
] | [
{
"path": "standalone-exercises/01/roles/jenkins/tasks/main.yml",
"content": "- name: Create jenkins container\n containers.podman.podman_container:\n name: my_jenkins\n image: docker.io/jenkins/jenkins\n ports:\n - \"8080:8080\"\n - \"50000:50000\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | FlorianBorn/devops-exercises | 95f0c844b6ee04c34c46fbe80b1d253578e87856 | 0 | standalone-exercises/05/ansible/roles/vpn-server | 1,979 | [
"no_license"
] | [
{
"path": "standalone-exercises/05/ansible/roles/vpn-server/tasks/main.yml",
"content": "- name: say hi\n debug:\n msg: \"hello world\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 46,
"all_permissive": false
} |
ansible_role | codequokka/containerlab-arista-vxlan | fa378e746b9aa8557251d61220668c085d4b2c2d | 0 | roles/host | 1,979 | [
"no_license"
] | [
{
"path": "roles/host/tasks/setup/interfaces.yml",
"content": "---\n- name: Setup interfaces\n arista.eos.eos_config:\n src: interfaces.j2\n backup: true\n changed_when: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/host/ta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | codequokka/containerlab-arista-vxlan | fa378e746b9aa8557251d61220668c085d4b2c2d | 0 | roles/leaf | 1,979 | [
"no_license"
] | [
{
"path": "roles/leaf/tasks/setup.yml",
"content": "---\n- import_tasks: setup/vlans.yml\n tags: setup_initial\n\n- import_tasks: setup/interfaces.yml\n tags: setup_initial\n\n- import_tasks: setup/routers.yml\n tags: setup_initial\n\n- import_tasks: setup/vxlans.yml\n tags: setup_vxlans\n",
"licens... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | codequokka/containerlab-arista-vxlan | fa378e746b9aa8557251d61220668c085d4b2c2d | 0 | roles/spine | 1,979 | [
"no_license"
] | [
{
"path": "roles/spine/templates/interfaces.j2",
"content": "{% for i in interfaces %}\n{% if i.name.startswith('Management') and i.mode == \"l3\" %}\ninterface {{ i.name }}\n ip address {{ i.ip_address }}\n{% endif %}\n{% if i.name.startswith('Loopback') and i.mode == \"l3\" %}\ninterface {{ i.name }}\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | cluster2/provisioning/roles/drbd | 1,979 | [
"no_license"
] | [
{
"path": "cluster2/provisioning/roles/drbd/vars/main.yml",
"content": "server1_ip_address: 192.168.56.30\nserver2_ip_address: 192.168.56.31\n\ndrbd_port: 7788\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "cluster2/provisioning/roles/drbd/tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1142,
"all_permissive": false
} |
ansible_role | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | cluster2/provisioning/roles/pacemaker | 1,979 | [
"no_license"
] | [
{
"path": "cluster2/provisioning/roles/pacemaker/vars/main.yml",
"content": "network_address: 192.168.56.0\nserver1_ip_address: 192.168.56.30\nserver2_ip_address: 192.168.56.31\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "cluster2/provisioni... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | gitlab-on-aws/provisioning/roles/gitlab | 1,979 | [
"no_license"
] | [
{
"path": "gitlab-on-aws/provisioning/roles/gitlab/tasks/main.yml",
"content": "---\n# gitlab\n\n- name: retrieve new lists of packages\n apt: update_cache=yes\n\n- name: set as default vim editor\n alternatives: name=editor path=/usr/bin/vim.basic\n\n- name: install package\n apt: name={{ item }} state=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6889,
"all_permissive": false
} |
ansible_role | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | gitlab-on-aws/provisioning/roles/nginx | 1,979 | [
"no_license"
] | [
{
"path": "gitlab-on-aws/provisioning/roles/nginx/tasks/main.yml",
"content": "---\n# nginx\n\n- name: install nginx\n apt: name=nginx state=present\n\n- name: setup configuration\n shell: creates=/etc/nginx/sites-available/gitlab cp /home/git/gitlab/lib/support/nginx/gitlab /etc/nginx/sites-available/git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | jenkins-on-aws/provisioning/roles/jenkins | 1,979 | [
"no_license"
] | [
{
"path": "jenkins-on-aws/provisioning/roles/jenkins/vars/Debian.yml",
"content": "---\n# Debian\n\njdk_pkg_name: openjdk-8-jdk\njenkins_repo_url: deb http://pkg.jenkins.io/debian-stable binary/\njenkins_repo_key_url: https://pkg.jenkins.io/debian/jenkins-ci.org.key\njenkins_pkg_url: https://pkg.jenkins.io/... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5101,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.