User Tools

Site Tools


informatica:linux:docker:ansible

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
informatica:linux:docker:ansible [2017/07/04 14:41] joseinformatica:linux:docker:ansible [2019/09/09 13:53] jose
Line 1: Line 1:
 +<code>
 +proyecto/
 +├── inventories
 +│   ├── dev
 +│   │   ├── group_vars
 +│   │   ├── hosts
 +│   │   └── vars
 +│   ├── pre
 +│   │   ├── group_vars
 +│   │   ├── hosts
 +│   │   └── vars
 +│   └── pro
 +│       ├── group_vars
 +│       ├── hosts
 +│       └── vars
 +</code>
 +
 https://serversforhackers.com/an-ansible-tutorial https://serversforhackers.com/an-ansible-tutorial
  
Line 87: Line 104:
      service: name=nginx state=started      service: name=nginx state=started
 </code> </code>
 +
 +====== Login con usuario ======
 +Deshabilitamos la consulta del fingerprint
 +  # uncomment this to disable SSH key host checking
 +  host_key_checking = False
 +
 +
informatica/linux/docker/ansible.txt · Last modified: 2019/09/09 13:54 by jose