Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-root_user
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
update to ansible 2.6
master
Markus Katharina Brechtel
6 anos atrás
pai
bef903a94f
commit
a0fc4b9282
2 arquivos alterados
com
6 adições
e
6 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-3
tasks/main.yml
+1
-3
tasks/password.yml
+ 5
- 3
tasks/main.yml
Ver arquivo
@@ -1,7 +1,9 @@
---
- include_tasks: password.yml
- import_tasks: password.yml
when: not root_target_directory is defined
- i
nclude
_tasks: ssh.yml
- i
mport
_tasks: ssh.yml
- include_tasks: fish.yml
- import_tasks: fish.yml
when: not root_target_directory is defined
+ 1
- 3
tasks/password.yml
Ver arquivo
@@ -4,6 +4,4 @@
user:
name: root
password: "{{ root_password }}"
when:
- root_password is defined
- not root_target_directory is defined
when: root_password is defined