Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
/ ansible Public archive

Ansible Roles e Playbooks utilizados no decorrer do estágio

Notifications You must be signed in to change notification settings

diogotfernandes/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible

Ansible Roles e Playbooks utilizados no decorrer do estágio

Estrutura de pastas

Ansible

foo@bar:~$ tree ansible

.
├── ansible.cfg
├── filter_plugins
├── inventories
├── README.md
└── roles

Inventories

foo@bar:~$ tree ansible/inventories/alcafaz.test

├── 00.tests.yml
├── 01.bootstrap.yml
├── 02.create-vm.yml
├── ...
├── group_vars
├── hosts
└── host_vars

Roles

  • Pasta roles com todos os roles:
foo@bar:~$ tree ansible/roles

├── apache2
├── cloud_init_kvm
├── dns_bind
├── initial_setup
├── wordpress
├── loadbalancer
├── mailman3
├── postfix
└── ...
  • Dentro de cada role:
foo@bar:~$ tree ansible/roles/apache2

├── defaults
├── handlers
├── README.md
├── tasks
└── templates

About

Ansible Roles e Playbooks utilizados no decorrer do estágio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published