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 | shaunrd0/klips | bb28b1e2efee5eab22bf66145ec7f7e846c9f19b | 1 | ansible/roles/nginx | 475 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/service.yml",
"content": "---\n- name: Start and enable services\n service: name=nginx state=restarted enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "ansible/roles/nginx/defaults/main.yml",
"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3330,
"all_permissive": false
} |
ansible_role | shaunrd0/klips | bb28b1e2efee5eab22bf66145ec7f7e846c9f19b | 1 | ansible/roles/postfix | 475 | [
"no_license"
] | [
{
"path": "ansible/roles/postfix/vars/main.yml",
"content": "---\n# vars file for /etc/ansible/roles/postfix\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/postfix/handlers/main.yml",
"content": "---\n# handlers file for /etc/a... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3287,
"all_permissive": false
} |
ansible_role | prasanjit-/ansible-demo | af89bd5b8942af09ed15f7b5b14c32a2ffb748d0 | 1 | roles/httpd | 475 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/install.yml",
"content": "# file: roles/httpd/tasks/install.yml\n\n- name: Install Apache web server\n yum: pkg={{ item }} state=installed\n with_items:\n - httpd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path": "r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | prasanjit-/ansible-demo | af89bd5b8942af09ed15f7b5b14c32a2ffb748d0 | 1 | roles/init | 475 | [
"no_license"
] | [
{
"path": "roles/init/handlers/main.yml",
"content": "# file: roles/php56/handlers/main.yml\n---\n\n- name: restart iptables\n service: name=iptables state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/init/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | prasanjit-/ansible-demo | af89bd5b8942af09ed15f7b5b14c32a2ffb748d0 | 1 | roles/mysql | 475 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/configure.yml",
"content": "# file: roles/mysql/tasks/configure.yml\n\n- name: Add allow rule for 3306 to firewall - dummy testing\n command: ping -c1 localhost\n notify:\n - Restart the MySQL service\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1251,
"all_permissive": false
} |
ansible_role | prasanjit-/ansible-demo | af89bd5b8942af09ed15f7b5b14c32a2ffb748d0 | 1 | roles/php56 | 475 | [
"no_license"
] | [
{
"path": "roles/php56/handlers/main.yml",
"content": "# file: roles/php56/handlers/main.yml\n---\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/php56/tasks/install.yml",
"content": "# file: roles/php56/tasks/install.yml\n\n- nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | prasanjit-/ansible-demo | af89bd5b8942af09ed15f7b5b14c32a2ffb748d0 | 1 | roles/php70 | 475 | [
"no_license"
] | [
{
"path": "roles/php70/tasks/install.yml",
"content": "# file: roles/php70/tasks/install.yml\n\n- name: Install epel from remote repo\n yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state=present\n\n- name: Install remi from remote repo\n yum: name=http://rpms.remirepo.n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1008,
"all_permissive": false
} |
ansible_role | sarra96zr/MyApp | b64c6ddac30d58d1f441f1cd9eb946c11743113f | 0 | Ansible/roles/docker | 475 | [
"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: my-app\n build: \n path: /var/lib/jenkins/workspace/my-app\n pull: no\n source: build \n state: present\n force_source: true\n- name: run co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | sarra96zr/MyApp | b64c6ddac30d58d1f441f1cd9eb946c11743113f | 0 | Ansible/roles/docker-registry. | 475 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-registry./tasks/main.yml",
"content": "---\n# tasks file for docker-registry.\n\n- name: Log into DockerHub\n docker_login:\n username: sarahzr\n password: <PASSWORD>\n\n- name: Tag and push to docker hub\n docker_image:\n name: my-app:latest\n repository: sarah... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | fnjeneza/playbooks | ff0af8dd68cfd69b4d0df9b388218e1f0670003f | 0 | buildbot/roles/master | 475 | [
"no_license"
] | [
{
"path": "buildbot/roles/master/handlers/main.yml",
"content": "- name: \"start buildbot\"\n command: \"{{ ansible_user_dir }}/buildbot/bin/buildbot start master\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "buildbot/roles/master/tasks/main... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | fnjeneza/playbooks | ff0af8dd68cfd69b4d0df9b388218e1f0670003f | 0 | buildbot/roles/slave | 475 | [
"no_license"
] | [
{
"path": "buildbot/roles/slave/tasks/main.yml",
"content": "- name: \"Install Build-essential python3-dev\"\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - build-essential\n - python3-dev\n - python3-venv\n\n- name: \"Setup a vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | fnjeneza/playbooks | ff0af8dd68cfd69b4d0df9b388218e1f0670003f | 0 | lighttpd/roles/web | 475 | [
"no_license"
] | [
{
"path": "lighttpd/roles/web/handlers/main.yml",
"content": "- name: Enable fastcgi\n command: lighty-enable-mod fastcgi\n\n- name: Enable fastcgi-php\n command: lighty-enable-mod fastcgi-php\n\n- name: Restart lighttpd\n service: name=lighttpd state=restarted\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | fnjeneza/playbooks | ff0af8dd68cfd69b4d0df9b388218e1f0670003f | 0 | nextcloud/roles/db | 475 | [
"no_license"
] | [
{
"path": "nextcloud/roles/db/tasks/setup_db.yml",
"content": "# Set up a database to be used by postgresql\n- name: \"create postgres database user: nextcloud\"\n become_user: postgres\n postgresql_user:\n name: \"{{ nextcloud_db_login }}\"\n password: \"{{ <PASSWORD>db_pass }}\"\n state: presen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | fnjeneza/playbooks | ff0af8dd68cfd69b4d0df9b388218e1f0670003f | 0 | nextcloud/roles/web | 475 | [
"no_license"
] | [
{
"path": "nextcloud/roles/web/tasks/deploy_nextcloud.yml",
"content": "# Download nexcloud archive and copy extract it in the server folder\n- name: mkdir /srv/html\n file: path=/srv/html state=directory\n\n- name: Download nextcloud\n unarchive:\n src: https://download.nextcloud.com/server/releases/n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1583,
"all_permissive": false
} |
ansible_role | themizan/devops-workstation | 8400851799aab8339a66cb29aeb17a05b92fa0f4 | 0 | ansible/roles/devops-workstation | 475 | [
"no_license"
] | [
{
"path": "ansible/roles/devops-workstation/tasks/main.yml",
"content": "---\n# tasks file for setting up a devops workstation\n - name: Add SubmlimeText repo key (rpm)\n rpm_key: \n state: present\n key: https://download.sublimetext.com/sublimehq-rpm-pub.gpg\n when: ansible_facts['os_famil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | psabhay/couchdb-cluster | 08dd1645ff776f9a0b9e5587ccac54e01c7ea03c | 0 | roles/couchdb | 475 | [
"no_license"
] | [
{
"path": "roles/couchdb/tasks/main.yml",
"content": "---\n# tasks file for couchdb\n\n- name: Check if couchdb installed\n service:\n name: couchdb\n state: started\n enabled: True\n register: couchdb_service_status\n ignore_errors: True\n\n- name: Get couchdb version... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7187,
"all_permissive": false
} |
ansible_role | ddicko/ansible_jay | fea0d5d4dede743a88e503116f9392202cb5801c | 0 | roles/base | 475 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | ddicko/ansible_jay | fea0d5d4dede743a88e503116f9392202cb5801c | 0 | roles/db_servers | 475 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariadb server\n tags: db,mariadb,ubuntu\n package:\n name:\n - mariadb-server\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | manibratam1221/ansible-prod | a890fcd1f93e0f4199cf2b7cd5cc09a8d0311950 | 0 | roles/apache | 475 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: Ensure system is up-to-date\n apt:\n upgrade: dist\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: Install Apache\n apt:\n name: apache2\n state: latest\n\n- name: Ensure Apache is running\n service:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | manibratam1221/ansible-prod | a890fcd1f93e0f4199cf2b7cd5cc09a8d0311950 | 0 | roles/mysql | 475 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Ensure system is up-to-date\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Install MySQL\n apt:\n name: mysql-server\n state: latest\n\n- name: Install Python MySQL dependency for Ansible\n apt:\n name: python3-pymysql\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | vtraida/zabbix | d488a19973bb5d73e61fe45e4d6b310ac4a10262 | 0 | roles/httpd_setup | 475 | [
"no_license"
] | [
{
"path": "roles/httpd_setup/tasks/main.yml",
"content": "---\n- name: Installing httpd\n yum:\n name: httpd\n state: present\n update_cache: yes\n- name: Starting httpd and add to start on boot\n service:\n name: httpd\n state: started \n enabled: yes",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | vtraida/zabbix | d488a19973bb5d73e61fe45e4d6b310ac4a10262 | 0 | roles/mariadb_setup | 475 | [
"no_license"
] | [
{
"path": "roles/mariadb_setup/tasks/main.yml",
"content": "---\n- name: Installing mariadb-server\n yum: \n name: mariadb-server\n state: present \n update_cache: yes\n- name: Installing mariadb-server dependency\n yum: \n name: MySQL-python\n state: present\n- name: Starting mariadb-s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | vtraida/zabbix | d488a19973bb5d73e61fe45e4d6b310ac4a10262 | 0 | roles/resolve_hotfix_SE_issue | 475 | [
"no_license"
] | [
{
"path": "roles/resolve_hotfix_SE_issue/tasks/main.yml",
"content": "---\n# SE module https://relativkreativ.at/articles/how-to-compile-a-selinux-policy-package\n- name: Creating directory for SElinux modules\n file:\n path: /home/vagrant/semodule\n state: directory\n mode: 0755\n- name: Copying ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 922,
"all_permissive": false
} |
ansible_role | vtraida/zabbix | d488a19973bb5d73e61fe45e4d6b310ac4a10262 | 0 | roles/zabbix_install_role | 475 | [
"no_license"
] | [
{
"path": "roles/zabbix_install_role/vars/main.yml",
"content": "---\n\n#httpd vars\nphp_time_zone: Europe/Kiev\n#zabbix_server.conf vars\ndb_host_mysql: localhost\ndb_name_mysql: zabbix\ndb_username_mysql: zabbix\ndb_password_mysql: <PASSWORD>\n#mysql server vars\nmysql_root_password: <PASSWORD>\n#zabbix c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4230,
"all_permissive": false
} |
ansible_role | pandvan/kirahire | 8182fbb9c3dca1e16710f3ac63ee81f78133f243 | 0 | roles/docker_tls | 477 | [
"no_license"
] | [
{
"path": "roles/docker_tls/tasks/main.yml",
"content": "---\n\n- name: Ensure data root folder exists\n ansible.builtin.file:\n path: \"{{ docker_tls_data_root }}\"\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Ensure volume folders exist\n ansible.builtin.file:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1416,
"all_permissive": false
} |
ansible_role | pandvan/kirahire | 8182fbb9c3dca1e16710f3ac63ee81f78133f243 | 0 | roles/ec2_vm | 477 | [
"no_license"
] | [
{
"path": "roles/ec2_vm/tasks/main.yml",
"content": "---\n\n- name: Assert ec2_vm_vpc_id is defined\n ansible.builtin.assert:\n that:\n - ec2_vm_vpc_id is not none\n fail_msg: \"You need to set ec2_vm_vpc_id to use this role\"\n run_once: yes\n\n- name: Create VPC subnet\n amazon.aws.ec2_vpc_s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2606,
"all_permissive": false
} |
ansible_role | Lordwales/UmaniSetup | a290cd08a97e6cf4bb797ca718fbdc26f4e573a7 | 0 | Ansible/roles/umami | 477 | [
"no_license"
] | [
{
"path": "Ansible/roles/umami/tasks/main.yml",
"content": "- name: Clone the repository\n ansible.builtin.git:\n repo: https://github.com/mikecao/umami.git\n clone: yes\n dest: /home/ubuntu\n\n#copy folder to /var/www/\n- name: Copy folder to /var/www\n copy:\n src: /home/ubuntu/umami\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | dvsp-itransition/ab-logstash | dd5b1c56e4a6c4ee9a18dc836fe918384800c240 | 0 | roles/logstash | 477 | [
"no_license"
] | [
{
"path": "roles/logstash/handlers/main.yml",
"content": "- name: restart monit\n systemd: \n name: monit \n state: restarted\n- name: restart logstash\n systemd: \n name: logstash \n state: restarted \n- name: start and enable monit\n systemd: \n name: monit \n state: started \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1906,
"all_permissive": false
} |
ansible_role | Schmiffy/techchallenge | 0dba12e791eaaa9b0b68cc597c5b12e76557560c | 0 | roles/docker | 477 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: install packages required by docker\n become: true\n apt:\n update_cache: yes\n state: latest\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gpg-agent\n - software-propertie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | Schmiffy/techchallenge | 0dba12e791eaaa9b0b68cc597c5b12e76557560c | 0 | roles/gceinstance | 477 | [
"no_license"
] | [
{
"path": "roles/gceinstance/vars/main.yml",
"content": "---\n# vars file for gceinstance",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/gceinstance/tasks/main.yml",
"content": "---\n# tasks file for gceinstance\n- name: create a disk\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2152,
"all_permissive": false
} |
ansible_role | rubenschagas/ansibleAutomatedPlaybooks | 3e87b76764fb8b930443895a55027ac4f1777f41 | 2 | ansible-playbooks/roles/create-ansible-user | 477 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/create-ansible-user/tasks/main.yml",
"content": "---\n\n- name: Create the user ansible\n user:\n name: ansible\n comment: Create an ansible user for automation purposes.\n password_lock: yes\n append: yes\n local: yes\n tags:\n - create-ansible-user-cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | rubenschagas/ansibleAutomatedPlaybooks | 3e87b76764fb8b930443895a55027ac4f1777f41 | 2 | ansible-playbooks/roles/create-database-dump | 477 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/create-database-dump/tasks/main.yml",
"content": "---\n\n- name: Creates a folder\n file:\n path: \"{{ backup_destination }}\"\n state: directory\n mode: 0777\n delegate_to: localhost\n tags:\n - create-dir\n\n- name: Creates a dump file from a database\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | rubenschagas/ansibleAutomatedPlaybooks | 3e87b76764fb8b930443895a55027ac4f1777f41 | 2 | ansible-playbooks/roles/create-postgres-container | 477 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/create-postgres-container/tasks/main.yml",
"content": "---\n\n- name: debug info\n debug:\n #msg: \"Host {{ ansible_hostname }} has {{ ansible_memtotal_mb }} MB Memory and {{ ansible_processor_cores }} CPU Cores.\"\n msg: \"Suggested shared_buffers_size: {{ansible_m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | rubenschagas/ansibleAutomatedPlaybooks | 3e87b76764fb8b930443895a55027ac4f1777f41 | 2 | ansible-playbooks/roles/create-rodaroda-data | 477 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/create-rodaroda-data/tasks/main.yml",
"content": "---\n- name: Insert data into the brazilian states table\n postgresql_query:\n db: rodaroda\n login_user: postgres\n login_password: <PASSWORD>\n query: \"INSERT INTO brazilian_states (uf_code, uf, uf_name, sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8036,
"all_permissive": false
} |
ansible_role | rubenschagas/ansibleAutomatedPlaybooks | 3e87b76764fb8b930443895a55027ac4f1777f41 | 2 | ansible-playbooks/roles/create-user-db-table | 477 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/create-user-db-table/tasks/main.yml",
"content": "---\n\n- name: Create the ruler user and the company db\n postgresql_user:\n name: ruler\n state: present\n password: <PASSWORD>\n encrypted: true\n login_user: postgres\n login_password: <PASSWORD>\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2093,
"all_permissive": false
} |
ansible_role | rubenschagas/ansibleAutomatedPlaybooks | 3e87b76764fb8b930443895a55027ac4f1777f41 | 2 | ansible-playbooks/roles/installs-psycopg2 | 477 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/installs-psycopg2/tasks/main.yml",
"content": "---\n\n- name: Installs the python3-psycopg2 package (Python PostgreSQL adapter)\n become: yes\n apt:\n name: python3-psycopg2\n state: present\n# when: ansible_os_family == \"Ubuntu\"\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | rubenschagas/ansibleAutomatedPlaybooks | 3e87b76764fb8b930443895a55027ac4f1777f41 | 2 | ansible-playbooks/roles/rodaroda | 477 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/rodaroda/tasks/main.yml",
"content": "---\n- name: Create the ruler user and the company db\n postgresql_user:\n name: ruler\n state: present\n password: <PASSWORD>\n encrypted: true\n login_user: postgres\n login_password: <PASSWORD>\n comment: creat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6872,
"all_permissive": false
} |
ansible_role | fedora-fedora/nginx-gost | 94a2caebb99bbc6bdd1c7d71aa5ab30f6ba38032 | 0 | ansible/roles/generate.configs | 477 | [
"no_license"
] | [
{
"path": "ansible/roles/generate.configs/templates/labportal.infoclinica.ru.conf.j2",
"content": "server {\n listen 443 ssl proxy_protocol;\n set_real_ip_from 0.0.0.0/0;\n real_ip_header proxy_protocol;\n server_name labportal.{{ item.value.sitena... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 30969,
"all_permissive": false
} |
ansible_role | krasosu/ansible-dev-env | 2597a93d6bb7b2c8d98b3d862e185ca8a883a65f | 0 | roles/common-apt | 477 | [
"no_license"
] | [
{
"path": "roles/common-apt/tasks/main.yml",
"content": "---\n# Ansible role to install basic ubuntu packages\n- name: \"Install base packages\"\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n cache_valid_time: 604800\n vars:\n packages:\n - jq\n - vim\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | krasosu/ansible-dev-env | 2597a93d6bb7b2c8d98b3d862e185ca8a883a65f | 0 | roles/docker | 477 | [
"no_license"
] | [
{
"path": "roles/docker/vars/main.yml",
"content": "---\n# vars file for docker and docker-compose\n\ncompose_version: \"1.29.1\" \ncompose_path: /usr/local/bin/docker-compose\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/docker/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2038,
"all_permissive": false
} |
ansible_role | krasosu/ansible-dev-env | 2597a93d6bb7b2c8d98b3d862e185ca8a883a65f | 0 | roles/git | 477 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n# Ansible role to install, config git\n- name: \"Install git, gitk, meld packages\"\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n cache_valid_time: 604800\n vars:\n packages:\n - git\n - gitk\n - meld... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | krasosu/ansible-dev-env | 2597a93d6bb7b2c8d98b3d862e185ca8a883a65f | 0 | roles/gnome-tweaks | 477 | [
"no_license"
] | [
{
"path": "roles/gnome-tweaks/tasks/main.yml",
"content": "---\n# Ansible role to install gnome tweaks\n- name: \"Install gnome-tweaks packages\"\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n cache_valid_time: 604800\n vars:\n packages:\n - gnome-tweaks\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | krasosu/ansible-dev-env | 2597a93d6bb7b2c8d98b3d862e185ca8a883a65f | 0 | roles/java | 477 | [
"no_license"
] | [
{
"path": "roles/java/vars/main.yml",
"content": "\n---\n#Role Java vars\n\ndownload_url: https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-x64_bin.tar.gz\ndownload_folder: /opt\njava_name: \"{{download_folder}}/jdk-16.0.1\"\njava_archive: \"{{download_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2019,
"all_permissive": false
} |
ansible_role | krasosu/ansible-dev-env | 2597a93d6bb7b2c8d98b3d862e185ca8a883a65f | 0 | roles/teamviewer | 477 | [
"no_license"
] | [
{
"path": "roles/teamviewer/vars/main.yml",
"content": "---\n# vars file for teamviewer\n\n\n_teamviewer_package:\n apt:\n url: 'https://download.teamviewer.com/download/linux/teamviewer_amd64.deb'\n name: teamviewer_amd64.deb\n\nteamviewer_package_url: '{{ _teamviewer_package[ansible_pkg_mgr][\"url\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-hashicorp | 13b73ac6b4b35cc6f7403f55bb59ec8e7cb00590 | 0 | roles/common | 477 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yaml",
"content": "tmp_key_location: /tmp/hashicorp-archive-keyring.gpg\nkey_location: /usr/share/keyrings/hashicorp-archive-keyring.gpg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/common/tasks/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-hashicorp | 13b73ac6b4b35cc6f7403f55bb59ec8e7cb00590 | 0 | roles/consul | 477 | [
"no_license"
] | [
{
"path": "roles/consul/defaults/main.yaml",
"content": "consul_data_dir: /opt/consul\nconsul_config_dir: /etc/consul.d\nconsul_version: 1.17.2-1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/consul/templates/consul.hcl.j2",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-hashicorp | 13b73ac6b4b35cc6f7403f55bb59ec8e7cb00590 | 0 | roles/nomad | 477 | [
"no_license"
] | [
{
"path": "roles/nomad/tasks/main.yaml",
"content": "- name: Install Nomad Apps\n ansible.builtin.apt:\n name:\n - nomad={{ nomad_version }}\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/nomad/defaults/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-hashicorp | 13b73ac6b4b35cc6f7403f55bb59ec8e7cb00590 | 0 | roles/packer | 477 | [
"no_license"
] | [
{
"path": "roles/packer/tasks/main.yaml",
"content": "- name: Install Packar Apps\n ansible.builtin.apt:\n name:\n - packer={{ packer_version }}\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/packer/defaults/m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-hashicorp | 13b73ac6b4b35cc6f7403f55bb59ec8e7cb00590 | 0 | roles/terraform | 477 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yaml",
"content": "- name: Install Terraform Apps\n ansible.builtin.apt:\n name:\n - terraform=1.7.1-1\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-hashicorp | 13b73ac6b4b35cc6f7403f55bb59ec8e7cb00590 | 0 | roles/vault | 477 | [
"no_license"
] | [
{
"path": "roles/vault/tasks/main.yaml",
"content": "- name: Install Hashicorp Apps\n ansible.builtin.apt:\n name:\n - vault={{ vault_version }}\n state: present\n\n- name: Configure Files\n block:\n - name: Create vault config dir\n ansible.builtin.file:\n path: \"{{ vault_confi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3185,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-hashicorp | 13b73ac6b4b35cc6f7403f55bb59ec8e7cb00590 | 0 | roles/waypoint | 477 | [
"no_license"
] | [
{
"path": "roles/waypoint/tasks/main.yaml",
"content": "- name: Install waypoint Apps\n ansible.builtin.apt:\n name:\n - waypoint={{ waypoint_version }}\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/waypoint/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | starry-ys/ansible | 52bdb7439157c7770b0f480b97f7d7d00ddb39ea | 0 | playbooks/roles/filebeat | 477 | [
"no_license"
] | [
{
"path": "playbooks/roles/filebeat/vars/main.yml",
"content": "---\nkafka_machines_a: \"10.9.12.51:9092\"\nkafka_machines_b: \"10.9.12.52:9092\"\nkafka_machines_c: \"10.9.12.53:9092\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "playbooks/ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1213,
"all_permissive": false
} |
ansible_role | starry-ys/ansible | 52bdb7439157c7770b0f480b97f7d7d00ddb39ea | 0 | playbooks/roles/logstash | 477 | [
"no_license"
] | [
{
"path": "playbooks/roles/logstash/tasks/main.yml",
"content": "---\n- name: transfer logstash configure file.\n template: src=logstash.conf.j2 dest=/etc/logstash/conf.d/{{ kafka_stream_name }}-logstash.conf\n notify:\n - restart logstash service",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | habarshi/ansible | a4433fba4d6602723858e880a95e5daf02df44e9 | 0 | roles/certificates | 476 | [
"no_license"
] | [
{
"path": "roles/certificates/tasks/main.yml",
"content": "---\n\n- name: Check necessary packages are exist\n apt:\n name: \"{{ item }}\"\n state: \"present\"\n install_recommends: True\n loop:\n - \"openssl\"\n \n \n- name: Ensure SSL keys directory exists\n file:\n path: \"{{ haba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | habarshi/ansible | a4433fba4d6602723858e880a95e5daf02df44e9 | 0 | roles/containers | 476 | [
"no_license"
] | [
{
"path": "roles/containers/templates/opt/habarshi/docker-compose.j2",
"content": "version: '2'\nservices:\n habarshi:\n image: \"{{ habarshi_image }}\"\n container_name: \"habarshi\"\n command: habarshictl start\n environment:\n - SSL_OFF=1\n - LOGGER=SENTRY\n - DOMAIN={{ habars... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3715,
"all_permissive": false
} |
ansible_role | habarshi/ansible | a4433fba4d6602723858e880a95e5daf02df44e9 | 0 | roles/nginx | 476 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/habarshi.conf.j2",
"content": "server {\n listen 11987;\n server_name {{ habarshi_domain }};\n server_tokens off;\n \n error_log /var/log/nginx/{{ habarshi_domain }}.error.log warn;\n\n location /content {\n alias {{ habarshi_path }}/habarshi/uploads;\n autoindex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1961,
"all_permissive": false
} |
ansible_role | Display-Lab/ransomable | 1bb32c18260f80b407f7bacb7f0221b86937982e | 0 | roles/simpl.dependencies | 476 | [
"no_license"
] | [
{
"path": "roles/simpl.dependencies/tasks/boot_check.yml",
"content": "---\n# Copied out of https://github.com/savoirfairelinux/ansible-reboot-if-needed/blob/master/tasks/main.yml\n- name: Check if reboot is required\n stat:\n path: /var/run/reboot-required\n register: reboot_required_file\n\n- name: R... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1496,
"all_permissive": false
} |
ansible_role | Display-Lab/ransomable | 1bb32c18260f80b407f7bacb7f0221b86937982e | 0 | roles/simpl.install | 476 | [
"no_license"
] | [
{
"path": "roles/simpl.install/tasks/data-retriever.yml",
"content": "---\n- name: Check mysql is present\n command: /usr/bin/dpkg-query -l mysql-client\n args:\n warn: no\n register: mysql_check\n ignore_errors: yes\n\n- name: Check mysql presence failure message\n fail:\n msg: \"MYSQL-CLIENT NE... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2162,
"all_permissive": false
} |
ansible_role | Display-Lab/ransomable | 1bb32c18260f80b407f7bacb7f0221b86937982e | 0 | roles/simpl.pipeline | 476 | [
"no_license"
] | [
{
"path": "roles/simpl.pipeline/tasks/main.yml",
"content": "---\n- name: Install systemd unit (service & timer) files\n copy: \n src: files/systemd/\n dest: /etc/systemd/system/\n owner: root\n group: root\n\n- name: Enable units and reload\n systemd:\n daemon_reload: yes\n name: \"{{ i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | jesuscript/trac-deploy | 9ff258734f57e57a58c63eab969bc3a90752e665 | 0 | roles/gateway | 476 | [
"no_license"
] | [
{
"path": "roles/gateway/tasks/main.yml",
"content": "- name: clone git repository\n git: repo={{ gateway_repo }} dest={{install_dir}} force=yes\n tags: update\n\n# - name: install clang\n# apt: state=present pkg=clang\n \n- name: npm install locals\n shell: npm install chdir={{install_dir}}\n tags: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | augustovan/apiCatsProject | 42e3a2e2b86e0a495a9dba781585a118bc8b81e8 | 0 | monitoring/ansible/roles/maquinetas | 476 | [
"no_license"
] | [
{
"path": "monitoring/ansible/roles/maquinetas/vars/main.yml",
"content": "tag-key: Name \ntag-value: K8-CatsAPI\nkey_name: catsapi\ninstance_type: t2.medium\nregion: us-east-1\nimage: ami-0ac80df6eff0e70b5\nsecurity_group: K8-CatsAPI-SG\ncount: 2\n\n ",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2620,
"all_permissive": false
} |
ansible_role | cfra/jitsi-playbook | d705e94fcb843560c5140f47e8817064fa2ae8ae | 4 | roles/bootstrap | 476 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yml",
"content": "---\n- name: Check for Python\n raw: test -e /usr/bin/python\n changed_when: false\n failed_when: false\n register: python\n\n- name: Install Python\n raw: \"apt -y update && apt install -y python-minimal\"\n when: python.rc != 0\n\n- name: Gathe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | cfra/jitsi-playbook | d705e94fcb843560c5140f47e8817064fa2ae8ae | 4 | roles/dockerdrop | 476 | [
"no_license"
] | [
{
"path": "roles/dockerdrop/tasks/docker_ce.yml",
"content": "---\n- name: Install requirements for docker CE repo.\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - software-properties-common\n\n# This seems to be insufficient, see https://github.com/ansible/ansible-modules-c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | cfra/jitsi-playbook | d705e94fcb843560c5140f47e8817064fa2ae8ae | 4 | roles/jitsi | 476 | [
"no_license"
] | [
{
"path": "roles/jitsi/tasks/main.yml",
"content": "---\n- name: Ensure docker-compose, git and make are installed\n apt:\n pkg:\n - docker-compose\n - git-core\n - make\n\n- name: Get jitsi docker compose setup\n git:\n repo: https://github.com/jitsi/docker-jitsi-meet.git\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2473,
"all_permissive": false
} |
ansible_role | Samdeepvarma/ansible | 47c1de87e195e357640cf6bb6ebf755213425b6c | 0 | roles/catalogue | 476 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: Setup Catalogue\n include_role:\n name: common\n tasks_from: nodejs\n\n- name: Install Nodejs\n yum:\n name:\n - nodejs\n - make\n - gcc-c++\n state: installed\n\n- name: Add Roboshop User\n ansible.builtin.user:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | oisis/kubernets-tmk | 3e417c653d61dfd8236fc7b76ed9533c45873ac2 | 0 | roles/common | 476 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: install base packages\n yum:\n name: '{{ item }}'\n state: present\n with_items: '{{ packages_list }}'\n when: packages_list is defined\n\n- name: install extra packages\n yum:\n name: '{{ item }}'\n state: present\n with_it... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | oisis/kubernets-tmk | 3e417c653d61dfd8236fc7b76ed9533c45873ac2 | 0 | roles/docker | 476 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Install the latest version of docker\n yum:\n name: '{{ item }}'\n state: 'present'\n with_items: '{{ docker_packages }}'\n notify:\n - start docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | oisis/kubernets-tmk | 3e417c653d61dfd8236fc7b76ed9533c45873ac2 | 0 | roles/etcd | 476 | [
"no_license"
] | [
{
"path": "roles/etcd/handlers/main.yaml",
"content": "---\n- name: start etcd\n service: name=etcd state=started\n\n- name: restart etcd\n service: name=etcd state=restarted\n\n- name: reload etcd\n service: name=etcd state=reloaded\n\n- name: stop etcd\n service: name=etcd state=stopped\n\n- name: ena... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2075,
"all_permissive": false
} |
ansible_role | oisis/kubernets-tmk | 3e417c653d61dfd8236fc7b76ed9533c45873ac2 | 0 | roles/flanneld | 476 | [
"no_license"
] | [
{
"path": "roles/flanneld/templates/flanneld.j2",
"content": "#\n# {{ ansible_managed }}\n#\n\n# Flanneld configuration options\n\n# etcd url location. Point this to the server where etcd runs\nFLANNEL_ETCD=\"http://{{ flannel_etcd_host }}:{{ flannel_etcd_port }}\"\n\n# etcd config key. This is the config... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2000,
"all_permissive": false
} |
ansible_role | oisis/kubernets-tmk | 3e417c653d61dfd8236fc7b76ed9533c45873ac2 | 0 | roles/kubernetes | 476 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/master/main.yaml",
"content": "---\n- name: install kubernetes master packages\n yum:\n name: '{{ item }}'\n state: present\n with_items: '{{ k8s_master_rpms_list }}'\n when: k8s_master_rpms_list is defined\n\n- include: '{{ role_path }}/tasks/master/generate_ssl_c... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 13097,
"all_permissive": false
} |
ansible_role | michaszcz/Backup | d5e843ca4dd6bba156110e1f855b3517ab56ceff | 0 | roles/common | 476 | [
"no_license"
] | [
{
"path": "roles/common/files/.zshrc",
"content": "#\n# Executes commands at the start of an interactive session.\n#\n# Authors:\n# <NAME> <<EMAIL>>\n#\n\n# Source Prezto.\nif [[ -s \"${ZDOTDIR:-$HOME}/.zprezto/init.zsh\" ]]; then\n source \"${ZDOTDIR:-$HOME}/.zprezto/init.zsh\"\nfi\n\n# Key bindings\nbi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3619,
"all_permissive": false
} |
ansible_role | michaszcz/Backup | d5e843ca4dd6bba156110e1f855b3517ab56ceff | 0 | roles/google-chrome | 476 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/main.yml",
"content": "---\n- name: Add Google signing key\n apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n- name: Add the Google repository\n apt_repository:\n repo: deb http://dl.google.com/linux/chrome/deb/ stable m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | michaszcz/Backup | d5e843ca4dd6bba156110e1f855b3517ab56ceff | 0 | roles/python3 | 476 | [
"no_license"
] | [
{
"path": "roles/python3/tasks/main.yml",
"content": "---\n- name: Install important python packages\n apt: name={{ item }} state=present\n with_items:\n - ipython3\n - python3-pip\n- name: Update pip packages\n command: pip3 list --outdated --format=freeze | grep -v '^\\-e' | cut -d = -f 1 | xargs -n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | michaszcz/Backup | d5e843ca4dd6bba156110e1f855b3517ab56ceff | 0 | roles/spotify | 476 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "---\n- name: Add the Spotify repository signing keys\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: 0DF731E45CE24F27EEEB1450EFDC8610341D9410\n- name: Add the Spotify repository\n apt_repository:\n repo: deb http://repository.spoti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | michaszcz/Backup | d5e843ca4dd6bba156110e1f855b3517ab56ceff | 0 | roles/synaptics | 476 | [
"no_license"
] | [
{
"path": "roles/synaptics/tasks/main.yml",
"content": "---\n- name: Ensure synaptics installed\n apt: name=xserver-xorg-input-synaptics state=present\n- name: Set up touchpad\n copy:\n src: 70-synaptics.conf\n dest: /etc/X11/xorg.conf.d/\n owner: root\n group: root\n mode: 0644\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | michaszcz/Backup | d5e843ca4dd6bba156110e1f855b3517ab56ceff | 0 | roles/system-config | 476 | [
"no_license"
] | [
{
"path": "roles/system-config/tasks/main.yml",
"content": "---\n- name: Config GRUB\n lineinfile:\n path: /etc/default/grub\n regexp: '^{{ item.key }}='\n line: '{{ item.key }}={{ item.value }}'\n with_items:\n - { key: GRUB_DEFAULT, value: saved }\n - { key: GRUB_TIMEOUT, value: 2 }\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | michaszcz/Backup | d5e843ca4dd6bba156110e1f855b3517ab56ceff | 0 | roles/vim | 476 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: Install VIM\n apt:\n name: vim\n state: present\n- name: Config Vim\n copy:\n src: .vimrc\n dest: \"{{ local_home }}\"\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n mode: 0644\n- name: Set vim as default editor\n alte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | lscsaw/springer-devops-workshop-ansible-playbook | 2d5184821e49892d556834082d5563396a295234 | 1 | roles/manage-authorized-keys | 469 | [
"no_license"
] | [
{
"path": "roles/manage-authorized-keys/tasks/main.yml",
"content": "# manages authorized keys for a user\n- name: \"add authorized keys\"\n ansible.builtin.authorized_key:\n user: \"{{ user }}\"\n state: present\n key: \"{{ item }}\"\n exclusive: true\n with_file:\n - authorized_keys\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-05/Ingvar78_infra | 812b842e27297016db54741b6c70f54f48ecfd8b | 0 | ansible/roles/app | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "- name: Update and upgrade apt packages\n become: true\n apt: upgrade=yes update_cache=yes cache_valid_time=86400\n- name: Install ruby and dependencies\n become: true\n apt: name=\"{{ item }}\" state=present update_cache=yes\n loop: \"{{ ['rub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-05/Ingvar78_infra | 812b842e27297016db54741b6c70f54f48ecfd8b | 0 | ansible/roles/db | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/db/vars/main.yml",
"content": "---\n# vars file for db\nmongo_bind_ip: 0.0.0.0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible/roles/db/tasks/install_mongo.yml",
"content": " # обновим ппакеты\n - name: Upgrad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 810,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/ansible | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible/tasks/main.yml",
"content": "# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/apache2 | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/apache2/tasks/main.yml",
"content": "# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2633,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/bootstrap | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/bionic-uca-rocky.yml",
"content": "---\n\n- name: bionic - rocky - apt enabling Rocky Ubuntu Cloud Archive\n apt_repository: repo='deb http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/rocky main'\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 15721,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/centos-network-setup | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/centos-network-setup/templates/centos7/ifcfg-eth0.j2",
"content": "TYPE=\"Ethernet\"\nNM_CONTROLLED=\"no\"\nONBOOT=\"yes\"\nNAME=\"eth0\"\nDEVICE=\"eth0\"\nBOOTPROTO=\"{{ eth0_bootproto }}\"\n{% if eth0_bootproto == 'static' %}\nIPADDR={{ centos_eth0_ip }}\nNETMASK={{ centos_eth0_ma... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4518,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/check_mk | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/check_mk/tasks/main.yml",
"content": "# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/cloud-init | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/cloud-init/tasks/CentOS.yml",
"content": "# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/dnsmasq | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/dnsmasq/templates/dummybr3.conf.j2",
"content": "interface=dummybr3\ndhcp-range=dummybr3,192.168.192.130,192.168.192.254\n#domain=srvc.tcmc.rocks,192.168.192.128/25\ndhcp-option=dummybr3,3\ndhcp-option=dummybr3,6\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3829,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/download-images | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/download-images/tasks/cloud-images.yml",
"content": "# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5628,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/firewalld | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/firewalld/tasks/centos6.yml",
"content": "# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3674,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/google-chrome | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/google-chrome/tasks/ubuntu.yml",
"content": "# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1024,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/isc-dhcp-server | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/isc-dhcp-server/handlers/main.yml",
"content": "---\n# handlers file for dns\n- name: restart isc-dhcp-server\n systemd:\n state: restarted\n name: isc-dhcp-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2978,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/kea-dhcp | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/kea-dhcp/tasks/main.yml",
"content": "---\n\n- name: main - Apt install kea-dhcp4-server\n apt:\n name: kea-dhcp4-server\n state: present\n\n- name: main - Applying kea-dhcp4-server config file\n template:\n src: kea-dhcp4.conf.j2\n dest: /etc/kea/kea-dhcp4.conf\n not... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2568,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/keepalived | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/keepalived/defaults/main.yml",
"content": "---\n\n# Variables for role keepalived\n\nkeepalived_auth_pass: \"<PASSWORD>\"\nkeepalived_role: \"MASTER\"\nkeepalived_router_id: \"52\"\nkeepalived_shared_iface: \"ens3.110\"\nkeepalived_shared_ip: \"10.93.55.65\"\nkeepalived_check_proces... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2394,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/loopback | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/loopback/tasks/os_cinder_loopback_lvm.yml",
"content": "---\n# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http:/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3088,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/lvm4ceph | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/lvm4ceph/tasks/main.yml",
"content": "---\n\n- name: main - Copy lvm4ceph.sh script\n copy:\n src: lvm4ceph.sh\n dest: /tmp/lvm4ceph.sh\n mode: 0755\n\n# - name: run lvm4ceph.sh --lvm-devices\n# command: sh /tmp/lvm4ceph.sh --lvm-devices\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1492,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/lxd | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/lxd/defaults/main.yml",
"content": "---\n\nlxd_action: none\n\nauthorized_user: \"{{ hostvars[groups['metal-manual'][0]]['regular_user_pubkey'] | default(False) }}\"\n\n# TODO: Make some sort of Netplan generator...\n#\n# At least, for LXD, the interface names are predictable (eth0,... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5504,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/maas | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/maas/tasks/dhcp_on.yml",
"content": "---\n# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/lic... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 11988,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/nftables | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/nftables/templates/nftables_conf.j2",
"content": "#!/usr/sbin/nft -f\n\nflush ruleset\n\ntable ip nat {\n chain PREROUTING {\n type nat hook prerouting priority 0; policy accept;\n iifname \"eth0.2\" ip daddr 1.2.3.2 tcp dport 2200 dnat to 192.16... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2845,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/nginx | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/files/nginx.repo.j2",
"content": "#\n# nginx.repo\n#\n\n[nginx]\nname=NGINX Yum\nbaseurl=http://nginx.org/packages/centos/$releasever/$basearch/\ngpgcheck=0\nenabled=1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | AYCHCOM/Svauto | 8d7c972803a2d88bc9ed4836218f44fcdc0805e6 | 0 | ansible/roles/nomachine | 469 | [
"no_license"
] | [
{
"path": "ansible/roles/nomachine/tasks/ubuntu.yml",
"content": "# Copyright 2018, TCMC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 722,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.