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 | ngyuki-sandbox/example-munin | ff90c83f0ef8a4aeef38c64c649ed0c6dd101e29 | 0 | roles/snmp | 7,973 | [
"no_license"
] | [
{
"path": "roles/snmp/handlers/main.yml",
"content": "---\n\n- name: snmpd restart\n service: name=snmpd state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/snmp/tasks/main.yml",
"content": "---\n\n#- yum: name={{ item }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | dimasikks/PSQL_replication | 8f1e5fe0912caa41cca2b05dd2e8f1e9bfcca884 | 0 | roles/postgresql_install | 7,973 | [
"no_license"
] | [
{
"path": "roles/postgresql_install/tasks/main.yml",
"content": "---\n- name: TAKE DIST NAME\n ansible.builtin.shell:\n cmd: lsb_release -cs | awk {'print $1'}\n register: dist\n\n- name: ADDING SIGN KEY\n become: true\n ansible.builtin.apt_key:\n url: \"https://www.postgresql.org/media/keys/ACCC4... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | dimasikks/PSQL_replication | 8f1e5fe0912caa41cca2b05dd2e8f1e9bfcca884 | 0 | roles/postgresql_replication_master | 7,973 | [
"no_license"
] | [
{
"path": "roles/postgresql_replication_master/tasks/main.yml",
"content": "---\n- name: CHECK IF REPLICATION USER EXISTS\n become: true\n ansible.builtin.shell: sudo -u postgres psql -c \"\\du;\" | grep \"{{ repl_user }}\" | wc -l\n register: check_user\n ignore_errors: yes\n\n- name: CREATE USER FOR R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | dimasikks/PSQL_replication | 8f1e5fe0912caa41cca2b05dd2e8f1e9bfcca884 | 0 | roles/postgresql_replication_slave | 7,973 | [
"no_license"
] | [
{
"path": "roles/postgresql_replication_slave/tasks/main.yml",
"content": "---\n- name: UPDATE LOCALES && LOAD LOCALES | MANUALLY CONFIGURE TASK IF ERRORS APPEARS\n become: true\n ansible.builtin.shell: locale-gen ru_RU.utf8 ru_UA.utf8 && update-locale\n\n- name: STOP POSTGRES\n become: true\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1587,
"all_permissive": false
} |
ansible_role | dimasikks/PSQL_replication | 8f1e5fe0912caa41cca2b05dd2e8f1e9bfcca884 | 0 | roles/replication_check | 7,973 | [
"no_license"
] | [
{
"path": "roles/replication_check/tasks/main.yml",
"content": "---\n- name: CHECK REPLICATION AT MASTER SERVER\n become: true\n ansible.builtin.shell: sudo -u postgres psql -c \"select * from pg_stat_replication;\" | grep row | tr -d \"()\" | awk '{print $1}'\n register: master_result\n when: \"'master... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | SmartDeveloperHub/sdh-playbook | 6641509bd69a233931469a07cbed4ccd1fa9fbc6 | 0 | roles/agora | 7,973 | [
"permissive"
] | [
{
"path": "roles/agora/tasks/main.yml",
"content": "---\n\n- name: build images\n when: create or new_compose.changed\n command: docker-compose build --pull\n register: compose_build\n args:\n chdir: \"{{ compose.path }}\"\n\n#- name: stop running containers\n# when: compose_build.changed\n# comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 954,
"all_permissive": true
} |
ansible_role | SmartDeveloperHub/sdh-playbook | 6641509bd69a233931469a07cbed4ccd1fa9fbc6 | 0 | roles/common | 7,973 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n#\n- name: Ensure git is installed\n apt: name=git\n\n- name: pull docker-compose repository\n when: update or create\n git: repo=\"{{compose.repo}}\" force=yes dest=\"{{compose.path}}\" update=yes version=\"{{compose.version}}\"\n register: new_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": true
} |
ansible_role | SmartDeveloperHub/sdh-playbook | 6641509bd69a233931469a07cbed4ccd1fa9fbc6 | 0 | roles/harvesters | 7,973 | [
"permissive"
] | [
{
"path": "roles/harvesters/tasks/main.yml",
"content": "---\n\n- name: update environment variables \n replace: 'dest=\"{{compose.path}}/docker-compose.yml\" regexp=\"{{item.key}}=$\" replace=\"{{item.key}}={{item.value}}\"'\n with_dict: \"{{ compose.env | default({}) }}\"\n\n- name: update public port\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1687,
"all_permissive": true
} |
ansible_role | SmartDeveloperHub/sdh-playbook | 6641509bd69a233931469a07cbed4ccd1fa9fbc6 | 0 | roles/metrics | 7,973 | [
"permissive"
] | [
{
"path": "roles/metrics/vars/main.yml",
"content": "create: false\nbuilt: false\nremoved: false\nstopped: false",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 56
},
{
"path": "roles/metrics/tasks/main.yml",
"content": "---\n\n- name: u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1034,
"all_permissive": true
} |
ansible_role | SmartDeveloperHub/sdh-playbook | 6641509bd69a233931469a07cbed4ccd1fa9fbc6 | 0 | roles/stop | 7,973 | [
"permissive"
] | [
{
"path": "roles/stop/tasks/main.yml",
"content": "---\n#\n- name: stop containers\n command: docker-compose stop\n args:\n chdir: \"{{ compose.path }}\"\n ",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": true
} |
ansible_role | vbassis/ansible | ca29865b5e8b10d60a2e2c723f963832722964c0 | 0 | CRIAR_USUARIO/roles/usuario | 7,973 | [
"no_license"
] | [
{
"path": "CRIAR_USUARIO/roles/usuario/defaults/main.yml",
"content": "---\n# defaults file for usuario",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "CRIAR_USUARIO/roles/usuario/tasks/main.yml",
"content": "---\n - name: Cria usuario\n us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | vbassis/ansible | ca29865b5e8b10d60a2e2c723f963832722964c0 | 0 | CRIAR_USUARIO_SUDO/roles/usuario | 7,973 | [
"no_license"
] | [
{
"path": "CRIAR_USUARIO_SUDO/roles/usuario/tasks/main.yml",
"content": "---\n - name: Cria usuario\n user:\n name: '{{ item }}'\n shell: /bin/bash\n# groups: '{{ grupo }}'\n append: yes\n password: '{{ <PASSWORD> }}'\n state: present\n with_items: '{{ user }}' \n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | vbassis/ansible | ca29865b5e8b10d60a2e2c723f963832722964c0 | 0 | DELETEFILES/roles/srv01 | 7,973 | [
"no_license"
] | [
{
"path": "DELETEFILES/roles/srv01/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - srv01",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "DELETEFILES/roles/srv01/tasks/main.yml",
"content": "---\n - na... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | vbassis/ansible | ca29865b5e8b10d60a2e2c723f963832722964c0 | 0 | FAIL2BAN-BANIP/roles/banip | 7,973 | [
"no_license"
] | [
{
"path": "FAIL2BAN-BANIP/roles/banip/tasks/main.yml",
"content": "---\n - name: banip\n command: \"{{ item }}\"\n register: comando\n\n with_items: \"{{ teste }}\"\n# tasks file for banip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | vbassis/ansible | ca29865b5e8b10d60a2e2c723f963832722964c0 | 0 | FAIL2BAN-UNBANIP/roles/banip | 7,973 | [
"no_license"
] | [
{
"path": "FAIL2BAN-UNBANIP/roles/banip/vars/main.yml",
"content": "---\nJAIL:\n - \n\nIPS:\n - \n\n# vars file for banip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "FAIL2BAN-UNBANIP/roles/banip/tasks/main.yml",
"content": "---\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | vbassis/ansible | ca29865b5e8b10d60a2e2c723f963832722964c0 | 0 | FAIL2BAN-UNBANIP/roles/unbanip | 7,973 | [
"no_license"
] | [
{
"path": "FAIL2BAN-UNBANIP/roles/unbanip/handlers/main.yml",
"content": "---\n# handlers file for unbanip",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "FAIL2BAN-UNBANIP/roles/unbanip/tests/test.yml",
"content": "---\n- hosts: localhost\n re... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | vbassis/ansible | ca29865b5e8b10d60a2e2c723f963832722964c0 | 0 | REDHAT_SUBSCRIPTION/roles/subscription | 7,973 | [
"no_license"
] | [
{
"path": "REDHAT_SUBSCRIPTION/roles/subscription/handlers/main.yml",
"content": "---\n# handlers file for subscription",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "REDHAT_SUBSCRIPTION/roles/subscription/tasks/main.yml",
"content": "---\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | tkriviradev/gluster-ansible-vagrant | 5f32dd6c856b22659c9caacbac53a6cb4e634a98 | 0 | gluster-ansible/roles/gluster-setup | 7,973 | [
"no_license"
] | [
{
"path": "gluster-ansible/roles/gluster-setup/tasks/main.yml",
"content": "---\n\n- name: install epel\n yum:\n name: epel-release\n state: latest\n\n- name: install gluster repos\n yum:\n name: centos-release-gluster41\n state: latest\n\n- name: Install all basic packages\n yum:\n name:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2679,
"all_permissive": false
} |
ansible_role | melodyfff/note | 9a651a65d54d3f83b63b154bac9d4e68185a3737 | 0 | ansible/roles/test | 7,973 | [
"no_license"
] | [
{
"path": "ansible/roles/test/vars/main.yml",
"content": "mytest: test110",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "ansible/roles/test/files/check_file.sh",
"content": "# 检查文件夹是否存在\nif [ ! -d \"/home/xinchen/mytest2\" ];then\nmkdir /home/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | ldoddikadi-gpsw/superlumic-config-script | c91f49ca16756ea930a2236191433ac8ae1f1f4b | 0 | roles/profile-all | 7,973 | [
"no_license"
] | [
{
"path": "roles/profile-all/tasks/main.yml",
"content": "---\n\n- name: install cask applications for all users\n homebrew_cask: name={{item}} state=present\n with_items:\n - slack\n - google-drive\n - vlc\n - keepingyouawake\n\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | ldoddikadi-gpsw/superlumic-config-script | c91f49ca16756ea930a2236191433ac8ae1f1f4b | 0 | roles/profile-developer | 7,973 | [
"no_license"
] | [
{
"path": "roles/profile-developer/tasks/main.yml",
"content": "---\n\n- name: tap caskroom/versions\n homebrew_tap: tap=caskroom/versions state=present\n\n- name: install developer brew applications\n homebrew: name={{item}} state=latest\n with_items:\n - wget\n - pwgen\n - xmlstarlet\n - ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | ldoddikadi-gpsw/superlumic-config-script | c91f49ca16756ea930a2236191433ac8ae1f1f4b | 0 | roles/profile-gopro | 7,973 | [
"no_license"
] | [
{
"path": "roles/profile-gopro/tasks/main.yml",
"content": "---\n- name: install cask applications for all users\n homebrew_cask: name={{item}} state=present\n with_items:\n - hipchat\n - google-drive\n - keepingyouawake\n - dockertoolbox\n - firefox\n - iterm2\n - mou\n - sublime-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | Alexis029/Truc | 68d71bbadd0d548905c6985f7aac79f3eaaa3098 | 0 | ansible/roles/instalpack | 7,973 | [
"no_license"
] | [
{
"path": "ansible/roles/instalpack/handlers/main.yml",
"content": "---\n# handlers file for instalpack",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/instalpack/tasks/main.yml",
"content": "---\n# tasks file for instalpack\n\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | Alexis029/Truc | 68d71bbadd0d548905c6985f7aac79f3eaaa3098 | 0 | ansible/roles/messages | 7,973 | [
"no_license"
] | [
{
"path": "ansible/roles/messages/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - messages",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/roles/messages/defaults/main.yml",
"content": "---\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | Alexis029/Truc | 68d71bbadd0d548905c6985f7aac79f3eaaa3098 | 0 | ansible/roles/new | 7,973 | [
"no_license"
] | [
{
"path": "ansible/roles/new/tasks/main.yml",
"content": "---\n# tasks file for new\n\n- name: change nom\n hostname:\n name: \"nsapoold05\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | jogindersingh1985/advdep-homework | 4398e255736069da00663ea7cc2d2d0921cb58f8 | 0 | tasks/galaxy/openshift-applier/roles/openshift-applier | 7,973 | [
"permissive"
] | [
{
"path": "tasks/galaxy/openshift-applier/roles/openshift-applier/tasks/process-file.yml",
"content": "---\n\n- name: \"Determine the location for the 'file'\"\n set_fact:\n file_facts: \"{{ file | check_file_location }}\"\n\n- name: \"Copy file(s) to remote location if required\"\n vars:\n file: \"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3666,
"all_permissive": true
} |
ansible_role | Chrislevi/ci-stack | 9338b5a6c038b408f2ead3b5f3f6dc69f49e483c | 0 | roles/gitlab | 7,973 | [
"no_license"
] | [
{
"path": "roles/gitlab/templates/gitlab-credential.xml.j2",
"content": "<com.dabsquared.gitlabjenkins.connection.GitLabApiTokenImpl plugin=\"gitlab-plugin@1.4.5\">\n <scope>GLOBAL</scope>\n <id>Gitlab-API</id>\n <description>Gitlab API Credential</description>\n <apiToken>{{ ptoken.stdout_lines | join(... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8535,
"all_permissive": false
} |
ansible_role | Chrislevi/ci-stack | 9338b5a6c038b408f2ead3b5f3f6dc69f49e483c | 0 | roles/java | 7,973 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: \"Install default-jre\"\n apt:\n name: \"default-jre\"\n state: installed\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/java/defaults/main.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | Chrislevi/ci-stack | 9338b5a6c038b408f2ead3b5f3f6dc69f49e483c | 0 | roles/jenkins | 7,973 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n- name: \"Purge Jenkins\"\n include: \"cj-cleanup.yml\"\n static: no\n when: ((jenkins_purge is defined) and (jenkins_purge | bool))\n\n- name: \"Install Jenkins\"\n include: \"cj-install_jenkins.yml\"\n\n- name: \"Validate {{ cj_custom_user }} ... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 35472,
"all_permissive": false
} |
ansible_role | Chrislevi/ci-stack | 9338b5a6c038b408f2ead3b5f3f6dc69f49e483c | 0 | roles/juseppe | 7,973 | [
"no_license"
] | [
{
"path": "roles/juseppe/tasks/get-plugins.yml",
"content": "---\n- name: \"Merge lists to form juseppe_plugins\"\n include: \"set-plugin-list.yml\"\n\n- name: \"Create cache dir\"\n file:\n name: \"{{ juseppe_plugin_cache_dir }}\"\n state: directory\n owner: root\n group: root\n\n- name: \"Im... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1154,
"all_permissive": false
} |
ansible_role | Chrislevi/ci-stack | 9338b5a6c038b408f2ead3b5f3f6dc69f49e483c | 0 | roles/nexus | 7,973 | [
"no_license"
] | [
{
"path": "roles/nexus/tasks/setup_ldap_each.yml",
"content": "---\n- include: call_script.yml\n vars:\n script_name: setup_ldap\n args:\n name: \"{{ item.ldap_name }}\"\n protocol: \"{{ item.ldap_protocol }}\"\n hostname: \"{{ item.ldap_hostname }}\"\n port: \"{{ item.ldap_port }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7626,
"all_permissive": false
} |
ansible_role | Chrislevi/ci-stack | 9338b5a6c038b408f2ead3b5f3f6dc69f49e483c | 0 | roles/reqs | 7,973 | [
"no_license"
] | [
{
"path": "roles/reqs/tasks/set-plugin-list.yml",
"content": "- name: \"Setting fact for juseppe_plugins\"\n set_fact:\n juseppe_plugins: []\n\n- name: \"Setting fact for juseppe_plugins -> wizard plugins\"\n set_fact:\n juseppe_plugins: \"{{ cj_wizard_plugins }}\"\n when: (cj_wizard is defined )... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | Chrislevi/ci-stack | 9338b5a6c038b408f2ead3b5f3f6dc69f49e483c | 0 | roles/simple-docker-daemon | 7,973 | [
"no_license"
] | [
{
"path": "roles/simple-docker-daemon/tasks/archive-containers.yml",
"content": "---\n- name: \"Set docker.tar dynamic dir to infra -> {{ inventory_hostname }}\"\n set_fact:\n archive_dir: \"{{ reqs_dir }}\"\n local: true\n when: \"hostvars[inventory_hostname]['ansible_default_ipv4']['address'] in h... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3047,
"all_permissive": false
} |
ansible_role | krishnakant002/SpringOperatorRepo | a27edf943513983be1a5f017bbf206f19a283a40 | 0 | roles/app | 7,968 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "---\n# tasks file for App\n- name: Create app Secret\n community.kubernetes.k8s:\n definition:\n kind: Secret\n apiVersion: v1\n metadata:\n name: mongo-secret\n namespace: '{{ ansible_operator_meta.namespace }}'\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2650,
"all_permissive": false
} |
ansible_role | krishnakant002/SpringOperatorRepo | a27edf943513983be1a5f017bbf206f19a283a40 | 0 | roles/appdb | 7,968 | [
"no_license"
] | [
{
"path": "roles/appdb/tasks/main.yml",
"content": "---\n# tasks file for App\n- name: Create Secret\n community.kubernetes.k8s:\n definition:\n kind: Secret\n apiVersion: v1\n metadata:\n name: mongo-secret\n namespace: '{{ ansible_operator_meta.namespace }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2896,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/client_build | 7,968 | [
"no_license"
] | [
{
"path": "roles/client_build/tasks/main.yml",
"content": "---\n\n# Setup build\n\n- name: Create client directory\n file:\n path: \"{{ client_dir }}\"\n state: directory\n\n- name: Clean build directory\n file:\n path: \"{{ client_build_dir }}/\"\n state: absent\n\n- name: Clone project repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1435,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/client_deploy | 7,968 | [
"no_license"
] | [
{
"path": "roles/client_deploy/files/replace-placeholders",
"content": "#!/usr/bin/env python\n\nimport glob\nimport os\nimport re\nfrom optparse import OptionParser\n\n\n\"\"\"\nReplaces placeholder create-react-app env values like:\n\n \"PLACEHOLDER_REACT_APP_DOMAIN\"\n\nIs replaced with the `os.enviro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3175,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/client_start | 7,968 | [
"no_license"
] | [
{
"path": "roles/client_start/templates/nginx.j2",
"content": "# Configuration for {{ name }}\n\n{% if ssl_cert is defined and ssl_cert.stat.exists == true %}\nserver {\n listen {{ public_port }};\n listen [::]:{{ public_port }};\n server_name {{ lets_encrypt_domain }};\n return 301 https://{{ lets_encr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1711,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/config | 7,968 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yml",
"content": "---\n\n- name: Create config directory\n file:\n path: \"{{ local_config_dir }}\"\n state: directory\n\n# Client client\n\n- name: Clone project repository\n git:\n repo: \"{{ client_git_repo }}\"\n version: \"{{ client_git_version }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1607,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/elixir | 7,968 | [
"no_license"
] | [
{
"path": "roles/elixir/tasks/main.yml",
"content": "---\n\n- name: Install elixir packages\n apt:\n name: \"{{ item }}={{ elixir_version }}\"\n state: present\n with_items: \"{{ elixir.packages }}\"\n become: yes\n\n- name: Install elixir hex\n command: bash -lc \"mix local.hex --force\"\n\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/erlang | 7,968 | [
"no_license"
] | [
{
"path": "roles/erlang/defaults/main.yml",
"content": "---\n\nerlang_version: \"1:20.1\"\nerlang_cookie: \"oEGq2GSnvjp0AMf3fEgFwt1zOriH7tY8r9J4FGkg8MW1XwvJt6B5mmEkjOCdT2h4\"\n\nerlang:\n deb_dir: /tmp\n deb_dest: /tmp/erlang-solutions_1.0_all.deb\n deb_src: https://packages.erlang-solutions.com/erlang-s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/nginx | 7,968 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install packages\n apt:\n name: nginx\n state: present\n become: yes\n\n- name: Add log rotation\n template:\n src: logrotate/nginx\n dest: /etc/logrotate.d/nginx\n owner: root\n group: root\n mode: 0644\n become: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 513,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/node | 7,968 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n\n- name: Install node repository\n shell: curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -\n\n- name: Install packages\n apt:\n name: nodejs\n state: present\n update_cache: true\n become: true\n\n- name: Install global npm p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/postgres | 7,968 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n\n- name: Add apt repository\n apt_repository:\n repo: \"deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main\"\n state: present\n become: true\n\n- name: Add apt repository key\n apt_key:\n url: \"https://www.postgresql.org/me... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1040,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/server_build | 7,968 | [
"no_license"
] | [
{
"path": "roles/server_build/files/build-envrc",
"content": "#!/usr/bin/env python\n\nimport re\nfrom optparse import OptionParser\n\n\n\"\"\"\nTakes a standard .env file and replaces all variable instances with placeholder\nvalues. For instance this:\n\n export PORT=4000\n\nBecomes:\n\n export PORT=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2325,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/server_deploy | 7,968 | [
"no_license"
] | [
{
"path": "roles/server_deploy/templates/vm.args.j2",
"content": "-name chat_server@{{ inventory_hostname }}\n\n-setcookie {{ erlang_cookie }}\n\n-smp auto\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/server_deploy/templates/logrotate/ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4516,
"all_permissive": false
} |
ansible_role | oberon-chat/chat-deploy | d58e44f03a35a67759fb8ba3d41b8dbe8896d9bd | 0 | roles/server_start | 7,968 | [
"no_license"
] | [
{
"path": "roles/server_start/tasks/main.yml",
"content": "---\n\n# Startup tasks\n\n- name: Run database migrations\n shell: \"{{ server_app_binary }} command release_manager migrate\"\n ignore_errors: yes\n run_once: True\n\n# Add service monitoring\n\n- name: Add chat_server as a systemd service\n te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3528,
"all_permissive": false
} |
ansible_role | gyanip/Ansible | 762c40ce56da1aaf85e591789bf4f955e193da8e | 0 | roles/common | 7,968 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for __template__\n- name: Copy a file\n copy: src=test.tar dest=/home/{{ user_name }}/test.tar\n- name: Install common software requirements\n apt: pkg={{ item }} state=installed\n with_items:\n - git\n - htop\n - vim\n - curl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | shizuki/deb_nginx_PHP | 58149380cfddf4df381baf5946132c9d82e3b699 | 0 | roles/common | 7,968 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: 公開鍵を登録\n authorized_key:\n user: dev-user\n state: present\n key: https://github.com/{{ item.name }}.keys\n with_items:\n - \"{{ users }}\"\n- name: 必要になるパッケージをインストール\n become: true\n apt:\n state: present\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | shizuki/deb_nginx_PHP | 58149380cfddf4df381baf5946132c9d82e3b699 | 0 | roles/composer | 7,968 | [
"no_license"
] | [
{
"path": "roles/composer/tasks/main.yml",
"content": "---\n\n- name: composrのインストールスクリプトをダウンロード\n get_url:\n url: https://getcomposer.org/installer\n dest: /home/dev-user/composer-setup.php\n- name: composrのインストール\n become: true\n shell: php /home/dev-user/composer-setup.php --install-dir=/usr/loc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | shizuki/deb_nginx_PHP | 58149380cfddf4df381baf5946132c9d82e3b699 | 0 | roles/mariadb | 7,968 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n\n- name: MariaDBとAnsible用mysqlモジュールのインストール\n become: true\n apt:\n state: present\n name:\n - mariadb-server\n - python-mysqldb\n - python3-mysqldb\n update_cache: yes\n- name: mariaDBサービス有効化と起動\n become: true\n systemd:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 946,
"all_permissive": false
} |
ansible_role | shizuki/deb_nginx_PHP | 58149380cfddf4df381baf5946132c9d82e3b699 | 0 | roles/minio | 7,968 | [
"no_license"
] | [
{
"path": "roles/minio/tasks/main.yml",
"content": "---\n\n- name: minioユーザー追加\n user:\n name: minio-user\n shell: /sbin/nologin\n- name: データ保存用ディレクトリ作成\n become: true\n file:\n path: /var/minio/s3/\n state: directory\n mode: 0777\n- name: ダウンロード\n become: true\n get_url:\n url: https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | shizuki/deb_nginx_PHP | 58149380cfddf4df381baf5946132c9d82e3b699 | 0 | roles/nodejs | 7,968 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: nodejsのリポジトリを追加\n shell: curl -sL https://deb.nodesource.com/setup_{{ nodeversion }}.x | sudo -E bash -\n- name: nodejsのインストール\n become: true\n apt:\n state: present\n name:\n - nodejs\n - build-essential\n update_cach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | shizuki/deb_nginx_PHP | 58149380cfddf4df381baf5946132c9d82e3b699 | 0 | roles/php-fpm | 7,968 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n\n- name: PHP7.4リポジトリのGPG鍵を追加\n become: true\n get_url:\n url: https://packages.sury.org/php/apt.gpg\n dest: /etc/apt/trusted.gpg.d/php.gpg\n mode: '0644'\n- name: PHP7.4リポジトリを追加\n become: true\n copy:\n src: php.list\n dest: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | shizuki/deb_nginx_PHP | 58149380cfddf4df381baf5946132c9d82e3b699 | 0 | roles/web | 7,968 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n\n- name: nginxのインストール\n become: true\n apt:\n name: nginx\n state: present\n update_cache: yes\n- name: システム設定ファイルのコピー\n become: true\n copy:\n src: nginx.conf\n dest: /etc/nginx/\n owner: root\n group: root\n mode: 644\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | Sanchit2323/Redis-tool2 | a4e6574d465d76181f4c00b6064c19feff52fb8d | 0 | roles/my_redis_cluster_role | 7,968 | [
"no_license"
] | [
{
"path": "roles/my_redis_cluster_role/defaults/main.yml",
"content": "---\nredis_version: 7.0.6\nredis_conf_dir: \"/etc/redis\"\nredis_data_dir: \"/opt/redis/data\"\nredis_log_dir: \"/var/log/redis\"\nredis_port: 6379\nredis_master: \"redis1\"\nredis_cluster_config_dir: \"/etc/redis/cluster\"\nredis_cluste... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3891,
"all_permissive": false
} |
ansible_role | SaenkoJr/hello-aws | 59755b5a62835a6aeb7897510f03fda30713f81f | 0 | ansible/roles/common | 7,968 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "---\n\n- name: 'Upgrade system'\n apt:\n upgrade: dist\n\n- name: Install required system packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | SaenkoJr/hello-aws | 59755b5a62835a6aeb7897510f03fda30713f81f | 0 | ansible/roles/docker | 7,968 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "---\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu {{ ansible_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | SaenkoJr/hello-aws | 59755b5a62835a6aeb7897510f03fda30713f81f | 0 | ansible/roles/nodejs | 7,968 | [
"no_license"
] | [
{
"path": "ansible/roles/nodejs/tasks/main.yaml",
"content": "---\n\n- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - gnupg2\n state: present\n\n- name: Download node\n shell: |\n curl -sL https://deb.nodesource.com/setup_{{ nodejs_version }} | sudo bash -\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | conapps/ansible-playbooks | c61e4e7d80bcd53bf35d0477e5ae2e8155b5c4e8 | 0 | roles/conatest_awx_ubuntu_install | 7,968 | [
"no_license"
] | [
{
"path": "roles/conatest_awx_ubuntu_install/defaults/main.yml",
"content": "awx_destination: /home/ubuntu/awx\nawx_logos_destination: /home/ubuntu/awx-logos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/conatest_awx_ubuntu_install/tasks/ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1515,
"all_permissive": false
} |
ansible_role | conapps/ansible-playbooks | c61e4e7d80bcd53bf35d0477e5ae2e8155b5c4e8 | 0 | roles/conatest_lightsail | 7,968 | [
"no_license"
] | [
{
"path": "roles/conatest_lightsail/defaults/main.yml",
"content": "server_name: lightsail\nkey_pair_name: id_rsa\naws_region: us-east-1\naws_availability_zone: '{{aws_region}}a'\ninstance_size: small_2_0\ndomain: conatest.click\nblueprint_id: ubuntu_16_04\nansible_user: ec2-user\nansible_python_interpreter... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | conapps/ansible-playbooks | c61e4e7d80bcd53bf35d0477e5ae2e8155b5c4e8 | 0 | roles/conatest_nginx_letsencrypt_proxy_pass | 7,968 | [
"no_license"
] | [
{
"path": "roles/conatest_nginx_letsencrypt_proxy_pass/defaults/main.yml",
"content": "website_name: nginx\naccess_log_directory: /var/log/nginx\nerror_log_directory: /var/log/nginx\nserver_ip: 127.0.0.1\nhost_port: 8080\nhttp_proxy_pass_url: 'http://{{server_ip}}:{{host_port}}/'\nwell_known_directory: '/va... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4217,
"all_permissive": false
} |
ansible_role | conapps/ansible-playbooks | c61e4e7d80bcd53bf35d0477e5ae2e8155b5c4e8 | 0 | roles/conatest_profile | 7,968 | [
"no_license"
] | [
{
"path": "roles/conatest_profile/tasks/main.yml",
"content": "- name: Copy the {{profile_file_name}} file\n copy:\n src: '{{profile_file_name}}'\n dest: '{{destination}}'\n mode: 0644\n owner: '{{user}}'\n group: '{{user}}'\n\n- name: Copy the .vimrc file\n copy:\n src: .vimrc\n dest... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1985,
"all_permissive": false
} |
ansible_role | conapps/ansible-playbooks | c61e4e7d80bcd53bf35d0477e5ae2e8155b5c4e8 | 0 | roles/conatest_server_setup | 7,968 | [
"no_license"
] | [
{
"path": "roles/conatest_server_setup/tasks/main.yml",
"content": "- name: Change hostname\n hostname:\n name: '{{server_name}}'\n- name: Change hosts file\n lineinfile:\n path: /etc/hosts\n regexp: '^127.0.0.1'\n line: '127.0.0.1 {{server_name}}'\n- name: Fix locale issue\n blockinfile:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | conapps/ansible-playbooks | c61e4e7d80bcd53bf35d0477e5ae2e8155b5c4e8 | 0 | roles/conatest_ubuntu_docker | 7,968 | [
"no_license"
] | [
{
"path": "roles/conatest_ubuntu_docker/tasks/main.yml",
"content": "- name: Install Python 2.7\n apt:\n update_cache: true\n name: '{{ packages }}'\n state: present\n vars:\n packages:\n - python\n- name: Sets the python version to 2.7\n set_fact:\n ansible_python_interpreter: /usr/b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | conapps/ansible-playbooks | c61e4e7d80bcd53bf35d0477e5ae2e8155b5c4e8 | 0 | roles/conatest_ubuntu_jupyter_notebook | 7,968 | [
"no_license"
] | [
{
"path": "roles/conatest_ubuntu_jupyter_notebook/tasks/main.yml",
"content": "- name: Creates jupyter notebook directory\n file: \n path: '{{jupyter_config_path}}'\n state: directory\n\n- name: Upload the jupyter_notebook_config.py file\n template:\n src: jupyter_notebook_config.py.j2\n dest:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | conapps/ansible-playbooks | c61e4e7d80bcd53bf35d0477e5ae2e8155b5c4e8 | 0 | roles/conatest_ubuntu_rethinkdb | 7,968 | [
"no_license"
] | [
{
"path": "roles/conatest_ubuntu_rethinkdb/handlers/main.yml",
"content": "- name: Start RethinkDB\n service: \n name: rethinkdb\n state: started",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/conatest_ubuntu_rethinkdb/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | cocovin/bourse-equipiers | 8986705c3b298109a72b85c7163663cb4f8a68ab | 0 | etc/ansible/roles/utils | 7,968 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/utils/tasks/main.yml",
"content": "---\n- name: Install git\n sudo: yes\n apt: name=git-core state=present\n\n- name: Install Sass\n sudo: yes\n apt: name=ruby-sass state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | cocovin/bourse-equipiers | 8986705c3b298109a72b85c7163663cb4f8a68ab | 0 | etc/ansible/roles/webserver | 7,968 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/webserver/tasks/php.yml",
"content": "---\n- name: install php\n apt: name={{ item }} state=present\n with_items:\n - php5\n - php5-cli\n - php5-common\n - php5-intl\n - php5-mysql\n - php5-mcrypt\n - php5-curl\n - php5-gd\n notify:\n - reload apach... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1639,
"all_permissive": false
} |
ansible_role | cocovin/bourse-equipiers | 8986705c3b298109a72b85c7163663cb4f8a68ab | 0 | etc/ansible/roles/xdebug | 7,968 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/xdebug/tasks/main.yml",
"content": "---\n- name: Install xDebug\n sudo: yes\n apt: pkg=php5-xdebug state=latest\n\n- name: Configure xdebug\n sudo: yes\n lineinfile: dest=/etc/php5/apache2/conf.d/20-xdebug.ini line=\"{{ item }}\"\n with_items:\n - xdebug.max_nesting_leve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | angando/ansible_config_ios_cisco | b810701bd219786101fee8ece73ceaeffe018e9b | 2 | roles/backup_running_config | 7,968 | [
"no_license"
] | [
{
"path": "roles/backup_running_config/tasks/main.yml",
"content": "- name: backup configuration of all devices\n cisco.ios.ios_config:\n backup: yes\n register: output_config\n\n- name: Rename backup files\n copy:\n src: \"{{ output_config.backup_path}}\"\n dest: \"./backup{{inventory_hostname}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | angando/ansible_config_ios_cisco | b810701bd219786101fee8ece73ceaeffe018e9b | 2 | roles/boot_seq | 7,968 | [
"no_license"
] | [
{
"path": "roles/boot_seq/tasks/main.yml",
"content": "- name: Change Boot Variable to new image\n ios_command:\n commands:\n - enable\n - conf t \n - boot system flash:\"{{ version_150SE10a }}\"\n - do wr\n\n- name: Reload the Device \n cli_command:\n command: reload\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | angando/ansible_config_ios_cisco | b810701bd219786101fee8ece73ceaeffe018e9b | 2 | roles/check_version | 7,968 | [
"no_license"
] | [
{
"path": "roles/check_version/tasks/main.yml",
"content": "---\n- name: CHECK CURRENT VERSION\n debug:\n msg:\n - \"Current version is {{ ansible_net_version }}\"\n - \"Upgrade image is 15.0(2)SE11\"\n \n- name: vérification de la mise à jour\n debug:\n msg:\n - \"votre switch n'est pas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | angando/ansible_config_ios_cisco | b810701bd219786101fee8ece73ceaeffe018e9b | 2 | roles/transfert_os | 7,968 | [
"no_license"
] | [
{
"path": "roles/transfert_os/tasks/main.yml",
"content": "- name: activate scp\n ios_command:\n commands:\n - enable\n - conf t\n - ip scp server enable\n \n- name: transfer Ios to devices\n ansible.netcommon.net_put:\n src: \"/home/awx/cisco/images/c2960-lanbasek9-mz.150-2.SE10a.bin\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/ansible | 7,970 | [
"no_license"
] | [
{
"path": "roles/ansible/tasks/main.yml",
"content": "---\n- name: Install Ansible\n dnf:\n name:\n - ansible\n - libselinux-python\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/apache-directory-studio | 7,970 | [
"no_license"
] | [
{
"path": "roles/apache-directory-studio/tasks/main.yml",
"content": "---\n- name: Check if Apache Directory Studio is already installed\n stat:\n path: /opt/ApacheDirectoryStudio\n register: ads_installed\n\n- name: Install Apache Directory Studio\n when: not ads_installed.stat.exists\n block:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1510,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/arduino | 7,970 | [
"no_license"
] | [
{
"path": "roles/arduino/tasks/main.yml",
"content": "---\n- name: Install Arduino IDE\n dnf:\n name: arduino\n state: present\n\n- name: Configure Arduino IDE\n become_user: '{{ user }}'\n lineinfile:\n path: '/home/{{ user }}/.arduino15/preferences.txt'\n state: present\n regexp: '^{{ it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/atom | 7,970 | [
"no_license"
] | [
{
"path": "roles/atom/tasks/main.yml",
"content": "---\n- name: Check if Atom is installed\n dnf:\n list: atom\n register: atom_installed\n\n- name: Install Atom\n when: (atom_installed.results | selectattr(\"repo\", \"equalto\", \"@System\") | list | length) == 0\n block:\n - name: Get package\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/base | 7,970 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install vim\n dnf:\n name: vim-enhanced\n state: present\n\n- name: Install screen\n dnf:\n name: screen\n state: present\n\n- name: Install htop\n dnf:\n name: htop\n state: present\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/dell-storage-manager | 7,970 | [
"no_license"
] | [
{
"path": "roles/dell-storage-manager/tasks/main.yml",
"content": "---\n- name: Check if Dell EMC Storage Manager is installed\n dnf:\n list: dell-smclient\n register: sm_installed\n\n- name: Install Dell EMC Storage Manager\n when: (sm_installed.results | selectattr(\"repo\", \"equalto\", \"@System\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1286,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/displaylink | 7,970 | [
"no_license"
] | [
{
"path": "roles/displaylink/tasks/main.yml",
"content": "---\n- name: Check if DisplayLink driver is installed\n dnf:\n list: displaylink\n register: displaylink_installed\n\n- name: Install DisplayLink driver\n when: (displaylink_installed.results | selectattr(\"repo\", \"equalto\", \"@System\") | l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/dkms | 7,970 | [
"no_license"
] | [
{
"path": "roles/dkms/tasks/main.yml",
"content": "---\n- name: Install DKMS\n dnf:\n name: dkms\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 66,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/docker | 7,970 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Create Docker group\n group:\n name: docker\n state: present\n system: yes\n\n- name: Install Docker\n dnf:\n name: docker\n state: present\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": 160,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/google-chrome | 7,970 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/main.yml",
"content": "---\n- name: Configure Google Chrome repository\n copy:\n dest: /etc/yum.repos.d/google-chrome.repo\n content: |\n [google-chrome]\n name=google-chrome - $basearch\n baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basear... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/jetbrains-phpstorm | 7,970 | [
"no_license"
] | [
{
"path": "roles/jetbrains-phpstorm/tasks/main.yml",
"content": "---\n- name: Install PhpStorm\n unarchive:\n remote_src: yes\n src: https://download.jetbrains.com/webide/PhpStorm-2017.3.4.tar.gz\n dest: /opt/\n creates: /opt/PhpStorm-173.4548.32\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/keepass | 7,970 | [
"no_license"
] | [
{
"path": "roles/keepass/tasks/main.yml",
"content": "---\n- name: Install keepass\n dnf:\n name: keepass\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/network-tools | 7,970 | [
"no_license"
] | [
{
"path": "roles/network-tools/tasks/main.yml",
"content": "---\n- name: Install nmap\n dnf:\n name:\n - nmap\n - nmap-ncat\n state: present\n\n- name: Install zmap\n dnf:\n name: zmap\n state: present\n\n- name: Install iperf\n dnf:\n name: iperf\n state: present\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/nextcloud-client | 7,970 | [
"no_license"
] | [
{
"path": "roles/nextcloud-client/tasks/main.yml",
"content": "---\n- name: Install NextCloud client\n dnf:\n name:\n - nextcloud-client\n - nextcloud-client-nautilus\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/password-store | 7,970 | [
"no_license"
] | [
{
"path": "roles/password-store/tasks/main.yml",
"content": "---\n- name: Install Password Store\n dnf:\n name: pass\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/remmina | 7,970 | [
"no_license"
] | [
{
"path": "roles/remmina/defaults/main.yml",
"content": "---\nremmina_plugins:\n - rdp\n - vnc\n - spice\n - gnome\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/remmina/tasks/main.yml",
"content": "---\n- name: Install Remmina\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/rigol | 7,970 | [
"no_license"
] | [
{
"path": "roles/rigol/tasks/main.yml",
"content": "---\n- include: udev.yml\n- include: ds1054z.yml\n- include: DSRemote.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/rigol/tasks/DSRemote.yml",
"content": "---\n- name: Install de... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/rpm-utils | 7,970 | [
"no_license"
] | [
{
"path": "roles/rpm-utils/tasks/main.yml",
"content": "---\n- name: Install RPM building utils\n dnf:\n name:\n - rpm-build\n - rpm-sign\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/rpmfusion | 7,970 | [
"no_license"
] | [
{
"path": "roles/rpmfusion/defaults/main.yml",
"content": "---\nrpmfusion_repos:\n - free\n - nonfree\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/rpmfusion/tasks/main.yml",
"content": "---\n- name: Configure repository\n dnf:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/saleae-logic | 7,970 | [
"no_license"
] | [
{
"path": "roles/saleae-logic/defaults/main.yml",
"content": "---\nsaleae_logic_version: 1.2.18\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/saleae-logic/tasks/main.yml",
"content": "---\n- name: Create logic group\n group:\n nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1643,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/slack | 7,970 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/main.yml",
"content": "---\n- name: Configure Slack repository\n copy:\n dest: /etc/yum.repos.d/slack.repo\n content: |\n [slacktechnologies_slack]\n name=slacktechnologies_slack\n baseurl=https://packagecloud.io/slacktechnologies/slack/fedora/21/$basearch\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/smartmontools | 7,970 | [
"no_license"
] | [
{
"path": "roles/smartmontools/tasks/main.yml",
"content": "---\n- name: Install smartmontools\n dnf:\n name: smartmontools\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/spotify | 7,970 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "---\n- name: Configure Negativo17 Spotify repository\n get_url:\n url: https://negativo17.org/repos/fedora-spotify.repo\n dest: /etc/yum.repos.d/fedora-spotify.repo\n\n- name: Import GPG key\n rpm_key:\n key: https://negativo17.org/repos/RPM-G... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/telegram | 7,970 | [
"no_license"
] | [
{
"path": "roles/telegram/meta/main.yml",
"content": "---\ndependencies:\n - rpmfusion\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/telegram/tasks/main.yml",
"content": "---\n- name: Install Telegram\n dnf:\n name: telegram-desk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/tlp | 7,970 | [
"no_license"
] | [
{
"path": "roles/tlp/tasks/main.yml",
"content": "---\n- name: Check if TLP repository is configured\n dnf:\n list: tlp-release\n register: tlp_release_installed\n\n- name: Configure TLP repository\n when: (tlp_release_installed.results | selectattr(\"repo\", \"equalto\", \"@System\") | list | length)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/trace | 7,970 | [
"no_license"
] | [
{
"path": "roles/trace/tasks/main.yml",
"content": "---\n- name: Install ltrace\n dnf:\n name: ltrace\n state: present\n\n- name: Install strace\n dnf:\n name: strace\n state: present\n\n- name: Install gdb\n dnf:\n name: gdb\n state: present\n\n- name: Install valgrind\n dnf:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.