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 | m-gb/automate-deployment | acb429eaed4810ee9c7387dabd15a88e8b0d4a3f | 0 | roles/common | 7,866 | [
"no_license"
] | [
{
"path": "roles/common/tasks/user_setup.yml",
"content": "---\n- name: create user\n user:\n name: \"{{ item.name }}\"\n shell: /bin/bash\n state: present\n with_items: \"{{ users }}\"\n- name: create sudoers file\n copy:\n content: \"{{ item.name }} ALL=(ALL) NOPASSWD:ALL\"\n dest: \"/et... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | m-gb/automate-deployment | acb429eaed4810ee9c7387dabd15a88e8b0d4a3f | 0 | roles/web | 7,866 | [
"no_license"
] | [
{
"path": "roles/web/defaults/main.yml",
"content": "---\napplication:\n base_dir: /var/www\n name: moth_books\n ruby_version: 2.4.0\n secret_key_base: db90ed9c87613fa4ba41bce38d318d1f0b17e66e1488709af437b0bf26967289922c9cf48bbe2f0776940d65efc5ca9b2ca3388317e21ae5da15fa7d04045594\n user: maya\n databa... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7338,
"all_permissive": false
} |
ansible_role | mvandermeulen/cluster-in-flux | a7ea1ba7e12b6dd615dd13104981d61401865994 | 0 | provision/ansible/router/roles/adguardhome.router | 7,866 | [
"no_license"
] | [
{
"path": "provision/ansible/router/roles/adguardhome.router/handlers/main.yml",
"content": "---\n- name: Restart adguardhome\n ansible.builtin.shell: |\n /usr/local/etc/rc.d/adguardhome restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2468,
"all_permissive": false
} |
ansible_role | mvandermeulen/cluster-in-flux | a7ea1ba7e12b6dd615dd13104981d61401865994 | 0 | provision/ansible/router/roles/coredns.router | 7,866 | [
"no_license"
] | [
{
"path": "provision/ansible/router/roles/coredns.router/handlers/main.yml",
"content": "---\n- name: Restart coredns\n ansible.builtin.shell: |\n /usr/local/etc/rc.d/coredns restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "provision/a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2604,
"all_permissive": false
} |
ansible_role | mvandermeulen/cluster-in-flux | a7ea1ba7e12b6dd615dd13104981d61401865994 | 0 | provision/ansible/router/roles/frr_exporter.router | 7,866 | [
"no_license"
] | [
{
"path": "provision/ansible/router/roles/frr_exporter.router/tasks/main.yml",
"content": "---\n- name: Create frr_exporter directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n loop:\n - /usr/local/etc/cron.d\n - /usr/local/etc/frr_exporter\n - /va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2225,
"all_permissive": false
} |
ansible_role | mvandermeulen/cluster-in-flux | a7ea1ba7e12b6dd615dd13104981d61401865994 | 0 | provision/ansible/storage/roles/apps.storage | 7,866 | [
"no_license"
] | [
{
"path": "provision/ansible/storage/roles/apps.storage/tasks/vector.yml",
"content": "---\n- name: Create vector directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: users\n mode: 0775\n loop:\n - \"{{ docker_base_dir }}/... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 6864,
"all_permissive": false
} |
ansible_role | mvandermeulen/cluster-in-flux | a7ea1ba7e12b6dd615dd13104981d61401865994 | 0 | provision/ansible/storage/roles/os.storage | 7,866 | [
"no_license"
] | [
{
"path": "provision/ansible/storage/roles/os.storage/tasks/notifications.yml",
"content": "---\n- name: Check if msmtp log exists\n ansible.builtin.stat:\n path: \"/var/log/msmtp\"\n register: msmtp_status\n\n- name: Create msmtp log file\n ansible.builtin.file:\n dest: /var/log/msmtp\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | fosterseth/playbooks | 1ff516393f65356641c7597fc6725db376653234 | 0 | roles/sbf_debug | 7,866 | [
"no_license"
] | [
{
"path": "roles/sbf_debug/tasks/debug_loop.yml",
"content": "---\n- name: loop1\n debug: msg=\"{{ item }}\"\n loop: \"{{ [1, 2, 3, 4, 5] }}\"\n \n- name: loop2\n debug: msg=\"{{ item }}\"\n loop: \"{{ [6, 7, 8, 9, 10] }}\"\n \n- name: loop3\n debug: msg=\"{{ item }}\"\n loop: \"{{ [1, 2, 3, 4, 5] }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | automationiberia/aap_aiops | bdce38344dcdde164f7d75e3b8b4ae63cbc637f4 | 0 | vault/roles/install_hashicorp | 7,866 | [
"permissive"
] | [
{
"path": "vault/roles/install_hashicorp/defaults/main.yml",
"content": "#SPDX-License-Identifier: GPL3.0+\n---\nssh_key_username: user1\n",
"license_type": "permissive",
"detected_licenses": [
"MIT-0"
],
"size_bytes": 62
},
{
"path": "vault/roles/install_hashicorp/files/argocd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5721,
"all_permissive": true
} |
ansible_role | GGGeslani/Activity9_CPE232_Grant | cbcdb02fd19d85534eeb71aac8abe5ed3bafa9ea | 0 | roles/CentOS_server | 7,866 | [
"no_license"
] | [
{
"path": "roles/CentOS_server/tasks/main.yml",
"content": "- name: Installing Required Packages\n tags: CentOS_packs\n yum:\n name:\n - httpd\n - snapd\n - firewalld\n state: latest\n\n- name: Installing Prometheus\n tags: CentOS_prometheus\n snap:\n name: \n - prometheus\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | GGGeslani/Activity9_CPE232_Grant | cbcdb02fd19d85534eeb71aac8abe5ed3bafa9ea | 0 | roles/Ubuntu_server | 7,866 | [
"no_license"
] | [
{
"path": "roles/Ubuntu_server/tasks/main.yml",
"content": "- name: Installing Promethues and other packages\n tags: Ubuntu_packs\n apt:\n name:\n - apache2\n - prometheus\n state: latest\n\n- name: Open port 9090\n shell: \n sudo ufw allow 9090/tcp\n\n- name: Restart Apache2 Service\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | yuua/ansible-php-playbook | 6cef7f44566e00b2f66797bf88cda188e21e22c2 | 1 | roles/common | 7,866 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: libselinux-python install\n yum: name=libselinux-python state=installed\n\n- name: epel add\n yum: name={{ item }}\n with_items:\n - http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm\n - http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | yuua/ansible-php-playbook | 6cef7f44566e00b2f66797bf88cda188e21e22c2 | 1 | roles/composer | 7,866 | [
"no_license"
] | [
{
"path": "roles/composer/tasks/main.yml",
"content": "- name: check installer\n stat: path=/tmp/installer\n register: composer_installer\n\n- name: get composer installer\n get_url: url=https://getcomposer.org/installer dest=/tmp/installer\n\n- name: install composer\n shell: \"php /tmp/installer --ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | yuua/ansible-php-playbook | 6cef7f44566e00b2f66797bf88cda188e21e22c2 | 1 | roles/mysql | 7,866 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: mysql rpm install\n yum:\n name: http://dev.mysql.com/get/mysql57-community-release-el6-7.noarch.rpm\n state: present\n\n- name: mysql install\n yum: \n name: \"{{ item }}\"\n enablerepo: mysql56-community\n disablerepo: mysql57-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | yuua/ansible-php-playbook | 6cef7f44566e00b2f66797bf88cda188e21e22c2 | 1 | roles/nginx | 7,866 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: nginx rpm update\n yum: name=http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm\n\n- name: nginx install\n yum: name=nginx state=latest\n\n- name: docroot mkdir\n file: dest=/var/www group=vagrant owner=va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1057,
"all_permissive": false
} |
ansible_role | yuua/ansible-php-playbook | 6cef7f44566e00b2f66797bf88cda188e21e22c2 | 1 | roles/php | 7,866 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "- name: install php\n yum: name=php state=present enablerepo=remi-php70\n\n- name: install php package\n yum: name={{ item }} state=present enablerepo=epel,remi,remi-php70\n with_items: \"{{ php_packages }}\"\n\n- name: install msgpack\n become: yes\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | yuua/ansible-php-playbook | 6cef7f44566e00b2f66797bf88cda188e21e22c2 | 1 | roles/rbenv | 7,866 | [
"no_license"
] | [
{
"path": "roles/rbenv/tasks/main.yml",
"content": "- name: check shell\n stat: path=/etc/profile.d/rbenv.sh\n register: rbenv_sh\n\n- name: sudoers set\n become: yes\n template: src=00_base.j2 dest=/etc/sudoers.d/00_base\n when: not rbenv_sh.stat.exists\n\n- name: profile.d ruby-add\n template: src=r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1282,
"all_permissive": false
} |
ansible_role | yuua/ansible-php-playbook | 6cef7f44566e00b2f66797bf88cda188e21e22c2 | 1 | roles/redis | 7,866 | [
"no_license"
] | [
{
"path": "roles/redis/handlers/main.yml",
"content": "- name: redis restart\n service: name=redis state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: install redis\n yum: name=re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | yuua/ansible-php-playbook | 6cef7f44566e00b2f66797bf88cda188e21e22c2 | 1 | roles/td-agent | 7,866 | [
"no_license"
] | [
{
"path": "roles/td-agent/tasks/main.yml",
"content": "- name: check-fluentd\n stat: path=/usr/sbin/td-agent\n register: tdagent\n\n- name: get td-agent installer\n get_url: url=https://toolbelt.treasuredata.com/sh/install-redhat-td-agent2.sh dest=/tmp/install-redhat-td-agent2.sh\n when: not tdagent.sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | kskotetsu/ansible-devserver-test | 6545d99744acba0cb8846f2e5c6a6791712a67f1 | 0 | roles/apache | 7,866 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n\n- name : Apacheのインストール\n apt :\n name : \"{{ item }}\"\n state : installed\n with_items : apache_packages # see vars/main.yml\n\n- name : Apacheサービススタート\n service :\n name : apache2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | kskotetsu/ansible-devserver-test | 6545d99744acba0cb8846f2e5c6a6791712a67f1 | 0 | roles/common | 7,866 | [
"no_license"
] | [
{
"path": "roles/common/tasks/locale.yml",
"content": "---\n- name : 日本語パッケージをインストール\n become : yes\n apt : pkg=language-pack-ja\n\n- name : localeを{{ locale }}に\n shell : update-locale LANG={{ locale }} LC_ALL=$locale\n",
"license_type": "no_license",
"detected_... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1639,
"all_permissive": false
} |
ansible_role | kskotetsu/ansible-devserver-test | 6545d99744acba0cb8846f2e5c6a6791712a67f1 | 0 | roles/jenkins | 7,866 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/config.yml",
"content": "---\n\n- name: Jenkins起動待ち\n pause: seconds=5\n\n- name : Jenkinsセットアップ画面を出ないようにする\n lineinfile:\n dest : '/etc/default/jenkins'\n state : present\n backrefs: yes\n regexp : 'JAVA_ARGS=\"-Djava.awt.headless=true\"'\n line ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5507,
"all_permissive": false
} |
ansible_role | kskotetsu/ansible-devserver-test | 6545d99744acba0cb8846f2e5c6a6791712a67f1 | 0 | roles/mysql | 7,866 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/mysql.cnf",
"content": "[mysqld]\ncharacter-set-server=utf8\n# default-character-set-server=utf8\nskip-character-set-client-handshake\n\n# Error log\nlog_error=\"/var/log/mysql/mysqld.log\"\nlog_warnings=1\n\n# Slow Query log\nslow_query_log=1\nslow_query_log_file=\"/var/l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | kskotetsu/ansible-devserver-test | 6545d99744acba0cb8846f2e5c6a6791712a67f1 | 0 | roles/node | 7,866 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n# - include: repo.yml\n- include: nvm.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/node/vars/main.yml",
"content": "---\nnvm_repo: \"git://github.com/creationix/nvm.git\"\nnvm... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | kskotetsu/ansible-devserver-test | 6545d99744acba0cb8846f2e5c6a6791712a67f1 | 0 | roles/rbenv | 7,866 | [
"no_license"
] | [
{
"path": "roles/rbenv/tasks/main.yml",
"content": "---\n- include: dependencies.yml\n when: rbenv_install_dependencies\n\n- name: インストール状況をチェック\n shell: rbenv --version\n ignore_errors: true\n register: rbenv_already_installed\n\n- name: rbenvルートフォルダを作成\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3519,
"all_permissive": false
} |
ansible_role | kskotetsu/ansible-devserver-test | 6545d99744acba0cb8846f2e5c6a6791712a67f1 | 0 | roles/redmine | 7,866 | [
"no_license"
] | [
{
"path": "roles/redmine/tasks/redmine.yml",
"content": "---\n\n# subversion moduleを使うときはLANG=\"C\"しないとチェックアウト後のリビジョン確認でエラーが出る\n- name : redmine {{ redmine_version }} checkout to {{ redmine_root }}\n subversion : \n repo : \"http://svn.redmine.org/redmine/branches/{{ redmine_version }}-stab... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 9614,
"all_permissive": false
} |
ansible_role | subhamproject/my-vansible | 81a3d58ef70090c62587d4a33654d5d115ca12e9 | 0 | provisioning/guest/roles/vagrant | 7,866 | [
"no_license"
] | [
{
"path": "provisioning/guest/roles/vagrant/tasks/main.yml",
"content": "---\n# tasks file for vagrant\n - name: \"config change in ansible.cfg\"\n lineinfile:\n dest: /etc/ansible/ansible.cfg\n line: 'deprecation_warnings = False'\n insertafter: '\\[defaults\\]'\n backup: yes\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | stackhpc/tenks | b1b28a80d74b4cb465260b6fe96cf8dbcb68d8e6 | 6 | ansible/roles/ironic-enrolment | 7,866 | [
"permissive"
] | [
{
"path": "ansible/roles/ironic-enrolment/tasks/main.yml",
"content": "---\n# This is useful to get a uniquely generated temporary path.\n- name: Create temporary file for pip requirements\n tempfile:\n register: req_file\n\n- name: Copy requirements file to temporary location\n copy:\n src: requireme... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6924,
"all_permissive": true
} |
ansible_role | stackhpc/tenks | b1b28a80d74b4cb465260b6fe96cf8dbcb68d8e6 | 6 | ansible/roles/veth-pair | 7,866 | [
"permissive"
] | [
{
"path": "ansible/roles/veth-pair/tasks/absent.yml",
"content": "---\n- name: Unplug veth from source bridge\n command: >-\n brctl delif {{ veth_pair_source_bridge }}\n {{ veth_pair_source_link_name }}\n register: res\n failed_when:\n - res.rc != 0\n # Case where veth is already unplugged.\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3180,
"all_permissive": true
} |
ansible_role | stackhpc/tenks | b1b28a80d74b4cb465260b6fe96cf8dbcb68d8e6 | 6 | ansible/roles/virtualbmc-daemon | 7,866 | [
"permissive"
] | [
{
"path": "ansible/roles/virtualbmc-daemon/tasks/main.yml",
"content": "---\n- name: Gather os specific variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - files:\n - \"{{ ansible_distribution }}-{{ ansible_distribution_major_version}}.yml\"\n - \"{{ ansible_distribution }}.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2123,
"all_permissive": true
} |
ansible_role | stackhpc/tenks | b1b28a80d74b4cb465260b6fe96cf8dbcb68d8e6 | 6 | ansible/roles/virtualbmc-domain | 7,866 | [
"permissive"
] | [
{
"path": "ansible/roles/virtualbmc-domain/tasks/main.yml",
"content": "---\n- name: Set VBMC command string\n set_fact:\n # vbmcd should already be running, so --no-daemon stops vbmc from spawning\n # another instance of the daemon.\n vbmc_cmd: >-\n '{{ vbmc_virtualenv_path }}/bin/vbmc'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1936,
"all_permissive": true
} |
ansible_role | zyazxr/PNTL | 95f4590e69a3c429e19d241040634f968b358868 | 0 | PNTL_server_web/deploy/modify_sudoers/roles/common | 7,849 | [
"no_license"
] | [
{
"path": "PNTL_server_web/deploy/modify_sudoers/roles/common/tasks/main.yml",
"content": "---\n- name: make directory\n shell: mkdir -p {{ install_path }}\n\n- name: check wether sudoers backup file exist\n shell: ls {{ install_path }}/sudoers\n register: ls\n ignore_errors: true\n\n- name: backup sudo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | zyazxr/PNTL | 95f4590e69a3c429e19d241040634f968b358868 | 0 | PNTL_server_web/deploy/modify_sudoers/roles/sudoers | 7,849 | [
"no_license"
] | [
{
"path": "PNTL_server_web/deploy/modify_sudoers/roles/sudoers/tasks/main.yml",
"content": "---\n- name: copy ONCF_sudoers_modify.sh\n copy: src=ONCF_sudoers_modify.sh dest={{ install_path }}/\n\n- name: modify sudoers\n shell: cd {{ install_path }} && dos2unix ONCF_sudoers_modify.sh && sh ONCF_sudoers_m... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4078,
"all_permissive": false
} |
ansible_role | zyazxr/PNTL | 95f4590e69a3c429e19d241040634f968b358868 | 0 | PNTL_server_web/deploy/oncf_server/roles/common | 7,849 | [
"no_license"
] | [
{
"path": "PNTL_server_web/deploy/oncf_server/roles/common/tasks/main.yml",
"content": "---\n#- name: sync NTP server\n# shell: /usr/sbin/ntpdate {{ ntpserver }}\n# sudo: yes\n \n- name: mkdir of install path\n file: state=directory path={{ install_path }} mode=0755 owner={{user_name}} group={{group_nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1615,
"all_permissive": false
} |
ansible_role | zyazxr/PNTL | 95f4590e69a3c429e19d241040634f968b358868 | 0 | PNTL_server_web/deploy/oncf_server/roles/init | 7,849 | [
"no_license"
] | [
{
"path": "PNTL_server_web/deploy/oncf_server/roles/init/templates/createUser.sh",
"content": "#!/bin/sh\n\nCURRENTDIR=$(cd `dirname $0`; pwd)\n\n\nUSER={{ user_name }}\nGROUP={{ group_name }}\nPASSWD=$1\n\nif [ -z \"$USER\" -o -z \"$GROUP\" -o -z \"$PASSWD\" ] ; then\n echo \"username or groupname or us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3563,
"all_permissive": false
} |
ansible_role | zyazxr/PNTL | 95f4590e69a3c429e19d241040634f968b358868 | 0 | PNTL_server_web/deploy/oncf_server/roles/jdk | 7,849 | [
"no_license"
] | [
{
"path": "PNTL_server_web/deploy/oncf_server/roles/jdk/tasks/main.yml",
"content": "---\n- name: check install dir exist\n stat: path={{ install_path }}/{{ pkg_jdk_unpack }}\n register: dir\n \n- name: if install dir exist, rm it\n file: path={{ install_path }}/{{ pkg_jdk_unpack }} state=absent force=t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1203,
"all_permissive": false
} |
ansible_role | zyazxr/PNTL | 95f4590e69a3c429e19d241040634f968b358868 | 0 | PNTL_server_web/deploy/oncf_server/roles/oncf | 7,849 | [
"no_license"
] | [
{
"path": "PNTL_server_web/deploy/oncf_server/roles/oncf/templates/checkService.sh",
"content": "#!/bin/sh\n\nsource /etc/profile\n\nPORT={{ service_port }}\nOUTPUT_LOG_FILE=${LOG_PATH}/{{ tool_name }}-cmd.log\nFLAG_FILE={{ install_path }}/upgrade_rollback_stop_api_flag\nSCRIPT={{ install_path }}/{{ service... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 13168,
"all_permissive": false
} |
ansible_role | zyazxr/PNTL | 95f4590e69a3c429e19d241040634f968b358868 | 0 | PNTL_server_web/deploy/oncf_server/roles/tomcat | 7,849 | [
"no_license"
] | [
{
"path": "PNTL_server_web/deploy/oncf_server/roles/tomcat/tasks/main.yml",
"content": "---\n- name: download files\n copy: src={{ pkg_tomcat_path }} dest={{ workspace }}\n\n- name: delete symlink of tomcat\n file: state=absent path={{ tomcat_home }}\n\n- name: delete tomcat home\n file: state=absent pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2379,
"all_permissive": false
} |
ansible_role | richardhughes/amazon-nginx-terraform | 452800801d86cbfbd754171ccae327e9239db24b | 14 | ansible/roles/config | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/config/tasks/main.yml",
"content": "- name: Install system nginx config\n template:\n src: templates/nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n\n- name: Restart Nginx\n service: name=nginx enabled=yes state=restarted",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2682,
"all_permissive": false
} |
ansible_role | richardhughes/amazon-nginx-terraform | 452800801d86cbfbd754171ccae327e9239db24b | 14 | ansible/roles/fluentd | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/fluentd/templates/td-agent.conf.j2",
"content": "<match debug.**>\n type logzio_buffered\n endpoint_url https://listener.logz.io:8071?token={{ logziotoken }}&type=website\n output_include_time true\n output_include_tags true\n #buffer_type file\n #bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | richardhughes/amazon-nginx-terraform | 452800801d86cbfbd754171ccae327e9239db24b | 14 | ansible/roles/nginx | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx 1.12\n command: amazon-linux-extras install nginx1.12\n\n- name: Upload default index.php for host\n copy: src=files/index.php dest=\"/var/www/{{ domain }}\" mode=0644\n\n- name: Start Nginx\n service: name=nginx enabled=ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | richardhughes/amazon-nginx-terraform | 452800801d86cbfbd754171ccae327e9239db24b | 14 | ansible/roles/php | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "- name: Install php 7.2\n command: amazon-linux-extras install php7.2\n\n- name: configure php.ini\n lineinfile: dest=/etc/php.ini regexp=\"{{ item.regexp }}\" line=\"{{ item.line }}\" backup=yes\n with_items:\n - { regexp: \"date.timezone\", l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | richardhughes/amazon-nginx-terraform | 452800801d86cbfbd754171ccae327e9239db24b | 14 | ansible/roles/server | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "- name: Wait for system (SSH) to become reachable\n wait_for_connection:\n\n- name: Disallow Root login\n lineinfile: dest=/etc/ssh/sshd_config regexp=\"{{ item.regexp }}\" line=\"{{ item.line }}\" backup=yes\n with_items:\n - { regexp: \"Pe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | richardhughes/amazon-nginx-terraform | 452800801d86cbfbd754171ccae327e9239db24b | 14 | ansible/roles/ssl | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/ssl/tasks/main.yml",
"content": "- name: Install EPEL Release\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n\n- name: Install Certbot Nginx\n yum:\n update_cache: yes\n name: \"{{ item }}\"\n become: true\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | jeevan532/roboshop-ansible | 40a80b1a97e3be6b0936dc8faee15d20c6da9151 | 0 | roles/common | 7,849 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd.yml",
"content": "- name: copy systemd file\n ansible.builtin.template:\n src: \"{{component}}.service\"\n dest: /etc/systemd/system/{{component}}.service\n# remote_src: yes\n\n- name: start service\n ansible.builtin.systemd:\n name: \"{{component}}\"\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3001,
"all_permissive": false
} |
ansible_role | jeevan532/roboshop-ansible | 40a80b1a97e3be6b0936dc8faee15d20c6da9151 | 0 | roles/frontend | 7,849 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: remove html content\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n- name: creating directory\n ansible.builtin.file:\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | jeevan532/roboshop-ansible | 40a80b1a97e3be6b0936dc8faee15d20c6da9151 | 0 | roles/mysql | 7,849 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: disable mysqld\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: copy mysqld conf file\n ansible.builtin.template:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: install mysqld\n ansible.builtin.yum:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | jeevan532/roboshop-ansible | 40a80b1a97e3be6b0936dc8faee15d20c6da9151 | 0 | roles/redis | 7,849 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: install redis repo\n ansible.builtin.yum:\n name: epel-release\n state: installed\n\n- name: install redis\n ansible.builtin.yum:\n name: redis\n state: installed\n\n\n- name: Replace old hostname with new hostname (requires Ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | sugarush/ansible-backup | 6b2fcabd026841ee16f0cdd1919353ad289c1f7a | 0 | archlinux/roles/consul-checks | 7,849 | [
"no_license"
] | [
{
"path": "archlinux/roles/consul-checks/tasks/main.yml",
"content": "---\n\n- name: copy check_mem\n copy: src=check_mem dest=/usr/local/bin/check_mem mode=755\n\n- name: copy mem-check\n copy: src=memory.json dest=/etc/consul/consul.d/client/memory.json\n notify:\n - reload consul@client\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | pyconca/infrastructure | 4f544dc0080eaeddfa380a382d2bf4715186f294 | 1 | roles/common | 7,849 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n\n- name: restart fail2ban\n service: name=fail2ban state=restarted\n\n- name: restart ssh\n service: name=ssh state=restarted\n\n- name: restart postgres\n service: name=postgresql state=restarted\n become: true\n\n- name: reload pg config\n ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 7439,
"all_permissive": false
} |
ansible_role | pyconca/infrastructure | 4f544dc0080eaeddfa380a382d2bf4715186f294 | 1 | roles/letsencrypt | 7,849 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/handlers/main.yml",
"content": "- name: run letsencrypt-auto\n action: shell \"/opt/letsencrypt/letsencrypt-auto certonly -a webroot --agree-tos --renew-by-default --config /etc/letsencrypt/le-renew-webroot.ini\"\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2666,
"all_permissive": false
} |
ansible_role | pyconca/infrastructure | 4f544dc0080eaeddfa380a382d2bf4715186f294 | 1 | roles/web | 7,849 | [
"no_license"
] | [
{
"path": "roles/web/templates/etc_nginx_sites-enabled_pynorth.org-git-auto-deploy.conf.j2",
"content": "server {\n listen 80;\n listen [::]:80;\n listen 443 ssl;\n\n server_name git-auto-deploy.pynorth.org;\n\n # Redirect HTTP to HTTPS\n if ($scheme = http) {\n rewrite ^(.*) https:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6129,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/autokey-config | 7,849 | [
"no_license"
] | [
{
"path": "roles/autokey-config/tasks/main.yml",
"content": " - name: printtest\n ansible.builtin.debug:\n msg: \"{{ ansible_env.HOME }}/.config/autokey\"\n\n - name: Henter info om .config/autokey/\n stat:\n path: \"{{ ansible_env.HOME }}/.config/autokey\"\n register: autokey_mappe\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/clone-ansible-desktop | 7,849 | [
"no_license"
] | [
{
"path": "roles/clone-ansible-desktop/tasks/main.yml",
"content": " - name: Oppretter \"~/repos/ansible-desktop/\" \n ansible.builtin.file:\n path: \"~/repos/ansible-desktop\"\n state: directory\n\n - name: Sjekker om ansible-desktop repo fins\n stat:\n path: \"{{ ansible_env.HOME }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/clone-dotfiler | 7,849 | [
"no_license"
] | [
{
"path": "roles/clone-dotfiler/tasks/main.yml",
"content": " - name: Oppretter \"~/repos/dotfiler/\" \n ansible.builtin.file:\n path: \"~/repos/notater\"\n state: directory\n\n - name: Kopierer inn dotfilene\n ansible.builtin.git:\n repo: \"https://github.com/martinlillebo/dotfiler.g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1913,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/clone-notater | 7,849 | [
"no_license"
] | [
{
"path": "roles/clone-notater/tasks/main.yml",
"content": " - name: Oppretter \"~/repos/notater/\" \n ansible.builtin.file:\n path: \"~/repos/notater\"\n state: directory\n\n - name: Sjekker om notatblokka fins\n stat:\n path: \"{{ ansible_env.HOME }}/repos/notater/.git/\"\n regis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/docker-installering | 7,849 | [
"no_license"
] | [
{
"path": "roles/docker-installering/vars/main.yml",
"content": "# docker-installering/vars/main.yml\ndocker_architecture: \"{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1430,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/emacs | 7,849 | [
"no_license"
] | [
{
"path": "roles/emacs/tasks/main.yml",
"content": " - name: Installerer Emacs\n become: yes\n ansible.builtin.apt:\n state: present\n name:\n - emacs\n - git\n - ripgrep\n - fd-find\n - shellcheck\n \n - name: Kloner Doom til ~/.config/emacs\n git:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/emacs-purge | 7,849 | [
"no_license"
] | [
{
"path": "roles/emacs-purge/tasks/main.yml",
"content": "- name: Remove Emacs packages\n become: true\n apt:\n name:\n - emacs-bin-common\n - emacs-common\n - emacs-el\n - emacs-gtk\n - emacs\n state: absent\n purge: true\n\n- name: Autoremove orphaned packages\n become... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/etc-config | 7,849 | [
"no_license"
] | [
{
"path": "roles/etc-config/tasks/main.yml",
"content": "- name: Deaktiver hvilemodus når lokket stenges\n become: true\n lineinfile:\n path: /etc/systemd/logind.conf\n regexp: \"^#?{{ item.key }}=.*\"\n line: \"{{ item.key }}=ignore\"\n state: present\n loop:\n - { key: 'HandleLidSwitch' ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/flatpak-programmer | 7,849 | [
"no_license"
] | [
{
"path": "roles/flatpak-programmer/tasks/main.yml",
"content": " - name: Installerer Flathub\n become: yes\n ansible.builtin.apt:\n state: present\n name:\n - flatpak\n\n - name: Legger til Flathub-repo\n become: yes\n community.general.flatpak_remote:\n name: flathub\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/git-config | 7,849 | [
"no_license"
] | [
{
"path": "roles/git-config/tasks/main.yml",
"content": " - name: Setter git config pull.rebase = false\n community.general.git_config:\n name: pull.rebase\n scope: global\n value: 'false'\n\n - name: Setter global Git user.name\n community.general.git_config:\n name: user.name\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/gnome-config | 7,849 | [
"no_license"
] | [
{
"path": "roles/gnome-config/tasks/main.yml",
"content": "- name: Setter GNOME-klokka til å vise sekunder\n command: gsettings set org.gnome.desktop.interface clock-show-seconds true\n changed_when: false # Ensure the task does not always report as changed\n\n- name: Kopierer inn gnome-hurtigtaster.txt\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1734,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/keyd-installering | 7,849 | [
"no_license"
] | [
{
"path": "roles/keyd-installering/tasks/main.yml",
"content": " # Brukes til å omdisponere capslock-tasten til noe annet\n - name: Sjekker om /usr/local/bin/keyd fins\n stat:\n path: /usr/local/bin/keyd\n register: keyd_installed\n\n - name: Installerer Keyd\n become: yes\n ansible.buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 807,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/locale-innstillinger | 7,849 | [
"no_license"
] | [
{
"path": "roles/locale-innstillinger/tasks/main.yml",
"content": " - name: Legger til locale en_US.UTF-8\n become: true\n locale_gen:\n name: en_US.UTF-8\n state: present\n register: locale\n\n# - name: Legger til locale C\n# become: true\n# locale_gen:\n# name: C\n# st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/ssh-innstillinger | 7,849 | [
"no_license"
] | [
{
"path": "roles/ssh-innstillinger/tasks/main.yml",
"content": " - name: Sjekker om ~/.ssh fins\n stat:\n path: \"{{ ansible_env.HOME }}/.ssh/\"\n register: ssh_fins\n \n - name: Oppretter et SSH-nøkkelpar\n ansible.builtin.openssh_keypair:\n path: ~/.ssh/id_ed25519\n type: ed2551... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/sublimeless-desktop | 7,849 | [
"no_license"
] | [
{
"path": "roles/sublimeless-desktop/tasks/main.yml",
"content": "- name: Laster ned Renés Sublimeless-release og pakker den ut \n ansible.builtin.unarchive:\n src: https://github.com/renerocksai/sublimeless_zk/releases/download/sublimeless_zk-pre-0.9/sublimeless_zk-pre-0.9-linux.tar.gz\n dest: ~/Dow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/terminalprogrammer | 7,849 | [
"no_license"
] | [
{
"path": "roles/terminalprogrammer/tasks/main.yml",
"content": " - name: apt update og apt upgrade\n become: yes\n ansible.builtin.apt:\n update_cache: yes\n upgrade: yes\n\n - name: Installerer masse programmer\n become: yes\n ansible.builtin.apt:\n state: present\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1629,
"all_permissive": false
} |
ansible_role | martinlillebo/ansible-desktop | fbce734e9aec55d73180325228266a256f03c5bf | 1 | roles/zsh-omz | 7,849 | [
"no_license"
] | [
{
"path": "roles/zsh-omz/tasks/main.yml",
"content": " - name: Setter Zsh som standard skall\n become: true\n ansible.builtin.user:\n name: \"{{ ansible_facts['env']['USER'] }}\"\n shell: /bin/zsh\n\n - name: Sjekker om Oh My Zsh er installert ennå\n stat:\n path: \"{{ ansible_env.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | masyagutovmz/devops-school-ansible | 38bf6471948ac9a1351d5cc5a83aa74e5ee72637 | 0 | task_3/roles/ftp | 7,849 | [
"no_license"
] | [
{
"path": "task_3/roles/ftp/templates/vsftpd.j2",
"content": "anonymous_enable={{ vsftpd_anonymous_enable }}\nlocal_enable={{ vsftpd_local_enable }}\nwrite_enable={{ vsftpd_write_enable }}\nanon_upload_enable={{ vsftpd_anon_upload_enable }}\n#allow_writeable_chroot=YES\nanon_root=/var/ftp/pub\n#dirmessage_e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2393,
"all_permissive": false
} |
ansible_role | masyagutovmz/devops-school-ansible | 38bf6471948ac9a1351d5cc5a83aa74e5ee72637 | 0 | task_3/roles/httpd | 7,849 | [
"no_license"
] | [
{
"path": "task_3/roles/httpd/handlers/main.yml",
"content": "---\n# handlers file for httpd\n- name: start_apache\n service:\n name: \"{{ web_service_name }}\"\n state: started\n\n- name: restart_firewalld \n service:\n name: firewalld\n state: restarted\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | sabre1041/ieam_ansible | bbf4a6dd7c6edf550aaf61663397347c7fcc69f3 | 2 | roles/docker_ce | 7,849 | [
"no_license"
] | [
{
"path": "roles/docker_ce/README.md",
"content": "docker_ce\n=========\n\nInstalls Docker Community Edition\n\nRequirements\n------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with variables passed ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1172,
"all_permissive": false
} |
ansible_role | sabre1041/ieam_ansible | bbf4a6dd7c6edf550aaf61663397347c7fcc69f3 | 2 | roles/ieam | 7,849 | [
"no_license"
] | [
{
"path": "roles/ieam/tasks/cluster.yml",
"content": "---\n- name: Check if Horizon Cluster Files exist\n stat:\n path: \"{{ ieam_tmp_dir }}/{{ ieam_edge_cluster_files_filename }}\"\n register: ieam_cluster_files_exist\n\n- name: Download Horizon Cluster Files\n get_url:\n url: \"{{ ieam_css_url }}... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 18348,
"all_permissive": false
} |
ansible_role | jruru80/devops_cp2 | 362784196925e7e66364746e42e7e08b460fb8d9 | 0 | ansible/roles/acr | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/acr/defaults/main.yml",
"content": "### Se definen cuales son las imagenes definidas, que las tareas asociadas deben descargar, tagear y hacer push\n---\ncontainer_images:\n - name: nginx\n source: \"docker.io/library\"\n tag: \"latest\"\n \n - name: redis\n tag: 6.0.8\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1184,
"all_permissive": false
} |
ansible_role | jruru80/devops_cp2 | 362784196925e7e66364746e42e7e08b460fb8d9 | 0 | ansible/roles/app | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/app/defaults/main.yml",
"content": "app_namespace: \"app\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "ansible/roles/app/vars/main.yml",
"content": "app: \n backend:\n name: backend \n image: redis:{{ acr_cus... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3081,
"all_permissive": false
} |
ansible_role | jruru80/devops_cp2 | 362784196925e7e66364746e42e7e08b460fb8d9 | 0 | ansible/roles/python | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "#No puedo instalar python3 si no esta disponible ya que uso mac y con homebrew no se permite, lo comenté en el foro\n- name: Verify Python3 installation\n command: python3 --version\n register: python3_version\n changed_when: false\n\n- name: P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | jruru80/devops_cp2 | 362784196925e7e66364746e42e7e08b460fb8d9 | 0 | ansible/roles/webserver | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/defaults/main.yml",
"content": "ssh_remote_user: \"azureuser\"\nacr_image: \"nginx\"\nacr_image_tag: \"{{ acr_custom_tag }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "ansible/roles/webserver/tasks/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | DevOashish/roboshop_ansible | 27aed9f557d3308e66ccc37f572179d94521a255 | 0 | roles/dispatch | 7,849 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yaml",
"content": "- name: Demo\r\n ansible.builtin.debug:\r\n msg: Component - tasks",
"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 | DevOashish/roboshop_ansible | 27aed9f557d3308e66ccc37f572179d94521a255 | 0 | roles/frontend | 7,849 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yaml",
"content": "- name: Install Nginx\r\n ansible.builtin.yum:\r\n name: nginx\r\n state: installed\r\n\r\n- name: copy roboshop config file\r\n ansible.builtin.copy:\r\n src: roboshop.conf\r\n dest: /etc/nginx/default.d/roboshop.conf",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | AndriiKurapov/Home_Assignments | 123b80b7360da032949ea775a2823b2b969db988 | 0 | Ansible/roles/winserv | 7,849 | [
"no_license"
] | [
{
"path": "Ansible/roles/winserv/tasks/main.yml",
"content": "\n- name: Run ipconfig\n raw: ipconfig\n register: ipconfig\n- debug: var=ipconfig\n\n\n- name: Install IIS\n win_feature:\n name: \"Web-Server\"\n state: present\n restart: yes\n include_sub_features: yes\n include_management_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | AndriiKurapov/Home_Assignments | 123b80b7360da032949ea775a2823b2b969db988 | 0 | Ansible/roles/winupdate | 7,849 | [
"no_license"
] | [
{
"path": "Ansible/roles/winupdate/vars/main.yml",
"content": "---\nweb_app_name: my-web-app\nweb_app_path: C:\\\\inetpub\\\\wwwroot\\\\index.html\nweb_app_source: /home/ubuntu/ansible/application/index.html",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1159,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/apigateway | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/apigateway/tasks/main.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# This role will install apigateway in the group 'apigateway' in the environment in... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1902,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/cli | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/cli/tasks/clean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n\n- name: remove cli nginx directory\n file:\n path: \"{{ openwhisk_cli.nginxdir.name... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2921,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/cli-install | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/cli-install/tasks/deploy.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# Install the appropriate CLI into the ansible host\n\n- name: grab the local CL... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/controller | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/controller/tasks/lean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# This plugin will provide controller with Lean Controller parameters\n\n- name: s... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4069,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/couchdb | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/couchdb/tasks/clean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# Remove CouchDB server\n\n- name: remove CouchDB\n docker_container:\n name: cou... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/invoker | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/invoker/tasks/main.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# This role will install invoker in group 'invokers' in the environment inventory\n# I... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3322,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/kafka | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/kafka/tasks/clean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# Remove kafka and zookeeper containers.\n\n- name: remove old kafka\n docker_containe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/nginx | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/clean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# Remove nginx containers.\n\n- name: remove nginx\n docker_container:\n name: ngin... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/prereq | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/prereq/tasks/main.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# This role will prepare target VMs for a whisk deployment using ansible.\n# In deploy ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/redis | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/clean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# Remove redis container.\n\n- name: remove redis\n docker_container:\n name: redis... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1757,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/registry | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/registry/tasks/clean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# Remove registry and volumes.\n\n- name: remove registry and volumes\n shell: \"d... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1513,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/routemgmt | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/routemgmt/tasks/clean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# Remove API Gateway route management actions.\n\n- name: remove route management a... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | PACELab/ENSURE | 7dfe03919cdef9c4f0c22088d2e3548319f63708 | 7 | ansible/roles/zookeeper | 7,849 | [
"no_license"
] | [
{
"path": "ansible/roles/zookeeper/tasks/clean.yml",
"content": "# Licensed to the Apache Software Foundation (ASF) under one or more contributor\n# license agreements; and to You under the Apache License, Version 2.0.\n---\n# Remove kafka and zookeeper containers.\n\n- name: remove old zookeeper\n docker_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1160,
"all_permissive": false
} |
ansible_role | Tristan011/webserverplaybook | daaa860d81d3ce23348557a59ac572ce4b174b9c | 0 | roles/apache | 7,849 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install apache\n apt: \n name: apache2 \n state: latest\n notify: restart apache\n\n- name: stat indexhtml #https://stackoverflow.com/questions/24162996/how-to-move-rename-a-file-using-an-ansible-task-on-a-remote-system\n stat: path=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | Tristan011/webserverplaybook | daaa860d81d3ce23348557a59ac572ce4b174b9c | 0 | roles/composer | 7,849 | [
"no_license"
] | [
{
"path": "roles/composer/tasks/main.yml",
"content": "---\n- name: Download Composer installer.\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-installer.php\n mode: 0755\n become: yes\n\n- name: Run Composer installer.\n become: yes\n command: >\n php /tmp/compose... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | Tristan011/webserverplaybook | daaa860d81d3ce23348557a59ac572ce4b174b9c | 0 | roles/php | 7,849 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: \"prerequisite\"\n package:\n name: software-properties-common\n state: latest\n- name: \"Add repository for PHP 7.3.\"\n apt_repository:\n repo: ppa:ondrej/php\n- name: Install php\n package:\n name:\n - php7.3\n - php7... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2845,
"all_permissive": false
} |
ansible_role | kameshsampath/gloo-mesh-vm-demo | 45961ec6ace1bc7fe6f1ba48fa398b0595a2d617 | 0 | roles/base | 7,870 | [
"no_license"
] | [
{
"path": "roles/base/tasks/setup_RedHat.yml",
"content": "- name: \"Add Google Cloud SDK\"\n become: yes\n yum_repository:\n name: Google-Cloud-SDK\n description: Google Cloud SDK\n file: google-cloud-sdk\n baseurl: https://packages.cloud.google.com/yum/repos/cloud-sdk-el8-x86_64\n gpgchec... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3981,
"all_permissive": false
} |
ansible_role | kameshsampath/gloo-mesh-vm-demo | 45961ec6ace1bc7fe6f1ba48fa398b0595a2d617 | 0 | roles/k3s | 7,870 | [
"no_license"
] | [
{
"path": "roles/k3s/templates/calico-api-cr.yaml.j2",
"content": "---\n# This section configures the Calico API server.\n# For more information, see: https://docs.projectcalico.org/v3.21/reference/installation/api#operator.tigera.io/v1.APIServer\napiVersion: operator.tigera.io/v1\nkind: APIServer \nmetadat... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5298,
"all_permissive": false
} |
ansible_role | kameshsampath/gloo-mesh-vm-demo | 45961ec6ace1bc7fe6f1ba48fa398b0595a2d617 | 0 | roles/multipass | 7,870 | [
"no_license"
] | [
{
"path": "roles/multipass/tasks/main.yml",
"content": "- name: \"Query existing multipass vms\"\n ansible.builtin.command:\n argv:\n - multipass\n - list\n - --format=json\n register: vm_check_result\n changed_when: False\n ignore_errors: true\n\n- name: \"Set multipass vms JSON Facts... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2121,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.