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 | gridkick/deploy | ed968d5347e61e884aecec0834386c385ba79ded | 0 | roles/redis | 7,344 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: get redis source\n get_url: url=http://download.redis.io/releases/redis-{{ redis.version }}.tar.gz \n dest=~/redis-{{ redis.version }}.tar.gz\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2358,
"all_permissive": false
} |
ansible_role | gridkick/deploy | ed968d5347e61e884aecec0834386c385ba79ded | 0 | roles/redis_reset_password | 7,344 | [
"no_license"
] | [
{
"path": "roles/redis_reset_password/tasks/main.yml",
"content": "---\n- name: stop redis\n sudo: yes\n service: name=redis \n state=stopped\n\n- name: /etc/redis/redis.conf | change password\n sudo: yes\n action: lineinfile \n dest=/etc/redis/redis.conf\n regexp=\"^.*requ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | gridkick/deploy | ed968d5347e61e884aecec0834386c385ba79ded | 0 | roles/ruby | 7,344 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- include: rvm.yml\n\n- name: install ruby\n shell: bash -l -c 'rvm install --verify-downloads 1 --default {{ ruby_version }}' creates=\"/home/{{ ruby_user | default(ansible_ssh_user) }}/.rvm/rubies/{{ ruby_version }}\"\n",
"license_type": "no_li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1274,
"all_permissive": false
} |
ansible_role | gridkick/deploy | ed968d5347e61e884aecec0834386c385ba79ded | 0 | roles/service_backup | 7,344 | [
"no_license"
] | [
{
"path": "roles/service_backup/vars/main.yml",
"content": "---\nredis_data_path: /var/lib/redis\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/service_backup/templates/postgresql_backup.rb.j2",
"content": "# encoding: utf-8\n\n##\n# B... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5423,
"all_permissive": false
} |
ansible_role | MehdiBouazza/Ansible-SupDeVinci | 5c202891e33bf90fdf9af90dab55f7573ac2e0f7 | 0 | tp7/roles/apache_install | 7,344 | [
"no_license"
] | [
{
"path": "tp7/roles/apache_install/meta/main.yml",
"content": "---\ndependencies:\n - role: sysuser \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "tp7/roles/apache_install/tasks/main.yml",
"content": "---\n- name: installation d'Apache\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | MehdiBouazza/Ansible-SupDeVinci | 5c202891e33bf90fdf9af90dab55f7573ac2e0f7 | 0 | tp8/roles/apache_install | 7,344 | [
"no_license"
] | [
{
"path": "tp8/roles/apache_install/tasks/main.yml",
"content": "---\n- name: installation d'Apache\n apt:\n name: apache2\n state: present\n\n- name: Start Apache\n service:\n name: apache2\n state: started\n\n- name: Shell pour apache2\n shell: service apache2 status\n register: apache2\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | MehdiBouazza/Ansible-SupDeVinci | 5c202891e33bf90fdf9af90dab55f7573ac2e0f7 | 0 | tp8/roles/sysuser | 7,344 | [
"no_license"
] | [
{
"path": "tp8/roles/sysuser/tasks/main.yml",
"content": "---\n- name: create system user\n user:\n name: sysuserapache\n uid: 567\n register: recap\n\n- name: ok\n debug:\n msg: \"{{recap}}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | ranama2/roboshop-docker | c126d1b866b659f3cfce8b7d4bafb592975f4060 | 0 | roles/common | 7,344 | [
"no_license"
] | [
{
"path": "roles/common/tasks/docker.yml",
"content": "- name: Increase disk\n ansible.builtin.shell: growpart /dev/nvme0n1 4 ; lvextend -r -l 100%FREE /dev/mapper/RootVG-varVol\n ignore_errors: yes\n\n- name: Download docker repo file\n ansible.builtin.get_url:\n url: https://download.docker.com/linu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | Artem-Salnikov/8.2.Ansible_playbook | 60133d188f67d9d5abf331e7921fcec9f493fac2 | 0 | roles/lighthouse | 7,344 | [
"no_license"
] | [
{
"path": "roles/lighthouse/tasks/install/yum.yml",
"content": "---\n- name: Add repository\n become: true\n ansible.builtin.yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n\n- name: Install nginx\n become: ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2333,
"all_permissive": false
} |
ansible_role | Artem-Salnikov/8.2.Ansible_playbook | 60133d188f67d9d5abf331e7921fcec9f493fac2 | 0 | roles/vector | 7,344 | [
"no_license"
] | [
{
"path": "roles/vector/tasks/main.yml",
"content": "---\n- name: add download tasks\n ansible.builtin.include_tasks: download/{{ ansible_pkg_mgr }}.yml\n\n- name: add install tasks\n ansible.builtin.include_tasks: install/{{ ansible_pkg_mgr }}.yml\n\n- name: add configure tasks\n ansible.builtin.include... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 2219,
"all_permissive": false
} |
ansible_role | kekskurse/pi | 0062d48369bd245d3f36bf2a26d751f1869e63ce | 1 | roles/common | 7,344 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Install a list of packages\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n become: yes\n vars:\n packages:\n - zsh\n - vim\n- name: Download grml config\n get_url:\n url: https://git.grml.org/f/grml-etc-core/etc/zsh/z... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | kekskurse/pi | 0062d48369bd245d3f36bf2a26d751f1869e63ce | 1 | roles/mqtt | 7,344 | [
"no_license"
] | [
{
"path": "roles/mqtt/tasks/main.yml",
"content": "- name: Install Mosquito packages\n apt:\n name: \"{{ packages }}\"\n update_cache: no\n become: yes\n vars:\n packages:\n - mosquitto\n - mosquitto-clients\n - certbot\n\n- name: Create letsencrypt certificate kekskurse.ddns.net\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1221,
"all_permissive": false
} |
ansible_role | kekskurse/pi | 0062d48369bd245d3f36bf2a26d751f1869e63ce | 1 | roles/peervpn | 7,344 | [
"no_license"
] | [
{
"path": "roles/peervpn/tasks/main.yml",
"content": "- name: Install PeerVPN packages\n apt:\n name: \"{{ packages }}\"\n update_cache: no\n become: yes\n vars:\n packages:\n - libssl1.0-dev\n - make\n - git\n - gcc\n\n- name: Check if PeerVPN exists\n stat: \n path: /usr/local/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | kekskurse/pi | 0062d48369bd245d3f36bf2a26d751f1869e63ce | 1 | roles/samba | 7,344 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": "- name: Install Samba packages\n apt:\n name: \"{{ packages }}\"\n update_cache: no\n become: yes\n vars:\n packages:\n - samba\n- name: Copy Samba Config\n template:\n src: templates/samba.conf.j2\n dest: /etc/samba/smb.conf\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | kekskurse/pi | 0062d48369bd245d3f36bf2a26d751f1869e63ce | 1 | roles/telegraf | 7,344 | [
"no_license"
] | [
{
"path": "roles/telegraf/tasks/main.yml",
"content": "- name: \"Debian | Ensure the system can use the HTTPS transport for APT\"\n stat:\n path: /usr/lib/apt/methods/https\n register: apt_https_transport\n\n- name: \"Debian | Install APT HTTPS transport\"\n apt:\n name: \"apt-transport-https\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1259,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | ansible/roles/backup-server | 7,344 | [
"no_license"
] | [
{
"path": "ansible/roles/backup-server/handlers/main.yml",
"content": "---\n- name: mount backup device\n become: yes\n mount:\n path: \"{{ backup_path }}\"\n state: mounted\n\n- name: restart nfs\n become: yes\n service:\n name: nfs-server\n state: restarted\n\n- name: restart samba\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 9119,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | ansible/roles/hosts-file | 7,344 | [
"no_license"
] | [
{
"path": "ansible/roles/hosts-file/tasks/main.yml",
"content": "---\n- name: \"Adding entries to /ect/hosts\"\n become: yes\n lineinfile:\n path: /etc/hosts\n backup: \"{{ keep_backups | default('no') }}\"\n regex: '^{{ item.key }} '\n line: '{{ item.key }} {{ item.value }}'\n loop: \"{{ hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | ansible/roles/monitoring-server | 7,344 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring-server/tasks/main.yml",
"content": "---\n- name: \"Make sure we have the needed packages\"\n become: yes\n apt:\n pkg:\n - acl\n - xymon\n notify: restart apache\n\n- name: 'Allow access to xymon webapp (apache >= 2.4)'\n become: yes\n replace:\n path: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1779,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | ansible/roles/user | 7,344 | [
"no_license"
] | [
{
"path": "ansible/roles/user/tasks/main.yml",
"content": "---\n- name: Making sure we have the user group\n become: yes\n group:\n name: \"{{ group }}\"\n gid: \"{{ gid }}\"\n\n- name: Making sure we have the user\n become: yes\n user:\n name: \"{{ name }}\"\n uid: \"{{ uid }}\"\n group:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | ansible/roles/user-machine | 7,344 | [
"no_license"
] | [
{
"path": "ansible/roles/user-machine/defaults/main.yml",
"content": "---\nsync_directories_to_backup:\n - \"Documents\"\n - \"Pictures\"\n - \"public_html\"\n - \"Video's\"\nsmb_sync_directories_to_backup:\n - \"Documents\"\n - \"Pictures\"\n - \"Video's\"\nsync_user: \"{{ config.backup.backup_user.... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8016,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | vagrant/d0/roles/latest | 7,344 | [
"no_license"
] | [
{
"path": "vagrant/d0/roles/latest/tasks/main.yml",
"content": "---\n- name: Update and upgrade apt packages\n become: true\n when: ansible_os_family == \"Debian\"\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n- name: Clean apt cach\n when: ansible_os_family ==... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | vagrant/d0/roles/mongodb | 7,344 | [
"no_license"
] | [
{
"path": "vagrant/d0/roles/mongodb/tasks/main.yml",
"content": "---\n- name: Check the latest mongodb version\n become: true\n become_user: \"{{mongodb_user}}\"\n get_url:\n url: https://www.mongodb.org/static/pgp/\n dest: \"{{tmp_mongodb_versions_file}}\"\n register: mongodb_version_list\n when... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | vagrant/d0/roles/pip | 7,344 | [
"no_license"
] | [
{
"path": "vagrant/d0/roles/pip/defaults/main.yml",
"content": "---\npython_major_version: 3\n\nvirtualenv_user: \"{{ansible_user_id}}\"\nvirtualenv_name: venv\nvirtualenv_path: ~{{virtualenv_user}}/{{virtualenv_name}}\n\npip_use_latest: true\npip_upgrade: false\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1625,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | vagrant/d0/roles/python | 7,344 | [
"no_license"
] | [
{
"path": "vagrant/d0/roles/python/tasks/main.yml",
"content": "---\n- name: \"Install Python major version: {{python_major_version}}\"\n become: true\n apt:\n name: ['python{{python_major_version}}', 'python{{python_major_version}}-pip', 'python{{python_major_version}}-virtualenv']\n state: present... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | vagrant/d0/roles/testsusmapi | 7,344 | [
"no_license"
] | [
{
"path": "vagrant/d0/roles/testsusmapi/tasks/main.yml",
"content": "---\n- name: Copy requirements.txt\n become: yes\n become_user: \"{{susmapi_user}}\"\n copy:\n src: \"requirements.txt\"\n dest: \"~{{susmapi_user}}/requirements.txt\"\n owner: \"{{susmapi_user}}\"\n group: \"{{susmapi_group... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9243,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | vagrant/d0/roles/virtualenv | 7,344 | [
"no_license"
] | [
{
"path": "vagrant/d0/roles/virtualenv/tasks/main.yml",
"content": "---\n- name: virtualenv user {{virtualenv_user}}\n user:\n name: \"{{virtualenv_user}}\"\n group: \"{{virtualenv_group|default(omit)}}\"\n shell: \"{{virtualenv_shell|default(omit)}}\"\n\n- name: virtualenv environment {{virtualen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | BertRaeymaekers/scrapbook | c18b9fac49a29d41e2c7ce31a2f183cbbef686fa | 0 | vagrant/d0/roles/wsgi | 7,344 | [
"no_license"
] | [
{
"path": "vagrant/d0/roles/wsgi/meta/main.yml",
"content": "---\n# TODO: use the pip module.\ndependencies:\n - { role: pip, virtualenv_user: \"{{wsgi_user}}\", pip_packages: [uwsgi] }\n - { role: nginx }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | zahirabbask/Ansible_lamp | bdcfd9572669193cf71d29e15a001df118700c8b | 0 | roles/mongodb | 7,329 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n# tasks file for server\n- name: Add apt key\n apt_key: id='EA312927' keyserver='hkp://keyserver.ubuntu.com:80' state='present'\n \n- name: Add Mongodb Repo\n apt_repository: repo='deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 mul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | zahirabbask/Ansible_lamp | bdcfd9572669193cf71d29e15a001df118700c8b | 0 | roles/npm | 7,329 | [
"no_license"
] | [
{
"path": "roles/npm/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install nodejsnpm\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - nodejs\n - npm\n - nodejs-legacy\n\n- name: Install npm packages\n npm: name={{ item }} global=yes state=present\n with_item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | zahirabbask/Ansible_lamp | bdcfd9572669193cf71d29e15a001df118700c8b | 0 | roles/php | 7,329 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install php extensions\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - php5.6-cli\n - php-zip\n - libapache2-mod-php\n - php-cgi\n - php-cli \n - php-fpm \n - php-dev \n - php... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1324,
"all_permissive": false
} |
ansible_role | zahirabbask/Ansible_lamp | bdcfd9572669193cf71d29e15a001df118700c8b | 0 | roles/phpmyadmin | 7,329 | [
"no_license"
] | [
{
"path": "roles/phpmyadmin/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Download PhpMyadmin \n get_url: \n url=https://files.phpmyadmin.net/phpMyAdmin/4.6.6/phpMyAdmin-4.6.6-english.tar.gz\n dest=/tmp/phpMyAdmin-4.6.6-english.tar.gz\n validate_certs=no \n \n\n- name: Extrac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | zahirabbask/Ansible_lamp | bdcfd9572669193cf71d29e15a001df118700c8b | 0 | roles/server | 7,329 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: Add php5.6 repo\n apt_repository: repo='ppa:ondrej/php' state='present' update_cache='yes'\n\n- name: Install required softwar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | maxflintoff/ibmcloud-ocp3.11-cp4d | 72eccd8ffa7b4fce829402f191b476ee40044b12 | 1 | roles/cluster | 7,329 | [
"no_license"
] | [
{
"path": "roles/cluster/templates/hosts.j2",
"content": "127.0.0.1 localhost.localdomain localhost\n\n{% for item in master %}\n{{item.public_ip}} {{item.name}}.{{cluster_domain}} {{item.name}}\n{% endfor %}\n{% for item in infra %}\n{{item.public_ip}} {{item.name}}.{{cluster_domain}} {{item.name}}\n{% end... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4945,
"all_permissive": false
} |
ansible_role | maxflintoff/ibmcloud-ocp3.11-cp4d | 72eccd8ffa7b4fce829402f191b476ee40044b12 | 1 | roles/installer | 7,329 | [
"no_license"
] | [
{
"path": "roles/installer/tasks/main.yaml",
"content": "- name: load vars\n include_vars:\n dir: \"{{playbook_dir}}/installer_files/group_vars\"\n- name: Disallow password authentication\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"^PasswordAuthentication\"\n line: \"PasswordAuthent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7430,
"all_permissive": false
} |
ansible_role | maxflintoff/ibmcloud-ocp3.11-cp4d | 72eccd8ffa7b4fce829402f191b476ee40044b12 | 1 | roles/openshift_installer | 7,329 | [
"no_license"
] | [
{
"path": "roles/openshift_installer/files/roles/cp4d_installer/tasks/registry_setup.yaml",
"content": "- name: set computes qty fact\n set_fact:\n qty: 2\n when: computes|length == 2\n- name: set computes qty fact\n set_fact:\n qty: 3\n when: computes|length > 2\n- name: Create docker-registry pv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 15510,
"all_permissive": false
} |
ansible_role | maxflintoff/ibmcloud-ocp3.11-cp4d | 72eccd8ffa7b4fce829402f191b476ee40044b12 | 1 | roles/openshift_installer/files/roles/cp4d_installer | 7,329 | [
"no_license"
] | [
{
"path": "roles/openshift_installer/files/roles/cp4d_installer/tasks/registry_setup.yaml",
"content": "- name: set computes qty fact\n set_fact:\n qty: 2\n when: computes|length == 2\n- name: set computes qty fact\n set_fact:\n qty: 3\n when: computes|length > 2\n- name: Create docker-registry pv... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 10361,
"all_permissive": false
} |
ansible_role | maxflintoff/ibmcloud-ocp3.11-cp4d | 72eccd8ffa7b4fce829402f191b476ee40044b12 | 1 | roles/openshift_installer/files/roles/portworx_configure | 7,329 | [
"no_license"
] | [
{
"path": "roles/openshift_installer/files/roles/portworx_configure/tasks/main.yaml",
"content": "- name: install kernel headers\n yum:\n name: kernel-devel\n state: present\n- name: create cluster zone\n firewalld:\n zone: cluster\n permanent: yes\n state: present\n register: zone\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | maxflintoff/ibmcloud-ocp3.11-cp4d | 72eccd8ffa7b4fce829402f191b476ee40044b12 | 1 | roles/openshift_installer/files/roles/wkc_configure | 7,329 | [
"no_license"
] | [
{
"path": "roles/openshift_installer/files/roles/wkc_configure/tasks/main.yaml",
"content": "- name: set vm.max_map_count on workers\n sysctl:\n name: vm.max_map_count\n value: '262144'\n- name: set kernel.msgmax\n sysctl:\n name: kernel.msgmax\n value: '65536'\n- name: set kernel.sem\n sysct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | maxflintoff/ibmcloud-ocp3.11-cp4d | 72eccd8ffa7b4fce829402f191b476ee40044b12 | 1 | roles/terraform | 7,329 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yaml",
"content": "- name: run terraform init\n command: terraform init\n- name: Run Terraform\n terraform:\n project_path: '{{playbook_dir}}'\n state: present\n register: terraform_outputs\n- name: Refresh inventory to pick up terraform inventory\n meta: refr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/ansible_jenkins_role | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible_jenkins_role/vars/main.yml",
"content": "---\njenkins_plugin_url: \"http://updates.jenkins-ci.org/download/plugins\"\n\njenkins_home: \"/var/lib/jenkins\"\n\njenkins_plugins:\n - ansible\n - credentials\n - mailer\n - scm-api\n - promoted-builds\n - token-macro\n - pa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3723,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/base | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/base/templates/etc/sudoers.d/ldapadmins.j2",
"content": "# {{ ansible_managed }}\n%ldapadmins ALL = (ALL) ALL\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "ansible/roles/base/tasks/ssh.yml",
"content": "- n... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 2420,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/cobbler | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/cobbler/templates/etc/cobbler/settings_CentOS.conf.j2",
"content": "---\nallow_duplicate_hostnames: 0\nallow_duplicate_ips: 0\nallow_duplicate_macs: 0\nallow_dynamic_settings: 0\nanamon_enabled: 0\nauthn_pam_service: \"login\"\nauth_token_expiration: 3600\nbuild_reporting_enabled: 0... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5747,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/compute | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/compute/tasks/mount.yml",
"content": "- name: create mount point directories\n tags: fstab\n file: path={{ mount[item].name }} state=directory\n with_items: fstab\n when: fstab is defined\n\n- name: mount /share/apps\n tags: fstab\n# mount: src=/share/apps name=/share/apps fst... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/ganglia-client | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/ganglia-client/tasks/ganglia_CentOS.yml",
"content": "---\n- name: install CentOS packages for ganglia nodes\n tags: ganglia-client\n yum: name={{ item }} state=present\n with_items: ganglia_centos_packages\n when: ganglia_centos_packages is defined\n\n- name: install latest Cen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1514,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/ganglia-server | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/ganglia-server/templates/etc/ganglia/gmetad_CentOS.conf.j2",
"content": "{% for data_source in ganglia_data_sources %}\ndata_source \"{{data_source }}\" {{ganglia_data_sources[data_source]['host']}}\n{% endfor %}\n\nsetuid_username ganglia\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1446,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/ldap | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap/tasks/main.yml",
"content": "# tasks file for ldap server\n---\n- include: packages.yml\n- include: ldap_config.yml\n#- meta: flush_handlers\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "ansible/roles/ldap/tasks... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1206,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/ldap_client | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap_client/vars/main.yml",
"content": "---\nldap_client_packages:\n - openldap \n - openldap-clients \n - nss-pam-ldapd \n - pam_ldap \n - nscd \n - autofs \n - rpcbind \n - nfs-utils\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1198,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/nmon | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/nmon/templates/usr/share/nmon/nmon.j2",
"content": "#!/bin/bash\n#count=minutes_left/300\nhour=$(date +%H)\nmin=$(date +%M)\ncount=$((288-((10#$hour*60*60)+(10#$min*60))/300))\n#echo $count\n/usr/bin/nmon -ft -s 300 -c $count -m /var/log/nmon/\n",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1801,
"all_permissive": false
} |
ansible_role | ac427/my_cm | cc60c6df0e8391fefde15aa876be088dafe98b19 | 3 | ansible/roles/squid | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/squid/tasks/main.yml",
"content": "# tasks file for ganglia gmond\n---\n- name: Add OS specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- include: squid_CentOS.yml\n when: ansible_distribution == 'CentOS'\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | sfujimaki/ansible-playbooks | 2367ab32a51944abc21ad40e590ea7a481e084e5 | 1 | setup/roles/setup | 7,329 | [
"no_license"
] | [
{
"path": "setup/roles/setup/tasks/main.yml",
"content": "---\n# ユーザー作成\n- name: users exist\n user: name={{item.name}} state=present password={{<PASSWORD>}} groups={{item.groups}}\n with_items: users\n\n# ユーザーディレクトリに.sshディレクトリを作成\n- name: ~/.ssh for users exsit # ssh\n file: path=\"/home/{{item.name}}/.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | sfujimaki/ansible-playbooks | 2367ab32a51944abc21ad40e590ea7a481e084e5 | 1 | wordpress-nginx/roles/wordpress-nginx | 7,329 | [
"no_license"
] | [
{
"path": "wordpress-nginx/roles/wordpress-nginx/tasks/main.yml",
"content": "---\n- name: Check if selinux is running\n command: getenforce\n register: sestatus\n changed_when: false\n\n- name: Install libselinux-python #\n yum: name=libselinux-python state=present\n\n# yumリポジトリトリ追加\n- yum: name={{item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6359,
"all_permissive": false
} |
ansible_role | chmvh/chmvh-website | d67068e5f28ea09d4608ebe67e178930c2fdc13c | 0 | deploy/roles/chmvh-web | 7,329 | [
"no_license"
] | [
{
"path": "deploy/roles/chmvh-web/tasks/main.yml",
"content": "---\n- name: Create media root\n become: true\n ansible.builtin.file:\n mode: 0755\n path: \"{{ chmvh_media_root }}\"\n state: directory\n\n- name: Create static root\n become: true\n ansible.builtin.file:\n mode: 0755\n path:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5401,
"all_permissive": false
} |
ansible_role | chmvh/chmvh-website | d67068e5f28ea09d4608ebe67e178930c2fdc13c | 0 | deploy/roles/create-deploy-user | 7,329 | [
"no_license"
] | [
{
"path": "deploy/roles/create-deploy-user/handlers/main.yml",
"content": "---\n- name: restart_sshd\n become: true\n service:\n name: sshd\n state: reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "deploy/roles/create-deploy-user/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | chmvh/chmvh-website | d67068e5f28ea09d4608ebe67e178930c2fdc13c | 0 | deploy/roles/docker-networks | 7,329 | [
"no_license"
] | [
{
"path": "deploy/roles/docker-networks/tasks/main.yml",
"content": "---\n- name: Provision docker networks\n community.general.docker_network:\n name: \"{{ item.name }}\"\n with_items: \"{{ docker_networks }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | chmvh/chmvh-website | d67068e5f28ea09d4608ebe67e178930c2fdc13c | 0 | deploy/roles/firewall | 7,329 | [
"no_license"
] | [
{
"path": "deploy/roles/firewall/tasks/main.yml",
"content": "---\n- name: Install UFW\n become: true\n ansible.builtin.package:\n name: ufw\n state: latest\n\n- name: Allow ratelimitted SSH connections\n become: true\n community.general.ufw:\n direction: in\n name: OpenSSH\n rule: limit\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | chmvh/chmvh-website | d67068e5f28ea09d4608ebe67e178930c2fdc13c | 0 | deploy/roles/secure-ssh | 7,329 | [
"no_license"
] | [
{
"path": "deploy/roles/secure-ssh/tasks/main.yml",
"content": "---\n- name: Disable SSH challenge response authentication\n become: true\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"^#?ChallengeResponseAuthentication\"\n line: ChallengeResponseAuthentication no\n val... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | chmvh/chmvh-website | d67068e5f28ea09d4608ebe67e178930c2fdc13c | 0 | deploy/roles/traefik | 7,329 | [
"no_license"
] | [
{
"path": "deploy/roles/traefik/defaults/main.yml",
"content": "---\ntraefik_cert_file: \"{{ traefik_config_dir }}/certs/acme.json\"\ntraefik_config_dir: /etc/traefik\ntraefik_config_file: \"{{ traefik_config_dir }}/traefik.toml\"\ntraefik_config_shared: \"{{ traefik_config_dir }}/shared-config.toml\"\ntrae... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2458,
"all_permissive": false
} |
ansible_role | Mubarokahh/ansible-config-mgt | 592ada91ac07ae6cf52a2ae7665edc73ec72b156 | 0 | roles/nginx | 7,329 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# Variable setup.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: install ngnix\n become: true\n apt:\n name: nginx\n state: present\n\n- name: Start nginx service, if not started\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1954,
"all_permissive": false
} |
ansible_role | ansible-deploy/pub | 240c707b151553e640cca9d226f5f66182ee4bef | 0 | ansible/roles/nginx | 7,329 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/handlers/main.yml",
"content": "---\n- name: nginx systemd\n systemd:\n name: nginx\n enabled: yes\n state: restarted\n\n- name: nginx systemd\n systemd:\n name: nginx\n enabled: yes\n state: started\n\n- name: nginx systemd\n systemd:\n name: nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | LeahBa/ansible | b733a27a672d9bcca1d82563873502e3864daad7 | 0 | Ansible2/roles/docker | 7,329 | [
"no_license"
] | [
{
"path": "Ansible2/roles/docker/defaults/main.yml",
"content": "\n---\n\ncreate_containers: 1\ncontainer_name: nginx\ncontainer_image: nginx\nnginx_exposed_ports:\n - '80'\n\nnginx_published_ports:\n - '80:80'\n\ndocker_edition: 'ce'\ndocker_package: \"docker-{{ docker_edition }}\"\ndocker_package_state:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3390,
"all_permissive": false
} |
ansible_role | lucassantosandre/Zabbix-With-Ansible | 65262814d09d122349f56c57ff622f46991aa8df | 0 | roles/monitoramento-zabbix-server | 7,329 | [
"no_license"
] | [
{
"path": "roles/monitoramento-zabbix-server/tasks/main.yml",
"content": "---\n# tasks file for install-zabbix\n- include: install_zabbix.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/monitoramento-zabbix-server/tasks/install_zabbix.y... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | SokhomRatanak/example-ansible | a61f6bf739cdf9ed3e8e7f84d042b06e99167d57 | 0 | roles/project | 7,329 | [
"no_license"
] | [
{
"path": "roles/project/tasks/main.yml",
"content": "- name: clone a private repository\n git:\n repo: \"{{ git_repo }}\"\n dest: \"{{ web_path }}\"\n accept_hostkey: yes\n force: yes\n version: \"{{ git_branch }}\"\n\n- name: Docker build\n command: docker-compose up -d --build\n args:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | jonstjohn/air-canary-ansible | 10d8b332312acd55015d30759503475e11736a4a | 0 | roles/common | 7,342 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# file: roles/common/tasks/main.yml\n\n- name: Update the package list\n apt: update_cache=yes\n\n- name: Install automatic security updates\n command: /usr/bin/unattended-upgrade\n\n- name: Install htop\n apt: pkg=htop\n\n- name: Setup vimrc\n copy: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | jonstjohn/air-canary-ansible | 10d8b332312acd55015d30759503475e11736a4a | 0 | roles/dbtier | 7,342 | [
"no_license"
] | [
{
"path": "roles/dbtier/tasks/main.yml",
"content": "# file: roles/dbtier/tasks/main.yml\n\n# Required for ansible to interact with postgres\n- apt: pkg=python-psycopg2\n\n- name: Install postgresql\n sudo: yes\n action: apt pkg={{ item }}\n with_items:\n - postgresql\n - postgresql-contrib\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2237,
"all_permissive": false
} |
ansible_role | jonstjohn/air-canary-ansible | 10d8b332312acd55015d30759503475e11736a4a | 0 | roles/webtier | 7,342 | [
"no_license"
] | [
{
"path": "roles/webtier/tasks/main.yml",
"content": "- apt: pkg={{ item }}\n with_items:\n - python-pip\n - python-dev\n - python-virtualenv\n - build-essential\n - git\n - redis-server\n - libxml2-dev\n - libxslt1-dev \n - lib32z1-dev\n - postgresql-client\n - libpq-dev\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7289,
"all_permissive": false
} |
ansible_role | DameonSmith/aws-meetup-ansible | 0e50b74736a0d917a2365e67374ee08493b6c770 | 2 | roles/web | 7,342 | [
"no_license"
] | [
{
"path": "roles/web/templates/venv.fact.j2",
"content": "#!/bin/bash\ncd /home/{{user}}/visitly/\nVENV=$(pipenv --venv)\nINTERNALIP=$(curl http://169.254.169.254/latest/meta-data/local-ipv4)\ncat <<EOF\n{\"path\": \"$VENV\", \"local_ip\": \"$INTERNALIP\"}\nEOF\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5900,
"all_permissive": false
} |
ansible_role | suyash222/ansible-assignment | 12eab5f39197adfddcfebd3438ceb595c3b22492 | 0 | assignment-4/roles/ansible_new | 7,342 | [
"no_license"
] | [
{
"path": "assignment-4/roles/ansible_new/tasks/nginx.yml",
"content": "- name: install nginx\n apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: copy file\n copy:\n src: index.html\n dest: /etc/var/www/\n notify: restart nginx\n",
"license_type": "no_license",
"d... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | ansible/awx-operator | e506466d08291f49f9c84da2d67bbfe659483522 | 1,379 | roles/common | 7,342 | [
"permissive"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\ndeployment_type: awx\nkind: 'AWX'\napi_version: '{{ deployment_type }}.ansible.com/v1beta1'\n\n# Used to determine some cluster specific logic regarding projects_persistence pvc permissions\nis_k8s: false\nis_openshift: false\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1879,
"all_permissive": true
} |
ansible_role | ansible/awx-operator | e506466d08291f49f9c84da2d67bbfe659483522 | 1,379 | roles/mesh_ingress | 7,342 | [
"permissive"
] | [
{
"path": "roles/mesh_ingress/tasks/creation.yml",
"content": "---\n- name: Import common role\n import_role:\n name: common\n\n- name: Debug is_openshift\n debug:\n msg: \"is_openshift={{ is_openshift }}\"\n\n- name: Check for presence of AWX instance that we will use to create the Mesh Ingress for... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 13509,
"all_permissive": true
} |
ansible_role | dalibo/workshops | 61bd2c4f36220f458673a770170352d9164fc45c | 35 | fr/pglift/ansible/playbooks/roles/ssh-exchange | 7,342 | [
"no_license"
] | [
{
"path": "fr/pglift/ansible/playbooks/roles/ssh-exchange/defaults/main.yml",
"content": "---\n\nusername: root",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "fr/pglift/ansible/playbooks/roles/ssh-exchange/tasks/main.yml",
"content": "---\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | MunishLagoo/test-ansible | 3bd869073537f69d28acc1b17f06951a1eb27ad3 | 0 | roles/catalogue | 7,342 | [
"no_license"
] | [
{
"path": "roles/catalogue/vars/main.yml",
"content": "COMPONENT : catalogue\nAPP_TYPE: backend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: Include NodeJs\n ansible.builtin.include_role:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | MunishLagoo/test-ansible | 3bd869073537f69d28acc1b17f06951a1eb27ad3 | 0 | roles/common | 7,342 | [
"no_license"
] | [
{
"path": "roles/common/tasks/download-from-github.yml",
"content": "- name: Download {{COMPONENT}} Code\n ansible.builtin.unarchive:\n src: https://github.com/roboshop-devops-project/{{COMPONENT}}/archive/main.zip\n dest: /tmp\n remote_src: yes\n\n- name: Add app user roboshop\n ansible.builtin.... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3326,
"all_permissive": false
} |
ansible_role | MunishLagoo/test-ansible | 3bd869073537f69d28acc1b17f06951a1eb27ad3 | 0 | roles/mongodb | 7,342 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Copy MongoDB repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB\n ansible.builtin.yum:\n name: mongodb-org\n state: present\n\n- name: Update MOngoDB Listener Addre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | MunishLagoo/test-ansible | 3bd869073537f69d28acc1b17f06951a1eb27ad3 | 0 | roles/mysql | 7,342 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: setup Mysql repo & download mysql code from location in file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Remove a Mariadb package\n ansible.builtin.yum:\n name: mariadb-lib\n state: absent\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1471,
"all_permissive": false
} |
ansible_role | MunishLagoo/test-ansible | 3bd869073537f69d28acc1b17f06951a1eb27ad3 | 0 | roles/rabbitmq | 7,342 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/vars/main.yml",
"content": "COMPONENT: rabbitmq\nAPP_TYPE: db\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Setup Repos for Rabbitmq\n ansible.builtin.shell:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | MunishLagoo/test-ansible | 3bd869073537f69d28acc1b17f06951a1eb27ad3 | 0 | roles/redis | 7,342 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Install redis repo && install redis\n ansible.builtin.yum:\n name:\n - http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n - redis\n state: present\n enablerepo: remi \n \n- name: Update Redis listener Address\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | MunishLagoo/test-ansible | 3bd869073537f69d28acc1b17f06951a1eb27ad3 | 0 | roles/shipping | 7,342 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Include Maven\n ansible.builtin.include_role:\n name: common\n tasks_from: maven",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | eslamkhaled560/complete-cicd-python-deployment-eks | 6393f903c6d703a47d7c609988e3443ef7a45d3b | 0 | IaaC/roles/awscli | 7,342 | [
"no_license"
] | [
{
"path": "IaaC/roles/awscli/README.md",
"content": "# Install awscli.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "IaaC/roles/awscli/tasks/main.yml",
"content": "---\n - name: Install zip, unzip and gettext-base\n apt:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | eslamkhaled560/complete-cicd-python-deployment-eks | 6393f903c6d703a47d7c609988e3443ef7a45d3b | 0 | IaaC/roles/docker | 7,342 | [
"no_license"
] | [
{
"path": "IaaC/roles/docker/README.md",
"content": "# Install docker.io, and add jenkins user to docker group.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "IaaC/roles/docker/tasks/main.yml",
"content": "---\n - name: install docker\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | eslamkhaled560/complete-cicd-python-deployment-eks | 6393f903c6d703a47d7c609988e3443ef7a45d3b | 0 | IaaC/roles/jenkins | 7,342 | [
"no_license"
] | [
{
"path": "IaaC/roles/jenkins/tasks/main.yml",
"content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n - name: Upgrade packages\n apt:\n upgrade: dist\n\n - name: Add Jenkins repository key\n shell: |\n curl -fsSL https://pkg.jenkins.io/debian-sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1430,
"all_permissive": false
} |
ansible_role | eslamkhaled560/complete-cicd-python-deployment-eks | 6393f903c6d703a47d7c609988e3443ef7a45d3b | 0 | IaaC/roles/kubectl | 7,342 | [
"no_license"
] | [
{
"path": "IaaC/roles/kubectl/README.md",
"content": "# Install kubectl.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "IaaC/roles/kubectl/tasks/main.yml",
"content": "---\n - name: Install ca-certificates and curl\n apt:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 635,
"all_permissive": false
} |
ansible_role | shanedell/noe-setup-init | 812293c207896bb66ac3147429f077fcf9c571a1 | 0 | provisioning/roles/environment | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/environment/tasks/main.yml",
"content": "---\n- name: DNF Update\n dnf:\n name: \"*\"\n state: latest\n become: true\n\n- name: DNF Update Cache\n dnf:\n update_cache: true\n state: latest\n\n- name: YUM Update\n yum:\n name: \"*\"\n state: latest\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7455,
"all_permissive": false
} |
ansible_role | shanedell/noe-setup-init | 812293c207896bb66ac3147429f077fcf9c571a1 | 0 | provisioning/roles/setupdb | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/setupdb/tasks/main.yml",
"content": "---\n- name: Install MariaDB\n dnf:\n name:\n - mariadb-server\n update_cache: true\n disable_gpg_check: true\n become: true\n\n- name: Enable Servics and Start MariaDB\n systemd:\n daemon-reload: true\n name: mariadb\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | ekoi/dtap-dans-bi-metrics | 8cd3ce1827ffad6243c8956f0f124c0891456c10 | 0 | provisioning/roles/common-init | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/common-init/tasks/install.yml",
"content": "- name: Install EPEL repo\n yum:\n name: epel-release\n\n- rpm_key:\n state: present\n key: https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG\n\n- name: Install commonly required packages\n yum:\n name:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2605,
"all_permissive": false
} |
ansible_role | ekoi/dtap-dans-bi-metrics | 8cd3ce1827ffad6243c8956f0f124c0891456c10 | 0 | provisioning/roles/deploy-druid | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/deploy-druid/tasks/main.yml",
"content": "- import_tasks: install.yml\n tags: deploy-druid\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "provisioning/roles/deploy-druid/tasks/install.yml",
"content": "# Instal... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2744,
"all_permissive": false
} |
ansible_role | ekoi/dtap-dans-bi-metrics | 8cd3ce1827ffad6243c8956f0f124c0891456c10 | 0 | provisioning/roles/deploy-superset | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/deploy-superset/tasks/main.yml",
"content": "- import_tasks: install.yml\n tags: deploy-superset\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "provisioning/roles/deploy-superset/tasks/install.yml",
"content": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2298,
"all_permissive": false
} |
ansible_role | ekoi/dtap-dans-bi-metrics | 8cd3ce1827ffad6243c8956f0f124c0891456c10 | 0 | provisioning/roles/install-httpd | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/install-httpd/tasks/install.yml",
"content": "- name: Install httpd\n yum:\n name: httpd\n\n- name: Start httpd service\n service:\n name: httpd\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | ekoi/dtap-dans-bi-metrics | 8cd3ce1827ffad6243c8956f0f124c0891456c10 | 0 | provisioning/roles/install-local-facts | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/install-local-facts/tasks/main.yml",
"content": "- import_tasks: install.yml\n tags: install-local-facts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "provisioning/roles/install-local-facts/tasks/install.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | ekoi/dtap-dans-bi-metrics | 8cd3ce1827ffad6243c8956f0f124c0891456c10 | 0 | provisioning/roles/local-yum-repo | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/local-yum-repo/tasks/install.yml",
"content": "- name: Create local yum repo dir\n file:\n path: \"{{ local_yum_repo.project_basedir_from_vagrant_box }}/{{ local_yum_repo.dirname }}\"\n state: directory\n\n#- debug:\n# msg: \"Copying RPMs to local repo. Errors below m... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | ekoi/dtap-dans-bi-metrics | 8cd3ce1827ffad6243c8956f0f124c0891456c10 | 0 | provisioning/roles/open_backend | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/open_backend/tasks/main.yml",
"content": "- name: Install iptables\n yum: name=iptables-services\n\n- name: Stop and disable firewalld\n service: name=firewalld state=stopped enabled=false\n\n- name: Make sure there is an iptables rules file (1/2)\n stat: path=/etc/sysconfig... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | ekoi/dtap-dans-bi-metrics | 8cd3ce1827ffad6243c8956f0f124c0891456c10 | 0 | provisioning/roles/openssl-cert | 7,342 | [
"no_license"
] | [
{
"path": "provisioning/roles/openssl-cert/tasks/main.yml",
"content": "- import_tasks: install.yml\n tags: openssl-cert\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "provisioning/roles/openssl-cert/tasks/create-new-self-signed-cert.yml",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | bossjones/oh-my-fedora24 | 4b990bfb683f0b140a1e361e4300a861d3b822cf | 1 | roles/bossjones-cli-tools | 7,342 | [
"no_license"
] | [
{
"path": "roles/bossjones-cli-tools/tasks/main.yml",
"content": "---\n- name: install cli tools\n dnf: name={{item}} state=present\n with_items:\n - iftop\n - bmon\n - nmon\n - ncdu\n - iotop\n - dos2unix\n - traceroute\n - nethogs\n - sysstat\n - ncftp\n - gawk\n - ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5862,
"all_permissive": false
} |
ansible_role | bossjones/oh-my-fedora24 | 4b990bfb683f0b140a1e361e4300a861d3b822cf | 1 | roles/common | 7,342 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\nbase_vars:\n PYTHON_VERSION_MAJOR: '3'\n PYTHON_VERSION: '3.5'\n USER: 'vagrant'\n USER_HOME: '/home/vagrant'\n GITHUB_BRANCH: \"master\"\n\n\ntmux_powerline: yes\ntmux_mouse_mode: yes\ntmux_vi_mode: yes\ntmux_plugins:\n - \"tmux-plugins/tmu... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 14018,
"all_permissive": false
} |
ansible_role | bossjones/oh-my-fedora24 | 4b990bfb683f0b140a1e361e4300a861d3b822cf | 1 | roles/motd | 7,342 | [
"no_license"
] | [
{
"path": "roles/motd/tasks/main.yml",
"content": "---\n- name: setup motd\n template: src=motd.j2\n dest=/etc/motd\n owner=root\n group=root\n mode=0644\n tags:\n - motd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 159
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/addons | 7,342 | [
"no_license"
] | [
{
"path": "roles/addons/tasks/main.yml",
"content": "- include_tasks: setuphttpserver.yml\n\n- name: make addons direcroty\n file:\n path: \"{{ k8s_dir }}/addons\"\n state: directory\n delegate_to: \"{{ item }}\" \n with_items: \"{{ groups['workers'] }}\"\n#部署registry组件\n- block:\n - name: copy re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3289,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/cert | 7,342 | [
"no_license"
] | [
{
"path": "roles/cert/tasks/main.yml",
"content": "- include_tasks: setuphttpserver.yml\n\n- name: copy cfssl \n get_url:\n url: \"{{ httpurl }}/{{ ansible_role_name}}/{{ item }}\"\n dest: /usr/local/bin/{{ item }}\n mode: '0755'\n with_items:\n - cfssl\n - cfssl-certinfo\n - cfssljson\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1723,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/common | 7,342 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: remove kernel tools\n yum:\n name: kernel-tools-3.10.0\n state: absent\n\n- name: install new kernel\n yum:\n name: kernel-lt-4.4.138\n state: present\n async: 900\n poll: 0 \n register: newkernel\n\n- name: Set a hostname\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1962,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/coredns | 7,342 | [
"no_license"
] | [
{
"path": "roles/coredns/vars/main.yml",
"content": "cluster_dns_domain: cluster.local\nimagefile: coredns:1.8.4.tar\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/coredns/tasks/main.yml",
"content": "- name: copy install file\n copy:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/cuda | 7,342 | [
"no_license"
] | [
{
"path": "roles/cuda/vars/main.yml",
"content": "runfile: cuda_10.0.130_410.48_linux.run\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/cuda/handlers/main.yml",
"content": "- name: reload library\n shell: ldconfig\n\n- name: regenera... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1406,
"all_permissive": false
} |
ansible_role | Queetinliu/improve_ansible_k8s | 9be28d4989797649580068cfee2343a9bd5960c0 | 0 | roles/cudaanddrivers | 7,342 | [
"no_license"
] | [
{
"path": "roles/cudaanddrivers/tasks/main.yml",
"content": "- name: install kernel-devel and kernel-headers\n yum:\n name: ['kernel-lt-devel',' kernel-lt-headers','make','automake','gcc','gcc-c++']\n state: present\n\n- name: disable nouveau\n copy:\n src: files/blacklist-nouveau.conf\n dest:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1467,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.