- Sep 2023
-
redhat-cop.github.io redhat-cop.github.io
-
Structure of Automation
Tuile ┌─────────────┐ ┌──────────┐ │Lansdcape │ 1:N │Type │ 1:N │(déploiement)├──────►│(playbook)├───┐ └─────────────┘ └──────────┘ │ │ ┌──────────────────────────────────┘ │ │ ┌────────┐ ┌───────────────────┐ │ │Function│ 1:N │Component │ └►│(rôle) ├──────►│(task file du rôle)│ └────────┘ └───────────────────┘
-
-
ansiblejunky.com ansiblejunky.com
-
collections contain various modules and Ansible Roles that collectively (intentional use here) serve the end user and must (emphasis on this word) collectively work together, be tested together and be released together.
...collectively work together, be tested together and be released together.
-
- Jul 2022
-
dash1218.gitbooks.io dash1218.gitbooks.io
- May 2019
-
devopsdays.org devopsdays.orgProgram1
-
Allan Moraes - Automatizando o Monitoramento de Infraestrutura
Docker, Grafana e Ansible fazem parte da palestra do Allan e também são tópicos cobertos na prova DevOps Tools do Linux Professional Institute.
705.1 IT Operations and Monitoring (weight: 4)
-
-
gist.github.com gist.github.com
- Feb 2019
-
alex.dzyoba.com alex.dzyoba.com
Tags
Annotators
URL
-
- Jul 2018
- Jun 2018
-
binarioetico.it binarioetico.it
-
Azienda allo stato dell'arte per soluzioni IT in ambienti OpenSource.
Tags
Annotators
URL
-
- Apr 2018
-
blog.bearandgiraffe.com blog.bearandgiraffe.com
-
blog.arainho.me blog.arainho.me
- Aug 2017
-
tekslate.com tekslate.com
-
Ansible Training
-
- Apr 2017
-
docs.ansible.com docs.ansible.com
-
By default, Ansible 1.3 and later will try to use native OpenSSH for remote communication when possible. This enables ControlPersist (a performance feature), Kerberos, and options in ~/.ssh/config such as Jump Host setup. However, when using Enterprise Linux 6 operating systems as the control machine (Red Hat Enterprise Linux and derivatives such as CentOS), the version of OpenSSH may be too old to support ControlPersist. On these operating systems, Ansible will fallback into using a high-quality Python implementation of OpenSSH called ‘paramiko’. If you wish to use features like Kerberized SSH and more, consider using Fedora, OS X, or Ubuntu as your control machine until a newer version of OpenSSH is available for your platform – or engage ‘accelerated mode’ in Ansible
自1.3版后ansible默认使用原生的openssh来建立远程连接,为了更好的支持ssh的长连接,记得使用较新的发行版。
-
-
bsdploy.readthedocs.io bsdploy.readthedocs.io
- Feb 2017
-
www.wired.com www.wired.com
-
The ansible can instantly send information across any distance, defying both time and space. Spanner isn’t the ansible. It can’t shrink space. But it works because those engineers found a way to harness time
I think there was an ansible in Ender's Game.
-
- Nov 2016
-
www.vagrantup.com www.vagrantup.com
-
How to generate Inventory Groups: The groups option can be used to pass a hash of group names and group members to be included in the generated inventory file.
how to define ansible groups in Vagrantfile
-
- Oct 2016
-
docs.ansible.com docs.ansible.com
-
You can also set ANSIBLE_VAULT_PASSWORD_FILE environment variable, e.g. ANSIBLE_VAULT_PASSWORD_FILE=~/.vault_pass.txt and Ansible will automatically search for the password in that file.
Using the
ANSIBLE_VAULT_PASSWORD_FILE
environment variable is in my mind the most convenient way to configure the secret foransible-vault
.
-