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
DakshinaMurthyNallapati/expense-ansible-roles
4ff0c4ef9f6fefbf39e978091655e89cdfbdf001
0
roles/backend
271
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yaml", "content": "# - name: Configured backend server\n# hosts: backend\n# become: yes \n# tasks:\n - name: Disable current nodejs\n ansible.builtin.command: dnf module disable nodejs -y\n\n - name: enable nodejs 20\n ansible.builtin.command: dnf module en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2043, "all_permissive": false }
ansible_role
DakshinaMurthyNallapati/expense-ansible-roles
4ff0c4ef9f6fefbf39e978091655e89cdfbdf001
0
roles/common
271
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: remove existing directory\n ansible.builtin.file:\n path: \"{{ APP_LOCATION }}\"\n state: absent\n\n- name: create app directory\n ansible.builtin.file:\n path: \"{{ APP_LOCATION }}\"\n state: directory\n\n- name: download applicati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
DakshinaMurthyNallapati/expense-ansible-roles
4ff0c4ef9f6fefbf39e978091655e89cdfbdf001
0
roles/frontend
271
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yaml", "content": "BACKEND_HOST: backend.dakshina.cloud\nAPP_LOCATION: /usr/share/nginx/html\nCOMPONENT: frontend\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/frontend/tasks/main.yaml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1340, "all_permissive": false }
ansible_role
DakshinaMurthyNallapati/expense-ansible-roles
4ff0c4ef9f6fefbf39e978091655e89cdfbdf001
0
roles/mysql
271
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "# - name: Configure mysql server\n# hosts: mysql\n# become: yes\n# # vars:\n# # # mysql_root_password: <PASSWORD>\n\n# tasks:\n - name: Install mysql binaries #Installing binaries using loop\n ansible.builtin.pip:\n name: \"{{ item }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1239, "all_permissive": false }
ansible_role
IvanAksenov-hub/ansible
d9016cd0d2796a4fee5fe3f04d1b43b53ae78ed6
0
roles/createDB_userDB
276
[ "no_license" ]
[ { "path": "roles/createDB_userDB/tasks/main.yml", "content": "#- name: Create DB user\n# command: \"psql postgres && CREATE USER admin WITH PASSWORD '<PASSWORD>';\"\n# become: true\n# become_user: postgres\n\n#- name: Create DB\n# command: \"psql postgres && CREATE DATABASE python WITH OWNER = admin\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
IvanAksenov-hub/ansible
d9016cd0d2796a4fee5fe3f04d1b43b53ae78ed6
0
roles/install_postgreSQL
276
[ "no_license" ]
[ { "path": "roles/install_postgreSQL/tasks/main.yml", "content": "#- name: Add PostgreSQL repository\n# yum-repository:\n# name: postgresql{{ pg_version }}-server\n# description: posrgresql{{ pg_version}}\n# baseurl: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": false }
ansible_role
aorfanos/server-utils-config
0dae1da9a9ba0d2fad0067b079b45493d78309ec
0
roles/packages
276
[ "no_license" ]
[ { "path": "roles/packages/defaults/main.yml", "content": "---\npackages:\n apt:\n packages:\n - htop\n - net-tools\n - git\n - python3-pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/packages/tasks/main.yml", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1412, "all_permissive": false }
ansible_role
aorfanos/server-utils-config
0dae1da9a9ba0d2fad0067b079b45493d78309ec
0
roles/users
276
[ "no_license" ]
[ { "path": "roles/users/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n requirements-file: collections.yml\ndriver:\n name: docker\nplatforms:\n - name: ubuntu-2204\n image: saikolab/ubuntu-2204\n pre_build_image: true\nprovisioner:\n name: ansible\nveri...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2729, "all_permissive": false }
ansible_role
bharatnc/ch-ansible
bf1788b0d065d6f5347a3fb4cc53ec8bbae6bcf8
6
roles/clickhouse
276
[ "no_license" ]
[ { "path": "roles/clickhouse/templates/config.d/query_log.xml", "content": "{% if enable_query_log == true %}\n <yandex>\n <query_log>\n <table>query_log</table>\n </query_log>\n </yandex>\n{% endif %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4469, "all_permissive": false }
ansible_role
bharatnc/ch-ansible
bf1788b0d065d6f5347a3fb4cc53ec8bbae6bcf8
6
roles/zookeeper
276
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/java.yaml", "content": "# install java just from source\n\n- name: install java 8\n apt:\n name: \"{{ java_version }}\"\n state: present\n force: yes\n update_cache: yes\n become: true", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1802, "all_permissive": false }
ansible_role
fh-dersch/ansible-haproxy-cluster
9a4fa3299cdd2499940a8879e90b205ee94ced37
1
roles/configure
276
[ "no_license" ]
[ { "path": "roles/configure/tasks/conf_haproxy.yml", "content": "- name: Creates directory for Sync\n file:\n path: /opt/haproxy\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n\n- name: Copy HAProxy Config\n ansible.builtin.template:\n src: files/haproxy.j2\n dest: /o...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4478, "all_permissive": false }
ansible_role
fh-dersch/ansible-haproxy-cluster
9a4fa3299cdd2499940a8879e90b205ee94ced37
1
roles/install
276
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "- name: Ensure that HAProxy is installed\n import_tasks: install_haproxy.yml\n tags:\n - hainstall\n - standalone\n - cluster\n\n- name: Ensure that Keepalived is installed\n import_tasks: install_keepalived.yml\n tags:\n - kainstall\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1030, "all_permissive": false }
ansible_role
danmaq/box-devenv.android-qt
673f83a0bd981e8eae921a287ccc5fa37cc4f154
2
roles/core
276
[ "no_license" ]
[ { "path": "roles/core/tasks/main.yml", "content": "---\n- include: 1.update.yml\n- include: 2.kde.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/core/tasks/2.kde.yml", "content": "---\n- name: Install KDE Plasma Desktop environment...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1489, "all_permissive": false }
ansible_role
danmaq/box-devenv.android-qt
673f83a0bd981e8eae921a287ccc5fa37cc4f154
2
roles/dev-android
276
[ "no_license" ]
[ { "path": "roles/dev-android/tasks/2.sdk.yml", "content": "---\n- name: Detect deployed Android SDK\n stat: \n path: ~/android-sdk-linux\n register: android_sdk_deploy\n\n- name: Detect downloaded Android SDK\n stat: \n path: /vagrant/.tmp/android-sdk_r24.4.1-linux.tgz\n register: android_sdk_tgz\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2224, "all_permissive": false }
ansible_role
danmaq/box-devenv.android-qt
673f83a0bd981e8eae921a287ccc5fa37cc4f154
2
roles/dev-base
276
[ "no_license" ]
[ { "path": "roles/dev-base/tasks/_clean.yml", "content": "---\n- name: Cleanup zypper\n shell: zypper clean\n become: yes\n ignore_errors: true\n changed_when: false\n\n- name: Cleanup snapper\n shell: snapper delete 2-100000\n become: yes\n ignore_errors: true\n changed_when: false", "license_ty...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 477, "all_permissive": false }
ansible_role
danmaq/box-devenv.android-qt
673f83a0bd981e8eae921a287ccc5fa37cc4f154
2
roles/dev-qt
276
[ "no_license" ]
[ { "path": "roles/dev-qt/tasks/1.qt.yml", "content": "---\n- name: Find to Qt Creator Installer\n stat: \n path: /vagrant/.tmp/qt-opensource-linux-x64-android-5.6.2.run\n register: qt_installer\n\n- name: Download Qt Creator Installer\n get_url:\n url: http://download.qt.io/official_releases/qt/5.6/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1025, "all_permissive": false }
ansible_role
Gbobomurodova/Ansible1
c5b998cb3b4810f4223210882c47b4003b91611f
0
roles/oleg.nagios-server
276
[ "no_license" ]
[ { "path": "roles/oleg.nagios-server/tasks/main.yml", "content": "---\n# tasks file for roles/oleg.nagios-server\n- name: Installing packages\n yum:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ package_list }}\" \n \n- name: Start and enable httpd\n service:\n name: httpd\n state: sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2978, "all_permissive": false }
ansible_role
r1cep/vagrant-dev-environment
e260205d8e7c829797b3bee2f33555330bc70333
0
roles/common
276
[ "no_license" ]
[ { "path": "roles/common/tasks/locale.yml", "content": "---\n- name: Check locale.\n shell: locale -a | grep ja\n register: is_exists_jp\n failed_when: false\n changed_when: false\n tags: locale\n\n- name: Install glib-common to make locale Japanese.\n command: yum -y reinstall glibc-common\n when: is...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 1737, "all_permissive": false }
ansible_role
r1cep/vagrant-dev-environment
e260205d8e7c829797b3bee2f33555330bc70333
0
roles/docker
276
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install the required packages in the docker repository.\n yum:\n name:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n tags: docker\n\n- name: Check docker repository.\n stat:\n path: /etc/yum.repos.d/docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1463, "all_permissive": false }
ansible_role
r1cep/vagrant-dev-environment
e260205d8e7c829797b3bee2f33555330bc70333
0
roles/samba
276
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "---\n- name: Install samba.\n yum:\n name:\n - samba\n tags: samba\n\n- name: Configure setting.\n template:\n src: '../templates/smb.conf.j2'\n dest: '/etc/samba/smb.conf'\n validate: 'testparm -s %s'\n backup: yes\n tags: samba\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
r1cep/vagrant-dev-environment
e260205d8e7c829797b3bee2f33555330bc70333
0
roles/vim
276
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Check if Vim is installed.\n stat:\n path: /usr/local/bin/vim\n register: vim\n tags: vim\n\n- block:\n - name: Install required packages for Vim.\n yum: name={{ packages }} state=latest\n vars:\n packages:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1013, "all_permissive": false }
ansible_role
ionos-cloud/module-ansible
fdb688977e4225a7f6edafb2660440bd9d585ae9
10
docs/tutorials/05__introducing_roles/roles/docker-server
276
[ "no_license" ]
[ { "path": "docs/tutorials/05__introducing_roles/roles/docker-server/vars/main.yml", "content": "---\ntest_image: hello-world", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "docs/tutorials/05__introducing_roles/roles/docker-server/meta/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1883, "all_permissive": false }
ansible_role
ionos-cloud/module-ansible
fdb688977e4225a7f6edafb2660440bd9d585ae9
10
docs/tutorials/05__introducing_roles/roles/nfs-client
276
[ "no_license" ]
[ { "path": "docs/tutorials/05__introducing_roles/roles/nfs-client/tasks/main.yml", "content": "---\n# ==============================================================================\n- name: About to execute tasks file for role 'nfs-client'\n ansible.builtin.meta: noop\n\n\n\n\n- name: Install the NFS client...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1221, "all_permissive": false }
ansible_role
ionos-cloud/module-ansible
fdb688977e4225a7f6edafb2660440bd9d585ae9
10
docs/tutorials/05__introducing_roles/roles/nfs-server
276
[ "no_license" ]
[ { "path": "docs/tutorials/05__introducing_roles/roles/nfs-server/meta/main.yml", "content": "galaxy_info:\n author: <NAME> <<EMAIL>>\n description: Install and configure an NFS server\n company: IONOS Cloud\n\n min_ansible_version: 2.1\n\n platforms:\n - name: Debian\n versions:\n - all\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1316, "all_permissive": false }
ansible_role
paulodhiambo/notify
9e429ef44256dfaba093363c09119110e750a5ab
0
ansible/roles/common
276
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - nginx\n - git\n\n- name: Configure NGINX\n template:\n src: templates/nginx.conf\n dest: /etc/nginx/nginx.conf\n notify: Restar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 885, "all_permissive": false }
ansible_role
paulodhiambo/notify
9e429ef44256dfaba093363c09119110e750a5ab
0
ansible/roles/web
276
[ "no_license" ]
[ { "path": "ansible/roles/web/defaults/main.yml", "content": "---\napp_name: \"MyGinApp\"\napp_version: \"1.0.0\"\napp_port: 8080\nlog_level: \"info\"\ndatabase_url: \"mysql://user:password@localhost:3306/my_database\"\njwt_secret: \"your_jwt_secret_key\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 364, "all_permissive": false }
ansible_role
tiagopgeremias/provising-minio-app
514a7838f57e8b490445b0af2bf9d0f471c1f665
1
roles/minio
276
[ "no_license" ]
[ { "path": "roles/minio/tasks/main.yml", "content": "- name: Create data directory\n file:\n path: \"{{ minio_data_directory }}\"\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: 0755\n\n- name: Create Bucket\n file:\n path: \"{{ minio_data_directory }}/files\"\n state: direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 811, "all_permissive": false }
ansible_role
tiagopgeremias/provising-minio-app
514a7838f57e8b490445b0af2bf9d0f471c1f665
1
roles/python
276
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: Update System\n apt:\n upgrade: dist\n update_cache: no\n\n- name: Install Python 3\n apt:\n pkg:\n - python3\n - python3-pip\n - git\n state: present\n\n- name: Install Pipenv\n pip:\n name: pipenv\n\n- name: Dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1067, "all_permissive": false }
ansible_role
tiagopgeremias/provising-minio-app
514a7838f57e8b490445b0af2bf9d0f471c1f665
1
roles/send_file
276
[ "no_license" ]
[ { "path": "roles/send_file/tasks/main.yml", "content": "- name: Create file\n shell: echo \"Este é um arquivo de teste enviado pela aplicação minio-upload (https://github.com/tiagopgeremias/minio-upload) atraves do metodo curl\" > /tmp/teste_envio.txt\n\n\n- name: Send File\n shell: curl -X POST -F \"file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
Ramiyoung/ansible
1d0d14622ddd60ebc1a1a01bad2de920a8bac3b0
0
HA-LAMP/roles/bind9
281
[ "no_license" ]
[ { "path": "HA-LAMP/roles/bind9/tasks/dnsconfig.yml", "content": "---\n#- name: Print all available facts\n# ansible.builtin.debug:\n# var: ansible_facts.hostname\n- name: Update {{ bind9_config }}\n ansible.builtin.template:\n src: \"{{ bind9_config_template }}\"\n dest: \"{{ bind9_config }}\"\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 7160, "all_permissive": false }
ansible_role
Ramiyoung/ansible
1d0d14622ddd60ebc1a1a01bad2de920a8bac3b0
0
HA-LAMP/roles/common
281
[ "no_license" ]
[ { "path": "HA-LAMP/roles/common/tasks/Debian/buster/common/config_pkgs.yml", "content": "--- \n- name : Updating cache\n apt:\n update_cache: yes\n\n- name : \"Installing common packages {{ common_packages }}\"\n apt:\n name: \"{{ common_packages }}\"\n state: \"{{ common_packages_version }}\"\...
{ "task_files": 11, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 17, "total_bytes": 4970, "all_permissive": false }
ansible_role
Ramiyoung/ansible
1d0d14622ddd60ebc1a1a01bad2de920a8bac3b0
0
HA-LAMP/roles/galera
281
[ "no_license" ]
[ { "path": "HA-LAMP/roles/galera/vars/Debian/buster/security-vars.yml", "content": "---\ngalera_firewalld_service_config:\n - mysql\n\ngalera_firewalld_port_config:\n - 4567/udp\n - 4567/tcp\n - 4568/tcp\n - 4444/tcp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 ...
{ "task_files": 24, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 40, "total_bytes": 24771, "all_permissive": false }
ansible_role
Ramiyoung/ansible
1d0d14622ddd60ebc1a1a01bad2de920a8bac3b0
0
HA-LAMP/roles/haproxy
281
[ "no_license" ]
[ { "path": "HA-LAMP/roles/haproxy/tasks/constraints_cfg.yml", "content": "- name: Setting up constraint colocation (vip with HAproxy)\n ansible.builtin.command:\n cmd: \"{{ pcsd_constraint_colocation_add }} {{ pcmk_ha_service_name }} with {{ pcmk_ha_vip_name }} {{ pcsd_constraint_colocation_add_lvl }}\"\...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6071, "all_permissive": false }
ansible_role
Ramiyoung/ansible
1d0d14622ddd60ebc1a1a01bad2de920a8bac3b0
0
HA-LAMP/roles/httpd
281
[ "no_license" ]
[ { "path": "HA-LAMP/roles/httpd/templates/httpd.conf-RedHat.j2", "content": "<Directory \"/var/www/html\">\n AllowOverride None\n Require all granted\n</Directory>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "HA-LAMP/roles/httpd/templates/i...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1104, "all_permissive": false }
ansible_role
Ramiyoung/ansible
1d0d14622ddd60ebc1a1a01bad2de920a8bac3b0
0
HA-LAMP/roles/maxscale
281
[ "no_license" ]
[ { "path": "HA-LAMP/roles/maxscale/handlers/main.yml", "content": "---\n# handlers file for maxscale\n- name : reload firewalld\n ansible.builtin.service:\n name: firewalld\n state: reloaded\n\n- name : restart maxscale\n ansible.builtin.service:\n name: maxscale\n state: restarted", "licen...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 5976, "all_permissive": false }
ansible_role
Ramiyoung/ansible
1d0d14622ddd60ebc1a1a01bad2de920a8bac3b0
0
HA-LAMP/roles/nginx
281
[ "no_license" ]
[ { "path": "HA-LAMP/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- include_vars: vars/firewalld.yml\n\n- name : installing nginx \n include_tasks: base.yml\n\n- name : configuring default index.html\n include_tasks: site_config.yml\n", "license_type": "no_license", "detecte...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1965, "all_permissive": false }
ansible_role
Ramiyoung/ansible
1d0d14622ddd60ebc1a1a01bad2de920a8bac3b0
0
HA-LAMP/roles/pacemaker
281
[ "no_license" ]
[ { "path": "HA-LAMP/roles/pacemaker/tasks/Debian/buster/pcs/init.yml", "content": "---\n- name: Authenticating all nodes\n ansible.builtin.command: \n cmd: \"{{ pcsd_auth_cmd }} {{ pcmk_hosts_str }} -u {{ hacluster_user }} -p {{ hacluster_passwd }}\"\n\n- name: Initializing cluster\n ansible.builtin.com...
{ "task_files": 20, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 25, "total_bytes": 10372, "all_permissive": false }
ansible_role
boochtek/server_config
cfdfcbaeef15cd5fe20d18a2c4fef3578a18839c
2
web/roles/common
281
[ "no_license" ]
[ { "path": "web/roles/common/tasks/sudo.yml", "content": "---\n\n# Ensure sudo is installed, just in case. Some installations don't automatically include it.\n- name: Install sudo\n apt:\n name: sudo\n\n- name: Require root password when using sudo\n copy:\n src: files/etc/sudoers.d/require_root_pass...
{ "task_files": 13, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 16, "total_bytes": 23748, "all_permissive": false }
ansible_role
boochtek/server_config
cfdfcbaeef15cd5fe20d18a2c4fef3578a18839c
2
web/roles/jenkins
281
[ "no_license" ]
[ { "path": "web/roles/jenkins/tasks/main.yml", "content": "---\n\n- include: jenkins.yml\n- include: plugins.yml\n- include: webkit.yml\n- include: ruby.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "web/roles/jenkins/tasks/tarball_install.ym...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4766, "all_permissive": false }
ansible_role
boochtek/server_config
cfdfcbaeef15cd5fe20d18a2c4fef3578a18839c
2
web/roles/web
281
[ "no_license" ]
[ { "path": "web/roles/web/tasks/www.boochtek.com.yml", "content": "---\n\n- name: Create directory for www.boochtek.com\n file:\n path: /var/www/www.boochtek.com\n state: directory\n mode: 0770\n owner: www-data\n group: www-data\n\n- name: Copy www.boochtek.com content from GitHub\n git:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6299, "all_permissive": false }
ansible_role
connamara/logstash-filter-fix_protocol
86ee6d9e979e03015c52c2333cc1242c79e30173
45
provision/roles/common
281
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/main.yml", "content": "---\n- name: Check if EPEL repo is already configured.\n stat: path={{ epel_repofile_path }}\n register: epel_repofile_result\n\n- name: Install EPEL repo.\n yum:\n name: \"{{ epel_repo_url }}\"\n state: present\n register: result\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1178, "all_permissive": false }
ansible_role
connamara/logstash-filter-fix_protocol
86ee6d9e979e03015c52c2333cc1242c79e30173
45
provision/roles/logstash-2.x
281
[ "no_license" ]
[ { "path": "provision/roles/logstash-2.x/defaults/main.yml", "content": "logstash_version: 2.x\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "provision/roles/logstash-2.x/tasks/main.yml", "content": "---\n- name: Add Elasticsearch GPG key.\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
connamara/logstash-filter-fix_protocol
86ee6d9e979e03015c52c2333cc1242c79e30173
45
provision/roles/logstash-5.x
281
[ "no_license" ]
[ { "path": "provision/roles/logstash-5.x/tasks/main.yml", "content": "---\n- name: Add Elasticsearch GPG key.\n rpm_key:\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Logstash repository.\n copy:\n src: logstash.repo\n dest: /etc/yum.repos.d/logstash....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }
ansible_role
connamara/logstash-filter-fix_protocol
86ee6d9e979e03015c52c2333cc1242c79e30173
45
provision/roles/vim
281
[ "no_license" ]
[ { "path": "provision/roles/vim/tasks/main.yml", "content": "- name: Add Vim because why not?\n yum: name=vim state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
raghudevopsb82/learn-ansible
be781b48ef9a87bf8ada65c10382258ed3e1551b
1
roles/sample
281
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: Print a variable\n ansible.builtin.debug:\n msg: Var URL - {{ URL }}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/sample/vars/main.yml", "content": "URL: play.google....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 101, "all_permissive": false }
ansible_role
ryzenlo/php-app-cicd
6021e624a9e5dfd3719b2aca440ecfb54e5fe535
0
nginx-fpm-as-one/roles/containerized-php
281
[ "no_license" ]
[ { "path": "nginx-fpm-as-one/roles/containerized-php/templates/env.j2", "content": "APP_NAME={{app_config.app_name}}\nAPP_ENV={{app_config.app_env}}\nAPP_KEY={{app_config.app_key}}\nAPP_DEBUG={{app_config.app_debug}}\nAPP_URL={{app_config.app_url}}\n\nLOG_CHANNEL=stack\nLOG_DEPRECATIONS_CHANNEL=null\nLOG_LEV...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4001, "all_permissive": false }
ansible_role
ppratheesh/Elasticsearch
37b70dd9b4f0028277b6544a0193b912b135173b
0
ansible_script/roles/elasticsearch
281
[ "no_license" ]
[ { "path": "ansible_script/roles/elasticsearch/tasks/security/setup-built-in-user.yml", "content": "---\n\n- name: Restarting Elasticsearch\n service: \n name: elasticsearch\n state: restarted\n\n#------------------------------- Setup Built-in User passwords-----------\n\n- name: Update elastic user pas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1802, "all_permissive": false }
ansible_role
mrkimoz/multi-region-k8s
075bdbd764781fc3e1d6df43cc4bc64f9fb6aecd
0
ansible/roles/k8s-dependencies
281
[ "no_license" ]
[ { "path": "ansible/roles/k8s-dependencies/tasks/main.yml", "content": "- name: Install Docker\r\n apt:\r\n name: docker.io\r\n state: present\r\n become: yes\r\n\r\n- name: Ensure Docker service is started and enabled\r\n service:\r\n name: docker\r\n state: started\r\n enabled: true\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
mrkimoz/multi-region-k8s
075bdbd764781fc3e1d6df43cc4bc64f9fb6aecd
0
ansible/roles/nginx-ingress
281
[ "no_license" ]
[ { "path": "ansible/roles/nginx-ingress/tasks/main.yml", "content": "- name: Deploy NGINX Ingress Controller\r\n shell: |\r\n kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/cloud/deploy.yaml\r\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
mrkimoz/multi-region-k8s
075bdbd764781fc3e1d6df43cc4bc64f9fb6aecd
0
ansible/roles/rancher-agent
281
[ "no_license" ]
[ { "path": "ansible/roles/rancher-agent/tasks/main.yml", "content": "- name: Install Rancher Agent\r\n shell: |\r\n docker run -d --privileged \\\r\n -v /var/run/docker.sock:/var/run/docker.sock \\\r\n rancher/rancher-agent:latest \\\r\n https://{{ rancher_server_ip }}/v3/scripts/{{ rancher_agen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
mrkimoz/multi-region-k8s
075bdbd764781fc3e1d6df43cc4bc64f9fb6aecd
0
ansible/roles/rke-setup
281
[ "no_license" ]
[ { "path": "ansible/roles/rke-setup/tasks/main.yml", "content": "- name: Install RKE\r\n get_url:\r\n url: https://github.com/rancher/rke/releases/download/v1.2.7/rke_linux-amd64\r\n dest: /usr/local/bin/rke\r\n mode: '0755'\r\n become: yes\r\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
mrkimoz/multi-region-k8s
075bdbd764781fc3e1d6df43cc4bc64f9fb6aecd
0
ansible/roles/security
281
[ "no_license" ]
[ { "path": "ansible/roles/security/tasks/main.yml", "content": "- name: Configure SSH for Key-Based Access Only\r\n blockinfile:\r\n path: /etc/ssh/sshd_config\r\n block: |\r\n PermitRootLogin prohibit-password\r\n PasswordAuthentication no\r\n notify: Restart SSH\r\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
mrkimoz/multi-region-k8s
075bdbd764781fc3e1d6df43cc4bc64f9fb6aecd
0
ansible/roles/vpn
281
[ "no_license" ]
[ { "path": "ansible/roles/vpn/tasks/main.yml", "content": "- name: Install WireGuard\r\n apt:\r\n name: wireguard\r\n state: present\r\n become: yes\r\n\r\n- name: Check if WireGuard private key exists\r\n stat:\r\n path: /etc/wireguard/privatekey\r\n register: wg_private_key\r\n\r\n- name: Gene...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1931, "all_permissive": false }
ansible_role
mrkimoz/multi-region-k8s
075bdbd764781fc3e1d6df43cc4bc64f9fb6aecd
0
ansible/roles/wireguard-ui
281
[ "no_license" ]
[ { "path": "ansible/roles/wireguard-ui/tasks/main.yml", "content": "- name: Install Python PIP\r\n apt:\r\n name: python3-pip\r\n state: present\r\n become: yes\r\n\r\n- name: Install Docker SDK for Python\r\n pip:\r\n name:\r\n - docker\r\n - requests\r\n state: present\r\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 925, "all_permissive": false }
ansible_role
calvinbui/ansible-openldap-fusiondirectory
de64cce1888c78c508ae528aeb02f68ab7c7c20c
0
roles/docker
281
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- import_tasks: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n\n- import_tasks: centos.yml\n when: ansible_distribution == \"CentOS\"\n\n- name: Add user to Docker group\n user:\n name: \"{{ user.name }}\"\n groups: docker\n ap...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 393, "all_permissive": false }
ansible_role
calvinbui/ansible-openldap-fusiondirectory
de64cce1888c78c508ae528aeb02f68ab7c7c20c
0
roles/fusiondirectory
281
[ "no_license" ]
[ { "path": "roles/fusiondirectory/tasks/main.yml", "content": "---\n\n- name: Pull FusionDirectory image\n docker_container:\n name: fusiondirectory\n image: hrektts/fusiondirectory:latest\n state: started\n recreate: yes\n restart_policy: unless-stopped\n published_ports:\n - 80:80\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
calvinbui/ansible-openldap-fusiondirectory
de64cce1888c78c508ae528aeb02f68ab7c7c20c
0
roles/openldap
281
[ "no_license" ]
[ { "path": "roles/openldap/tasks/main.yml", "content": "---\n\n- name: Pull OpenLDAP image\n docker_container:\n name: openldap\n image: hrektts/fusiondirectory-openldap:latest\n state: started\n recreate: yes\n restart_policy: unless-stopped\n published_ports:\n - 389:389\n - 63...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/common
281
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "SECRETS: \"{{ lookup('amazon.aws.aws_secret', 'robot/secrets', region='us-east-1') }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/common/tasks/main.yaml", "content": "- name: Test ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 7212, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/elk
281
[ "no_license" ]
[ { "path": "roles/elk/tasks/templates/filebeat.yml", "content": "filebeat.inputs:\n- type: log\n enabled: true\n# Option valid only for catalogue, cart ,user components\n{% if LOGTYPE == \"json\" %}\n json.keys_under_root: true\n{% endif %}\n \n paths:\n - \"{{LOGLOCATION}}\"\n\nfields:\n appname: \...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2120, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/frontend
281
[ "no_license" ]
[ { "path": "roles/frontend/handlers/main.yml", "content": "- name: Restarting Nginx \n ansible.builtin.systemd:\n state: restarted\n daemon_reload: yes\n name: nginx \n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1617, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/mongodb
281
[ "no_license" ]
[ { "path": "roles/mongodb/vars/main.yml", "content": "COMPONENT: mongodb ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: Copy MongoDB repo file \n ansible.builtin.copy:\n src: mongo.repo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 860, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/payment
281
[ "no_license" ]
[ { "path": "roles/payment/vars/main.yaml", "content": "COMPONENT: payment \nAPPUSER: roboshop\nAPP_LOCATION: /home/{{APPUSER}}/{{COMPONENT}}/\nLOGLOCATION: /var/log/{{COMPONENT}}.log\nLOGTYPE: raw ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 255, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/prometheus
281
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml", "content": "global:\n scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.\n # scrape_timeout is set to the global ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1787, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/rabbitmq
281
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Installing Erlang Yum Repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n\n- name: Configure RabbitMQ Repo\n ansible.builtin.shell: curl -s https://packagecloud.io/inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/redis
281
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yaml", "content": "\n- name: Copying Redis repo \n ansible.builtin.copy:\n src: redis.repo \n dest: /etc/yum.repos.d/redis.repo \n\n- name: Installing Redis\n ansible.builtin.package:\n name: redis-6.2.7\n state: present\n\n- name: Update Redis Config\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/shipping
281
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Configuring Java Component \n ansible.builtin.include_role:\n name: common\n tasks_from: maven", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/shipping/vars/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 246, "all_permissive": false }
ansible_role
b51-clouddevops/ansible
73d11ecdb2daad0aec6f9573c2293fd7e0887da8
1
roles/user
281
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Configuring NodeJS Component \n ansible.builtin.include_role:\n name: common\n tasks_from: nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/user/vars/main.yaml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
coralproject/atoll
2b62b37d3a320480264c4a0242532aad99c338ec
11
deploy/playbooks/roles/app
284
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/app/tasks/main.yml", "content": "- name: install pycurl (needed by Ansible)\n apt: pkg=python-pycurl state=installed\n\n- name: add ansible repository\n apt_repository: repo=ppa:ansible/ansible\n\n- name: ensure apt cache is up to date\n apt: update_cache=yes\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4098, "all_permissive": false }
ansible_role
coralproject/atoll
2b62b37d3a320480264c4a0242532aad99c338ec
11
deploy/playbooks/roles/web
284
[ "no_license" ]
[ { "path": "deploy/playbooks/roles/web/defaults/main.yml", "content": "host_name: localhost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "deploy/playbooks/roles/web/templates/nginx.conf", "content": "server {\n listen 80;\n serve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1521, "all_permissive": false }
ansible_role
feiniao0308/myansible
46e97b008c636e82b58eda706b0fff5f6ec004e4
0
roles/openshift_eclipse_che
284
[ "no_license" ]
[ { "path": "roles/openshift_eclipse_che/defaults/main.yml", "content": "---\nche_version: latest\n\nproject_name: che\nproject_display_name: Eclipse Che IDE\nproject_desc: Eclipse Che IDE\n# project_annotations:\n\nroute_suffix: 127.0.0.1.nip.io\n\nopenshift_cli: oc\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3921, "all_permissive": false }
ansible_role
feiniao0308/myansible
46e97b008c636e82b58eda706b0fff5f6ec004e4
0
roles/openshift_sonatype_nexus
284
[ "no_license" ]
[ { "path": "roles/openshift_sonatype_nexus/README.md", "content": "Ansible Role: Sonatype Nexus on OpenShift\n[![Build Status](https://travis-ci.org/siamaksade/ansible-openshift-nexus.svg?branch=master)](https://travis-ci.org/siamaksade/ansible-openshift-nexus)\n=========\n\nAnsible Role for deploying Sonaty...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5308, "all_permissive": false }
ansible_role
theoburdinat/BURDINAT_TP_DevOps
6bbf3fb6d803c843eef2ee08af96c92a1e31006a
0
ansible/roles/app
284
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# Launch app\n- name: Launch app\n docker_container:\n name: backend\n image: theoburdinat/myapi:v1.0.24\n state: started\n networks:\n - name: network_devops\n env:\n DB_host: database\n DB_port: '5432'\n DB_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
theoburdinat/BURDINAT_TP_DevOps
6bbf3fb6d803c843eef2ee08af96c92a1e31006a
0
ansible/roles/database
284
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n# launch database\n- name: Launch database\n docker_container:\n name: database\n image: theoburdinat/mydatabase:v1.0.24\n state: started\n env:\n POSTGRES_USER: theo\n POSTGRES_PASSWORD: pa$$\n networks:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
theoburdinat/BURDINAT_TP_DevOps
6bbf3fb6d803c843eef2ee08af96c92a1e31006a
0
ansible/roles/frontend
284
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "---\n# Launch frontend\n- name: Launch frontend\n docker_container:\n name: frontend\n image: theoburdinat/myfrontend:v1.0.24\n state: started\n networks:\n - name: network_devops\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
theoburdinat/BURDINAT_TP_DevOps
6bbf3fb6d803c843eef2ee08af96c92a1e31006a
0
ansible/roles/network
284
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "---\n# Create network\n- name: Create a network\n community.docker.docker_network:\n name: network_devops", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
theoburdinat/BURDINAT_TP_DevOps
6bbf3fb6d803c843eef2ee08af96c92a1e31006a
0
ansible/roles/proxy
284
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "---\n# Launch proxy\n- name: Launch proxy\n docker_container:\n name: httpd\n image: theoburdinat/myhttpd:v1.0.24\n state: started\n networks:\n - name: network_devops\n ports:\n - \"80:80\"\n env:\n BACKEND_HOST: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
mudesouky/ITI_Final_Project
0cd3fef86656d1aae2f8162cf184fc46cc6e093a
0
roles/docker
284
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n - name: apt update\n apt:\n update_cache: yes\n\n - name: Install packages to allow apt to use a repository over HTTPS\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apt-trans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 813, "all_permissive": false }
ansible_role
mudesouky/ITI_Final_Project
0cd3fef86656d1aae2f8162cf184fc46cc6e093a
0
roles/wordpress
284
[ "no_license" ]
[ { "path": "roles/wordpress/files/Dockerfile", "content": "FROM ubuntu:16.04\n\nRUN apt-get update\nRUN apt-get install -y apache2 wget curl\\\n php libapache2-mod-php php-mysql php-curl \\\n php-gd php-pear php-imagick php-imap php-mcrypt php-recode php-tidy php-xmlrpc\n\nRUN rm -rf /var/www/html/inde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1710, "all_permissive": false }
ansible_role
Cyrinebelguith/cd-project
522b9ce4d824b65fc7a2e48f8ffd69f12c448af3
0
ansible/roles/build
284
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "---\n# tasks file for build\n- name: install npm\n shell: npm instal\n- name: build app\n shell: ng build \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
Cyrinebelguith/cd-project
522b9ce4d824b65fc7a2e48f8ffd69f12c448af3
0
ansible/roles/docker
284
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: cd-project\n build:\n path: /var/lib/jenkins/workspace/cd-project\n pull: no\n source: build\n state: present\n force_source: true\n- name: run cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
Cyrinebelguith/cd-project
522b9ce4d824b65fc7a2e48f8ffd69f12c448af3
0
ansible/roles/docker-registry
284
[ "no_license" ]
[ { "path": "ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry.\n- name: log into docker hub regitry\n docker_login:\n username: \"cyrinebelguith\"\n password: \"<PASSWORD>\"\n- name: tag and push to docker hub\n docker_image:\n name: cd-project \n repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
ansible/dswilkinson73/roles/jenkins
284
[ "no_license" ]
[ { "path": "ansible/dswilkinson73/roles/jenkins/handlers/main.yml", "content": "---\n# handlers file for roles/jenkins\n- name: RestartJenkins_Handler \n systemd:\n state: restarted\n name: jenkins\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1178, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
ansible/eddyniemeijer/roles/jenkins
284
[ "no_license" ]
[ { "path": "ansible/eddyniemeijer/roles/jenkins/handlers/main.yml", "content": "---\n# handlers file for roles/jenkins\n- name: restart service jenkins\n systemd:\n state: restarted\n daemon_reload: yes\n name: jenkins\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1289, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
ansible/ericechter/roles/jenkins
284
[ "no_license" ]
[ { "path": "ansible/ericechter/roles/jenkins/handlers/main.yml", "content": "---\n# handlers file for roles/jenkins\n- name: Restart Jenkins\n systemd:\n state: restarted\n name: jenkins\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1150, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
ansible/kseve1/roles/jenkins
284
[ "no_license" ]
[ { "path": "ansible/kseve1/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/jenkins\n- name: Install default jre\n package:\n name: default-jre\n state: present\n- name: Install python 3\n package:\n name: python3\n state: present\n- name: Install jenkins war file\n get_u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1059, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
ansible/nishantnikhil-github/roles/jenkins
284
[ "no_license" ]
[ { "path": "ansible/nishantnikhil-github/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/jenkins\n- name: install java\n package:\n name: default-jre\n state: present\n# - name: install python\n# package:\n# name: python3\n# state: present\n# - name: install pip3\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
ansible/shreyach13/task1/roles/jenkins
284
[ "no_license" ]
[ { "path": "ansible/shreyach13/task1/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/jenkins\n- name: install default-jre\n package:\n name: default-jre\n state: present\n\n- name: Download Jenkins war file\n get_url:\n url: http://mirrors.jenkins.io/war-stable/latest/jenkin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1249, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
green_team/ansible/roles/jenkins
284
[ "no_license" ]
[ { "path": "green_team/ansible/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/jenkins\n- name: install java\n package:\n name: default-jre\n state: present\n\n- name: Download foo.conf\n get_url:\n url: http://mirrors.jenkins.io/war-stable/latest/jenkins.war\n dest: /usr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
packer/paul/roles/jenkins
284
[ "no_license" ]
[ { "path": "packer/paul/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/jenkins\n- name: install Java runtime environment\n become: true\n package:\n name: default-jre\n state: present\n#- name: install Python3 setuptools package\n# become: true\n# package:\n# name: python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2037, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
packer/roles/vault
284
[ "no_license" ]
[ { "path": "packer/roles/vault/tasks/main.yml", "content": "---\n# tasks file for vault\n\n- name: apt-get stuff\n package:\n name: unzip\n state: present\n\n- name: wget vault binary\n get_url:\n url: https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip\n dest: /usr/local/etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 651, "all_permissive": false }
ansible_role
shreyach13/solid-telegram
78546463536bd4c093565fbe7d393426e7114907
0
red-team/packer/roles/jenkins
284
[ "no_license" ]
[ { "path": "red-team/packer/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/jenkins\n- name: install default-jre\n package:\n name: default-jre\n state: present\n- name: install python3\n package:\n name: python3\n state: present\n- name: install python3-setuptools\n pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1525, "all_permissive": false }
ansible_role
ilugovoy/DevOpsTest
1a3a610af7f608c372598d892c109c3d4aeb0807
0
roles/docker_compose
284
[ "no_license" ]
[ { "path": "roles/docker_compose/files/docker-compose.yml", "content": "---\r\nservices:\r\n\r\n db:\r\n image: mysql:5.7\r\n container_name: db\r\n environment:\r\n MYSQL_ROOT_PASSWORD: ${<PASSWORD>}\r\n MYSQL_DATABASE: ${MYSQL_DATABASE}\r\n expose:\r\n - \"3306\"\r\n volumes:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 7027, "all_permissive": false }
ansible_role
ilugovoy/DevOpsTest
1a3a610af7f608c372598d892c109c3d4aeb0807
0
roles/nginx
284
[ "no_license" ]
[ { "path": "roles/nginx/README.md", "content": "# Роль nginx\n\n[![Ansible](https://img.shields.io/badge/Ansible-EE0000?style=for-the-badge&logo=ansible&logoColor=white)](https://www.ansible.com) [![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)](https://w...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6411, "all_permissive": false }
ansible_role
ilugovoy/DevOpsTest
1a3a610af7f608c372598d892c109c3d4aeb0807
0
roles/preconfig
284
[ "no_license" ]
[ { "path": "roles/preconfig/handlers/main.yaml", "content": "---\r\n- import_tasks: ../../../handlers/role_preconfig.yml\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/preconfig/README.md", "content": "# Роль preconfig\n\n[![Ansible](...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4956, "all_permissive": false }
ansible_role
romogo17/dotfiles
f0aa78cb579116160903e73266e48cf4cb4a90f4
0
roles/ansible
284
[ "no_license" ]
[ { "path": "roles/ansible/defaults/main.yml", "content": "ansible_config:\n - section: defaults\n option: host_key_checking\n value: False\n - section: defaults\n option: stdout_callback\n value: yaml\n - section: defaults\n option: timeout\n value: 60\n - section: defaults\n option:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
romogo17/dotfiles
f0aa78cb579116160903e73266e48cf4cb4a90f4
0
roles/brew
284
[ "no_license" ]
[ { "path": "roles/brew/tasks/main.yml", "content": "- name: Ensure Taps are installed\n community.general.homebrew_tap:\n name: \"{{ item.name }}\"\n state: present\n loop: \"{{ brew_taps }}\"\n loop_control:\n label: \"{{ item.name }}\"\n\n- name: Ensure the Homebrew packages are installed\n co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6938, "all_permissive": false }
ansible_role
romogo17/dotfiles
f0aa78cb579116160903e73266e48cf4cb4a90f4
0
roles/git
284
[ "no_license" ]
[ { "path": "roles/git/templates/gitconfig-work.j2", "content": "[user]\n name = {{ git.work.name }}\n email = {{ git.work.email }}\n signingkey = {{ git.work.signingkey }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/git/default...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3295, "all_permissive": false }
ansible_role
romogo17/dotfiles
f0aa78cb579116160903e73266e48cf4cb4a90f4
0
roles/macos
284
[ "no_license" ]
[ { "path": "roles/macos/tasks/main.yaml", "content": "- name: Close any open System Preferences panes\n shell: |-\n osascript -e 'tell application \"System Preferences\" to quit'\n\n- name: Always show scrollbars. Possible values are WhenScrolling, Automatic and Always\n community.general.osx_defaults:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 13827, "all_permissive": false }
ansible_role
romogo17/dotfiles
f0aa78cb579116160903e73266e48cf4cb4a90f4
0
roles/terminal
284
[ "no_license" ]
[ { "path": "roles/terminal/files/fish/conf.d/abbr.fish", "content": "abbr k kubectl\nabbr g git\nabbr mkdir mkdir -p\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/terminal/tasks/main.yml", "content": "- name: Ensure terminal tools are ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 11994, "all_permissive": false }
ansible_role
VarunRaj94/ansible-elk
ff342554f2eedc1e0ce6713bb7ece9f7aa140b11
0
roles/apm-server
284
[ "no_license" ]
[ { "path": "roles/apm-server/tasks/main.yml", "content": "---\n#\n# Installing apm-server\n#\n\n# Install apm-server\n\n# APT - Advanced Package Tool, or APT, is a free software user interface that\n# works with core libraries to handle the installation and removal of\n# software on Debian, Ubuntu and other ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1528, "all_permissive": false }