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
cuties-social/cuties-social-ansible
b1d8ead5bc9025e299b76087272dd853f9477e78
2
roles/mastodon
75
[ "no_license" ]
[ { "path": "roles/mastodon/tasks/letsencrypt.yml", "content": "---\n- name: Ensure certbot apt packages are not present\n apt:\n name:\n - cerbot\n - python3-certbot\n - python-certbot-nginx\n - python3-certbot-nginx\n state: absent\n\n- name: Ensure pip is the latest version\n pi...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 24787, "all_permissive": false }
ansible_role
cuties-social/cuties-social-ansible
b1d8ead5bc9025e299b76087272dd853f9477e78
2
roles/nodeexporter
75
[ "no_license" ]
[ { "path": "roles/nodeexporter/templates/prometheus-node-exporter.service.j2", "content": "[Unit]\nDescription=Node Exporter\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nDynamicUser=yes\nProtectHome=yes\nType=simple\nExecStart=/opt/prometheus/bin/node_exporter --web.listen-address=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1598, "all_permissive": false }
ansible_role
cuties-social/cuties-social-ansible
b1d8ead5bc9025e299b76087272dd853f9477e78
2
roles/postgres
75
[ "no_license" ]
[ { "path": "roles/postgres/tasks/packages.yml", "content": "---\n\n- name: Install Postgres packages\n package:\n name: \"{{ item.package }}\"\n update_cache: yes\n cache_valid_time: 3600\n state: latest\n install_recommends: no\n become: yes\n with_items: \"{{ postgres.packages }}\"\n", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1890, "all_permissive": false }
ansible_role
cuties-social/cuties-social-ansible
b1d8ead5bc9025e299b76087272dd853f9477e78
2
roles/redis
75
[ "no_license" ]
[ { "path": "roles/redis/tasks/packages.yml", "content": "---\n- name: Install Redis packages\n package:\n name: \"{{ item.package }}\"\n update_cache: yes\n cache_valid_time: 3600\n state: latest\n install_recommends: no\n become: yes\n with_items: \"{{ redis.packages }}\"\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
cuties-social/cuties-social-ansible
b1d8ead5bc9025e299b76087272dd853f9477e78
2
roles/wireguard
75
[ "no_license" ]
[ { "path": "roles/wireguard/handlers/main.yml", "content": "---\n- name: restart wireguard\n service:\n name: wg-quick@wg0\n state: restarted\n\n- name: enable wireguard\n service:\n name: wg-quick@wg0\n enabled: yes\n\n- name: disable wireguard\n service:\n name: wg-quick@wg0\n enabled:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 654, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/base
75
[ "no_license" ]
[ { "path": "roles/base/tasks/shell.yml", "content": "---\n- name: Install Bash\n pacman:\n name:\n - bash\n - bash-completion\n state: present\n tags:\n - shell\n\n- name: Install ZSH\n pacman:\n name:\n - zsh\n - zsh-completions\n state: present\n tags:\n - shell\n\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1481, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/browsers
75
[ "no_license" ]
[ { "path": "roles/browsers/tasks/main.yml", "content": "---\n- name: Install Firefox\n pacman:\n name: firefox\n state: present\n tags:\n - firefox\n\n- name: Jail Firefox\n file:\n src: /usr/bin/firejail\n dest: /usr/local/bin/firefox\n state: link\n tags:\n - firefox\n - firejai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2065, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/devtools
75
[ "no_license" ]
[ { "path": "roles/devtools/tasks/main.yml", "content": "- name: Install Docker\n pacman:\n name: docker\n state: present\n\n- name: Create 'docker' group if not already present\n group:\n name: docker\n # docker group is root-equivalent\n # Docker complains when it is not a system group\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1054, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/infratools
75
[ "no_license" ]
[ { "path": "roles/infratools/tasks/main.yml", "content": "---\n- name: Install infra tools\n pacman:\n name: \"{{ infra_tools }}\"\n state: present\n\n- name: Install aws-vault\n aur:\n name: aws-vault\n user: \"{{ user.name }}\"\n skip_pgp: yes\n tags:\n - aws-vault\n - aur\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/laptop
75
[ "no_license" ]
[ { "path": "roles/laptop/handlers/main.yml", "content": "---\n- name: restart tlp\n service: name=tlp.service state=restarted\n\n- name: restart lowbatt\n service: name=lowbatt.timer state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "path"...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1428, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/misctools
75
[ "no_license" ]
[ { "path": "roles/misctools/tasks/main.yml", "content": "---\n- name: Install Transmission\n pacman: name=transmission-gtk state=present\n\n- name: Install xpdf\n pacman: name=xpdf state=present\n\n- name: Install Hugo\n pacman: name=hugo state=present\n\n- name: Install VirtualBox\n pacman: name=virtual...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1910, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/multimedia
75
[ "no_license" ]
[ { "path": "roles/multimedia/tasks/main.yml", "content": "---\n- include: imagemagick.yml\n- include: inkscape.yml\n- include: gimp.yml\n- name: Install multimedia tools\n pacman:\n name: \"{{ multimedia }}\"\n state: present\n\n- name: Install misc media codecs and helpers\n pacman:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/ntp
75
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Install chrony\n pacman: name=chrony state=present\n\n- name: Install chrony networkmanager dispatcher\n aur: name=networkmanager-dispatcher-chrony user={{ user.name }}\n tags:\n - aur\n - networkmanager\n\n- name: Push chrony configura...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/office
75
[ "no_license" ]
[ { "path": "roles/office/tasks/main.yml", "content": "---\n- name: Install LibreOffice\n pacman:\n name: libreoffice-fresh\n state: present\n\n- name: Jail LibreOffice\n file:\n src: /usr/bin/firejail\n dest: /usr/local/bin/libreoffice\n state: link\n tags:\n - firejail\n\n- name: Verify...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
shivaman/arch-ansible
46a8b662a2f899ba5d77e9efd20edf674414aee9
0
roles/thinkpad
75
[ "no_license" ]
[ { "path": "roles/thinkpad/tasks/main.yml", "content": "---\n- name: Install acpi_call for TLP battery functions\n pacman: name=acpi_call-dkms state=present\n tags:\n - battery\n\n- name: Install fprintd\n pacman: name=fprintd state=present\n tags:\n - fingerprint\n\n- name: Push sudo authenticatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 925, "all_permissive": false }
ansible_role
arcosta/learn-ansible
17a42c72f75a812482ac398c199a5b38a03a7744
0
roles/web
75
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- name: Install python flask\n pip:\n name: flask", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 51, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/cassandra
81
[ "no_license" ]
[ { "path": "roles/cassandra/vars/main.yml", "content": "---\ncassandra_version: 3.0.7", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/cassandra/tasks/cassandra.yml", "content": "---\n# Installs Cassandra\n\n- name: Add Cassandra APT key\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1087, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/common
81
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "---\n# Defines tasks applicable for Oracle Java\n\n- name: Ensure WebUpd8 repository is installed\n apt_repository: repo='ppa:webupd8team/java' state=present\n\n- name: Accept oracle license\n debconf: name='oracle-java8-installer'\n question=...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2341, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/docker
81
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "---\n# Installs Docker\n\n- name: Install Docker APT key\n apt_key: keyserver=p80.pool.sks-keyservers.net\n id=58118E89F3A912897C070ADBF76221572C52609D\n state=present\n\n- name: Add Docker repository\n apt_repository: repo='deb ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 791, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/elasticsearch
81
[ "no_license" ]
[ { "path": "roles/elasticsearch/vars/main.yml", "content": "---\nelasticsearch_version: 2.x", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/elasticsearch/tasks/elasticsearch.yml", "content": "---\n# Installs ElasticSearch\n\n- name: Ensure...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/influxdb
81
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n\n- include: influxdb.yml\n tags: influxdb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/influxdb/tasks/influxdb.yml", "content": "---\n# Installs InfluxDB\n\n- name: Add the ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 823, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/kafka
81
[ "no_license" ]
[ { "path": "roles/kafka/vars/main.yml", "content": "---\nkafka_version: 0.10.0.0\nkafkacat_version: 1.2.0\nlibrdkafka_version: 0.9.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/kafka/tasks/kafkacat.yml", "content": "---\n# Installs kaf...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3235, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/kong
81
[ "no_license" ]
[ { "path": "roles/kong/vars/main.yml", "content": "---\nkong_version: 0.8.3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/kong/handlers/main.yml", "content": "---\n\n- name: restart kong\n service: name=kong state=restarted\n", "lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1009, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/mesos
81
[ "no_license" ]
[ { "path": "roles/mesos/tasks/marathon.yml", "content": "---\n# Installs Marathon\n\n- name: Install Marathon\n apt: pkg=marathon={{ marathon_version }}\n state=present\n update_cache=yes\n cache_valid_time=3600\n\n- name: Ensure Marathon is running and enabled\n service: name=marathon st...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1660, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/mongodb
81
[ "no_license" ]
[ { "path": "roles/mongodb/vars/main.yml", "content": "---\nmongodb_version: 3.2.7", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/mongodb/tasks/main.yml", "content": "---\n\n- include: mongodb.yml\n tags: mongodb", "license_type": "no...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 829, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/mysql
81
[ "no_license" ]
[ { "path": "roles/mysql/tasks/mysql.yml", "content": "---\n# Installs MySQL\n\n- name: Install MySQL\n apt: pkg=mysql-server state=present update_cache=yes cache_valid_time=3600\n\n- name: Listen on all interfaces\n lineinfile: dest=/etc/mysql/my.cnf\n regexp=\"^bind\\-address\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 461, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/postgresql
81
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/postgresql.yml", "content": "---\n# Installs PostgreSQL\n\n- name: Ensure repository key for PostgreSQL is in place\n apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc\n id=ACCC4CF8\n state=present\n\n- name: Add PostgreSQL repository\n a...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1600, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/rabbitmq
81
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/rabbitmq.yml", "content": "---\n# Installs RabbitMQ\n\n- name: Ensure repository key for RabbitMQ is in place\n apt_key: url=http://www.rabbitmq.com/rabbitmq-release-signing-key.asc\n id=6026DFCA\n state=present\n\n- name: Add RabbitMQ repository\n apt_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1159, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/redis
81
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- include: redis.yml\n tags: redis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/redis/tasks/redis.yml", "content": "---\n# Installs Redis\n\n- name: Add Redis repository\n ap...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1045, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/rethinkdb
81
[ "no_license" ]
[ { "path": "roles/rethinkdb/handlers/main.yml", "content": "---\n\n- name: restart rethinkdb\n service: name=rethinkdb state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/rethinkdb/tasks/rethinkdb.yml", "content": "---\n# In...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 980, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/riak
81
[ "no_license" ]
[ { "path": "roles/riak/vars/main.yml", "content": "---\nriak_version: 2.1.4-1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/riak/tasks/main.yml", "content": "---\n\n- include: riak.yml\n tags: riak", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3759, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/riemann
81
[ "no_license" ]
[ { "path": "roles/riemann/vars/main.yml", "content": "---\nriemann_version: 0.2.11", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/riemann/tasks/riemann.yml", "content": "---\n# Installs Riemann\n\n- name: Fetch riemann\n get_url: url=htt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 994, "all_permissive": false }
ansible_role
jplock/devbox
0790748b955045a433160e8ec7cfe20cdc09a1dd
4
roles/zookeeper
81
[ "no_license" ]
[ { "path": "roles/zookeeper/vars/main.yml", "content": "---\nzookeeper_version: 3.4.8", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/zookeeper/tasks/zookeeper.yml", "content": "---\n# Installs Zookeeper\n\n- name: Remove any existing pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2218, "all_permissive": false }
ansible_role
shkimm5189/proj-terrform
020139aeb4cc7c1d127a83003c8a4ee76d3e57be
0
roles/wordpress
81
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/Debian.yaml", "content": "---\n- name: Update apt cache and install dependency\n apt:\n name: \"{{ debian_http_name }}\"\n update_cache: yes\n state: present\n\n- name: Change apache port \n template:\n src: \"{{ apache2_config_template }}\"\n dest: \"{{ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1880, "all_permissive": false }
ansible_role
urouro/lamp-ansible-vagrant-template
2c7ac79b15725f8a05f0385aee4f4658689e8195
0
provision/roles/httpd
81
[ "no_license" ]
[ { "path": "provision/roles/httpd/tasks/main.yml", "content": "---\n- name: Install httpd\n sudo: yes\n yum: name=httpd state=latest\n\n- name: Setup httpd config\n sudo: yes\n template: src=httpd.conf.tpl dest=/etc/httpd/conf/httpd.conf\n\n- name: httpd service enabled\n sudo: yes\n service: name=http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
urouro/lamp-ansible-vagrant-template
2c7ac79b15725f8a05f0385aee4f4658689e8195
0
provision/roles/init
81
[ "no_license" ]
[ { "path": "provision/roles/init/tasks/main.yml", "content": "---\n- name: Install libselinux-python (for Ansible provisioning)\n sudo: yes\n yum: name=libselinux-python state=present\n\n- name: Install java (for Jenkins)\n sudo: yes\n yum: name=java-1.7.0-openjdk state=present\n\n- name: Enable epel rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 653, "all_permissive": false }
ansible_role
urouro/lamp-ansible-vagrant-template
2c7ac79b15725f8a05f0385aee4f4658689e8195
0
provision/roles/mysql
81
[ "no_license" ]
[ { "path": "provision/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL packages\n sudo: yes\n yum: name={{ item }} state=latest\n with_items:\n - mysql-server\n - mysql-devel\n - MySQL-python\n\n- name: Setup my.cnf\n sudo: yes\n template: src=my.cnf.tpl dest=/etc/my.cnf\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 934, "all_permissive": false }
ansible_role
urouro/lamp-ansible-vagrant-template
2c7ac79b15725f8a05f0385aee4f4658689e8195
0
provision/roles/php
81
[ "no_license" ]
[ { "path": "provision/roles/php/tasks/main.yml", "content": "---\n- name: Install php packages\n sudo: yes\n yum: name={{ item }} state=latest\n with_items:\n - php54\n - php54-devel\n - php54-mbstring\n - php54-mysql\n - php54-xml\n - php54-mcrypt\n\n- name: Setup php.ini\n sudo: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
andreapeterson/ansible_beginner
15f0659b078272fadcc896baa658291c93d8e5fe
0
exercise15/roles/post-install
81
[ "no_license" ]
[ { "path": "exercise15/roles/post-install/tasks/main.yml", "content": "---\n# tasks file for post-install\n- name: Banner file\n copy:\n content: '# This server is managed by ansible. No manual changes please.'\n dest: /etc/motd\n\n- name: Deploy ntp agent conf on centos\n template:\n src: ntpconf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 815, "all_permissive": false }
ansible_role
trucktrav/linode-lab
dfa26c7b96bd3edbc0e229f72afe139f346b7444
0
roles/dockers
81
[ "no_license" ]
[ { "path": "roles/dockers/files/portainer/compose.j2", "content": "networks:\n {{ dockers_lan_name }}:\n external: true\n\nservices:\n portainer:\n image: portainer/portainer-ce:latest\n container_name: portainer\n # For DHCP it is recommended to remove these ports and instead add: network_mode...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 26, "total_bytes": 28773, "all_permissive": false }
ansible_role
trucktrav/linode-lab
dfa26c7b96bd3edbc0e229f72afe139f346b7444
0
roles/manage_linux
81
[ "no_license" ]
[ { "path": "roles/manage_linux/tasks/apt_maintain.yml", "content": "---\n\n- name: apt_maintain | Upgrade all packages\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n upgrade: dist\n\n- name: apt_maintain | Remove unused packages\n ansible.builtin.apt:\n autoremove: true\...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6122, "all_permissive": false }
ansible_role
AleksandrLoskutov/sf_ansible
457a3d127b7ebe5f17fab07fa643341357bcfff4
0
roles/docker
81
[ "no_license" ]
[ { "path": "roles/docker/README.md", "content": "Role Name\n=========\n\nInstall Docker on vm2, vm3\n\nUsed only tasks\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1600, "all_permissive": false }
ansible_role
AleksandrLoskutov/sf_ansible
457a3d127b7ebe5f17fab07fa643341357bcfff4
0
roles/postgresql
81
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# tasks file for postgresql\n- name: Install required dependency packages\n apt: \n pkg:\n - ca-certificates\n - wget\n - curl\n - gpg\n - gnupg2\n - software-properties-common\n - apt-transport-https\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1702, "all_permissive": false }
ansible_role
sumayya-005/roboshop-ansible
3b7ac670cc4901214fe76162a166da47d67d3ecd
0
roles/frontend
81
[ "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: Start Nginx Service\n ansible.builtin.systemd:\n state: started\n name: nginx\n\n\n- name: Removing old web content\n ansible.builtin.file:\n path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 944, "all_permissive": false }
ansible_role
UbioZur/ansible-playbooks
d384bef8ef1f51d013b62cca1bfbab2479602b22
0
roles/install-commons
81
[ "no_license" ]
[ { "path": "roles/install-commons/tasks/main.yml", "content": "---\n## ~ UbioZur - https://github.com/UbioZur ~ ##\n\n\n- name: Assert Role Requirements\n tags: always\n ansible.builtin.assert:\n that:\n - ansible_os_family == \"Debian\"\n quiet: true\n\n\n- name: Install Minimal Packages [APT...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1911, "all_permissive": false }
ansible_role
UbioZur/ansible-playbooks
d384bef8ef1f51d013b62cca1bfbab2479602b22
0
roles/setup-bash
81
[ "no_license" ]
[ { "path": "roles/setup-bash/tasks/main.yml", "content": "---\n## ~ UbioZur - https://github.com/UbioZur ~ ##\n\n\n- name: Assert Role Requirements\n tags: always\n ansible.builtin.assert:\n that:\n - setup_bash_user is defined\n quiet: true\n\n\n- name: Ensure Bash Is Installed\n become: tru...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 13488, "all_permissive": false }
ansible_role
UbioZur/ansible-playbooks
d384bef8ef1f51d013b62cca1bfbab2479602b22
0
roles/upgrade-packages
81
[ "no_license" ]
[ { "path": "roles/upgrade-packages/handlers/main.yml", "content": "---\n## ~ UbioZur - https://github.com/UbioZur ~ ##\n\n- name: System | reboot needed\n tags: always\n ansible.builtin.debug:\n msg: A reboot of the server may be needed!\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2547, "all_permissive": false }
ansible_role
MiteshSharma/PrometheusWithAnsible
1f1d3ae8110e883c7aec66594fbcd7480e0fab51
39
roles/prometheus_blackbox_exporter
81
[ "no_license" ]
[ { "path": "roles/prometheus_blackbox_exporter/handlers/main.yml", "content": "- name: Restart the blackbox_exporter service\n service:\n name: blackbox_exporter\n state: restarted\n listen: event_restart_blackbox_exporter", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2240, "all_permissive": false }
ansible_role
mcieno/workfor
e0886832d9659cc619be7afc96aa7d8c05dd6e05
0
provision/roles/dns
81
[ "no_license" ]
[ { "path": "provision/roles/dns/templates/dnsmasq.conf.j2", "content": "no-resolv\nbind-dynamic\n\naddress=/workspace.internal/127.0.0.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "provision/roles/dns/tasks/main.yml", "content": "---\n# ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 820, "all_permissive": false }
ansible_role
mcieno/workfor
e0886832d9659cc619be7afc96aa7d8c05dd6e05
0
provision/roles/docker
81
[ "no_license" ]
[ { "path": "provision/roles/docker/defaults/main.yml", "content": "---\n# defaults file for roles/docker\n\ndocker_default_user: ubuntu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "provision/roles/docker/tasks/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 448, "all_permissive": false }
ansible_role
mcieno/workfor
e0886832d9659cc619be7afc96aa7d8c05dd6e05
0
provision/roles/git
81
[ "no_license" ]
[ { "path": "provision/roles/git/templates/config.j2", "content": "[user]\n email = {{ git_user_email }}\n name = {{ git_user_name }}\n\n[init]\n defaultBranch = main\n\n[merge]\n ff = false\n\n[pull]\n ff = only\n\n[diff]\n wsErrorHighlight = all\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1254, "all_permissive": false }
ansible_role
mcieno/workfor
e0886832d9659cc619be7afc96aa7d8c05dd6e05
0
provision/roles/omz
81
[ "no_license" ]
[ { "path": "provision/roles/omz/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/omz\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "provision/roles/omz/tasks/main.yml", "content": "---\n# tasks ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2138, "all_permissive": false }
ansible_role
mcieno/workfor
e0886832d9659cc619be7afc96aa7d8c05dd6e05
0
provision/roles/utils
81
[ "no_license" ]
[ { "path": "provision/roles/utils/tasks/main.yml", "content": "---\n# tasks file for roles/utils\n\n- name: install utils\n ansible.builtin.apt:\n name:\n - binutils\n - build-essential\n - bash\n - curl\n - gcc\n - gdb\n - hexedit\n - htop\n - jq\n - ltr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3175, "all_permissive": false }
ansible_role
btison/rhpam-dev-ansible
f9cb0809681ddb1ab47457bb4326fa7acc8e7cec
4
roles/openshift_domain
81
[ "no_license" ]
[ { "path": "roles/openshift_domain/tasks/main.yml", "content": "---\n\n- name: create test route\n oc_route:\n oc_binary: \"{{ openshift_cli }}\"\n state: present\n name: testroute\n namespace: \"{{ ocp_project }}\"\n service_name: testsvc\n port: 80\n\n- name: get domain url\n shell: ech...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
btison/rhpam-dev-ansible
f9cb0809681ddb1ab47457bb4326fa7acc8e7cec
4
roles/openshift_install
81
[ "no_license" ]
[ { "path": "roles/openshift_install/tasks/main.yml", "content": "---\n\n- name: install nexus\n import_role: \n name: openshift_nexus2\n vars:\n ocp_project: \"{{ project_tools }}\"\n ocp_project_display_name: \"{{ project_tools_display_name }}\"\n ocp_project_desc: \"{{ project_tools_desc }}\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2064, "all_permissive": false }
ansible_role
btison/rhpam-dev-ansible
f9cb0809681ddb1ab47457bb4326fa7acc8e7cec
4
roles/openshift_nexus2
81
[ "no_license" ]
[ { "path": "roles/openshift_nexus2/defaults/main.yml", "content": "---\n\nnexus_template: \"{{ resources_dir }}/nexus2-persistent.yaml\"\n\nnexus_pvc_name: \"{{ nexus_app }}-pv\"\n\nnexus_version: 2.14.10\nnexus_pv_capacity: 2Gi\nnexus_max_memory: 2Gi\nnexus_max_cpu: 500m\n\nnexus_configuration_script: \"nex...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2726, "all_permissive": false }
ansible_role
btison/rhpam-dev-ansible
f9cb0809681ddb1ab47457bb4326fa7acc8e7cec
4
roles/openshift_pgadmin4
81
[ "no_license" ]
[ { "path": "roles/openshift_pgadmin4/defaults/main.yml", "content": "---\n\napplication_name: pgadmin4\n\npgadmin4_template: \"{{ resources_dir }}/pgadmin4.yml\"\n\npgadmin4_image: crunchydata/crunchy-pgadmin4:centos7-9.6.8-1.8.2\n\npgadmin4_secret: pgadmin4-credentials\npgadmin4_username: <EMAIL>\npgadmin4_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2204, "all_permissive": false }
ansible_role
btison/rhpam-dev-ansible
f9cb0809681ddb1ab47457bb4326fa7acc8e7cec
4
roles/openshift_project
81
[ "no_license" ]
[ { "path": "roles/openshift_project/tasks/main.yml", "content": "---\n\n# create project\n\n- name: create project {{ ocp_project }}\n oc_project:\n state: present\n oc_binary: \"{{ openshift_cli }}\" \n name: \"{{ ocp_project }}\"\n display_name: \"{{ ocp_project_display_name }}\"\n descr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1031, "all_permissive": false }
ansible_role
btison/rhpam-dev-ansible
f9cb0809681ddb1ab47457bb4326fa7acc8e7cec
4
roles/openshift_rhpam_dev
81
[ "no_license" ]
[ { "path": "roles/openshift_rhpam_dev/defaults/main.yml", "content": "---\n\napplication_name: rhpam\nbusinesscentral_application_name: \"{{ application_name }}-bc\"\nkieserver_application_name: \"{{ application_name }}-kieserver\"\n\nservice_account: \"{{ application_name }}-rhpamsvc\"\n\nbusinesscentral_te...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9163, "all_permissive": false }
ansible_role
MinTruong/Build-CI-CD-Pipelines-Monitoring-Loggin
dfff15912be99b33f69a88edcf0701d8c48a8db2
0
.circleci/ansible/roles/configure-server
81
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: \"update apt packages\"\n become: true\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes\n\n- name: \"remove depencies that are no long required\"\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
M0H3Y/ansible-learn
5bcf8863d009c9f57ac02dc60b4095366ec74d7c
0
roles/start_containers
81
[ "no_license" ]
[ { "path": "roles/start_containers/defaults/main.yaml", "content": "docker_registry: https://aws_account_id.dkr.ecr.us-west-2.amazonaws.com/repo-name\ndocker_username: AWS\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/start_containers/fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1214, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/XFCE4
81
[ "no_license" ]
[ { "path": "roles/XFCE4/templates/XFCE-panel.sh.j2", "content": "#! /bin/bash\n\ncp -rf /home/{{ username }}/.config/xfce4/xfce4-panel.xml /home/{{ username }}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 28588, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/add_packages
81
[ "no_license" ]
[ { "path": "roles/add_packages/tasks/main.yml", "content": "---\n- name: Install Packages\n become: yes\n become_user: root\n apt:\n pkg:\n - libappindicator3-1\n - libqt5qml5\n - libqt5quick5\n - libqt5webkit5\n - qml-module-qtquick2\n - qml-module-qtquick-controls\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4757, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/cleanup
81
[ "no_license" ]
[ { "path": "roles/cleanup/tasks/main.yml", "content": "---\n- name: clean up\n become: yes\n become_user: root\n shell: rm -rf {{ item }}\n with_items: \n - /tmp/*\n - /home/{{ username }}/Downloads/*\n\n- name: Remove Gnome\n become: yes\n become_user: root\n apt:\n pkg:\n - nautilus \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/desktop_settings
81
[ "no_license" ]
[ { "path": "roles/desktop_settings/tasks/main.yml", "content": "---\n- name: Install Packages\n apt: \n name: xdg-user-dirs \n state: latest \n update_cache: true\n register: results\n until: results is success\n retries: 10\n delay: 3\n\n- name: Update User Directories\n command: \"xdg-user-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/drivers
81
[ "no_license" ]
[ { "path": "roles/drivers/tasks/main.yml", "content": "---\n- name: Add non-free Source\n template:\n src: non-free.j2\n dest: /etc/apt/sources.list.d/non-free.list\n\n- name: Install Packages\n become: yes\n become_user: root\n apt: name=firmware-iwlwifi state=latest update_cache=true\n register:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 567, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/firewall
81
[ "no_license" ]
[ { "path": "roles/firewall/handlers/main.yml", "content": "---\n# Handler to handle common notifications. Handlers are called by other plays.\n# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.\n\n- name: restart ufw\n service: name=ufw state=restarted\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 821, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/ntp
81
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- include_vars: \"variables.yml\"\n\n- name: Install Packages\n apt: \n pkg:\n - ntp\n - ntpdate\n state: present\n register: results\n until: results is success\n retries: 10\n delay: 3\n\n\n- name: Generate ntp.conf file\n templa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/packages
81
[ "no_license" ]
[ { "path": "roles/packages/templates/sources.list.j2", "content": "deb http://deb.debian.org/debian stretch main\ndeb-src http://deb.debian.org/debian stretch main\n\ndeb http://deb.debian.org/debian stretch-updates main\ndeb-src http://deb.debian.org/debian stretch-updates main\n\ndeb http://security.de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3057, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/pycharms
81
[ "no_license" ]
[ { "path": "roles/pycharms/tasks/main.yml", "content": "---\n- name: Remove old pycharms\n file:\n path: /opt/pycharms\n state: absent\n\n- name: Create local bin directory\n file:\n path: /usr/local/bin/\n state: directory\n recurse: yes\n\n- name: Create pycharms directory\n file:\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/python
81
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Install Packages\n apt: \n pkg:\n - python2.7 \n - python2.7-dev\n - python-dev \n - python-setuptools\n - python-pip\n - python3-pip\n - python3\n - python3-dev\n state: present\n register: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1074, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/terminals
81
[ "no_license" ]
[ { "path": "roles/terminals/templates/terminator_config.j2", "content": "[global_config]\n enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler\n[keybindings]\n[profiles]\n [[default]]\n background_darkness = 0.9\n scroll_on_output = False\n copy_on_select...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4229, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/themes
81
[ "no_license" ]
[ { "path": "roles/themes/templates/wallpaper.desktop.j2", "content": "[Desktop Entry]\nType=Application\nExec=/usr/local/bin/rand-wallpaper\nHidden=false\nNoDisplay=false\nX-GNOME-Autostart-enabled=true\nName=wallpaper\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 18693, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/users
81
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# This playbook contains network plays to configure ssh, user ssh config, and autossh.\n\n- name: Edit user\n user:\n name: \"{{ username }}\"\n groups: sudo\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: .ssh/id_rsa\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }
ansible_role
jbarcia/debian_ansible
20ac8a3a9de74d058901afbf657749cd89090564
0
roles/vmware
81
[ "no_license" ]
[ { "path": "roles/vmware/templates/rc.local.j2", "content": "#!/bin/sh -e\necho never > /sys/kernel/mm/transparent_hugepage/enabled \necho never > /sys/kernel/mm/transparent_hugepage/defrag \n\nexit 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2001, "all_permissive": false }
ansible_role
iamgini/ansible-collection-system-utils
508be774ca617f508f31bb0431b4c7635c376b0b
0
roles/add_user
81
[ "permissive" ]
[ { "path": "roles/add_user/handlers/main.yml", "content": "---\n# handlers file for add_user", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 32 }, { "path": "roles/add_user/README.md", "content": "Role Name\n=========\n\nA simple role to ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1954, "all_permissive": true }
ansible_role
iamgini/ansible-collection-system-utils
508be774ca617f508f31bb0431b4c7635c376b0b
0
roles/httpd
81
[ "permissive" ]
[ { "path": "roles/httpd/defaults/main.yml", "content": "---\n# defaults file for httpd\nhttpd_packages:\n - httpd\n\nhttpd_service: httpd", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 77 }, { "path": "roles/httpd/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": true }
ansible_role
iamgini/ansible-collection-system-utils
508be774ca617f508f31bb0431b4c7635c376b0b
0
roles/os_patching
81
[ "permissive" ]
[ { "path": "roles/os_patching/tasks/Debian.yaml", "content": "- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n upgrade: dist\n autoremove: true\n\n- name: Package Update Status for debug\n ansible.builtin.debug:\n msg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2178, "all_permissive": true }
ansible_role
MrDoghead/COMP90024_2020_Project_G39_City_Analytics_on_the_Cloud
eb229ad77cce02dcce8d9ea9256e414ad5c4e89b
0
ansible/nectar/roles/openstack-common
81
[ "no_license" ]
[ { "path": "ansible/nectar/roles/openstack-common/tasks/main.yaml", "content": "# Team: 39\n# Chuxin Zou 1061714 China\n# Dongnan Cao 970205 China\n# Fuyao Zhang 813023 Austalia\n# Liqin Zhang 890054 China\n# Zhiqian Chen 1068712 Australia\n\n# Author: <NAME> (1061714)\n\n# install dependences on the host\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 538, "all_permissive": false }
ansible_role
MrDoghead/COMP90024_2020_Project_G39_City_Analytics_on_the_Cloud
eb229ad77cce02dcce8d9ea9256e414ad5c4e89b
0
ansible/nectar/roles/openstack-instance
81
[ "no_license" ]
[ { "path": "ansible/nectar/roles/openstack-instance/tasks/main.yaml", "content": "# Team: 39\n# Chuxin Zou 1061714 China\n# Dongnan Cao 970205 China\n# Fuyao Zhang 813023 Austalia\n# Liqin Zhang 890054 China\n# Zhiqian Chen 1068712 Australia\n\n# Author: <NAME> (1061714)\n\n# create VMs on uom research cloud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1390, "all_permissive": false }
ansible_role
MrDoghead/COMP90024_2020_Project_G39_City_Analytics_on_the_Cloud
eb229ad77cce02dcce8d9ea9256e414ad5c4e89b
0
ansible/nectar/roles/openstack-security-group
81
[ "no_license" ]
[ { "path": "ansible/nectar/roles/openstack-security-group/tasks/main.yaml", "content": "# Team: 39\n# Chuxin Zou 1061714 China\n# Dongnan Cao 970205 China\n# Fuyao Zhang 813023 Austalia\n# Liqin Zhang 890054 China\n# Zhiqian Chen 1068712 Australia\n\n# Author: <NAME> (1061714)\n\n# create security group\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
MrDoghead/COMP90024_2020_Project_G39_City_Analytics_on_the_Cloud
eb229ad77cce02dcce8d9ea9256e414ad5c4e89b
0
ansible/nectar/roles/openstack-volume
81
[ "no_license" ]
[ { "path": "ansible/nectar/roles/openstack-volume/tasks/main.yaml", "content": "# Team: 39\n# Chuxin Zou 1061714 China\n# Dongnan Cao 970205 China\n# Fuyao Zhang 813023 Austalia\n# Liqin Zhang 890054 China\n# Zhiqian Chen 1068712 Australia\n\n# Author: <NAME> (1061714)\n\n# create volumes from vars\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
MrDoghead/COMP90024_2020_Project_G39_City_Analytics_on_the_Cloud
eb229ad77cce02dcce8d9ea9256e414ad5c4e89b
0
ansible/system/roles/copy-files
81
[ "no_license" ]
[ { "path": "ansible/system/roles/copy-files/tasks/main.yaml", "content": "# Team: 39\n# Chuxin Zou 1061714 China\n# Dongnan Cao 970205 China\n# Fuyao Zhang 813023 Austalia\n# Liqin Zhang 890054 China\n# Zhiqian Chen 1068712 Australia\n\n# Author: <NAME> (1061714)\n\n- name: Download Code From Github Using An...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
MrDoghead/COMP90024_2020_Project_G39_City_Analytics_on_the_Cloud
eb229ad77cce02dcce8d9ea9256e414ad5c4e89b
0
ansible/system/roles/create-directory
81
[ "no_license" ]
[ { "path": "ansible/system/roles/create-directory/tasks/main.yaml", "content": "# Team: 39\n# Chuxin Zou 1061714 China\n# Dongnan Cao 970205 China\n# Fuyao Zhang 813023 Austalia\n# Liqin Zhang 890054 China\n# Zhiqian Chen 1068712 Australia\n\n# Author: <NAME> (1061714)\n\n- name: Check directory.\n stat:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
vbalajikumaran/ansible_tutorial2
112d508b5a1553d05efeb2ea5a902f8a8bb1e4aa
0
balaji/roles/installapp
81
[ "no_license" ]
[ { "path": "balaji/roles/installapp/handlers/main.yml", "content": "# handlers file for installapp\n - name: Reboot_systems\n reboot:\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "balaji/roles/installapp/main.yml", "content": "---\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1142, "all_permissive": false }
ansible_role
vbalajikumaran/ansible_tutorial2
112d508b5a1553d05efeb2ea5a902f8a8bb1e4aa
0
balaji/roles/scenario
81
[ "no_license" ]
[ { "path": "balaji/roles/scenario/tasks/main.yml", "content": "---\n# tasks file for scenario- name: Install the correct web server for RHEL\n\n- name: display the contents of the variable \n ansible.builtin.debug:\n msg: \"this task runs before the example role\"\n\n\n- name: display the contents of the...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2918, "all_permissive": false }
ansible_role
vbalajikumaran/ansible_tutorial2
112d508b5a1553d05efeb2ea5a902f8a8bb1e4aa
0
balaji/roles/uninstallapp
81
[ "no_license" ]
[ { "path": "balaji/roles/uninstallapp/defaults/main.yml", "content": "---\n# defaults file for uninstallapp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "balaji/roles/uninstallapp/handlers/main.yml", "content": "# handlers file for uninstallap...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 892, "all_permissive": false }
ansible_role
vbalajikumaran/ansible_tutorial2
112d508b5a1553d05efeb2ea5a902f8a8bb1e4aa
0
balaji/roles/usercreation
81
[ "no_license" ]
[ { "path": "balaji/roles/usercreation/tasks/main.yml", "content": "# Creating Test user ssh keys and sudoers file\n\n \n\n - name: Create an Test User \"{{ username }}\"\n user:\n name: \"{{ username }}\"\n group: root\n state: present\n\n - name: Copying SSH keys to all the hosts \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 618, "all_permissive": false }
ansible_role
vbalajikumaran/ansible_tutorial2
112d508b5a1553d05efeb2ea5a902f8a8bb1e4aa
0
balaji/roles/userdeletion
81
[ "no_license" ]
[ { "path": "balaji/roles/userdeletion/handlers/main.yml", "content": "---\n# handlers file for userdeletion", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "balaji/roles/userdeletion/tasks/main.yml", "content": "# Creating Test user ssh keys an...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 618, "all_permissive": false }
ansible_role
mohamedutopios/roles-ansible
059660538d8b7c15d916284d60f6842cfba37f3c
0
roles/fortigate_syslog
87
[ "no_license" ]
[ { "path": "roles/fortigate_syslog/tasks/main.yml", "content": "---\r\n- name: Activer et configurer Syslog sur FortiGate\r\n fortinet.fortios.fortios_log_syslogd_setting:\r\n vdom: \"root\"\r\n log_syslogd_setting:\r\n status: \"enable\"\r\n server: \"{{ syslog_server }}\"\r\n port: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1568, "all_permissive": false }
ansible_role
mohamedutopios/roles-ansible
059660538d8b7c15d916284d60f6842cfba37f3c
0
roles/vpn_ipsec
87
[ "no_license" ]
[ { "path": "roles/vpn_ipsec/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/vpn_ipsec\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/vpn_ipsec/tasks/main.yml", "content": "---\n# tasks fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 979, "all_permissive": false }
ansible_role
ArctiqTeam/tower-lab-demos
e8819c6a2fe528e812ba434b73d3e1f993e12b93
2
roles/dc-configure
87
[ "no_license" ]
[ { "path": "roles/dc-configure/tasks/main.yml", "content": "---\n# tasks file for dc-configure\n\n- name: Add Domain\n win_domain:\n dns_domain_name: \"{{ domain_name }}\"\n safe_mode_password: \"{{ <PASSWORD> }}\"\n ignore_errors: yes\n\n- name: Reboot Windows\n win_reboot:\n- name: Wait for the DC...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 714, "all_permissive": false }
ansible_role
obynodavid12/ansiblepulldemo
ca0be9c33af9b2d74b76a90e229483cb3283c314
0
roles/apache
87
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Install Apache2 web server\n yum:\n name: httpd\n state: present\n\n- name: Ensure that Apache2 is up and running and will autostart on system boot\n service:\n name: httpd\n state: started\n enabled: true\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
obynodavid12/ansiblepulldemo
ca0be9c33af9b2d74b76a90e229483cb3283c314
0
roles/php
87
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Install PHP 7 with the most common packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - php\n - php-gd\n - php-cli\n - php-mbstring\n - php-mysqlnd\n - php-common\n - php-pdo\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
cherdt/ansible-icinga2
f0dcf41229bf384d4386bcc5be67bc8fc2696084
0
roles/icinga2
87
[ "no_license" ]
[ { "path": "roles/icinga2/handlers/main.yml", "content": "---\n\n- name: restart apache\n systemd:\n name: httpd\n state: restarted\n\n- name: restart php-fpm\n systemd:\n name: rh-php71-php-fpm\n state: restarted\n\n- name: restart icinga2\n systemd:\n name: icinga2\n state: restarted\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5615, "all_permissive": false }
ansible_role
stackhpc/ansible-collection-slurmapp-ops
999cfc8534013dcc84bef1a151c3e4ab6e5ffdd0
0
ansible/roles/mysql
87
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/install.yml", "content": "- name: Install python mysql client\n pip:\n name: pymysql\n state: present\n\n- name: Create systemd mysql container unit file\n template:\n dest: /etc/systemd/system/mysql.service\n src: mysql.service.j2\n register: _mysql_unitf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
stackhpc/ansible-collection-slurmapp-ops
999cfc8534013dcc84bef1a151c3e4ab6e5ffdd0
0
ansible/roles/openondemand
87
[ "no_license" ]
[ { "path": "ansible/roles/openondemand/tasks/vnc_compute.yml", "content": "# Should be run on compute nodes you want to run the graphical desktop on\n- name: Enable TurboVNC repo\n tags: install\n get_url:\n url: https://turbovnc.org/pmwiki/uploads/Downloads/TurboVNC.repo\n dest: /etc/yum.repos.d/Tur...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1846, "all_permissive": false }
ansible_role
stackhpc/ansible-collection-slurmapp-ops
999cfc8534013dcc84bef1a151c3e4ab6e5ffdd0
0
ansible/roles/opensearch
87
[ "no_license" ]
[ { "path": "ansible/roles/opensearch/handlers/main.yml", "content": "---\n\n- name: Restart opensearch service\n systemd:\n name: opensearch.service\n state: \"{{ 'restarted' if 'started' in opensearch_state else opensearch_state }}\"\n enabled: \"{{ opensearch_systemd_service_enabled }}\"\n dae...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2863, "all_permissive": false }
ansible_role
stackhpc/ansible-collection-slurmapp-ops
999cfc8534013dcc84bef1a151c3e4ab6e5ffdd0
0
ansible/roles/podman
87
[ "no_license" ]
[ { "path": "ansible/roles/podman/tasks/config.yml", "content": "---\n\n- name: Up default resource limits\n copy:\n content: |\n # WARNING: This file is managed by ansible, do not modify.\n # This is so non-root containers can use more resources. This is useful\n # for opensearch.\n *...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2621, "all_permissive": false }
ansible_role
siveriaman/ansible-playbooks
84bfee279882c68fb54a73710f1722e905b6f9f7
0
second/roles/user
87
[ "no_license" ]
[ { "path": "second/roles/user/tasks/main.yml", "content": "---\n# tasks file for user\n\n#tasks:\n - name: Create group\n group:\n name: \"{{ user_primary_group }}\"\n gid: \"{{ user_primary_group_id }}\"\n state: present\n\n - name: Create user\n user:\n name: \"{{ user_name }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }