We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57f2c3 commit e2b2f40Copy full SHA for e2b2f40
etc/kayobe/ansible/fix-networking.yml
@@ -10,11 +10,13 @@
10
# Work around no known_hosts entry on first boot.
11
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
12
tasks:
13
- - name: Ensure `hosts` file contains pulp entries
+ - name: Ensure `hosts` file contains pulp and API entries
14
blockinfile:
15
path: /etc/hosts
16
- marker: "# {mark} Kayobe Pulp entries"
+ marker: "# {mark} Kayobe entries"
17
block: |
18
10.0.0.34 pelican pelican.service.compute.sms-lab.cloud
19
10.205.3.187 pulp-server pulp-server.internal.sms-cloud
20
+ 192.168.37.2 internal.infra.mos.{{ root_domain }}
21
+ 192.168.39.2 public.infra.mos.{{ root_domain }}
22
become: true
0 commit comments