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 | gar2000b/ansible | 4151f20b7d8c58d32c3f0eb80ad7c89262c4f401 | 1 | PCU-ANSIBLE/roles/jboss_ews_install_binary | 7,842 | [
"no_license"
] | [
{
"path": "PCU-ANSIBLE/roles/jboss_ews_install_binary/tasks/main.yml",
"content": "---\n#- name: Stop and switch off any existing apache httpd\n# sudo: True\n# sudo_user: root\n# shell: service httpd stop && chkconfig httpd off\n# when: ansible_distribution != \"CentOS\"\n # ^ conditional so that this ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2711,
"all_permissive": false
} |
ansible_role | gar2000b/ansible | 4151f20b7d8c58d32c3f0eb80ad7c89262c4f401 | 1 | PCU-ANSIBLE/roles/jboss_ews_install_config | 7,842 | [
"no_license"
] | [
{
"path": "PCU-ANSIBLE/roles/jboss_ews_install_config/vars/main.yml",
"content": "jboss_ews_install_package: jboss-ews-httpd-2.1.0-RHEL5-x86_64.zip\njboss_ews_install_root: /opt/jboss\njboss_ews_install_tmp: \"{{ jboss_ews_install_root }}/tmp\"\njboss_ews_install_user: webadmin\njboss_ews_install_group: web... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 153961,
"all_permissive": false
} |
ansible_role | gar2000b/ansible | 4151f20b7d8c58d32c3f0eb80ad7c89262c4f401 | 1 | PCU-ANSIBLE/roles/nexus_fetch | 7,842 | [
"no_license"
] | [
{
"path": "PCU-ANSIBLE/roles/nexus_fetch/tasks/main.yml",
"content": "---\n- name: Debug message nexus\n debug: msg=\"The release version is {{ release_version }} and repository type is {{ nexus_repository }}...\"\n\n- name: Create download directory\n file: path=\"{{ download_home }}\" state=directory\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1119,
"all_permissive": false
} |
ansible_role | gar2000b/ansible | 4151f20b7d8c58d32c3f0eb80ad7c89262c4f401 | 1 | PCU-ANSIBLE/roles/ora_xe | 7,842 | [
"no_license"
] | [
{
"path": "PCU-ANSIBLE/roles/ora_xe/tasks/main.yml",
"content": "---\n- name: Fetch oracle package\n sudo: True\n sudo_user: root\n get_url: url={{ oracle_xe_url }} dest=/tmp/ validate_certs=no\n register: ora\n\n- name: Install Oracle package \n sudo: True\n sudo_user: root\n yum: name={{ item }} st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | gar2000b/ansible | 4151f20b7d8c58d32c3f0eb80ad7c89262c4f401 | 1 | PCU-ANSIBLE/roles/oracle_install_schema | 7,842 | [
"no_license"
] | [
{
"path": "PCU-ANSIBLE/roles/oracle_install_schema/tasks/main.yml",
"content": "---\n- name: Make sql directory\n file: path=\"{{ temp_sql }}\" state=directory\n\n- name: Copy sql files to server\n copy: src=\"{{ item }}\" dest=\"{{ temp_sql }}\"\n with_fileglob: \n - ./*.sql \n\n- name: Copy and toke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 56451,
"all_permissive": false
} |
ansible_role | hillel-devops-082022/hw_antonkova | c3bf0163b0732d0a4207977e7bad41d1fc37437f | 0 | terraform/ansible/roles/nginx | 7,842 | [
"no_license"
] | [
{
"path": "terraform/ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Update apt cache and install Nginx\n ansible.builtin.apt:\n name: nginx=1.14.0-*\n state: present\n update_cache: true\n\n- name: Apply Nginx template\n ansible.builtin.template:\n src: .... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | nvtkaszpir/vagrant-racktables | 8643a7b009a402806540f0b8023941930e120e46 | 0 | ansible/roles/local_dev | 7,842 | [
"no_license"
] | [
{
"path": "ansible/roles/local_dev/tasks/sysctl_vm.yml",
"content": "---\n# super aggressive mode for virtual guests\n# notice this is vagrant, vms are disposable\n# if vm crashses it will probbaly cause disk data corruption\n\n- name: Set systctl parameters\n sysctl:\n name: \"{{ item.name }}\"\n va... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3848,
"all_permissive": false
} |
ansible_role | nvtkaszpir/vagrant-racktables | 8643a7b009a402806540f0b8023941930e120e46 | 0 | ansible/roles/racktables | 7,842 | [
"no_license"
] | [
{
"path": "ansible/roles/racktables/tasks/main.yml",
"content": "---\n\n- name: Create Install directory\n file:\n dest: \"{{ racktables_install_dir }}\"\n state: \"{{ racktables_state }}\"\n mode: 0755\n owner: \"{{ racktables_user }}\"\n group: \"{{ racktables_group }}\"\n\n- include: git.... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3600,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/base-apache | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/base-apache/tasks/main.yml",
"content": "---\n# This role installs apache2\n\n- name: install apache2\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - apache2-utils\n\n- name: change default ports\n template: src=ports.conf.j2 dest=/etc/apache2/po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/base-nginx | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/base-nginx/tasks/main.yml",
"content": "---\n# This role installs nginx\n\n- name: Install nginx\n apt: name={{ item }} state=present default_release=jessie-backports\n with_items:\n - nginx\n\n- name: copy h5bp tweaks\n synchronize:\n src: nginx\n dest: /etc\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/common | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/handlers/main.yml",
"content": "---\n# Handlers for common notifications\n\n- name: restart ntp\n service: name=ntpd state=restarted\n\n- name: restart iptables\n service: name=iptables state=restarted\n\n- name: restart sshd\n service: name=ssh state=restarted\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3709,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/deploy-nodejs | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/deploy-nodejs/tasks/main.yml",
"content": "---\n\n- name: copy private ssh deploy key\n copy: src=bitbucket dest=/home/node/.ssh/bitbucket mode=0600\n sudo: yes\n sudo_user: node\n\n- name: copy public ssh deploy key\n copy: src=bitbucket.pub dest=/home/node/.ssh/bitbucket.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/deploy-nodejs-crowdfunding | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/deploy-nodejs-crowdfunding/tasks/main.yml",
"content": "---\n\n- name: create postgresql user\n postgresql_user: name=node\n sudo: yes\n sudo_user: postgres\n\n- name: create postgresql db\n postgresql_db: name=crowdfunding owner=node\n sudo: yes\n sudo_user: postgres\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7762,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/deploy-nodejs-prerender | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/deploy-nodejs-prerender/handlers/main.yml",
"content": "---\n\n- name: deploy prerender\n command: pm2 deploy ecosystem.json5 staging chdir=/home/node/git/slimerjs-prerender\n sudo: yes\n sudo_user: node\n async: 1800\n poll: 120\n\n- name: reload nginx\n service: name=ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2649,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/deploy-nodejs-socketcluster | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/deploy-nodejs-socketcluster/handlers/main.yml",
"content": "---\n\n- name: deploy socketcluster\n command: pm2 deploy ecosystem.json5 staging chdir=/home/node/git/socketcluster\n sudo: yes\n sudo_user: node\n async: 1800\n poll: 120\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/dovecot | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/dovecot/tasks/main.yml",
"content": "---\n\n- name: install dovecot\n apt: name={{ item }} state=present\n with_items:\n - dovecot-core\n - dovecot-imapd\n - dovecot-pop3d\n\n- name: add dovecot user to mail group\n user: name={{ item }} groups=mail append=yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/fail2ban | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/fail2ban/handlers/main.yml",
"content": "---\n\n- name: restart fail2ban\n service: name={{ item }} state=restarted\n with_items:\n - firehol\n - fail2ban\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/firehol | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/firehol/tasks/main.yml",
"content": "---\n\n- name: install firehol\n apt: name=firehol state=present\n\n- name: copy firehol conf\n copy: src=firehol.conf dest=/etc/firehol/firehol.conf\n\n- name: enable firehol\n copy: src=firehol dest=/etc/default/firehol\n notify:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/gogs | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/gogs/handlers/main.yml",
"content": "---\n\n- name: reload nginx\n service: name={{ item }} state=reloaded\n with_items:\n - nginx\n\n- name: restart gogs\n service: name=gogs state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2412,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/jenkins | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/jenkins/handlers/main.yml",
"content": "---\n\n- name: restart jenkins\n service: name=jenkins state=restarted\n\n- name: reload nginx\n service: name=nginx state=reloaded\n\n- name: reload sudo\n service: name=sudo state=reloaded\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2469,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/jenkins-cordova | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/jenkins-cordova/tasks/main.yml",
"content": "---\n\n- name: install ia32 libs\n apt: name={{ item }}\n with_items:\n - lib32stdc++6\n\n- name: create android dir\n file: path=/home/{{android_sdk_user}}/android state=directory owner={{android_sdk_user}} group={{android_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1900,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/mysql | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql/handlers/main.yml",
"content": "---\n# Handler to handle DB tier notifications\n\n- name: restart mysql\n service: name=mysql state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "provisioning/rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/nodejs | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: install nodejs\n apt: name={{ item }}\n with_items:\n - nodejs\n\n- name: install pm2\n npm: name={{ item }} global=yes state=latest\n with_items:\n - pm2\n\n- name: create node user\n user: name=node generate_ss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/piwik | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/piwik/tasks/main.yml",
"content": "---\n\n- name: install piwik\n apt: name={{ item }}\n with_items:\n - piwik\n\n- name: create piwik mysql db\n mysql_db: name={{ piwik_db }}\n\n- name: create piwik mysql user\n mysql_user: name={{ piwik_db_user }} password={{ piwik_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/postfix | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/postfix/templates/virtual.j2",
"content": "abuse phra@localhost\ninfo phra@localhost\naffiliazione phra@localhost\n@ phra@localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "provisioning/roles/postfix... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2215,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/postgresql | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/postgresql/handlers/main.yml",
"content": "---\n# Handler to handle DB tier notifications\n\n- name: restart postgresql\n service: name=postgresql state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/progettoTW | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/progettoTW/tasks/main.yml",
"content": "---\n\n- name: install deps\n pip: name={{ item }}\n with_items:\n - rdflib\n - rdfextras\n\n- name: create trovatutto user\n postgresql_user: name=trovatutto\n sudo: yes\n sudo_user: postgres\n\n- name: create trovatutto d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2189,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/redis | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/redis/tasks/main.yml",
"content": "---\n\n- name: install redis\n apt: name={{ item }}\n with_items:\n - redis-server\n - redis-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/roundcube | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/roundcube/handlers/main.yml",
"content": "---\n\n- name: reload apache2\n service: name={{ item }} state=reloaded\n with_items:\n - apache2\n\n- name: reload nginx\n service: name={{ item }} state=reloaded\n with_items:\n - nginx\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1233,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/ssl | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/ssl/tasks/main.yml",
"content": "---\n\n- name: create ssl certs directory\n file: path=/etc/ssl/{{DOMAIN}}/certs state=directory mode=0755\n\n- name: create ssl private directory\n file: path=/etc/ssl/{{DOMAIN}}/private state=directory mode=0700\n\n- name: copy ssl certifica... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/users | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/users/tasks/main.yml",
"content": "---\n\n- name: create groups\n group: name={{ item }}\n with_items:\n - dev\n - admin\n\n- name: create phra user\n user: name=phra shell=/bin/bash groups=admin,sudo,dev append=yes password=<PASSWORD>.\n\n- name: copy ssh key\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/vagrant-pre | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/vagrant-pre/tasks/main.yml",
"content": "---\n\n- name: add ability to ssh as root and vagrant\n authorized_key: user={{ item }} key=https://github.com/phra.keys exclusive=yes\n with_items:\n - root\n - vagrant\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/web | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/web/tasks/main.yml",
"content": "---\n\n# httpd is handled by the base-apache role upstream\n- name: Install php \n yum: name={{ item }} state=present\n with_items:\n - php\n - php-mysql\n\n- name: Copy the code from repository\n git: repo={{ repository }} version={{ web... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | phra/complex-ansible-example | ceea7e9b83a92db2ab43b917c173feb88545f83d | 8 | provisioning/roles/zabbix | 7,842 | [
"no_license"
] | [
{
"path": "provisioning/roles/zabbix/tasks/main.yml",
"content": "---\n- name: install zabbix\n apt: name={{ item }} state=present\n with_items:\n - zabbix-agent\n - zabbix-server-mysql\n - zabbix-frontend-php\n\n- name: copy zabbix apache2 vhost\n template: src=zabbix.{{DOMAIN}}.apache2.j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | leonidas/rancher-test | 4c8333fb4bb9ddfc8ddff2e5c18c1cc3f908d5f3 | 0 | roles/base | 7,842 | [
"no_license"
] | [
{
"path": "roles/base/tasks/firewall.yml",
"content": "- name: install ufw\n apt: package=ufw state=installed\n\n- name: allow ssh in firewall\n ufw: rule=allow name=OpenSSH\n\n- name: enable firewall\n ufw: state=enabled policy=reject\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | leonidas/rancher-test | 4c8333fb4bb9ddfc8ddff2e5c18c1cc3f908d5f3 | 0 | roles/jenkins | 7,842 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "- name: \"Setup nginx vhost for {{ jenkins_hostname }}\"\n template: src=jenkins.nginx.j2 dest=/etc/nginx/sites-available/{{ jenkins_hostname }} mode=0644\n notify: restart nginx\n\n- name: \"Enable nginx vhost for {{ jenkins_hostname }}\"\n file: >\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3433,
"all_permissive": false
} |
ansible_role | leonidas/rancher-test | 4c8333fb4bb9ddfc8ddff2e5c18c1cc3f908d5f3 | 0 | roles/nginx | 7,842 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install python dependencies for managing apt repositories\n apt: pkg=python-pycurl\n tags: [nginx, repo]\n\n- name: Add nginx repository signing key\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n tags: [nginx, repo]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2015,
"all_permissive": false
} |
ansible_role | leonidas/rancher-test | 4c8333fb4bb9ddfc8ddff2e5c18c1cc3f908d5f3 | 0 | roles/rancher-server | 7,842 | [
"no_license"
] | [
{
"path": "roles/rancher-server/defaults/main.yml",
"content": "rancher_server_image: rancher/server\nrancher_server_hostname: rancher1.leonidasoy.fi\nrancher_server_port: 8080\nrancher_server_ssl: true\nrancher_server_letsencrypt: true\nrancher_server_ssl_certificate: /srv/letsencrypt/secrets/rancher1.leon... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2723,
"all_permissive": false
} |
ansible_role | Bora2k3/devops-diplom-yandexcloud | b951f994e3f25f5db0425d7c145eb9df11624ff2 | 1 | stack-ansible/roles/grafana | 7,842 | [
"no_license"
] | [
{
"path": "stack-ansible/roles/grafana/tasks/main.yml",
"content": "---\n# tasks file for grafana\n- name: Create User Grafana\n user:\n name: grafana\n create_home: no\n shell: /bin/false\n\n- name: Create directories for Grafana\n file:\n path: '/tmp/grafana'\n state: directory\n owner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2029,
"all_permissive": false
} |
ansible_role | Bora2k3/devops-diplom-yandexcloud | b951f994e3f25f5db0425d7c145eb9df11624ff2 | 1 | stack-ansible/roles/mysqld_exporter | 7,842 | [
"no_license"
] | [
{
"path": "stack-ansible/roles/mysqld_exporter/defaults/main.yml",
"content": "---\nmysqld_exporter_version: 0.14.0\nmysqld_exporter_web_listen_address: \"0.0.0.0:9104\"\nmysqld_exporter_dsn: \"exporter:password@(localhost:3306)/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1787,
"all_permissive": false
} |
ansible_role | Bora2k3/devops-diplom-yandexcloud | b951f994e3f25f5db0425d7c145eb9df11624ff2 | 1 | stack-ansible/roles/node_exporter | 7,842 | [
"no_license"
] | [
{
"path": "stack-ansible/roles/node_exporter/handlers/main.yml",
"content": "---\n# handlers file for node_exporter\n- name: firewalld systemd restart\n command: firewall-cmd --reload\n\n- name: systemd reload\n systemd: daemon_reload=yes",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1434,
"all_permissive": false
} |
ansible_role | Bora2k3/devops-diplom-yandexcloud | b951f994e3f25f5db0425d7c145eb9df11624ff2 | 1 | stack-ansible/roles/proxy_server | 7,842 | [
"no_license"
] | [
{
"path": "stack-ansible/roles/proxy_server/defaults/main.yml",
"content": "---\n# defaults file for proxy_server\nnginx_revproxy_sites:\n www.podkovka.ru.net:\n domains:\n - www.podkovka.ru.net\n - podkovka.ru.net\n upstreams:\n - { backend_address: \"{{ lookup ('env', 'vm_app_private... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6730,
"all_permissive": false
} |
ansible_role | Bora2k3/devops-diplom-yandexcloud | b951f994e3f25f5db0425d7c145eb9df11624ff2 | 1 | stack-ansible/roles/wordpress | 7,842 | [
"no_license"
] | [
{
"path": "stack-ansible/roles/wordpress/defaults/main.yml",
"content": "---\n# defaults file for wordpress\n#System Settings\nphp_modules: [ 'php-curl', 'php-gd', 'php-mbstring', 'php-xml', 'php-xmlrpc', 'php-soap', 'php-intl', 'php-zip' ]\n\n#MySQL Settings\nmysql_root_password: \"<PASSWORD>\"\nmysql_db: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2430,
"all_permissive": false
} |
ansible_role | prithulagta/future-airlines-toolbox | dfad89e14a1578fd2707a1ed6514b8747b541b59 | 1 | ansible-playbooks/roles/awslogs | 7,842 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/awslogs/templates/awslogsconfig.j2",
"content": "[general]\nstate_file = /var/awslogs/state/agent-state\n\n{% for logstream in log_streams %}\n\n[{{ logstream.stream }}]\nfile = {{ logstream.file }}\nlog_group_name = {{ log_groupname }}\nlog_stream_name = {{ logstream.name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | prithulagta/future-airlines-toolbox | dfad89e14a1578fd2707a1ed6514b8747b541b59 | 1 | ansible-playbooks/roles/jenkins-worker | 7,842 | [
"no_license"
] | [
{
"path": "ansible-playbooks/roles/jenkins-worker/templates/start-swarm.sh.j2",
"content": "java \\\n -jar /opt/swarm/swarm-client.jar \\\n -master http://{{ jenkins_master}}:{{ jenkins_port }} \\\n -name {{ jenkins_worker }} \\\n -username {{ swarm_username }} \\\n -password {{ swarm_password }} \\\n -exec... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3448,
"all_permissive": false
} |
ansible_role | krferrier/ansible | 43e2e719609807ba56c12c05806b869dc4415684 | 0 | roles/common | 7,842 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Installing group CLI essentials\n ansible.builtin.apt:\n name: \"{{ cli_essentials }}\"\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | krferrier/ansible | 43e2e719609807ba56c12c05806b869dc4415684 | 0 | roles/docker | 7,842 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Pull Rocker/Verse Docker image\n docker_image:\n name: rocker/verse\n source: pull\n tag: latest\n\n- name: Make a directory for the Rstudio workspace\n ansible.builtin.file:\n path: ~/rstudio_workspace\n state: directory\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | krferrier/ansible | 43e2e719609807ba56c12c05806b869dc4415684 | 0 | roles/micromamba | 7,842 | [
"no_license"
] | [
{
"path": "roles/micromamba/tasks/main.yml",
"content": "- name: Initialize micromamba\n shell: >\n eval \"$(micromamba shell hook --shell=bash)\" &&\n micromamba activate --prefix=/home/kendra/micromamba\n\n- name: Initialize mamba\n shell: mamba init bash && source /home/kendra/.bashrc\n\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/common | 7,842 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n#\n# Tasks to be applied to all servers\n#\n\n- name: Check connectivity\n ping:\n data: alive\n tags: check\n\n- name: install pip repositoy\n yum: \n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/docker | 7,842 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n# Based on https://docs.docker.com/install/linux/docker-ce/centos/\n\n# Copyright (C) 2019 <NAME> - All Rights Reserved\n# You may use, distribute and modify this code under the\n# terms of the the license.\n#\n# You should h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1551,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/docker-compose | 7,842 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "---\n# tasks file for docker-compose\n\n# Copyright (C) 2019 <NAME> - All Rights Reserved\n# You may use, distribute and modify this code under the\n# terms of the the license.\n#\n# You should have received a copy of the license with\n# this file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/docker-registry | 7,842 | [
"no_license"
] | [
{
"path": "roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n\n# Copyright (C) 2019 <NAME> - All Rights Reserved\n# You may use, distribute and modify this code under the\n# terms of the the license.\n#\n# You should have received a copy of the license with\n# this fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2349,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/drone | 7,842 | [
"no_license"
] | [
{
"path": "roles/drone/tasks/main.yml",
"content": "---\n# tasks file for drone\n\n# Copyright (C) 2019 <NAME> - All Rights Reserved\n# You may use, distribute and modify this code under the\n# terms of the the license.\n#\n# You should have received a copy of the license with\n# this file. If not, please e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5010,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/drone-cli | 7,842 | [
"no_license"
] | [
{
"path": "roles/drone-cli/tasks/main.yml",
"content": "---\n#\n# Tasks to be applied to some servers\n#\n\n# Add tasks for a specific role to this playbook...\n\n- name: is drone cli installed?\n stat: path=/usr/local/bin/drone\n register: drone_cli\n\n- name: download and install drone-cli\n become: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/gitlab | 7,842 | [
"no_license"
] | [
{
"path": "roles/gitlab/tasks/main.yml",
"content": "---\n# tasks file for gitlab\n\n# Copyright (C) 2019 <NAME> - All Rights Reserved\n# You may use, distribute and modify this code under the\n# terms of the the license.\n#\n# You should have received a copy of the license with\n# this file. If not, please... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2179,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/mysql | 7,842 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n#\n# Tasks to be applied to some servers\n#\n- name: install mysql\n yum:\n name: http://repo.mysql.com/mysql80-community-release-el7-2.noarch.rpm\n state: present\n\n- name: Make sure a mysql is running\n systemd:\n state: started\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/sonar-scanner-cli | 7,842 | [
"no_license"
] | [
{
"path": "roles/sonar-scanner-cli/defaults/main.yml",
"content": "---\n# defaults file for sonar-scanner",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/sonar-scanner-cli/tasks/main.yml",
"content": "---\n# tasks file for sonar-scanner-c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2097,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/sonarqube | 7,842 | [
"no_license"
] | [
{
"path": "roles/sonarqube/templates/docker-compose.j2",
"content": "version: '2'\n\nservices:\n sonarqube-postgresql:\n image:\n sameersbn/postgresql:9.6-4\n restart: always\n environment:\n - DB_NAME=sonardb\n - DB_USER=sonar\n - DB_PASS=<PASSWORD>\n volumes:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3211,
"all_permissive": false
} |
ansible_role | ofr8601/devops-ansible | 50aaf1b5da85ac2fec34cec2896229f74d0be863 | 0 | roles/start_app | 7,842 | [
"no_license"
] | [
{
"path": "roles/start_app/tasks/main.yml",
"content": "---\n#\n# Tasks to be applied to some servers\n#\n\n# Add tasks for a specific role to this playbook...\n\n- name: add maven wrapper to path\n lineinfile:\n path: /home/root/.bashrc\n line: \"{{ item }}\"\n with_items:\n - M2_HOME=\"/home/ec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | elliotcourant/dotfiles | 6a87d5aac4c6ffbc33e3622885073a52741677b2 | 0 | roles/tools | 7,842 | [
"no_license"
] | [
{
"path": "roles/tools/git/tasks/main.yaml",
"content": "# vim: set ft=yaml.ansible:\n- name: Install git via APT\n when: ansible_pkg_mgr == 'apt'\n ansible.builtin.apt:\n pkg: \n - git\n state: present\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1832,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/ansible | 7,842 | [
"no_license"
] | [
{
"path": "roles/ansible/tasks/main.yml",
"content": "---\n- name: ensure ~/apps directory is ready\n file: path=~/apps\n state=directory\n recurse=yes\n\n- name: clone ansible\n git: repo=https://github.com/ansible/ansible.git\n dest=~/apps/ansible\n version=v1.6.6\n updat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/avatar | 7,842 | [
"no_license"
] | [
{
"path": "roles/avatar/defaults/main.yml",
"content": "---\navatars_directory: ~/pictures/avatars\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/avatar/tasks/main.yml",
"content": "---\n- name: ensure avatars directory is ready\n fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/bash | 7,842 | [
"no_license"
] | [
{
"path": "roles/bash/templates/bash_profile",
"content": "if [ -r ~/.profile ]; then . ~/.profile; fi\ncase \"$-\" in *i*) if [ -r ~/.bashrc ]; then . ~/.bashrc; fi;; esac",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/bash/templates/bashr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4160,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/bin | 7,842 | [
"no_license"
] | [
{
"path": "roles/bin/tasks/main.yml",
"content": "---\n- name: ensure ~/bin directory is ready\n file: path=~/bin\n state=directory\n recurse=yes\n\n- name: ensure ve is installed\n get_url: url=https://raw.github.com/erning/ve/master/ve\n dest=~/bin/ve\n mode=0755\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/git | 7,842 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: ensure git is installed - MacOSX\n homebrew: name=git\n state=present\n when: ansible_distribution == 'MacOSX'\n\n- name: ensure git is installed - Ubuntu\n apt: pkg=git\n state=present\n when: ansible_distribution == 'Ubunt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/nodenv | 7,842 | [
"no_license"
] | [
{
"path": "roles/nodenv/meta/main.yml",
"content": "---\ndependencies:\n - bash\n - git\n - pyenv",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/nodenv/defaults/main.yml",
"content": "---\nupdate_nodenv: yes\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/pyenv | 7,842 | [
"no_license"
] | [
{
"path": "roles/pyenv/tasks/main.yml",
"content": "---\n- name: ensure pyenv is installed - MacOSX\n homebrew: name=pyenv\n state=present\n when: ansible_distribution == 'MacOSX'\n\n- name: install pyenv from source\n git: repo=https://github.com/yyuu/pyenv.git\n dest=~/.pyenv\n u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/rbenv | 7,842 | [
"no_license"
] | [
{
"path": "roles/rbenv/defaults/main.yml",
"content": "---\nupdate_rbenv: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/rbenv/tasks/main.yml",
"content": "---\n- name: ensure rbenv is installed - MacOSX\n homebrew: name=rbenv\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/screen | 7,842 | [
"no_license"
] | [
{
"path": "roles/screen/tasks/main.yml",
"content": "---\n- name: ensure screen is installed - Ubuntu\n apt: pkg=screen\n state=present\n when: ansible_distribution == 'Ubuntu'\n\n- name: configure screen\n template: src=screenrc\n dest=~/.screenrc\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/terminal | 7,842 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n- name: put script to remote\n template: src=set-settings.applescript\n dest=\"{{ ansible_env['TMPDIR'] }}/set-settings.applescript\"\n\n- name: put settings to remote\n copy: src=\"{{ item }}\"\n dest=\"{{ ansible_env['TMPDIR']... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/tmux | 7,842 | [
"no_license"
] | [
{
"path": "roles/tmux/templates/tmux.conf",
"content": "###\n\nunbind C-b\nset -g prefix C-h\nbind C-h last-window\nsetw -g mode-mouse on\nset -g set-clipboard on\nset -g default-terminal \"xterm-256color\"\n\n\n# Set status bar\nset -g status-bg black\nset -g status-fg white\nset -g status-left '#[fg=green... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2259,
"all_permissive": false
} |
ansible_role | erning/erning-ansible | bcf86fd4010fb1c694386e9d2c8fe984243fcdf8 | 4 | roles/vim | 7,842 | [
"no_license"
] | [
{
"path": "roles/vim/meta/main.yml",
"content": "---\ndependencies:\n - git",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: ensure .vim directory is ready\n file: path={{ item }}\n st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4197,
"all_permissive": false
} |
ansible_role | aapit/ansible-mediatools | eb01cd615cd81e46ba0653a00019bc7e871503ea | 0 | roles/video_editing | 7,842 | [
"no_license"
] | [
{
"path": "roles/video_editing/tasks/main.yml",
"content": "---\n- name: Add OpenShot PPA repo\n apt_repository:\n repo: ppa:openshot.developers/ppa\n\n- name: Install OpenShot video editor\n apt:\n name: openshot-qt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | smithy9901/ansible | 2384e24de3c2648330d5721349c14378761b61f3 | 0 | roles/peervpn | 7,842 | [
"no_license"
] | [
{
"path": "roles/peervpn/tasks/peervpn.yml",
"content": "---\n\n- name: peervpn | Add Peervpn repository apt-key\n apt_key:\n url: \"https://smithy9901.github.io/ppa_repository/ubuntu/KEY.gpg\"\n\n- name: peervpn | Adding Peervpn repository\n apt_repository:\n repo: 'deb https://smithy9901.github.io... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1351,
"all_permissive": false
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/configure_network | 7,844 | [
"permissive"
] | [
{
"path": "roles/configure_network/tasks/main.yml",
"content": "---\n- name: Make sure libvirtd service is running\n become: true\n ansible.builtin.systemd_service:\n state: started\n name: libvirtd\n\n- name: Generate virtual network configuration file\n ansible.builtin.template:\n src: \"demo-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3914,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/create_vms | 7,844 | [
"permissive"
] | [
{
"path": "roles/create_vms/files/create_vm.sh",
"content": "#!/bin/bash\n\nDVD=\"fedora.iso\"\nIP=\"dhcp\"\nNAME=\"keylime\"\nNETWORK_BRIDGE=\"virbr0\"\nOS_VARIANT=\"fedora\"\nOS_VERSION=\"-unknown\"\nOUT_DIR=\"$(realpath .)\"\nPASSWORD=\"<PASSWORD>\"\nROOT_PASSWORD=\"<PASSWORD>\"\nSSH_KEY=\"$(realpath ~/.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10618,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/delete_agents | 7,844 | [
"permissive"
] | [
{
"path": "roles/delete_agents/tasks/main.yml",
"content": "---\n- name: Get the Agent list from the Verifier\n vars:\n certs_dir: \"{{ demo_dir }}/certs\"\n ip: \"{{ hostvars['controller']['ansible_default_ipv4']['address'] }}\"\n uuid: \"{{ item | to_uuid }}\"\n ansible.builtin.shell:\n podm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1033,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/dependencies | 7,844 | [
"permissive"
] | [
{
"path": "roles/dependencies/vars/main.yml",
"content": "---\n# Demo requirements\ndependencies:\n - curl\n - firewalld\n - ima-evm-utils\n - jq\n - libvirt\n - openssl\n - podman\n - python3\n - python3-cryptography\n - rpm-plugin-ima\n - swtpm\n - swtpm-tools\n - tpm2-tools\n - virt-install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 394,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/download_fedora_image | 7,844 | [
"permissive"
] | [
{
"path": "roles/download_fedora_image/tasks/main.yml",
"content": "---\n- name: Download Fedora releases info\n ansible.builtin.uri:\n url: \"https://fedoraproject.org/releases.json\"\n register: release_info\n\n- name: Get latest stable Fedora info\n vars:\n latest_info: \"{{ release_info.json | ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1651,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/generate_certs | 7,844 | [
"permissive"
] | [
{
"path": "roles/generate_certs/tasks/main.yml",
"content": "---\n- name: Ensure necessary directories exist\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0700'\n loop:\n - \"{{ root_ca_dir }}\"\n - \"{{ ima_dir }}\"\n\n- name: Generate Root CA private key if not present\n com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3023,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/generate_policy | 7,844 | [
"permissive"
] | [
{
"path": "roles/generate_policy/tasks/main.yml",
"content": "---\n- name: Install keylime-policy tool\n ansible.builtin.dnf:\n name: \"python3-keylime\"\n state: present\n\n- name: Generate runtime policy using current IMA log\n ansible.builtin.shell:\n keylime-policy create runtime --ima-measur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 678,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/generate_ssh_keys | 7,844 | [
"permissive"
] | [
{
"path": "roles/generate_ssh_keys/tasks/main.yml",
"content": "---\n# Generate the admin SSH key and install in the nodes\n- name: Create directory for SSH keys if not present\n file:\n path: \"{{ demo_dir }}/ssh\"\n state: directory\n mode: \"0700\"\n\n- name: Create SSH key for admin\n communi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/ima_setup | 7,844 | [
"permissive"
] | [
{
"path": "roles/ima_setup/tasks/main.yml",
"content": "---\n- name: Make sure dependencies are installed and up-to-date\n become: true\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest\n loop:\n - \"ima-evm-utils\"\n - \"mokutil\"\n\n- name: Create IMA configuration directory if ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3399,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/install_keylime_agent | 7,844 | [
"permissive"
] | [
{
"path": "roles/install_keylime_agent/templates/999-demo.conf.j2",
"content": "[agent]\nuuid = \"{{ agent.uuid }}\"\nip = \"{{ agent.ip }}\"\nport = \"{{ agent.port }}\"\nregistrar_ip = \"{{ agent.registrar_ip }}\"\nregistrar_port = \"{{ agent.registrar_port }}\"\ncontact_ip = \"{{ agent.contact_ip }}\"\nc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1591,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/pull_image | 7,844 | [
"permissive"
] | [
{
"path": "roles/pull_image/tasks/main.yml",
"content": "---\n- name: Login to the container registry\n containers.podman.podman_login:\n registry: \"{{ container_registry }}\"\n username: \"{{ container_registry_username }}\"\n secret: \"{{ container_registry_secret }}\"\n\n- name: Pull a contain... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/sign_ima_policy | 7,844 | [
"permissive"
] | [
{
"path": "roles/sign_ima_policy/tasks/main.yml",
"content": "---\n- name: Copy the unsigned IMA policy to output location\n ansible.builtin.copy:\n src: \"ima-policy-simple\"\n dest: \"{{ signed_policy }}\"\n\n- name: Sign IMA policy using IMA signing key\n become: true\n ansible.builtin.shell:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/start_vms | 7,844 | [
"permissive"
] | [
{
"path": "roles/start_vms/tasks/main.yml",
"content": "---\n# Create and start VM using downloaded image\n- name: Make sure libvirtd service is running\n become: true\n ansible.builtin.systemd_service:\n state: started\n name: libvirtd\n\n- name: Make sure the monitored nodes VMs are running\n com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": true
} |
ansible_role | ansasaki/keylime-demo | 0d45bc3625b146b1535509bc3b0877dd2e6064cf | 0 | roles/tpm_certs | 7,844 | [
"permissive"
] | [
{
"path": "roles/tpm_certs/tasks/main.yml",
"content": "---\n- name: Create TPM cert store directory if not present\n ansible.builtin.file:\n path: \"{{ demo_dir }}/certs/tpm_cert_store\"\n state: directory\n mode: '0755'\n\n- name: Copy swtpm EK certificate issuer certificate\n ansible.builtin.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 633,
"all_permissive": true
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/event-driven-ansible-webinar/roles/tls_remediation | 7,844 | [
"no_license"
] | [
{
"path": "ansible/event-driven-ansible-webinar/roles/tls_remediation/tasks/main.yml",
"content": "- name: Debug all vars\n ansible.builtin.debug:\n var: vars.ansible_eda\n become: false\n\n- name: Execute Job Template on Ansible Automation Platform\n ansible.builtin.uri:\n url: \"https://ansible.a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-create-config-and-load/roles/assemble | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-create-config-and-load/roles/assemble/tasks/main.yml",
"content": "---\r\n- name: check if directory is present\r\n file:\r\n path: \"config\"\r\n state: directory\r\n run_once: true\r\n\r\n- name: \"assemble configurations to temp completed folder\"\r\n assemble:\r\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-create-config-and-load/roles/build_config | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-create-config-and-load/roles/build_config/tasks/main.yml",
"content": "---\r\n- name: building '<mgt-config>' config document\r\n template:\r\n src: \"mgt_config.j2\"\r\n dest: \"{{ temporary_folder }}/01_mgt_config.xml\"\r\n\r\n- name: building '<shared>' config document\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 18527,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-create-config-and-load/roles/directories | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-create-config-and-load/roles/directories/tasks/main.yaml",
"content": "---\r\n# -------------------------------------------------\r\n# REMOVE AND RECREATE DIRECTORIES\r\n# -------------------------------------------------\r\n- name: remove previous temporary build directory\r\n file:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-create-ipsec-vpn/roles/configure_static_routes | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-create-ipsec-vpn/roles/configure_static_routes/tasks/main.yml",
"content": "- name: Create static default route\n panos_static_route:\n provider:\n ip_address: \"{{ ansible_host }}\"\n username: \"panofficehours\"\n password: \"<PASSWORD>!\"\n name: \"{{ item.nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-create-ipsec-vpn/roles/configure_vpn | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-create-ipsec-vpn/roles/configure_vpn/tasks/main.yml",
"content": "- name: Create IKE crypto profiles\n panos_ike_crypto_profile:\n provider: \"{{ provider }}\"\n name: \"{{ item.name }}\"\n dh_group: \"{{ item.dh_group }}\"\n authentication: \"{{ item.authentication }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-create-ipsec-vpn/roles/create_address_objects | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-create-ipsec-vpn/roles/create_address_objects/tasks/main.yml",
"content": "- name: Create shared address objects universal to all firewalls\n panos_address_object:\n provider: \"{{ provider }}\"\n name: \"{{ item.name }}\"\n address_type: \"{{ item.address_type }}\"\n val... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-create-ipsec-vpn/roles/create_interfaces | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-create-ipsec-vpn/roles/create_interfaces/tasks/main.yml",
"content": "- name: Create ethernet interfaces\n panos_interface:\n provider: \"{{ provider }}\"\n if_name: \"{{ item.name }}\"\n mode: \"{{ item.mode }}\"\n ip: \"{{ item.ip }}\"\n enable_dhcp: \"{{ item.dhcp }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-create-ipsec-vpn/roles/create_tags | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-create-ipsec-vpn/roles/create_tags/tasks/main.yml",
"content": "- name: Create tags\n panos_tag_object:\n provider: \"{{ provider }}\"\n name: \"{{ item.name }}\"\n color: \"{{ item.color }}\"\n comments: \"{{ item.comments }}\"\n loop: \"{{ tags }}\"\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/pan-override-captive-portal/roles/panos_config | 7,844 | [
"no_license"
] | [
{
"path": "ansible/pan-override-captive-portal/roles/panos_config/tasks/configure_captive_portal.yaml",
"content": "---\n- name: Configure captive portal override\n ansible.netcommon.cli_config:\n config: override captive-portal\n register: cli_result\n",
"license_type": "no_license",
"detected... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/tls-decryption-remediation/roles/panos | 7,844 | [
"no_license"
] | [
{
"path": "ansible/tls-decryption-remediation/roles/panos/defaults/main.yaml",
"content": "panos_username: <PASSWORD>\npanos_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "ansible/tls-decryption-remediation/roles/panos/tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | cdot65/paloaltonetworks-automation-examples | 97f8533ae5a94aef6c8590990a7b5ba79f4330f4 | 6 | ansible/tls-decryption-remediation/roles/rhel | 7,844 | [
"no_license"
] | [
{
"path": "ansible/tls-decryption-remediation/roles/rhel/tasks/main.yml",
"content": "- name: Copy Forward-Trust-CA-ECDSA Certificate to Remote Server\n ansible.builtin.copy:\n src: /var/tmp/Forward-Trust-CA-ECDSA.pem\n dest: /etc/pki/ca-trust/source/anchors/Forward-Trust-CA-ECDSA.pem\n mode: \"06... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.