Compare commits
No commits in common. "0548f903a851aee0dc82204c54db49cbc089d1b5" and "fdc437c60f02b5c3f5a9c2da506e244ac06502be" have entirely different histories.
0548f903a8
...
fdc437c60f
@ -1,6 +1,4 @@
|
||||
---
|
||||
|
||||
# connection
|
||||
|
||||
ansible_connection: ssh
|
||||
ansible_become_method: sudo
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
|
||||
# connection
|
||||
# common
|
||||
|
||||
ansible_user: ladmin
|
||||
ansible_become_user: ladmin
|
||||
ansible_os_family: Arch
|
||||
|
||||
# sshd
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
|
||||
# connection
|
||||
|
||||
ansible_user: michael
|
||||
ansible_become_user: michael
|
||||
ansible_os_family: Arch
|
@ -1,13 +1,14 @@
|
||||
all:
|
||||
children:
|
||||
hypervisors:
|
||||
hosts:
|
||||
server:
|
||||
ansible_host: server.balsillie.net
|
||||
ansible_os_family: Arch
|
||||
lab:
|
||||
ansible_host: lab.balsillie.net
|
||||
ansible_os_family: Arch
|
||||
ansible_user: ladmin
|
||||
nodes:
|
||||
hosts:
|
||||
node1:
|
||||
ansible_host: node1.balsillie.net
|
||||
node2:
|
||||
@ -15,11 +16,9 @@ all:
|
||||
node3:
|
||||
ansible_host: node3.balsillie.net
|
||||
guests:
|
||||
hosts:
|
||||
router:
|
||||
ansible_host: router.balsillie.net
|
||||
workstations:
|
||||
hosts:
|
||||
lat5420:
|
||||
ansible_host: lat5420.balsillie.net
|
||||
sff:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: install openssh arch
|
||||
community.general.pacman:
|
||||
ansible.general.pacman:
|
||||
name: "{{ openssh_packages }}"
|
||||
state: latest
|
||||
update_cache: true
|
||||
|
Loading…
Reference in New Issue
Block a user