changed hosts and config
This commit is contained in:
+3
-3
@@ -11,7 +11,7 @@
|
||||
|
||||
# some basic default values...
|
||||
|
||||
#inventory = /etc/ansible/hosts
|
||||
inventory = /etc/ansible/hosts.yml
|
||||
#library = /usr/share/my_modules/
|
||||
#module_utils = /usr/share/my_module_utils/
|
||||
#remote_tmp = ~/.ansible/tmp
|
||||
@@ -19,7 +19,7 @@
|
||||
#plugin_filters_cfg = /etc/ansible/plugin_filters.yml
|
||||
#forks = 5
|
||||
#poll_interval = 15
|
||||
#sudo_user = root
|
||||
sudo_user = root
|
||||
#ask_sudo_pass = True
|
||||
#ask_pass = True
|
||||
#transport = smart
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
# default user to use for playbooks if user is not specified
|
||||
# (/usr/bin/ansible will use current user as default)
|
||||
#remote_user = root
|
||||
remote_user = pi
|
||||
|
||||
# logging is off by default unless this path is defined
|
||||
# if so defined, consider logrotate
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
raspis:
|
||||
hosts:
|
||||
serviceraspi.realm.local:
|
||||
ansible_ssh_host: 192.168.0.28
|
||||
testdummy.realm.local:
|
||||
ansible_ssh_host: 192.168.0.123
|
||||
|
||||
debian10:
|
||||
hosts:
|
||||
puppet.realm.local:
|
||||
ansible_ssh_host: 192.168.0.99
|
||||
|
||||
debian9:
|
||||
hosts:
|
||||
www.solusar.de:
|
||||
ansible_ssh_host: 62.75.247.110
|
||||
ansible_ssh_user: caelebfi
|
||||
ansible_ssh_rivate_key_file: /root/.ssh/id_ed25519
|
||||
Reference in New Issue
Block a user