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
Soooozie/ansible_azure
51999b66366f7435ca955626311678a9aed9c947
1
roles/domain_controller
5,657
[ "no_license" ]
[ { "path": "roles/domain_controller/tasks/win_feature.yml", "content": "---\n- name: Install Features\n win_feature:\n name: '{{ item }}'\n include_management_tools: yes\n include_sub_features: yes\n state: present\n with_items:\n - AD-Domain-Services\n - DNS\n", "license_type": "no_l...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 882, "all_permissive": false }
ansible_role
Soooozie/ansible_azure
51999b66366f7435ca955626311678a9aed9c947
1
roles/key_management
5,657
[ "no_license" ]
[ { "path": "roles/key_management/tasks/main.yml", "content": "---\n- import_tasks: key_vault.yml\n- import_tasks: certificate.yml\n- import_tasks: add_cert_to_vm.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/key_management/tasks/certi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2827, "all_permissive": false }
ansible_role
Soooozie/ansible_azure
51999b66366f7435ca955626311678a9aed9c947
1
roles/security_groups
5,657
[ "no_license" ]
[ { "path": "roles/security_groups/tasks/add_security_group.yml", "content": "---\n- azure_rm_securitygroup:\n resource_group: \"{{ resource_group }}\"\n name: \"{{ security_group_name }}\"\n purge_rules: yes\n rules:\n - name: DenySSH\n protocol: Tcp\n desti...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 714, "all_permissive": false }
ansible_role
Soooozie/ansible_azure
51999b66366f7435ca955626311678a9aed9c947
1
roles/storage_account
5,657
[ "no_license" ]
[ { "path": "roles/storage_account/tasks/create_storage_account.yml", "content": "---\n- name: create storage account\n azure_rm_storageaccount:\n resource_group: \"{{ resource_group }}\"\n name: \"{{ storage_account }}\"\n type: \"{{ storage_account_type }}\"\n kind: \"{{ storage_account_kind }}...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 265, "all_permissive": false }
ansible_role
Soooozie/ansible_azure
51999b66366f7435ca955626311678a9aed9c947
1
roles/user_computer
5,657
[ "no_license" ]
[ { "path": "roles/user_computer/tasks/adjust_vn_dns.yml", "content": "---\n- name: set dns server\n azure_rm_virtualnetwork:\n name: \"{{ subnet_name }}\"\n address_prefixes_cidr: \"{{ address_prefix }}\"\n resource_group: \"{{ resource_group }}\"\n dns_servers: \"{{ dns_address }}\"\n", "li...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1892, "all_permissive": false }
ansible_role
Soooozie/ansible_azure
51999b66366f7435ca955626311678a9aed9c947
1
roles/virtual_machines
5,657
[ "no_license" ]
[ { "path": "roles/virtual_machines/tasks/enable_remotePS.yml", "content": "---\n- name: login to azure cli\n shell: az login --service-principal --username \"{{ app_id }}\" --password \"{{ <PASSWORD> }}\" --tenant \"{{ tenant_id }}\"\n\n- name: enable power shell remoting\n shell: az vm run-command invoke ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2444, "all_permissive": false }
ansible_role
Soooozie/ansible_azure
51999b66366f7435ca955626311678a9aed9c947
1
roles/virtual_network
5,657
[ "no_license" ]
[ { "path": "roles/virtual_network/tasks/create_pub_ip.yml", "content": "---\n- name: Create public ip\n azure_rm_publicipaddress:\n resource_group: \"{{ resource_group }}\"\n allocation_method: Static\n name: \"{{ public_ip_name }}\"\n domain_name_label: \"{{ fqdn }}\"\n", "license_type": "n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 785, "all_permissive": false }
ansible_role
antoniocarlosortiz/automated-deployments
32b71ea00c3b86a64f50fbaeaeca55e5d9350353
2
prod/roles/common
5,657
[ "no_license" ]
[ { "path": "prod/roles/common/tasks/04_dependencies.yml", "content": "##\n# Set up all the dependencies in a virtualenv required by the Django app\n##\n- name: Install dependency packages\n apt: name={{item}} state=latest\n become: yes\n with_items:\n - python-pip\n - libjpeg-dev\n\n- name: Upgrade ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 5214, "all_permissive": false }
ansible_role
IdoBaram/final-project
1a8bdfdf108c16a8b2613a590cffe19c3bc8d184
0
ansible/roles/consul_node
5,657
[ "no_license" ]
[ { "path": "ansible/roles/consul_node/tasks/main.yaml", "content": "- name: Recursively remove directory\n file:\n path: /home/ubuntu/consul/\n state: absent\n\n- git:\n repo: 'https://github.com/IdoBaram/final-project-sh.git'\n dest: /home/ubuntu/consul/\n\n- name: Change file ownership, group ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
IdoBaram/final-project
1a8bdfdf108c16a8b2613a590cffe19c3bc8d184
0
ansible/roles/elk
5,657
[ "no_license" ]
[ { "path": "ansible/roles/elk/tasks/main.yaml", "content": "- name: Change file ownership, group and permissions\n file:\n path: /home/ubuntu/consul/elk/bootstrap_elk.sh\n mode: '+x'\n\n- name: install elk\n shell: bash /home/ubuntu/consul/elk/bootstrap_elk.sh\n ignore_errors: yes\n\n- name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
IdoBaram/final-project
1a8bdfdf108c16a8b2613a590cffe19c3bc8d184
0
ansible/roles/jenkins_slaves_install
5,657
[ "no_license" ]
[ { "path": "ansible/roles/jenkins_slaves_install/tasks/main.yaml", "content": "- name: Debian step 1 - Install packages\n apt:\n name: ['apt-transport-https','ca-certificates', 'curl', 'gnupg-agent', 'apt-transport-https', 'gnupg2',\n 'software-properties-common', 'default-jre', 'default-jdk', 'unzi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3170, "all_permissive": false }
ansible_role
IdoBaram/final-project
1a8bdfdf108c16a8b2613a590cffe19c3bc8d184
0
ansible/roles/monitoring
5,657
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/tasks/main.yaml", "content": "- name: Install apt packages\n become: true\n apt:\n name: ['apt-transport-https','ca-certificates', 'curl', 'gnupg-agent', 'software-properties-common', 'python-pip']\n state: present\n update_cache: yes\n \n \n- name: Add ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2162, "all_permissive": false }
ansible_role
IdoBaram/final-project
1a8bdfdf108c16a8b2613a590cffe19c3bc8d184
0
ansible/roles/node_exporter
5,657
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/nodemain.yaml", "content": "- name: Recursively remove directory\n file:\n path: /home/ubuntu/node_exporter/\n state: absent\n\n- git:\n repo: 'https://github.com/IdoBaram/final-project-sh.git'\n dest: /home/ubuntu/node_exporter/\n\n- name: Change fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
minelminel/neetchy.com
03ef05720c0ea5ee8392d229957efeb6bc6453a4
0
ansible/roles/deploy
5,657
[ "no_license" ]
[ { "path": "ansible/roles/deploy/defaults/main.yml", "content": "---\n# defaults file for deploy\n\n# application source code\nrepo_url: https://github.com/{{ github_user }}/{{ app_name }}.git\n\n# system packages\npackages:\n - python3-dev\n - python3-pip\n - git\n - tree\n - nginx\n - vim\n - softwa...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6653, "all_permissive": false }
ansible_role
aedoop/git
a67571ad9e539634eb1a670c6247a828e323a123
0
roles/git
5,657
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "---\r\n\r\n- name: Install the latest version of git\r\n package:\r\n name: git\r\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
aedoop/git
a67571ad9e539634eb1a670c6247a828e323a123
0
roles/github
5,657
[ "no_license" ]
[ { "path": "roles/github/tasks/main.yaml", "content": "---\r\n# config github\r\n\r\n- name: Generate github key\r\n expect:\r\n command: ssh-keygen -t rsa -C {{ hostvars[inventory_hostname].git_email }}\r\n echo: true\r\n creates: \"{{ git_key_file }}\"\r\n responses:\r\n Enter file: \"\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1357, "all_permissive": false }
ansible_role
Kami/mailytics-playbooks
03e95587a71bb1307ee25a379cec3b27d0208cd1
0
roles/api_service
5,657
[ "no_license" ]
[ { "path": "roles/api_service/tasks/deployment.yml", "content": "- name: Create main project directory\n file: state=directory path=${project.root} owner=${project.user} group=${project.user} mode=0755\n\n- name: Create project directories\n file: state=directory path=${project.root}/${item.name}/ owner=${...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2156, "all_permissive": false }
ansible_role
Kami/mailytics-playbooks
03e95587a71bb1307ee25a379cec3b27d0208cd1
0
roles/common
5,657
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "---\n- name: Install python-software-properties\n apt: pkg=python-software-properties state=installed update-cache=yes\n tags:\n - apt\n\n- name: Add chris-lea PPA\n apt_repository: repo=ppa:chris-lea/node.js\n tags:\n - apt\n\n- name: Install...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2385, "all_permissive": false }
ansible_role
Kami/mailytics-playbooks
03e95587a71bb1307ee25a379cec3b27d0208cd1
0
roles/nginx
5,657
[ "no_license" ]
[ { "path": "roles/nginx/tasks/repository.yml", "content": "---\n- name: Install python-software-properties\n apt: pkg=python-software-properties state=installed update-cache=yes\n tags:\n - apt\n\n- name: Add repository key\n apt_key: data=\"{{ lookup('file', '<KEY>.gpg') }}\" state=present\n tags:\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 440, "all_permissive": false }
ansible_role
Kami/mailytics-playbooks
03e95587a71bb1307ee25a379cec3b27d0208cd1
0
roles/ntpd
5,657
[ "no_license" ]
[ { "path": "roles/ntpd/tasks/main.yml", "content": "---\n- name: ensure ntp is at the latest version\n apt: pkg=ntp state=latest\n notify:\n - restart ntp\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
Kami/mailytics-playbooks
03e95587a71bb1307ee25a379cec3b27d0208cd1
0
roles/token_storage
5,657
[ "no_license" ]
[ { "path": "roles/token_storage/handlers/main.yml", "content": "---\n- name: restart token storage set service\n supervisorctl: name=mailytics_token_storage_set_service state=restarted\n\n- name: restart token storage get service\n supervisorctl: name=mailytics_token_storage_get_service state=restarted\n",...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5292, "all_permissive": false }
ansible_role
Kami/mailytics-playbooks
03e95587a71bb1307ee25a379cec3b27d0208cd1
0
roles/webapp
5,657
[ "no_license" ]
[ { "path": "roles/webapp/tasks/database.yml", "content": "---\n- name: Install psycopg2 package\n apt: pkg=python-psycopg2 state=installed update-cache=yes\n tags:\n - packages\n\n- name: Create user\n postgresql_user: user=${project.database.user} password=${project.database.password}\n sudo_user: po...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 10486, "all_permissive": false }
ansible_role
Kami/mailytics-playbooks
03e95587a71bb1307ee25a379cec3b27d0208cd1
0
roles/workers
5,657
[ "no_license" ]
[ { "path": "roles/workers/templates/settings.py.j2", "content": "# {{ ansible_managed }}\n\n# Celery settings\nCELERY_BROKER_TRANSPORT_OPTIONS = {'visibility_timeout': 3600}\nCELERY_BROKER_URL = 'redis://localhost:6379/1'\nCELERY_RESULT_BACKEND = 'redis'\nCELERY_RESULT_DBURI = 'redis://localhost:6379/2'\n\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3798, "all_permissive": false }
ansible_role
phaltankarvrushali/ansible-infra
365e61d3b03feb427e8a870603cac4cdb5b6786e
0
roles/common
5,657
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install python3-pip\n yum:\n name: python3-pip\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
phaltankarvrushali/ansible-infra
365e61d3b03feb427e8a870603cac4cdb5b6786e
0
roles/database_service
5,657
[ "no_license" ]
[ { "path": "roles/database_service/tasks/main.yml", "content": "---\n- name: Install MySQL Server\n yum:\n name: mysql-server\n state: present\n\n- name: Create MySQL Database\n mysql_db:\n name: mydatabase\n state: present\n become_user: root\n\n- name: Set MySQL root password\n mysql_user:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
phaltankarvrushali/ansible-infra
365e61d3b03feb427e8a870603cac4cdb5b6786e
0
roles/web_service
5,657
[ "no_license" ]
[ { "path": "roles/web_service/tasks/main.yml", "content": "---\n- name: Install Apache web server\n yum:\n name: httpd\n state: present\n\n- name: Install Python packages\n pip:\n name: \"{{ item }}\"\n loop:\n - pymysql\n\n- name: Start and enable web server\n service:\n name: httpd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 572, "all_permissive": false }
ansible_role
althea-net/lunie-deploy-scripts
c62bfcaa4440e06e9b6f12356af66ed927d76879
1
roles/install-deps
5,657
[ "no_license" ]
[ { "path": "roles/install-deps/defaults/main.yml", "content": "# Known requirements per distro, please expand if you encounter breakage\nknown_distros:\n - CentOS\n - Fedora\n - Ubuntu\n - Debian\n - Red Hat Enterprise Linux\n - Arch Linux\n\ndebian_deps:\n - git\n - make\n - gcc\n - g++\n - nginx...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1873, "all_permissive": false }
ansible_role
althea-net/lunie-deploy-scripts
c62bfcaa4440e06e9b6f12356af66ed927d76879
1
roles/setup-gaia
5,657
[ "no_license" ]
[ { "path": "roles/setup-gaia/tasks/main.yml", "content": "---\n- name: Download go install script\n get_url:\n url: \"https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh\"\n dest: \"{{ ansible_env.HOME }}/goinstall.sh\"\n mode: 0755\n force: true\n become: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4876, "all_permissive": false }
ansible_role
althea-net/lunie-deploy-scripts
c62bfcaa4440e06e9b6f12356af66ed927d76879
1
roles/setup-lunie
5,657
[ "no_license" ]
[ { "path": "roles/setup-lunie/tasks/main.yml", "content": "---\n- name: Template Lunie service file\n template:\n src: \"lunie.service.j2\"\n dest: \"/etc/systemd/system/lunie.service\"\n become: true\n\n\n- name: Clone lunie\n git:\n repo: \"https://github.com/asoltys/lunie\"\n dest: \"/var/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 706, "all_permissive": false }
ansible_role
althea-net/lunie-deploy-scripts
c62bfcaa4440e06e9b6f12356af66ed927d76879
1
roles/setup-nginx
5,657
[ "no_license" ]
[ { "path": "roles/setup-nginx/defaults/main.yml", "content": "domain: lunie.althea.zone\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/setup-nginx/tasks/main.yml", "content": "---\n- name: Set enforce permissive\n shell: setenforce per...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
2/16.Automation_of_administration._Ansible/provisioning/roles/nginx
5,657
[ "no_license" ]
[ { "path": "2/16.Automation_of_administration._Ansible/provisioning/roles/nginx/tasks/main.yml", "content": "---\n - name: install epel-release\n yum: name={{ item }} state=latest \n with_items:\n - epel-release\n - name: install nginx\n yum: name={{ item }} state=latest \n with_items:\n - ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/freeipa-client
5,657
[ "no_license" ]
[ { "path": "3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/freeipa-client/tasks/main.yml", "content": "---\n - name: install freeipa-client \n yum: name={{ item }} state=latest \n with_items:\n - ipa-client\n - name: add client to server\n shell: ipa-client-install --mkhom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/freeipa-server
5,657
[ "no_license" ]
[ { "path": "3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/freeipa-server/tasks/main.yml", "content": "---\n - name: install epel-release\n yum: name={{ item }} state=latest \n with_items:\n - epel-release\n - name: install ipa-server\n yum: name={{ item }} state=latest \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1582, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/ipa-hosts
5,657
[ "no_license" ]
[ { "path": "3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/ipa-hosts/tasks/main.yml", "content": "---\n - name: add host-inetRouter\n shell: echo \"192.168.255.1 inetrouter.otus.lan\" >> /etc/hosts\n - name: add host-inetRouter2\n shell: echo \"192.168.255.5 inetrouter2.otus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/ssh-client
5,657
[ "no_license" ]
[ { "path": "3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/ssh-client/tasks/main.yml", "content": "---\n - name: Creates directory\n file: path=/root/.ssh/ state=directory\n - name: copy authorized_keys to server\n copy: src=id_rsa dest=/root/.ssh/id_rsa owner=root group=root m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/ssh-ldap
5,657
[ "no_license" ]
[ { "path": "3/18.LDAP.Centralized_authorization_and_authentication/provisioning/roles/ssh-ldap/tasks/main.yml", "content": "---\n - name: add autorized ldap\n shell: echo -e 'AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys\\nAuthorizedKeysCommandUser nobody\\nKerberosAuthentication no' >> /etc/ssh/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/19.Performance_monitoring/provisioning/roles/chrony
5,657
[ "no_license" ]
[ { "path": "3/19.Performance_monitoring/provisioning/roles/chrony/tasks/main.yml", "content": "---\n - name: install chrony\n yum: name={{ item }} state=latest \n with_items:\n - chrony\n - name: disable ntp\n ignore_errors: True\n service:\n name: ntpd\n state: stopped\n enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/19.Performance_monitoring/provisioning/roles/fail2ban
5,657
[ "no_license" ]
[ { "path": "3/19.Performance_monitoring/provisioning/roles/fail2ban/tasks/main.yml", "content": "---\n - name: install epel\n yum: name={{ item }} state=latest \n with_items:\n - fail2ban\n - name: copy filters\n copy: src={{ item }} dest=/etc/fail2ban/filter.d/\n with_fileglob:\n - nginx-*\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/1.rsyslog_only/provisioning/roles/audisp-client
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/1.rsyslog_only/provisioning/roles/audisp-client/tasks/main.yml", "content": "---\n - name: install standart packages\n yum: name={{ item }} state=latest \n with_items:\n - audispd-plugins\n - name: copy au-remote.conf\n copy: src=au-remote.conf dest=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/1.rsyslog_only/provisioning/roles/liquidprompt
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/1.rsyslog_only/provisioning/roles/liquidprompt/tasks/main.yml", "content": "---\n - name: Creates root config directory\n file: path=/root/.config/ state=directory\n - name: Creates vagrant config directory\n file: path=/home/vagrant/.config/ state=directo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/1.rsyslog_only/provisioning/roles/packages
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/1.rsyslog_only/provisioning/roles/packages/tasks/main.yml", "content": "---\n - name: install epel\n yum: name={{ item }} state=latest \n with_items:\n - epel-release\n - name: install standart packages\n yum: name={{ item }} state=latest \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/1.rsyslog_only/provisioning/roles/rsyslog-server
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/1.rsyslog_only/provisioning/roles/rsyslog-server/tasks/main.yml", "content": "---\n# - name: copy rsyslog.conf\n# copy: src=rsyslog.conf dest=/etc/rsyslog.conf \n - name: copy rsyslog.repo\n copy: src=rsyslog.repo dest=/etc/yum.repos.d/rsyslog.repo \n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/audit-web
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/audit-web/tasks/main.yml", "content": "---\n - name: install standart packages\n yum: name={{ item }} state=latest \n with_items:\n - audispd-plugins\n# - name: copy au-remote.conf\n# copy: src=au-remote.conf dest=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/disable_defroute_vagrant
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/disable_defroute_vagrant/tasks/main.yml", "content": "---\n - name: disable vagrant defroute\n shell: echo \"DEFROUTE=no\" >> /etc/sysconfig/network-scripts/ifcfg-eth0 \n - name: Restart Network\n service: name=network ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/elasticsearch
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/elasticsearch/tasks/main.yml", "content": "---\n - name: copy elasticsearch.repo\n copy: src=elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch.repo \n\n - name: install elasticsearch\n yum: name={{ item }} state=la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1413, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/nginx
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/nginx/tasks/main.yml", "content": "---\n - name: install epel-release\n yum: name={{ item }} state=latest \n with_items:\n - epel-release\n - name: install nginx\n yum: name={{ item }} state=latest \n with_items:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/rsyslog-client
5,657
[ "no_license" ]
[ { "path": "3/21.Collection_and_analysis_of_logs/2.rsyslog_and_elk/provisioning/roles/rsyslog-client/tasks/main.yml", "content": "---\n - name: generate selinux rule for auditd\n shell: checkmodule -M -m -o /vagrant/provisioning/roles/rsyslog-client/files/rsyslog.mod /vagrant/provisioning/roles/rsyslog-cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/22.Monitoring_and_Alerting/01.zabbix/provisioning/roles/dj-wasabi.zabbix-agent
5,657
[ "no_license" ]
[ { "path": "3/22.Monitoring_and_Alerting/01.zabbix/provisioning/roles/dj-wasabi.zabbix-agent/tasks/RedHat.yml", "content": "---\n# Tasks specific for RedHat systems\n\n- name: \"RedHat | Use EPEL package name\"\n set_fact:\n zabbix_agent_package: \"zabbix{{ zabbix_version | regex_replace('\\\\.', '') }}-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2175, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/22.Monitoring_and_Alerting/01.zabbix/provisioning/roles/dj-wasabi.zabbix-server
5,657
[ "no_license" ]
[ { "path": "3/22.Monitoring_and_Alerting/01.zabbix/provisioning/roles/dj-wasabi.zabbix-server/tasks/main.yml", "content": "---\n# tasks file for wdijkerman.zabbix\n\n- name: \"Include OS-specific variables\"\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: \"Install the correct repository\"\n inc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7351, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
3/22.Monitoring_and_Alerting/01.zabbix/provisioning/roles/dj-wasabi.zabbix-web
5,657
[ "no_license" ]
[ { "path": "3/22.Monitoring_and_Alerting/01.zabbix/provisioning/roles/dj-wasabi.zabbix-web/vars/Debian.yml", "content": "---\napache_user: www-data\napache_group: www-data\napache_log: apache2\n\nubuntu_packages:\n - libapache2-mod-php7.0\n - php7.0-bcmath\n - php7.0-mbstring\n - php7.0-ldap\n - php7.0-...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 16392, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/24.Web_Servers/provisioning/roles/liquidprompt
5,657
[ "no_license" ]
[ { "path": "4/24.Web_Servers/provisioning/roles/liquidprompt/tasks/main.yml", "content": "---\n - name: Creates config directory\n file: path=/root/.config/ state=directory\n - name: Creates liquidprompt directory\n file: path=/opt/liquidprompt/ state=directory\n - name: copy liquidpromp\n copy: src=li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/24.Web_Servers/provisioning/roles/nginx
5,657
[ "no_license" ]
[ { "path": "4/24.Web_Servers/provisioning/roles/nginx/files/nginx.conf", "content": "#For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/sads\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser nginx;\nworker_processes auto;\nworke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4741, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/26.Mysql/provisioning/roles/mysql
5,657
[ "no_license" ]
[ { "path": "4/26.Mysql/provisioning/roles/mysql/templates/my.cnf.j2", "content": "[mysqld]\n{% for key, value in mysqld.iteritems() %}\n{% if value == None %}\n{{ key }}\n{% else %}\n{{ key }} = {{ value }}\n{% endif %}\n{% endfor %}\nskip-character-set-client-handshake \ninit_connect='SET collation_connecti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3462, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/26.Mysql/provisioning/roles/os
5,657
[ "no_license" ]
[ { "path": "4/26.Mysql/provisioning/roles/os/defaults/main.yml", "content": "---\n# defaults file for os\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "4/26.Mysql/provisioning/roles/os/vars/main.yml", "content": "---\n# vars file for os\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 909, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/27.PostgreSQL/bonus/provisioning/roles/postgresql_pro
5,657
[ "no_license" ]
[ { "path": "4/27.PostgreSQL/bonus/provisioning/roles/postgresql_pro/tasks/init_backup.yml", "content": "# file: postgresql/tasks/configure.yml\n\n- name: PostgreSQL | Create the backup directory | RedHat\n file:\n path: \"{{ postgresql_backup_directory }}\"\n state: directory\n owner: \"{{ postgres...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10397, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/27.PostgreSQL/provisioning/roles/postgresql
5,657
[ "no_license" ]
[ { "path": "4/27.PostgreSQL/provisioning/roles/postgresql/tasks/tune.yml", "content": "---\n# file: postgresql/tasks/tune.yml\n\n- name: PostgreSQL | Tuning | common\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"tune/tune_postgresql_conf.common.yml\"\n\n- name: PostgreSQL | Tuning | common | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8109, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/27.PostgreSQL/provisioning/roles/postgresql_replication
5,657
[ "no_license" ]
[ { "path": "4/27.PostgreSQL/provisioning/roles/postgresql_replication/templates/pgpass.j2", "content": "# {{ ansible_managed }}\n\n# hostname:port:database:username:password\n\n{% if postgresql_users is defined %}\n{% for line in postgresql_users %}\n*:{{ postgresql_port }}:vagrant:{{ line.name }}:{{ line.pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1949, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/29.File Storage_-_NFS,SMB,FTP/provisioning/roles/nfs-client
5,657
[ "no_license" ]
[ { "path": "4/29.File Storage_-_NFS,SMB,FTP/provisioning/roles/nfs-client/tasks/main.yml", "content": "---\n- name: Ensure NFS utilities are installed.\n package: name=nfs-utils state=present\n\n- name: Ensure rpcbind is running.\n service: name=rpcbind state=restarted enabled=yes\n \n- name: Ensure /mnt/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/29.File Storage_-_NFS,SMB,FTP/provisioning/roles/nfs-server
5,657
[ "no_license" ]
[ { "path": "4/29.File Storage_-_NFS,SMB,FTP/provisioning/roles/nfs-server/tasks/main.yml", "content": "---\n- name: Ensure NFS utilities are installed.\n package: name=nfs-utils state=present\n \n- name: Ensure nfsmount directory exists\n action: file path=/mnt/otus_share/ state=directory owner=root group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1688, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/29.File Storage_-_NFS,SMB,FTP/provisioning/roles/os
5,657
[ "no_license" ]
[ { "path": "4/29.File Storage_-_NFS,SMB,FTP/provisioning/roles/os/handlers/main.yml", "content": "---\n# handlers file for os\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "4/29.File Storage_-_NFS,SMB,FTP/provisioning/roles/os/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/30.Mail:_SMTP_IMAP_POP3/provisioning/roles/postfix-dovecot
5,657
[ "no_license" ]
[ { "path": "4/30.Mail:_SMTP_IMAP_POP3/provisioning/roles/postfix-dovecot/tasks/main.yml", "content": "---\n - name: create vmail group\n group:\n name: vmail\n\n - name: Add the user 'vmail'\n user:\n name: vmail\n group: vmail\n home: /var/vmail\n shell: /sbin/nologin\n\n - name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1426, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
4/32.Asterisk_and_FreePBX/provisioning/roles/tls_asterisk
5,657
[ "no_license" ]
[ { "path": "4/32.Asterisk_and_FreePBX/provisioning/roles/tls_asterisk/templates/.my.cnf.j2", "content": "[client]\nuser=root\npassword='{{ <PASSWORD> }}'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "4/32.Asterisk_and_FreePBX/provisioning/role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 169, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/XtraDB-Cluster
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/XtraDB-Cluster/tasks/RedHat.yml", "content": "# tasks for Red Hat Familly\n---\n#- name: Disable SELinux\n# selinux:\n# state: disabled\n# when: ansible_selinux.status == 'enabled'\n\n- include: firewall.yml\n- include: selinux.yml\n\n- name: repository installat...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7410, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/backups-client
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/backups-client/templates/config.ini.j2", "content": "[server]\nname = {{ server_name }}\npath = /home/{{ site_user }}/backup/\n\nmodules =\n backup\n backup.file\n backup.mysql\n\n[cloud]\nlogin = {{ backup_login }}\npassword = {{ backup_password }}\nftp = {{...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4095, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/backups-server
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/backups-server/vars/main.yml", "content": "---\nbackup_nodes_group: backup\nftp_server: \"{{ hostvars[ groups[backup_nodes_group][0] ].ansible_ssh_host }}\"\nftp_backup_server_name: \"{{ hostvars[inventory_hostname]['inventory_hostname'] }}\"\nftp_backup_login: \"{{ f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3094, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/chrony
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/chrony/tasks/main.yml", "content": "---\n- name: install chrony\n yum:\n name: ['chrony']\n state: present\n\n- name: disable ntp\n ignore_errors: True\n service:\n name: ntpd\n state: stopped\n enabled: no\n\n- name: Make override dir for service chronyd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/elasticsearch
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/elasticsearch/tasks/main.yml", "content": "---\n - name: copy elasticsearch.repo\n copy: src=elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch.repo\n\n - name: install elasticsearch\n yum:\n name:\n - jre\n - elasticsearch\n - kibana\n# - l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2324, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/elasticsearch-curator
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/elasticsearch-curator/tasks/setup-RedHat.yml", "content": "---\n- name: Ensure epel is installed.\n yum: name=epel-release state=present\n\n- name: Ensure pip is installed.\n yum: name=python-pip state=present\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/fail2ban
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install fail2ban\n yum:\n name: ['fail2ban']\n state: present\n \n- name: copy filters\n copy: src={{ item }} dest=/etc/fail2ban/filter.d/\n with_fileglob:\n - nginx-*\n \n- name: copy jail.local\n cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/filebeat
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/filebeat/tasks/template.yml", "content": "---\n\n- name: Filebeat template file(s)\n copy:\n src: \"{{ item }}\"\n dest: \"{{ filebeat_config_file | dirname }}/{{ item | basename }}\"\n owner: \"{{ filebeat_user }}\"\n group: \"{{ filebeat_group }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4896, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/glusterfs
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/glusterfs/tasks/setup-RedHat.yml", "content": "---\n- name: Ensure dependencies are installed.\n yum:\n name: \"centos-release-gluster{{ glusterfs_default_release }}\"\n state: present\n\n- name: Ensure Gluster packages are installed.\n yum:\n name:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5482, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/haproxy
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/haproxy/defaults/main.yml", "content": "---\n# Variables for the HAproxy configuration\nport: '80'\nusername: 'stat'\npassword: '<PASSWORD>'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "5.Project/provision...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5222, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/keepalived
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/keepalived/README.md", "content": "# Keepalived role\nInstall Keepalive on Centos/Red Hat with Ansible\n\n## Installation\n\n- In your playbook:\n\n```yaml\n- hosts: keepalived_master\n user: root\n become: true\n become_user: root\n roles:\n - keepalived\n va...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4054, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/lsyncd
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/lsyncd/templates/lsyncd.conf.j2", "content": "----\n-- /etc/lsyncd-{{ inventory_hostname }}.conf\n-- {{ ansible_managed }}\n-- \n-- For more examples, see /usr/share/doc/lsyncd*/examples/\n-- \n\n\n-- settings \n-- logfile - log into this file\n-- statusFile ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5482, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/nginx
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/nginx/templates/default.conf.j2", "content": "server {\n listen {{ nginx_port }} default_server;\n server_name {{ server_hostname }};\n root /srv/wordpress/ ;\n\t\t\n\t\tindex index.php; \n\t\tclient_max_body_size 64M;\n\n\t\tset_real_ip_fr...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8559, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/packages
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/packages/tasks/main.yml", "content": "---\n- name: Install packages\n yum:\n name: ['epel-release']\n state: present\n\n- name: Install packages\n yum:\n name: ['htop', 'ncdu', 'iotop', 'iftop', 'bind-utils', 'traceroute', 'mc', 'nano', 'tmux', 'bash-completio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/php-fpm
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/php-fpm/files/z_custom.ini", "content": "cgi.fix_pathinfo=0\nmax_execution_time = 300\n\n; Configure PHP sessions\nsession.entropy_length = 128\nsession.entropy_file = /dev/urandom\nsession.save_path = \"/var/lib/php/session\"\nsession.cookie_httponly = On\n\n; Set di...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3817, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/proxysql
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/proxysql/templates/proxysql.cnf.j2", "content": "# {{ ansible_managed }}\n# file proxysql.cfg\n# proxysql.cfg in GitHub: https://github.com/sysown/proxysql/blob/master/etc/proxysql.cnf\n\n################################################################################...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 14973, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/proxysql-pxc
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/proxysql-pxc/tasks/install.yml", "content": "---\n- name: repository installation\n yum_repository:\n file: \"{{ xtradb_repo_filename }}\"\n name: \"{{ xtradb_repo_name }}\"\n description: \"{{ xtradb_repo_desc }}\"\n baseurl: \"{{ xtradb_repo_baseurl }}\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2471, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/selinux_vagrant
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/selinux_vagrant/tasks/main.yml", "content": "# roles/ansible-role-XtraDB-Cluster/tasks/main.yml\n---\n- include: selinux.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "5.Project/provisioning/roles/se...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/sysctl
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/sysctl/tasks/main.yml", "content": "---\n- name: Setup systemctl\n sysctl:\n name: fs.nr_open\n value: 12000000\n state: present\n- name: Setup systemctl\n sysctl:\n name: fs.file-max\n value: 9000000\n state: present\n- name: Setup systemctl\n sy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5172, "all_permissive": false }
ansible_role
YogSottot/otus_linux_1804
24d79bd96cb6330cf0630c9d1c15e6d0152892ac
3
5.Project/provisioning/roles/wordpress
5,657
[ "no_license" ]
[ { "path": "5.Project/provisioning/roles/wordpress/tasks/main.yml", "content": "---\n- name: Add group \"wordpress\"\n group:\n name: \"{{ site_user }}\"\n\n- name: Add user \"wordpress\"\n user:\n name: \"{{ site_user }}\"\n group: \"{{ site_user }}\"\n home: \"/home/{{ site_user }}\"\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2707, "all_permissive": false }
ansible_role
ikaruswill/devenv
383979d19454712e77bf3b08335080f9570e1e39
0
ansible/roles/ikaruswill-env
5,657
[ "no_license" ]
[ { "path": "ansible/roles/ikaruswill-env/handlers/main.yml", "content": "---\n- name: run homebrew cleanup\n command: brew cleanup\n\n- name: restart dock\n command: killall Dock\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "ansible/roles/ika...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 14, "total_bytes": 8676, "all_permissive": false }
ansible_role
tektutor/ansible_april_2018
35c28bf0759910a70fe49a19c33e09ec32c1ebb8
0
Day4/Roles/nginx
5,697
[ "no_license" ]
[ { "path": "Day4/Roles/nginx/vars/main.yml", "content": "---\n# vars file for nginx\nautomation_tool: Ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "Day4/Roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx\n- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1330, "all_permissive": false }
ansible_role
georgeyord/ansible-playground
d63de0eb20cc3452b3accdec711aa925d1f16e8c
0
roles/common
5,697
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- import_tasks: setup_users.yml\n- import_tasks: setup_packages.yml\n- import_tasks: setup_kernel.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 105 }, { "path": "roles/commo...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2859, "all_permissive": true }
ansible_role
georgeyord/ansible-playground
d63de0eb20cc3452b3accdec711aa925d1f16e8c
0
roles/demo
5,697
[ "permissive" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "---\n\n- name: Print out the IP used to access the remote server\n debug:\n msg: My external IP is {{ ansible_host }}\n\n# Stores output of command `whoami` to a variable with data\n# for the user used to access the remote server\n- shell: whoami\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": true }
ansible_role
alikoti/test
60b01ea0cccb9b05ba3355f4853a1c3efe9d330d
0
ansible/roles/prerequisites
5,697
[ "no_license" ]
[ { "path": "ansible/roles/prerequisites/tasks/main.yml", "content": "---\n# tasks file for prerequisites\n- name: install git\n yum:\n name: get \n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
lnde/ansible-ncyang
214d001564a4c2a27d25a20f4f095b5a0b69b378
0
roles/interfaces
5,697
[ "no_license" ]
[ { "path": "roles/interfaces/tasks/main.yml", "content": "---\n\n- name: print interfaces from host_vars\n ansible.builtin.debug:\n var: interfaces\n\n- name: transform yaml to openconfig\n ansible.builtin.set_fact:\n oc_config: \"{{ interfaces|interface2oc }}\"\n\n- name: print generated openconfig ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
lnde/ansible-ncyang
214d001564a4c2a27d25a20f4f095b5a0b69b378
0
roles/netconf_info
5,697
[ "no_license" ]
[ { "path": "roles/netconf_info/tasks/main.yml", "content": "---\n\n- name: get schemas\n ansible.netcommon.netconf_get:\n display: pretty\n filter: |\n <netconf-state xmlns=\"urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring\">\n <schemas/>\n </netconf-state>\n lock: never\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
lnde/ansible-ncyang
214d001564a4c2a27d25a20f4f095b5a0b69b378
0
roles/ntp
5,697
[ "no_license" ]
[ { "path": "roles/ntp/vars/main.yml", "content": "---\n\nservers:\n # sth1.ntp.se\n - 192.168.3.11\n # sth2.ntp.se\n - 192.168.127.12\n # ntp1.sptime.se\n - 172.16.17.32\n # ntp2.sptime.se\n - 172.16.17.32\n # ntp3.sptime.se\n - 172.16.17.32\n # ntp4.sptime.se\n - 172.16.31.10\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1312, "all_permissive": false }
ansible_role
Otus-DevOps-2023-09/batala_microservices
b2cfe453a50354ae23d5586b6b62cc101b66e333
0
gitlab-ci/ansible/roles/docker
5,697
[ "no_license" ]
[ { "path": "gitlab-ci/ansible/roles/docker/tasks/prepare.yml", "content": "---\n- name: Ensure old docker versions removed\n apt:\n name: \"{{ item }}\"\n state: absent\n loop: \"{{ old_versions }}\"\n\n- name: Ensure dependency packages installed\n apt:\n name: \"{{ item }}\"\n state: present...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2175, "all_permissive": false }
ansible_role
Otus-DevOps-2023-09/batala_microservices
b2cfe453a50354ae23d5586b6b62cc101b66e333
0
gitlab-ci/ansible/roles/gitlab
5,697
[ "no_license" ]
[ { "path": "gitlab-ci/ansible/roles/gitlab/tasks/install_gitlab.yml", "content": "---\n- name: Run gitlab-server\n docker_container:\n name: gitlab-server\n image: gitlab/gitlab-ee:latest\n restart: yes\n state: started\n ports:\n - \"80:80\"\n - \"443:443\"\n - \"2222:22\"\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1119, "all_permissive": false }
ansible_role
Otus-DevOps-2023-09/batala_microservices
b2cfe453a50354ae23d5586b6b62cc101b66e333
0
gitlab-ci/ansible/roles/runner_registration
5,697
[ "no_license" ]
[ { "path": "gitlab-ci/ansible/roles/runner_registration/defaults/main.yml", "content": "---\ngitlab_url: \"http://{{ ansible_host }}\"\ngitlab_token: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "gitlab-ci/ansible/roles/runner_reg...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 896, "all_permissive": false }
ansible_role
koladeg/remote_ansible
f68c1b8972b9c5c7e665d172ed0094f252786084
0
roles/setup
5,697
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"remove dependencies that are no longer required\"\n become: yes\n apt:\n autoremo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 716, "all_permissive": false }
ansible_role
nnaova/eval_individuel_ci_cd
9ef25b15784bc767a68d540c04c74c20ef739ce0
0
ansible/roles/database
5,677
[ "no_license" ]
[ { "path": "ansible/roles/database/templates/backup-db.sh.j2", "content": "#!/bin/bash\n# Database backup script for {{ project_name }}\n\nset -e\n\n# Configuration\nDB_HOST=\"{{ db_host }}\"\nDB_PORT=\"{{ db_port }}\"\nDB_NAME=\"{{ db_name }}\"\nDB_USER=\"{{ db_user }}\"\nDB_PASSWORD=\"{{ db_password }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3183, "all_permissive": false }
ansible_role
nnaova/eval_individuel_ci_cd
9ef25b15784bc767a68d540c04c74c20ef739ce0
0
ansible/roles/monitoring
5,677
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/defaults/main.yml", "content": "---\napp_user: \"ec2-user\"\napp_group: \"ec2-user\"\nproject_name: \"taskmanager\"\n\n# Node Exporter settings\nnode_exporter_version: \"1.6.1\"\nnode_exporter_port: 9100\n\n# Grafana settings\ngrafana_admin_user: \"admin\"\ngrafana_admin_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 14046, "all_permissive": false }
ansible_role
nnaova/eval_individuel_ci_cd
9ef25b15784bc767a68d540c04c74c20ef739ce0
0
ansible/roles/webserver
5,677
[ "no_license" ]
[ { "path": "ansible/roles/webserver/defaults/main.yml", "content": "---\napp_user: \"ec2-user\"\napp_group: \"ec2-user\"\nproject_name: \"taskmanager\"\n\n# Nginx configuration\nnginx_user: \"nginx\"\nnginx_worker_processes: \"auto\"\nnginx_worker_connections: 1024\nnginx_keepalive_timeout: 65\n\n# Docker co...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10507, "all_permissive": false }
ansible_role
twatel/ansible-role-onedev
ed12efb97548ae85f1f333a7e491a2a57b98f806
0
roles/ansible-role-onedev
5,677
[ "no_license" ]
[ { "path": "roles/ansible-role-onedev/tasks/_install.yml", "content": "---\n- name: Ensure APT cache\n apt: \n update_cache: yes\n changed_when: false\n\n- name: Install required APT packages\n apt: \n name: \"{{ onedev_required_apt_packages }}\"\n state: present\n\n- name: Ensure One-dev install...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 16262, "all_permissive": false }
ansible_role
ikayarou/hands-on-01
776ae3fc6c6a8e665c16e00cf3a13e1c3eeaa53c
1
roles/hands-on
5,677
[ "no_license" ]
[ { "path": "roles/hands-on/tasks/main.yml", "content": "---\n- name: create user\n user:\n name: hands-on-user01\n createhome: yes\n state: present\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n\n- name: modify sshd_config\n lineinfile:\n dest: /etc/ssh/sshd_config\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
zerkms/ansible-include-memory-bug
501216071450b5a2e6c87cc6399ae45398b3e0a3
0
roles/nested_includes
5,677
[ "no_license" ]
[ { "path": "roles/nested_includes/tasks/fifth.yml", "content": "---\n\n- set_fact:\n fifth_fact: \"value\"\n \n- include: sixth.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/nested_includes/tasks/second.yml", "content": "---\n\...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 945, "all_permissive": false }