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
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
028_removing_Unnecessary_Steps/roles/nginx
82
[ "no_license" ]
[ { "path": "028_removing_Unnecessary_Steps/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: installa NGINX\n apt: name=nginx state=present\n\n- name: assicurati che NGINX sia attivo\n service: name=nginx state=started enabled=yes\n\n- name: copy index.html\n copy: src=files/ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1088, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
030_limiting_Execution_by_Hosts_limit/roles/apache2
82
[ "no_license" ]
[ { "path": "030_limiting_Execution_by_Hosts_limit/roles/apache2/tasks/main.yml", "content": "---\n- name: installa apache\n apt:\n name: apache2\n state: present\n #update_cache: yes\n\n- name: assicurati che Apache sia attivo\n service: \n name: apache2\n state: started\n enabled: yes\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
031_docker/roles/docker
82
[ "no_license" ]
[ { "path": "031_docker/roles/docker/tasks/main.yml", "content": "---\n- name: installa dipendenze\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
031_docker/roles/nginx
82
[ "no_license" ]
[ { "path": "031_docker/roles/nginx/tasks/main.yml", "content": "---\n- name: installa nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n\n- name: assicurati che NGINX sia attivo\n service: \n name: nginx \n state: started\n enabled: yes", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
032_docker_test/roles/docker-compose
82
[ "no_license" ]
[ { "path": "032_docker_test/roles/docker-compose/tasks/main.yml", "content": "---\n# tasks file for docker-compose\n- name: installa docker docker-compose\n get_url:\n #url: https://github.com/docker/compose/releases/download/1.25.3/docker-compose-$(uname -s)-$(uname -m)\n url: https://github.com/dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
033_ansible/roles/elasticsearch
82
[ "no_license" ]
[ { "path": "033_ansible/roles/elasticsearch/elasticsearch.yml", "content": "---\n- hosts: elasticsearch\n become: true\n roles:\n - elasticsearch", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "033_ansible/roles/elasticsearch/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1155, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
033_ansible/roles/kibana
82
[ "no_license" ]
[ { "path": "033_ansible/roles/kibana/tasks/main.yml", "content": "---\n- name: aggiungi elastic GPG Key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: installa apt-transport-https\n apt:\n name: apt-transport-https\n state: latest\n update_ca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
035_ansible_mongodb/roles/mongodb-deployment
82
[ "no_license" ]
[ { "path": "035_ansible_mongodb/roles/mongodb-deployment/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mongodb-deployment", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "035_ansible_mongodb/roles/mongodb-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1602, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
video_tutorial/roles/roles/apache2
82
[ "no_license" ]
[ { "path": "video_tutorial/roles/roles/apache2/tasks/main.yml", "content": "---\n- name: installa apache2\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: assicurati che Apache sia attivo\n service:\n name: apache2\n state: started\n enabled: yes\n\n- name: installa ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
video_tutorial/roles/roles/mysql
82
[ "no_license" ]
[ { "path": "video_tutorial/roles/roles/mysql/tasks/main.yml", "content": "---\n- name: install tools\n apt: name={{item}} state=present update_cache=yes\n loop:\n - python-mysqldb\n\n- name: installa mysql\n apt: name=mysql-server state=present update_cache=yes\n\n- name: verica che mysql sia avviato\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
pierangelo1982/ansible_samples
79fbaeaffff2fea0f29a494360082b1d4192b3dd
0
video_tutorial/vars/roles/demo_app
82
[ "no_license" ]
[ { "path": "video_tutorial/vars/roles/demo_app/tasks/main.yml", "content": "---\n- name: installa nodejs\n apt:\n name: nodejs\n state: latest\n update_cache: yes\n\n- name: installa npm\n apt:\n name: npm\n state: present\n update_cache: yes\n\n- name: copia app node\n copy:\n src: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1009, "all_permissive": false }
ansible_role
azubuikeokom/java-demo
d930b7e862b52ff0700da0277b7234c1456dc75d
0
.circleci/ansible/roles/run-container
82
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/run-container/tasks/main.yml", "content": "---\n- name: \"update machine\"\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n \n- name: \"install more latest docker\"\n ansible.builtin.shell: apt install -y docker.io\n\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1500, "all_permissive": false }
ansible_role
JujuDesFruits/BI_Alternative
7922fd29a8ac85e00ab7de813bd4302e8ec165ab
0
roles/kibana
82
[ "no_license" ]
[ { "path": "roles/kibana/tasks/Kibana.yml", "content": "- name: update source list\n file:\n path: /etc/apt/sources.list.d/kibana.list\n state: touch\n register: source\n\n- name: add http package\n lineinfile:\n path: /etc/apt/sources.list.d/kibana.list\n line: 'deb https://packages.elastic.c...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2206, "all_permissive": false }
ansible_role
JujuDesFruits/BI_Alternative
7922fd29a8ac85e00ab7de813bd4302e8ec165ab
0
roles/postgre
82
[ "no_license" ]
[ { "path": "roles/postgre/tasks/main.yml", "content": "---\n- include_tasks: variables.yml\n\n- include_tasks: setup.yml\n\n- include_tasks: initialize.yml\n\n- include_tasks: configure.yml\n\n- name: Ensure PostgreSQL is started and enabled on boot.\n service:\n name: \"{{ postgresql_daemon }}\"\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
JujuDesFruits/BI_Alternative
7922fd29a8ac85e00ab7de813bd4302e8ec165ab
0
roles/sisense
82
[ "no_license" ]
[ { "path": "roles/sisense/tasks/main.yml", "content": "- name: update\n apt:\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n- name: copy sisense server\n copy:\n src: \"roles/sisense/debian_install/{{file}}\"\n dest: \"/home/{{user_sisense}}/{{file}}\"\n\n- name: Unarchive tar file\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
JujuDesFruits/BI_Alternative
7922fd29a8ac85e00ab7de813bd4302e8ec165ab
0
roles/tableau
82
[ "no_license" ]
[ { "path": "roles/tableau/tasks/main.yml", "content": "- name: add apt-repository\n apt_repository:\n repo: deb http://archive.ubuntu.com/ubuntu bionic universe\n state: present\n codename: bionic\n\n- name: update\n apt:\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n- name: inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": false }
ansible_role
shabbir-git/tomcat-native-install
cbd698f853988b388b9ec1b731d7796861369a74
0
roles/apr_devel
82
[ "no_license" ]
[ { "path": "roles/apr_devel/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - apr_devel", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/apr_devel/vars/main.yml", "content": "---\n# vars file for apr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 771, "all_permissive": false }
ansible_role
shabbir-git/tomcat-native-install
cbd698f853988b388b9ec1b731d7796861369a74
0
roles/openssl_devel
82
[ "no_license" ]
[ { "path": "roles/openssl_devel/tasks/main.yml", "content": "---\n- name: \"Check and delete if old openssl build directory exists\"\n file: path=/usr/src/openssl-devel state=absent\n\n- name: \"Copy source to server\"\n copy: src=source/{{ openssl_source_file }} dest=/usr/src\n\n- name: \"Extract source f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 848, "all_permissive": false }
ansible_role
shabbir-git/tomcat-native-install
cbd698f853988b388b9ec1b731d7796861369a74
0
roles/tomcat_native
82
[ "no_license" ]
[ { "path": "roles/tomcat_native/tasks/main.yml", "content": "---\n- name: \"Check and delete if old openssl build directory exists\"\n file: path=/usr/src/tomcat-native state=absent\n\n- name: \"Copy source to server\"\n copy: src=source/{{ tomcatnative_source_file }} dest=/usr/src\n\n- name: \"Extract sou...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 962, "all_permissive": false }
ansible_role
sendersinc/aws-wordpress
1a54de4f1b0c5b338a548471552ed05282dceeca
0
terraform/ansible/roles/mysql
82
[ "no_license" ]
[ { "path": "terraform/ansible/roles/mysql/defaults/main.yml", "content": "---\n# defaults file for mysql\nwp_mysql_db: wordpress_db1\nwp_mysql_user: wordpress_user1\nwp_mysql_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "te...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 831, "all_permissive": false }
ansible_role
smd-him/test-repo
0048075bd3f0881396b52c3c48f54d43bc17cf8e
0
himanshu-workspace/ansible-playbook-example/roles/utility
82
[ "no_license" ]
[ { "path": "himanshu-workspace/ansible-playbook-example/roles/utility/defaults/main.yml", "content": "java_version: 1.8.0\ndotnet_version: 3.3.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "himanshu-workspace/ansible-playbook-example/roles/utilit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 312, "all_permissive": false }
ansible_role
chobostar/ansible-playbook-upgrade-pg
56da143263249d8b26a3933a79986c460952bc75
4
roles/postgresql-updater
82
[ "no_license" ]
[ { "path": "roles/postgresql-updater/tasks/operate.yml", "content": "- name: Install new packages\n apt:\n name: '{{ postgresql_packages }}'\n allow_unauthenticated: true\n only_upgrade: yes\n state: latest\n\n- name: informing about log checkpoint\n debug:\n msg: 'Next step is \"CHECKPOINT\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1751, "all_permissive": false }
ansible_role
chobostar/ansible-playbook-upgrade-pg
56da143263249d8b26a3933a79986c460952bc75
4
roles/postgresql-upgrade
82
[ "no_license" ]
[ { "path": "roles/postgresql-upgrade/tasks/standby01_enable.yml", "content": "- name: Create on standby01 symlink to recovery.conf\n file:\n src: '/etc/postgresql/{{ postgresql_upgrade_version_to }}/{{ postgresql_cluster_names[0] }}/recovery.conf'\n dest: '/var/lib/postgresql/{{ postgresql_upgrade_ver...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 31511, "all_permissive": false }
ansible_role
chobostar/ansible-playbook-upgrade-pg
56da143263249d8b26a3933a79986c460952bc75
4
roles/update-preparer
82
[ "no_license" ]
[ { "path": "roles/update-preparer/templates/policy-rc.d", "content": "#!/usr/bin/env bash\n\n### THIS FILE CONTROLLED BY PUPPET ###\n\n# Do not stop, start, restart services:\nignore_service_patterns=\"^postgresql(\\$|@) ^pgbouncer(\\$|@)\"\n\nservice=\"$1\"\n\nfor s in $ignore_service_patterns ; do\n if ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1263, "all_permissive": false }
ansible_role
Kiranrakh/LW-Project-10-Monitoring-Dockerized-Microservice-with-Prometheus-and-Grafana-using-Ansible
2f0e2a6e8a320e1ded04f2f8014db91f0c95f600
0
ansible/roles/docker
82
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Add user to docker group\n user:\n name: ubuntu\n groups: docker\n append: yes\n\n- name: Start Docker service\n service:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
Kiranrakh/LW-Project-10-Monitoring-Dockerized-Microservice-with-Prometheus-and-Grafana-using-Ansible
2f0e2a6e8a320e1ded04f2f8014db91f0c95f600
0
ansible/roles/grafana
82
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/main.yml", "content": "- name: Copy Grafana\n copy:\n src: \"{{ playbook_dir }}/../grafana\"\n dest: /home/ubuntu/grafana\n\n- name: Build Grafana image\n command: docker build -t custom-grafana ./grafana\n args:\n chdir: /home/ubuntu/monitoring-project\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
Kiranrakh/LW-Project-10-Monitoring-Dockerized-Microservice-with-Prometheus-and-Grafana-using-Ansible
2f0e2a6e8a320e1ded04f2f8014db91f0c95f600
0
ansible/roles/node_exporter
82
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/tasks/main.yml", "content": "- name: Copy Node Exporter\n copy:\n src: \"{{ playbook_dir }}/../node_exporter\"\n dest: /home/ubuntu/node_exporter\n\n- name: Build Node Exporter image\n command: docker build -t custom-node-exporter ./node_exporter\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
Kiranrakh/LW-Project-10-Monitoring-Dockerized-Microservice-with-Prometheus-and-Grafana-using-Ansible
2f0e2a6e8a320e1ded04f2f8014db91f0c95f600
0
ansible/roles/prometheus
82
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "- name: Copy Prometheus\n copy:\n src: \"{{ playbook_dir }}/../prometheus\"\n dest: /home/ubuntu/prometheus\n\n- name: Build Prometheus image\n command: docker build -t custom-prometheus ./prometheus\n args:\n chdir: /home/ubuntu/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
matthewg42/vidpi
d78d5d04077e75808c7e23ad1c46986200db7b3d
1
ansible/roles/app
82
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n\n- include: packages.yml\n- include: ssh.yml\n- include: install_code.yml\n- include: journald.yml\n- name: reboot to activate changes\n shell: reboot\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1628, "all_permissive": false }
ansible_role
matthewg42/vidpi
d78d5d04077e75808c7e23ad1c46986200db7b3d
1
ansible/roles/dev
82
[ "no_license" ]
[ { "path": "ansible/roles/dev/tasks/user_config.yml", "content": "---\n\n- name: Copy vimrc to pi user\n copy: src=vimrc dest=/home/pi/.vimrc mode=0644\n\n- name: Copy bashrc to pi user\n copy: src=bashrc dest=/home/pi/.bashrc mode=0644\n\n- name: Copy tmux.conf to pi user\n copy: src=tmux.conf dest=/home...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2057, "all_permissive": false }
ansible_role
matthewg42/vidpi
d78d5d04077e75808c7e23ad1c46986200db7b3d
1
ansible/roles/expand
82
[ "no_license" ]
[ { "path": "ansible/roles/expand/tasks/nowarn.yml", "content": "---\n\n- name: disable under-voltage / over temp warning overlays on HDMI display\n lineinfile: dest=/boot/config.txt line=\"avoid_warnings=1\" state=present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3704, "all_permissive": false }
ansible_role
matthewg42/vidpi
d78d5d04077e75808c7e23ad1c46986200db7b3d
1
ansible/roles/ofx
82
[ "no_license" ]
[ { "path": "ansible/roles/ofx/tasks/main.yml", "content": "---\n\n- name: make dir for ofxOMXPlayer\n file: path=/home/pi/openFrameworks/addons/ofxOMXPlayer state=directory mode=0755 owner=pi group=pi\n\n- name: Copy ofxOMXPlayer tarball\n copy: src=ofxOmxPlayer-0.9.0-compatible.tar.gz dest=/home/pi/ mode=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
matthewg42/vidpi
d78d5d04077e75808c7e23ad1c46986200db7b3d
1
ansible/roles/opf
82
[ "no_license" ]
[ { "path": "ansible/roles/opf/tasks/main.yml", "content": "---\n\n- name: Copy openFrameworks tarball\n copy: src=of_v0.9.3_linuxarmv6l_release.tar.gz dest=/home/pi/ mode=0644 owner=pi group=pi\n\n- name: make dir for openFrameworks\n file: path=/home/pi/openFrameworks state=directory mode=0755 owner=pi gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1295, "all_permissive": false }
ansible_role
matthewg42/vidpi
d78d5d04077e75808c7e23ad1c46986200db7b3d
1
ansible/roles/vidpi-player
82
[ "no_license" ]
[ { "path": "ansible/roles/vidpi-player/tasks/main.yml", "content": "---\n\n- name: Copy vidpi-player source\n synchronize: src=vidpi-player/ dest=/home/pi/openFrameworks/addons/ofxOMXPlayer/vidpi-player/ recursive=yes\n\n- name: make a symlink for convenience\n shell: sudo -u pi ln -s /home/pi/openFramewor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
jeo1/ansible-update
f5a5dd12a78191916978790a9b3123f88084cbe3
0
roles/base
82
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Upgrade apt packages on (Ubuntu, Debian)\n become: true\n apt:\n update_cache: yes\n upgrade: yes\n autoclean: yes\n autoremove: yes\n when: ansible_distribution in [\"Debian\", \"Ubuntu\"]\n\n- name: Upgrade apk packages on (Alpine)\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
jeo1/ansible-update
f5a5dd12a78191916978790a9b3123f88084cbe3
0
roles/reboot
82
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "- name: Check that the reboot-requied exists\n stat:\n path: /var/run/reboot-required\n register: reboot_required_file\n\n- name: Automated reboot\n reboot:\n when:\n - reboot_required_file.stat.exists == true\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
tmidi/Ansible
2285c28ebf942055d6344f2d051043a9f53a4a5e
0
roles/cronjobs
82
[ "no_license" ]
[ { "path": "roles/cronjobs/library/get_time.py", "content": "#!/usr/bin/python\n\nimport json\n\nDOCUMENTATION = '''\n---\nmodule: get_time\nshort_description: Get time based on IP address\n'''\n\nEXAMPLES = '''\n- name: Get time\n get_time:\n ipaddress : \"10.0.0.1\"\n register: time\n'''\n\nfrom ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1811, "all_permissive": false }
ansible_role
tmidi/Ansible
2285c28ebf942055d6344f2d051043a9f53a4a5e
0
roles/passbolt
82
[ "no_license" ]
[ { "path": "roles/passbolt/templates/nginx_conf.d_default.conf.j2", "content": "server {\n listen 80;\n\nclient_body_buffer_size 100K;\n client_header_buffer_size 1k;\n client_max_body_size 100k;\n large_client_header_buffers 2 1k;\n\nclient_body_timeout 10;\n client_header_timeout 10;\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 14916, "all_permissive": false }
ansible_role
geissdoerfer/shepherd
942aeb1a521be29e4fa8e1bd2342cd92c7262858
13
deploy/roles/dev-host
82
[ "no_license" ]
[ { "path": "deploy/roles/dev-host/tasks/main.yml", "content": "---\n- name: Make sure TI software path exists\n file:\n path: '{{ ti_path }}'\n state: directory\n become: yes\n tags:\n - pru-tools\n\n- name: Download and extract pru software support package\n unarchive:\n src: 'http://git.ti....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1803, "all_permissive": false }
ansible_role
geissdoerfer/shepherd
942aeb1a521be29e4fa8e1bd2342cd92c7262858
13
deploy/roles/gps-host
82
[ "no_license" ]
[ { "path": "deploy/roles/gps-host/tasks/systemd.yml", "content": "---\n- name: Prepare paths for service override\n file:\n path: '/etc/systemd/system/{{ item }}.service.d'\n state: directory\n recurse: yes\n with_items:\n - gpsd\n - chrony\n tags: conf\n\n- name: Override service configs\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3670, "all_permissive": false }
ansible_role
geissdoerfer/shepherd
942aeb1a521be29e4fa8e1bd2342cd92c7262858
13
deploy/roles/ptp-slave
82
[ "no_license" ]
[ { "path": "deploy/roles/ptp-slave/tasks/main.yml", "content": "---\n- name: Install ptp package\n apt:\n update_cache: yes\n name: linuxptp\n state: present\n tags: ptp\n\n- name: Disable systemd-timesyncd\n systemd:\n name: systemd-timesyncd\n state: stopped\n masked: yes\n daemon_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1078, "all_permissive": false }
ansible_role
geissdoerfer/shepherd
942aeb1a521be29e4fa8e1bd2342cd92c7262858
13
deploy/roles/sheep
82
[ "no_license" ]
[ { "path": "deploy/roles/sheep/vars/main.yml", "content": "---\nshepherd_install_path: /opt/shepherd\nshepherd_data_path: /var/shepherd/recordings\nshepherd_config_path: /etc/shepherd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "deploy/roles/s...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6065, "all_permissive": false }
ansible_role
hungdinh125/jenkins
8f2967fda21a91999ef28ca7bad77f58e3628a9a
0
roles/BGP_peer_group
77
[ "no_license" ]
[ { "path": "roles/BGP_peer_group/tasks/main.yaml", "content": "---\n\n- name: Configure Peer Group SDA_VNs\n paloaltonetworks.panos.panos_bgp_peer_group:\n provider: '{{ panos }}'\n name: \"SDA_VNs\"\n enable: true\n aggregated_confed_as_path: true\n soft_reset_with_stored_info: false\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
hungdinh125/jenkins
8f2967fda21a91999ef28ca7bad77f58e3628a9a
0
roles/BGP_peers
77
[ "no_license" ]
[ { "path": "roles/BGP_peers/tasks/main.yaml", "content": "---\n\n- name: Configure BGP peer for L4_ENTERPRISE_VN\n paloaltonetworks.panos.panos_bgp_peer:\n provider: '{{ panos }}'\n peer_group: \"SDA_VNs\"\n name: \"L4_ENTERPRISE_VN CR1-FW2\"\n enable: true\n peer_as: \"65001\"\n local_int...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1669, "all_permissive": false }
ansible_role
hungdinh125/jenkins
8f2967fda21a91999ef28ca7bad77f58e3628a9a
0
roles/L3_subinterfaces
77
[ "no_license" ]
[ { "path": "roles/L3_subinterfaces/vars/main.yaml", "content": "---\npanos:\n ip_address: '{{ ansible_host }}'\n username: d.dinh\n password: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/L3_subinterfaces/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2133, "all_permissive": false }
ansible_role
johncui0505/atx_devops_health_score
78c6e083068ba913f02e58a17904ff1f35abe29b
0
roles/call_webex
77
[ "no_license" ]
[ { "path": "roles/call_webex/tasks/main.yml", "content": "---\n- name: \"Check if message file exists\"\n stat: path=\"roles/call_webex/files/health_report.md\"\n register: file_check\n\n- name: \"Read message\"\n debug: msg=\"{{lookup('file', 'health_report.md') }}\"\n register: health_tenant_message\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
johncui0505/atx_devops_health_score
78c6e083068ba913f02e58a17904ff1f35abe29b
0
roles/monitor_health
77
[ "no_license" ]
[ { "path": "roles/monitor_health/template/health_report.j2", "content": "# ACI Health Score Notification\n\n{% if health_system %}\n- Current System Health: **{{ health_system.imdata.0.fabricHealthTotal.attributes.cur }}** (max 100)\n{% endif %}\n\n{% if health_topology %}\n## Fabric Health Score\n{% for nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2605, "all_permissive": false }
ansible_role
neorusse/ansible-ec2-vm
9f1f0aa35592eb9e7d6e09b0b1dfcdf0020df693
0
roles/nodejs-server
77
[ "no_license" ]
[ { "path": "roles/nodejs-server/tasks/main.yml", "content": "---\n- 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 dependencies that are no longer required\n become: true\n apt:\n autore...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1013, "all_permissive": false }
ansible_role
theyoung/cdond-c3-projectstarter
6c149ddc3d36de992e69b29f47b25e798228c5a0
0
.circleci/ansible/roles/configure-server
77
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\r\n- name: \"Update/upgrade packages.\"\r\n become: true\r\n apt:\r\n upgrade: \"yes\"\r\n\r\n- name: \"Install nodejs and npm\"\r\n become: true\r\n apt:\r\n name: [\"nodejs\", \"npm\"]\r\n state: latest\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
theyoung/cdond-c3-projectstarter
6c149ddc3d36de992e69b29f47b25e798228c5a0
0
.circleci/ansible/roles/deploy
77
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\r\n- name: \"copy backend folder\"\r\n become: true\r\n copy:\r\n src: /root/project/backend.tar\r\n dest: /home/ubuntu/\r\n\r\n- name: \"un tar\"\r\n become: true\r\n shell: |\r\n tar -xvf backend.tar\r\n\r\n- name: \"i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
rocky-jaiswal/blog-devops
4b857b1f24a5f85eefae20d090071d70eb873f18
0
roles/dcompose
77
[ "no_license" ]
[ { "path": "roles/dcompose/files/.env", "content": "MY_BLOGS_SHA=4d77be4fce93095776a036d2031741d6aaf94fba\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/dcompose/files/docker-compose.yml", "content": "version: '3'\nservices:\n my_blogs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1976, "all_permissive": false }
ansible_role
rocky-jaiswal/blog-devops
4b857b1f24a5f85eefae20d090071d70eb873f18
0
roles/deployer
77
[ "no_license" ]
[ { "path": "roles/deployer/tasks/main.yml", "content": "---\n\n- name: Create directory\n file:\n path: /opt/deployer\n state: directory\n mode: 0755\n owner: rockyj\n\n- name: Copy deployer file\n copy:\n src: \"{{ role_path }}/files/deployer\"\n dest: /opt/deployer/\n mode: 0555\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
rocky-jaiswal/blog-devops
4b857b1f24a5f85eefae20d090071d70eb873f18
0
roles/docker
77
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install docker deps\n apt: name=apt-transport-https,ca-certificates,software-properties-common update_cache=yes\n\n- name: Add key\n shell: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -\n\n- name: Add repo\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": false }
ansible_role
rocky-jaiswal/blog-devops
4b857b1f24a5f85eefae20d090071d70eb873f18
0
roles/nginx-basic
77
[ "no_license" ]
[ { "path": "roles/nginx-basic/templates/app.conf.j2", "content": "server {\n listen 80;\n server_name {{domain_name}};\n\n add_header X-Frame-Options \"SAMEORIGIN\";\n add_header X-Content-Type-Options nosniff;\n add_header X-XSS-Protection \"1; mode=block\";\n add_header Strict-Transport-S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1171, "all_permissive": false }
ansible_role
rocky-jaiswal/blog-devops
4b857b1f24a5f85eefae20d090071d70eb873f18
0
roles/unattended
77
[ "no_license" ]
[ { "path": "roles/unattended/tasks/main.yml", "content": "---\n\n- name: Install unattended-upgrades\n apt: name=unattended-upgrades update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
makuznet/deploy-python
3ea4f233df91c2a483fbead85d9603808d418036
0
playbooks/roles/config
77
[ "no_license" ]
[ { "path": "playbooks/roles/config/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n\n\t##\n\t# Basic Settings\n\t##\n\n\tsendfile on;\n\ttcp_nopush on;\n\ttcp_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2938, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
Tower_Pilot/roles/memberdisable
77
[ "no_license" ]
[ { "path": "Tower_Pilot/roles/memberdisable/tasks/main.yml", "content": "---\n- name: Force node offline\n bigip_node:\n server: \"{{ server }}\"\n state: \"present\"\n user: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n session_state: \"disabled\"\n monitor_state: \"disabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
Tower_Pilot/roles/memberenable
77
[ "no_license" ]
[ { "path": "Tower_Pilot/roles/memberenable/tasks/main.yml", "content": "---\n- name: Force node offline\n bigip_node:\n server: \"{{ server }}\"\n state: \"present\"\n user: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n session_state: \"enabled\"\n monitor_state: \"enabled\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
Tower_Pilot/roles/vm_quarantine
77
[ "no_license" ]
[ { "path": "Tower_Pilot/roles/vm_quarantine/tasks/main.yml", "content": "---\n# VMWare: Quarantine \n- name: Check guest name\n fail:\n msg: Missing guest_name required variable\n when: guest_name is not defined\n\n- name: Check template name\n fail:\n msg: Missing template_name required variable\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1910, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
aristaeos/roles/aristaacl
77
[ "no_license" ]
[ { "path": "aristaeos/roles/aristaacl/tasks/main.yml", "content": "---\n- name: configure acl entries\n eos_config:\n lines: \"{{ acl_entries.eos }}\"\n parents: \"ip access-list {{ acl_name }}\"\n match: exact\n replace: block\n provider: \"{{ cli }}\"\n before: \"no ip access-list {{ acl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
aristaeos/roles/aristaapi
77
[ "no_license" ]
[ { "path": "aristaeos/roles/aristaapi/tasks/main.yml", "content": "---\n- name: configure eapi\n eos_eapi:\n http: yes\n http_port: 80\n state: started\n provider: \"{{ cli }}\"\n\n#- name: Show prechange status\n# eos_command:\n# commands:\n# - show ip interface brief\n# - show ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
aristaeos/roles/aristapre
77
[ "no_license" ]
[ { "path": "aristaeos/roles/aristapre/tasks/main.yml", "content": "---\n- name: get output for multiple commands\n eos_command:\n host: \"{{ inventory_hostname }}\"\n commands:\n - show version\n - show interfaces\n\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
aws/roles/aws_vpc
77
[ "no_license" ]
[ { "path": "aws/roles/aws_vpc/tasks/main.yml", "content": "---\n- name: Create VPC AWS\n ec2_vpc_net:\n name: Eric-Ansible-Test\n cidr_block: \"{{ cidr_block }}\"\n region: \"{{ region }}\"\n state: present\n tags:\n module: ec2_vpc_net\n this: works\n tenancy: default", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
bigswitch/roles/bigswitchconfigure
77
[ "no_license" ]
[ { "path": "bigswitch/roles/bigswitchconfigure/vars/main.yml", "content": "spines:\n - { spine_name: spine0, spine_mac: '00:00:00:01:00:01' }\n - { spine_name: spine1, spine_mac: '00:00:00:01:00:02' }\n\n\nleafs:\n - { leaf_name: leaf0a, leaf_group: leaf0 ,leaf_mac: '00:00:00:02:00:01' }\n - { leaf_name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
bigswitch/roles/bigswitchfacts
77
[ "no_license" ]
[ { "path": "bigswitch/roles/bigswitchfacts/tasks/main.yml", "content": "---\n- name: Gather Facts\n bcf_get_facts:\n controller: 172.16.1.201\n username: admin\n password: <PASSWORD>\n\n- name: DUMP FACTS TO TERMINAL\n debug: var=bsnbcf\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
cisco/roles/agnostic
77
[ "no_license" ]
[ { "path": "cisco/roles/agnostic/tasks/main.yml", "content": "---\n- name: Show prechange status\n '{{ my_module }}':\n commands:\n - show cdp neighbor\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
cisco/roles/ciscoacl
77
[ "no_license" ]
[ { "path": "cisco/roles/ciscoacl/tasks/main.yml", "content": "---\n- name: configure interface settings\n ios_config:\n host: \"{{ inventory_hostname }}\"\n lines:\n - 10 permit ip host 1.1.1.1 any log\n - 20 permit ip host 2.2.2.2 any log\n - 30 permit ip host 3.3.3.3 any log\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
cisco/roles/ucsm_ntp
77
[ "no_license" ]
[ { "path": "cisco/roles/ucsm_ntp/tasks/main.yml", "content": "---\n- name: enable ntp\n cisco_ucs_ntp:\n name: \"{{ ntp_server }}\"\n descr: Ansible managed NTP\n state: present\n ucs_ip: \"{{ inventory_hostname }}\"\n ucs_username: \"ucspe\"\n ucs_password: \"<PASSWORD>\"\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscochecks/roles/ciscopre
77
[ "no_license" ]
[ { "path": "ciscochecks/roles/ciscopre/tasks/main.yml", "content": "---\n- name: Show prechange status\n ios_command:\n host: '{{ inventory_hostname }}'\n commands:\n - show cdp neighbor\n - show ip interface brief\n - show ip route summary\n - show ip eigrp neighbor\n - show ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscocompliance/roles/ciscobackup
77
[ "no_license" ]
[ { "path": "ciscocompliance/roles/ciscobackup/tasks/ios.yml", "content": "---\n- name: backup running-config from ios device\n ios_command:\n commands: show running-config\n host: '{{ inventory_hostname }}'\n# provider: \"{{ cli }}\"\n register: config\n\n- name: set backup_file fact\n set_fact:\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 988, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscocompliance/roles/ciscogoldencheck
77
[ "no_license" ]
[ { "path": "ciscocompliance/roles/ciscogoldencheck/tasks/main.yml", "content": "---\n- name: check compliance\n ios_config:\n src: \"{{ playbook_dir }}/backup/{{ inventory_hostname }}/running-config\"\n host: \"{{ inventory_hostname }}\"\n provider: \"{{ cli }}\"\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscoiosxr/roles/ciscoacl
77
[ "no_license" ]
[ { "path": "ciscoiosxr/roles/ciscoacl/vars/interface.j2", "content": "!\ninterface GigabitEthernet0/0/0/0\n description test\n shutdown\n!", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ciscoiosxr/roles/ciscoacl/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 573, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscoiosxr/roles/ciscosnmp
77
[ "no_license" ]
[ { "path": "ciscoiosxr/roles/ciscosnmp/tasks/main.yml", "content": "---\n- name: setup snmp\n iosxr_config:\n lines: snmp-server community public RO\n provider: '{{ cli }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscoiosxr/roles/ciscover
77
[ "no_license" ]
[ { "path": "ciscoiosxr/roles/ciscover/tasks/main.yml", "content": "---\n- name: Show Version and Show interfaces\n iosxr_command:\n commands:\n - show version\n - show run\n provider: '{{ cli }}'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscotemplate/roles/ciscotemplate
77
[ "no_license" ]
[ { "path": "ciscotemplate/roles/ciscotemplate/tasks/main.yml", "content": "---\n- name: configure interface settings\n ios_config:\n src: vars/cisco3750.j2\n provider: \"{{ cli }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "ciscotemp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2358, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscoupgrade/roles/ciscocopy
77
[ "no_license" ]
[ { "path": "ciscoupgrade/roles/ciscocopy/tasks/main.yml", "content": "---\n- name: Copy run start\n cisco_file_transfer:\n source_file: /var/lib/awx/projects/_30__my_ansible_playbooks/ciscoupgrade/roles/ciscocopy/vars/c3750-ipservicesk9-mz.122-55.SE11.bin\n dest_file: c3750-ipservicesk9-mz.122-55.SE11...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscoupgrade/roles/ciscopre
77
[ "no_license" ]
[ { "path": "ciscoupgrade/roles/ciscopre/tasks/main.yml", "content": "---\n- name: Show prechange status\n ios_command:\n commands:\n - show version\n - show ip interface brief\n - show ip route summary\n - show run\n - show log\n provider: '{{ cli }}'\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscoupgrade/roles/ciscoreload
77
[ "no_license" ]
[ { "path": "ciscoupgrade/roles/ciscoreload/tasks/main.yml", "content": "---\n- name: reload device now\n ios_command:\n commands:\n - \"reload in 1\\ny\"\n provider: \"{{ cli }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscoupgrade/roles/ciscoupgrade
77
[ "no_license" ]
[ { "path": "ciscoupgrade/roles/ciscoupgrade/vars/cisco3750.j2", "content": "interface GigabitEthernet2/0/2\n description test1 interface\n\ninterface GigabitEthernet2/0/3\n description test2 interface\n\ninterface GigabitEthernet2/0/4\n description test3\n\nip access-list extended test\n permit ip host 2.2.2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 610, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscovirl/roles/interface
77
[ "no_license" ]
[ { "path": "ciscovirl/roles/interface/tasks/main.yml", "content": "---\n- name: Show Version and Show interfaces\n nxos_interface:\n host: \"{{ inventory_hostname }}\"\n interface: \"{{ interface }}\"\n admin_state: \"{{ admin_state }}\"\n description: \"{{ interface_description }}\"\n transp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscovirl/roles/nxos_compliance
77
[ "no_license" ]
[ { "path": "ciscovirl/roles/nxos_compliance/tasks/main.yml", "content": "---\n- name: Check compliance\n nxos_config:\n host: '{{ inventory_hostname }}'\n src: vars/nxos.j2\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ciscovirl/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscovirl/roles/nxos_ntp
77
[ "no_license" ]
[ { "path": "ciscovirl/roles/nxos_ntp/tasks/main.yml", "content": "---\n- name: register variable\n nxos_command:\n commands: show running-config\n host: \"{{ inventory_hostname }}\"\n# provider: \"{{ cli }}\"\n register: config\n\n- name: add ntp servers\n nxos_config:\n host: '{{ inventory_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 453, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscovirl/roles/nxosacl
77
[ "no_license" ]
[ { "path": "ciscovirl/roles/nxosacl/tasks/main.yml", "content": "---\n- name: configure interface settings\n nxos_config:\n host: \"{{ inventory_hostname }}\"\n lines:\n - 10 permit ip host 1.1.1.1 any\n - 20 permit ip host 2.2.2.2 any\n - 30 permit ip host 3.3.3.3 any\n - 40 permi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscovirl/roles/nxosbackup
77
[ "no_license" ]
[ { "path": "ciscovirl/roles/nxosbackup/defaults/main.yml", "content": "---\ndevice_os: nxos\nprovider:\n host: \"{{ inventory_hostname }}\"\n# transport: cli", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ciscovirl/roles/nxosbackup/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 529, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscovirl/roles/nxosvlan
77
[ "no_license" ]
[ { "path": "ciscovirl/roles/nxosvlan/tasks/main.yml", "content": "---\n- name: Set VLAN\n nxos_vlan:\n vlan_id: \"{{ nxos_vlan }}\"\n admin_state: \"{{ vlan_admin_state }}\"\n state: \"{{ vlan_state }}\"\n transport: cli\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
ciscovirl/roles/show
77
[ "no_license" ]
[ { "path": "ciscovirl/roles/show/tasks/main.yml", "content": "---\n- name: Show Version and Show interfaces\n nxos_command:\n host: \"{{ inventory_hostname }}\"\n commands:\n - show version\n - show ip interface brief\n - show run", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
f5/roles/memberdisable
77
[ "no_license" ]
[ { "path": "f5/roles/memberdisable/tasks/main.yml", "content": "---\n- name: Force node offline\n bigip_node:\n server: \"{{ server }}\"\n state: \"present\"\n user: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n session_state: \"{{ session_state }}\"\n monitor_state: \"disa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
junos/roles/junos_config
77
[ "no_license" ]
[ { "path": "junos/roles/junos_config/tasks/main.yml", "content": "---\n- name: set backup_path fact\n set_fact:\n backup_path: \"{{ playbook_dir }}/backup\"\n\n- name: create backup paths\n file:\n path: \"{{ backup_path }}\"\n state: directory\n run_once: yes\n delegate_to: localhost\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
junos/roles/junos_facts
77
[ "no_license" ]
[ { "path": "junos/roles/junos_facts/tasks/main.yml", "content": "---\n- name: Gather Facts\n junos_facts:\n register: data\n\n- debug: msg=\"{{data}}\"\n\n- name: show running configuration all\n junos_command:\n commands:\n - show configuration", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
junos/roles/junosacl
77
[ "no_license" ]
[ { "path": "junos/roles/junosacl/tasks/main.yml", "content": "---\n- name: setup\n junos_config:\n lines:\n - delete firewall family inet filter Ansible-test term ansible then accept\n - set firewall family inet filter Ansible-test term ansible then accept\n host: \"{{ inventory_hostname }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
junos/roles/junossnmp
77
[ "no_license" ]
[ { "path": "junos/roles/junossnmp/tasks/main.yml", "content": "---\n- name: setup snmp\n junos_config:\n lines:\n - set snmp community public\n - set snmp community public authorization read-only\n - set snmp community public clients 192.168.1.0/24\n - set snmp community public client...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
junos/roles/junosver
77
[ "no_license" ]
[ { "path": "junos/roles/junosver/tasks/main.yml", "content": "---\n- name: Show Version and Show interfaces\n junos_command:\n host: \"{{ inventory_hostname }}\"\n commands:\n - show version\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
multinet/roles/ciscoacl
77
[ "no_license" ]
[ { "path": "multinet/roles/ciscoacl/tasks/main.yml", "content": "---\n- name: configure interface settings\n ios_config:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ cisco_user }}\"\n password: \"{{ <PASSWORD> }}\"\n lines:\n - 10 permit ip host 1.1.1.1 any log\n - 20 permit i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
multinet/roles/ciscosnmp
77
[ "no_license" ]
[ { "path": "multinet/roles/ciscosnmp/tasks/main.yml", "content": "---\n- name: setup snmp\n ios_config:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ cisco_user }}\"\n password: \"{{ <PASSWORD> }}\"\n lines:\n - snmp-server community public RO\n match: exact\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
multinet/roles/ciscover
77
[ "no_license" ]
[ { "path": "multinet/roles/ciscover/tasks/main.yml", "content": "---\n- name: Show Version and Show interfaces\n ios_command:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ cisco_user }}\"\n password: \"{{ <PASSWORD> }}\"\n commands:\n - show version\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
multinet/roles/junosacl
77
[ "no_license" ]
[ { "path": "multinet/roles/junosacl/tasks/main.yml", "content": "---\n- name: setup\n junos_config:\n lines:\n - delete firewall family inet filter Ansible-test term ansible then accept\n - set firewall family inet filter Ansible-test term ansible then accept\n host: \"{{ inventory_hostname ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
multinet/roles/junosver
77
[ "no_license" ]
[ { "path": "multinet/roles/junosver/tasks/main.yml", "content": "---\n- name: Show Version and Show interfaces\n junos_command:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ junos_user }}\"\n password: \"{{ <PASSWORD>}}\"\n commands:\n - show version\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
paloalto/roles/panos_address
77
[ "no_license" ]
[ { "path": "paloalto/roles/panos_address/tasks/main.yml", "content": "---\n- name: Add an address object to the firewall\n panos_address:\n username: \"admin\"\n password: \"<PASSWORD>\"\n ip_address: '{{ inventory_hostname }}'\n address_name: 'h_1.1.1.1'\n address: '1.1.1.1'\n type: 'ip-n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
paloalto/roles/panos_service_item
77
[ "no_license" ]
[ { "path": "paloalto/roles/panos_service_item/tasks/main.yml", "content": "---\n- name: create SSH service\n panos_service:\n username: \"admin\"\n password: \"<PASSWORD>\"\n ip_address: '{{ inventory_hostname }}'\n service_name: \"service-tcp-22\"\n protocol: \"tcp\"\n port: \"22\"", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
jmcleroy/Ansible-Playbooks
378b9d85bdda218d93d6f71bcaf24e0e5438d267
2
screeninstall/roles/screen_install
77
[ "no_license" ]
[ { "path": "screeninstall/roles/screen_install/tasks/main.yml", "content": "---\n- name: Install screen latest version\n yum:\n name: screen\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }